summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2024-05-14Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2024-05-14Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-393/+644
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds1-4/+4
2024-05-13Merge tag 'tpmdd-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-0/+265
2024-05-13Merge tag 'slab-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds1-1/+1
2024-05-13Merge tag 'cmpxchg.2024.05.11a' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+46
2024-05-11Merge tag 'mm-hotfixes-stable-2024-05-10-13-14' of git://git.kernel.org/pub/s...Linus Torvalds3-17/+49
2024-05-09crypto: lib - implement library version of AES in CFB modeArd Biesheuvel3-0/+265
2024-05-06XArray: set the marks correctly when splitting an entryMatthew Wilcox (Oracle)2-5/+32
2024-05-06lib/test_xarray.c: fix error assumptions on check_xa_multi_store_adv_add()Luis Chamberlain1-4/+9
2024-05-06maple_tree: fix mas_empty_area_rev() null pointer dereferenceLiam R. Howlett1-8/+8
2024-05-05Merge tag 'char-misc-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+5
2024-05-02Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-3/+4
2024-05-02string: Add additional __realloc_size() annotations for "dup" helpersKees Cook1-0/+26
2024-05-02kunit/fortify: Fix replaced failure path to unbreak __alloc_sizeKees Cook1-3/+3
2024-04-30kunit/fortify: Add memcpy() testsKees Cook1-3/+82
2024-04-30kunit/fortify: Do not spam logs with fortify WARNsKees Cook1-1/+8
2024-04-30kunit/fortify: Rename tests to use recommended conventionsKees Cook1-40/+40
2024-04-30dyndbg: fix old BUG_ON in >control parserJim Cromie1-1/+5
2024-04-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-2/+3
2024-04-27kunit/fortify: Fix mismatched kvalloc()/vfree() usageKees Cook1-8/+8
2024-04-26Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...Linus Torvalds1-2/+2
2024-04-26Fix a potential infinite loop in extract_user_to_sg()David Howells1-1/+1
2024-04-26sbitmap: use READ_ONCE to access map->wordlinke li1-4/+4
2024-04-25stackdepot: respect __GFP_NOLOCKDEP allocation flagAndrey Ryabinin1-2/+2
2024-04-25ubsan: Avoid i386 UBSAN handler crashes with ClangKees Cook1-14/+27
2024-04-24ubsan: Remove 1-element array usage in debug reportingKees Cook1-1/+1
2024-04-24string_kunit: Move strtomem KUnit test to string_kunit.cKees Cook2-53/+54
2024-04-24string.h: Introduce memtostr() and memtostr_pad()Kees Cook1-0/+26
2024-04-20Merge tag 'hardening-v6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+16
2024-04-19string: Convert KUnit test names to standard conventionKees Cook1-36/+36
2024-04-19string: Merge strcat KUnit tests into string_kunit.cKees Cook4-110/+82
2024-04-19string: Prepare to merge strcat KUnit tests into string_kunit.cKees Cook1-6/+6
2024-04-19string: Merge strscpy KUnit tests into string_kunit.cKees Cook4-149/+120
2024-04-19string: Prepare to merge strscpy_kunit.c into string_kunit.cKees Cook1-25/+26
2024-04-19Merge tag 'bootconfig-fixes-v6.9-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-9/+13
2024-04-18string_kunit: Add test cases for str*cmp functionsIvan Orlov1-0/+155
2024-04-17bootconfig: Fix the kerneldoc of _xbc_exit()Masami Hiramatsu (Google)1-1/+2
2024-04-16ubsan: Add awareness of signed integer overflow trapsKees Cook1-2/+16
2024-04-14bootconfig: use memblock_free_late to free xbc memory to buddyQiang Zhang1-8/+11
2024-04-11Merge tag 'net-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-2/+3
2024-04-10Merge tag 'hardening-v6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-04-10lib: Add one-byte emulation functionPaul E. McKenney2-0/+46
2024-04-08lib: checksum: hide unused expected_csum_ipv6_magic[]Arnd Bergmann1-2/+3
2024-04-05stackdepot: rename pool_index to pool_index_plus_1Peter Collingbourne1-2/+2
2024-04-05bpf, kconfig: Fix DEBUG_INFO_BTF_MODULES Kconfig definitionAndrii Nakryiko1-2/+3
2024-04-04mm/slub, kunit: Use inverted data to corrupt kmem cacheGuenter Roeck1-1/+1
2024-04-04ubsan: fix unused variable warning in test moduleArnd Bergmann1-1/+1
2024-03-25Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branchIngo Molnar45-1137/+1782
2024-03-23Merge tag 'hardening-v6.9-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-15/+21