summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2025-08-15kunit: Always descend into kunit directory during buildThomas Weißschuh-5/+1
2025-08-09Merge tag 'block-6.17-20250808' of git://git.kernel.dk/linuxLinus Torvalds-29/+45
2025-08-07lib/sbitmap: make sbitmap_get_shallow() internalYu Kuai-2/+16
2025-08-07lib/sbitmap: convert shallow_depth from one word to the whole sbitmapYu Kuai-27/+29
2025-08-04Merge tag 'printk-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-9/+61
2025-08-04Merge branch 'for-6.17-hash_pointers' into for-linusPetr Mladek-4/+57
2025-08-04Merge branch 'for-6.15-printf-attribute' into for-linusPetr Mladek-5/+4
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds-165/+556
2025-08-03Merge tag 'modules-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-8/+0
2025-08-02kho: add test for kexec handoverMike Rapoport (Microsoft)-0/+327
2025-08-02stackdepot: make max number of pools boot-time configurableMatt Fleming-9/+58
2025-08-02lib/xxhash: remove unused functionsDr. David Alan Gilbert-107/+0
2025-07-31Merge tag 'bitmap-for-6.17' of https://github.com/norov/linuxLinus Torvalds-0/+43
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-58/+121
2025-07-31test_bits: add tests for __GENMASK() and __GENMASK_ULL()Vincent Mailhol-0/+19
2025-07-31kunit: test: Drop CONFIG_MODULE ifdefferyThomas Weißschuh-8/+0
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-47/+319
2025-07-29Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+20
2025-07-29Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-1/+1
2025-07-29Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+0
2025-07-29Merge tag 'ratelimit.2025.07.23a' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+156
2025-07-29Merge tag 'timers-ptp-2025-07-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-84/+140
2025-07-29Merge tag 'linux_kselftest-kunit-6.17-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-36/+116
2025-07-29Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+4
2025-07-28Merge tag 'libcrypto-tests-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+2619
2025-07-28Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-257/+30697
2025-07-28Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-344/+7801
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+221
2025-07-28Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds-8/+8
2025-07-23uevent: mv uevent_helper into kobject_uevent.cJoel Granados-0/+20
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook-1/+1
2025-07-21lib/crypto: tests: Annotate worker to be on stackGuenter Roeck-1/+1
2025-07-20lib/crypto: arm64/sha512-ce: Drop compatibility macros for older binutilsEric Biggers-20/+11
2025-07-20lib/crypto: x86/sha1-ni: Convert to use rounds macrosEric Biggers-158/+29
2025-07-20lib/crypto: x86/sha1-ni: Minor optimizations and cleanupEric Biggers-43/+25
2025-07-20lib/crc: x86/crc32c: Enable VPCLMULQDQ optimization where beneficialEric Biggers-2/+83
2025-07-20lib/crc: x86: Reorganize crc-pclmul static_call initializationEric Biggers-21/+44
2025-07-19seq_buf: Introduce KUnit testsKees Cook-0/+218
2025-07-19lib/raid6: update recov_rvv.c zero page usageHerbert Xu-3/+3
2025-07-19lib/math/gcd: use static key to select implementation at runtimeKuan-Wei Chiu-12/+15
2025-07-19panic: add 'panic_sys_info' sysctl to take human readable string parameterFeng Tang-0/+90
2025-07-19panic: generalize panic_print's function to show sys infoFeng Tang-1/+33
2025-07-18vdso/gettimeofday: Add support for auxiliary clocksThomas Weißschuh-1/+48
2025-07-18vdso/gettimeofday: Introduce vdso_get_timestamp()Thomas Weißschuh-19/+24
2025-07-18vdso/gettimeofday: Introduce vdso_set_timespec()Thomas Weißschuh-18/+14
2025-07-18vdso/gettimeofday: Introduce vdso_clockid_valid()Thomas Weißschuh-4/+8
2025-07-18vdso/gettimeofday: Return bool from clock_gettime() helpersThomas Weißschuh-34/+36
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+4
2025-07-16kunit: test: Export kunit_attach_mm()Tiffany Yang-2/+2
2025-07-14kunit/fortify: Add back "volatile" for sizeof() constantsKees Cook-2/+2