summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2025-08-02lib/xxhash: remove unused functionsDr. David Alan Gilbert1-107/+0
2025-08-01Merge tag 'bitmap-for-6.17' of https://github.com/norov/linuxLinus Torvalds2-0/+43
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds7-58/+121
2025-07-31test_bits: add tests for __GENMASK() and __GENMASK_ULL()Vincent Mailhol1-0/+19
2025-07-31kunit: test: Drop CONFIG_MODULE ifdefferyThomas Weißschuh1-8/+0
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-47/+319
2025-07-30Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+20
2025-07-30Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-1/+1
2025-07-30Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+0
2025-07-30Merge tag 'ratelimit.2025.07.23a' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-0/+156
2025-07-30Merge tag 'timers-ptp-2025-07-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-84/+140
2025-07-29Merge tag 'linux_kselftest-kunit-6.17-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds7-36/+116
2025-07-29Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-4/+4
2025-07-29Merge tag 'libcrypto-tests-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds17-0/+2619
2025-07-29Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds134-257/+30697
2025-07-29Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds63-344/+7801
2025-07-29Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-3/+221
2025-07-29Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds1-8/+8
2025-07-23uevent: mv uevent_helper into kobject_uevent.cJoel Granados1-0/+20
2025-07-22stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook1-1/+1
2025-07-22lib/crypto: tests: Annotate worker to be on stackGuenter Roeck1-1/+1
2025-07-21lib/crypto: arm64/sha512-ce: Drop compatibility macros for older binutilsEric Biggers1-20/+11
2025-07-21lib/crypto: x86/sha1-ni: Convert to use rounds macrosEric Biggers1-158/+29
2025-07-21lib/crypto: x86/sha1-ni: Minor optimizations and cleanupEric Biggers1-43/+25
2025-07-21lib/crc: x86/crc32c: Enable VPCLMULQDQ optimization where beneficialEric Biggers2-2/+83
2025-07-21lib/crc: x86: Reorganize crc-pclmul static_call initializationEric Biggers4-21/+44
2025-07-20seq_buf: Introduce KUnit testsKees Cook3-0/+218
2025-07-20lib/raid6: update recov_rvv.c zero page usageHerbert Xu1-3/+3
2025-07-20lib/math/gcd: use static key to select implementation at runtimeKuan-Wei Chiu1-12/+15
2025-07-20panic: add 'panic_sys_info' sysctl to take human readable string parameterFeng Tang1-0/+90
2025-07-20panic: generalize panic_print's function to show sys infoFeng Tang2-1/+33
2025-07-18vdso/gettimeofday: Add support for auxiliary clocksThomas Weißschuh1-1/+48
2025-07-18vdso/gettimeofday: Introduce vdso_get_timestamp()Thomas Weißschuh1-19/+24
2025-07-18vdso/gettimeofday: Introduce vdso_set_timespec()Thomas Weißschuh1-18/+14
2025-07-18vdso/gettimeofday: Introduce vdso_clockid_valid()Thomas Weißschuh1-4/+8
2025-07-18vdso/gettimeofday: Return bool from clock_gettime() helpersThomas Weißschuh1-34/+36
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+4
2025-07-16kunit: test: Export kunit_attach_mm()Tiffany Yang1-2/+2
2025-07-15kunit/fortify: Add back "volatile" for sizeof() constantsKees Cook1-2/+2
2025-07-14lib/crypto: tests: Add KUnit tests for SHA-1 and HMAC-SHA1Eric Biggers4-0/+262
2025-07-14lib/crypto: tests: Add KUnit tests for Poly1305Eric Biggers4-0/+361
2025-07-14lib/crypto: tests: Add KUnit tests for SHA-384 and SHA-512Eric Biggers6-0/+723
2025-07-14lib/crypto: tests: Add KUnit tests for SHA-224 and SHA-256Eric Biggers8-0/+590
2025-07-14lib/crypto: tests: Add hash-test-template.h and gen-hash-testvecs.pyEric Biggers1-0/+683
2025-07-14lib/crypto: x86/sha1: Migrate optimized code into libraryEric Biggers6-0/+1625
2025-07-14lib/crypto: sparc/sha1: Migrate optimized code into libraryEric Biggers4-0/+117
2025-07-14lib/crypto: s390/sha1: Migrate optimized code into libraryEric Biggers2-0/+29
2025-07-14lib/crypto: powerpc/sha1: Migrate optimized code into libraryEric Biggers5-0/+554
2025-07-14lib/crypto: mips/sha1: Migrate optimized code into libraryEric Biggers2-0/+82
2025-07-14lib/crypto: arm64/sha1: Migrate optimized code into libraryEric Biggers4-0/+171