summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-131-1/+1
|\
| * Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branchIngo Molnar2024-03-2545-1137/+1782
| |\
| * | sched/debug: Allow CONFIG_SCHEDSTATS even on !KERNEL_DEBUG kernelsIngo Molnar2024-03-121-1/+1
* | | Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-138-393/+644
|\ \ \
| * | | string: Add additional __realloc_size() annotations for "dup" helpersKees Cook2024-05-021-0/+26
| * | | kunit/fortify: Fix replaced failure path to unbreak __alloc_sizeKees Cook2024-05-011-3/+3
| * | | kunit/fortify: Add memcpy() testsKees Cook2024-04-301-3/+82
| * | | kunit/fortify: Do not spam logs with fortify WARNsKees Cook2024-04-301-1/+8
| * | | kunit/fortify: Rename tests to use recommended conventionsKees Cook2024-04-301-40/+40
| * | | kunit/fortify: Fix mismatched kvalloc()/vfree() usageKees Cook2024-04-261-8/+8
| * | | ubsan: Avoid i386 UBSAN handler crashes with ClangKees Cook2024-04-241-14/+27
| * | | ubsan: Remove 1-element array usage in debug reportingKees Cook2024-04-241-1/+1
| * | | string_kunit: Move strtomem KUnit test to string_kunit.cKees Cook2024-04-242-53/+54
| * | | string.h: Introduce memtostr() and memtostr_pad()Kees Cook2024-04-241-0/+26
| * | | string: Convert KUnit test names to standard conventionKees Cook2024-04-191-36/+36
| * | | string: Merge strcat KUnit tests into string_kunit.cKees Cook2024-04-194-110/+82
| * | | string: Prepare to merge strcat KUnit tests into string_kunit.cKees Cook2024-04-191-6/+6
| * | | string: Merge strscpy KUnit tests into string_kunit.cKees Cook2024-04-194-149/+120
| * | | string: Prepare to merge strscpy_kunit.c into string_kunit.cKees Cook2024-04-191-25/+26
| * | | string_kunit: Add test cases for str*cmp functionsIvan Orlov2024-04-181-0/+155
| | |/ | |/|
* | | Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds2024-05-131-4/+4
|\ \ \
| * | | sbitmap: use READ_ONCE to access map->wordlinke li2024-04-261-4/+4
| |/ /
* | | Merge tag 'tpmdd-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-133-0/+265
|\ \ \
| * | | crypto: lib - implement library version of AES in CFB modeArd Biesheuvel2024-05-093-0/+265
* | | | Merge tag 'slab-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds2024-05-131-1/+1
|\ \ \ \
| * | | | mm/slub, kunit: Use inverted data to corrupt kmem cacheGuenter Roeck2024-04-041-1/+1
| | |/ / | |/| |
* | | | Merge tag 'cmpxchg.2024.05.11a' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-132-0/+46
|\ \ \ \
| * | | | lib: Add one-byte emulation functionPaul E. McKenney2024-04-092-0/+46
| |/ / /
* | | | Merge tag 'mm-hotfixes-stable-2024-05-10-13-14' of git://git.kernel.org/pub/s...Linus Torvalds2024-05-103-17/+49
|\ \ \ \ | |_|/ / |/| | |
| * | | XArray: set the marks correctly when splitting an entryMatthew Wilcox (Oracle)2024-05-052-5/+32
| * | | lib/test_xarray.c: fix error assumptions on check_xa_multi_store_adv_add()Luis Chamberlain2024-05-051-4/+9
| * | | maple_tree: fix mas_empty_area_rev() null pointer dereferenceLiam R. Howlett2024-05-051-8/+8
* | | | Merge tag 'char-misc-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-051-1/+5
|\ \ \ \
| * | | | dyndbg: fix old BUG_ON in >control parserJim Cromie2024-04-301-1/+5
* | | | | Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-05-022-3/+4
|\ \ \ \ \
| * \ \ \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-261-2/+3
| |\ \ \ \ \
| | * | | | | bpf, kconfig: Fix DEBUG_INFO_BTF_MODULES Kconfig definitionAndrii Nakryiko2024-04-051-2/+3
| | | |_|/ / | | |/| | |
| * | | | | Fix a potential infinite loop in extract_user_to_sg()David Howells2024-04-261-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...Linus Torvalds2024-04-261-2/+2
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | stackdepot: respect __GFP_NOLOCKDEP allocation flagAndrey Ryabinin2024-04-241-2/+2
* | | | Merge tag 'hardening-v6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-04-191-2/+16
|\ \ \ \
| * | | | ubsan: Add awareness of signed integer overflow trapsKees Cook2024-04-151-2/+16
| |/ / /
* | | | Merge tag 'bootconfig-fixes-v6.9-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-04-191-9/+13
|\ \ \ \ | |/ / / |/| | |
| * | | bootconfig: Fix the kerneldoc of _xbc_exit()Masami Hiramatsu (Google)2024-04-181-1/+2
| * | | bootconfig: use memblock_free_late to free xbc memory to buddyQiang Zhang2024-04-141-8/+11
* | | | Merge tag 'net-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-04-111-2/+3
|\ \ \ \
| * | | | lib: checksum: hide unused expected_csum_ipv6_magic[]Arnd Bergmann2024-04-081-2/+3
| | |/ / | |/| |
* | | | Merge tag 'hardening-v6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-04-101-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | ubsan: fix unused variable warning in test moduleArnd Bergmann2024-04-031-1/+1
| |/ /
* / / stackdepot: rename pool_index to pool_index_plus_1Peter Collingbourne2024-04-051-2/+2
|/ /