aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-05-14Merge tag 'irq-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-05-14Merge tag 'timers-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-05-13Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-05-13Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds
2024-05-13Merge tag 'tpmdd-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-05-13Merge tag 'slab-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2024-05-13Merge tag 'cmpxchg.2024.05.11a' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-05-10Merge tag 'mm-hotfixes-stable-2024-05-10-13-14' of git://git.kernel.org/pub/s...Linus Torvalds
2024-05-09crypto: lib - implement library version of AES in CFB modeArd Biesheuvel
2024-05-05XArray: set the marks correctly when splitting an entryMatthew Wilcox (Oracle)
2024-05-05lib/test_xarray.c: fix error assumptions on check_xa_multi_store_adv_add()Luis Chamberlain
2024-05-05maple_tree: fix mas_empty_area_rev() null pointer dereferenceLiam R. Howlett
2024-05-05Merge tag 'char-misc-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-05-02Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-05-02string: Add additional __realloc_size() annotations for "dup" helpersKees Cook
2024-05-01kunit/fortify: Fix replaced failure path to unbreak __alloc_sizeKees Cook
2024-04-30kunit/fortify: Add memcpy() testsKees Cook
2024-04-30kunit/fortify: Do not spam logs with fortify WARNsKees Cook
2024-04-30kunit/fortify: Rename tests to use recommended conventionsKees Cook
2024-04-30dyndbg: fix old BUG_ON in >control parserJim Cromie
2024-04-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-04-26kunit/fortify: Fix mismatched kvalloc()/vfree() usageKees Cook
2024-04-26Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...Linus Torvalds
2024-04-26Fix a potential infinite loop in extract_user_to_sg()David Howells
2024-04-26sbitmap: use READ_ONCE to access map->wordlinke li
2024-04-24stackdepot: respect __GFP_NOLOCKDEP allocation flagAndrey Ryabinin
2024-04-24ubsan: Avoid i386 UBSAN handler crashes with ClangKees Cook
2024-04-24cpumask: Introduce cpumask_first_and_and()Dawei Li
2024-04-24ubsan: Remove 1-element array usage in debug reportingKees Cook
2024-04-24string_kunit: Move strtomem KUnit test to string_kunit.cKees Cook
2024-04-24string.h: Introduce memtostr() and memtostr_pad()Kees Cook
2024-04-19Merge tag 'hardening-v6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-04-19string: Convert KUnit test names to standard conventionKees Cook
2024-04-19string: Merge strcat KUnit tests into string_kunit.cKees Cook
2024-04-19string: Prepare to merge strcat KUnit tests into string_kunit.cKees Cook
2024-04-19string: Merge strscpy KUnit tests into string_kunit.cKees Cook
2024-04-19string: Prepare to merge strscpy_kunit.c into string_kunit.cKees Cook
2024-04-19Merge tag 'bootconfig-fixes-v6.9-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-04-18string_kunit: Add test cases for str*cmp functionsIvan Orlov
2024-04-18bootconfig: Fix the kerneldoc of _xbc_exit()Masami Hiramatsu (Google)
2024-04-15ubsan: Add awareness of signed integer overflow trapsKees Cook
2024-04-14bootconfig: use memblock_free_late to free xbc memory to buddyQiang Zhang
2024-04-12watchdog/softlockup: Low-overhead detection of interrupt stormBitao Hu
2024-04-11Merge tag 'net-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-04-10Merge tag 'hardening-v6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-04-09lib: Add one-byte emulation functionPaul E. McKenney
2024-04-09vdso: Fix powerpc build U64_MAX undeclared errorAdrian Hunter
2024-04-08vdso: Make delta calculation overflow safeAdrian Hunter
2024-04-08vdso: Add CONFIG_GENERIC_VDSO_OVERFLOW_PROTECTAdrian Hunter