summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge tag 'hardening-v6.9-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-03-234-15/+21
|\
| * overflow: Change DEFINE_FLEX to take __counted_by memberKees Cook2024-03-221-0/+19
| * Revert "kunit: memcpy: Split slow memcpy tests into MEMCPY_SLOW_KUNIT_TEST"Guenter Roeck2024-03-182-15/+0
| * ubsan: Disable signed integer overflow sanitizer on GCC < 8Kees Cook2024-03-181-0/+2
* | Merge tag 'fbdev-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-221-6/+9
|\ \
| * | fbcon: Increase maximum font width x height to 64 x 128Samuel Thibault2024-03-161-6/+9
* | | Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-03-211-1/+1
|\ \ \
| * | | treewide: replace or remove redundant def_bool in Kconfig filesMasahiro Yamada2024-02-201-1/+1
* | | | Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-211-13/+11
|\ \ \ \
| * | | | Merge 6.8-rc5 into driver-core-nextGreg Kroah-Hartman2024-02-198-145/+344
| |\| | |
| * | | | kobject: reduce uevent_sock_mutex scopeEric Dumazet2024-02-171-6/+3
| * | | | kobject: make uevent_seqnum atomicEric Dumazet2024-02-171-8/+9
| | |/ / | |/| |
* | | | Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-03-211-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge 6.8-rc6 into tty-nextGreg Kroah-Hartman2024-02-271-0/+1
| |\ \ \
| * \ \ \ Merge 6.8-rc5 into tty-nextGreg Kroah-Hartman2024-02-195-29/+63
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge 6.8-rc3 into tty-nextGreg Kroah-Hartman2024-02-045-116/+281
| |\ \ \ \
| * | | | | vt: remove superfluous CONFIG_HW_CONSOLELukas Bulwahn2024-01-271-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'cxl-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2024-03-161-5/+10
|\ \ \ \ \
| * | | | | lib/firmware_table: Provide buffer length argument to cdat_table_parse()Robert Richter2024-03-131-5/+10
| | |_|_|/ | |/| | |
* | | | | Merge tag 'sparc-for-6.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-151-1/+2
|\ \ \ \ \
| * | | | | lib/fonts: Allow Sparc console 8x16 font for sparc64 early boot text consoleAndreas Larsson2024-03-081-1/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-03-151-23/+12
|\ \ \ \ \
| * | | | | lib/generic-radix-tree.c: Make nodes more reasonably sizedKent Overstreet2024-03-131-23/+12
| | |/ / / | |/| | |
* | | | | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-1412-96/+42
|\ \ \ \ \
| * | | | | assoc_array: fix the return value in assoc_array_insert_mid_shortcut()Roman Smirnov2024-03-121-1/+1
| * | | | | buildid: use kmap_local_page()Peng Hao2024-03-121-2/+2
| * | | | | mul_u64_u64_div_u64: increase precision by conditionally swapping a and bUwe Kleine-König2024-03-121-0/+15
| * | | | | dyndbg: replace kstrdup() + strchr() with kstrdup_and_replace()Andy Shevchenko2024-03-061-4/+3