summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | lib/Kconfig.debug: update Clang version check in CONFIG_KCOVNathan Chancellor2024-02-221-1/+1
| * | | | | lib: dhry: add missing closing parenthesisGeert Uytterhoeven2024-02-221-1/+1
| * | | | | lib: dhry: use ktime_ms_delta() helperGeert Uytterhoeven2024-02-221-1/+1
| * | | | | lib: dhry: remove unneeded <linux/mutex.h>Geert Uytterhoeven2024-02-221-1/+0
| * | | | | flex_proportions: remove unused fprop_local_singleKemeng Shi2024-02-221-77/+0
| * | | | | lib/sort: optimize heapsort with double-pop variationKuan-Wei Chiu2024-02-221-4/+14
| * | | | | lib/sort: optimize heapsort for equal elements in sift-down pathKuan-Wei Chiu2024-02-221-1/+1
| * | | | | treewide: update LLVM Bugzilla linksNathan Chancellor2024-02-223-3/+3
| | |_|_|/ | |/| | |
* | | | | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-145-62/+252
|\ \ \ \ \
| * | | | | lib/test_vmalloc.c: use unsigned long constantMartin Kaiser2024-03-041-1/+1
| * | | | | lib/test_vmalloc.c: drop empty exit functionMartin Kaiser2024-03-041-5/+0
| * | | | | lib/test_vmalloc.c: fix typo in function nameMartin Kaiser2024-03-041-2/+2
| * | | | | lib/stackdepot: off by one in depot_fetch_stack()Dan Carpenter2024-03-041-1/+1
| * | | | | crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He2024-02-231-1/+1
| * | | | | mm,page_owner: maintain own list of stack_records structsOscar Salvador2024-02-231-0/+8
| * | | | | lib/stackdepot: move stack_record struct definition into the headerOscar Salvador2024-02-231-43/+0
| * | | | | lib/stackdepot: fix first entry having a 0-handleOscar Salvador2024-02-231-7/+9