summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-06-30lib/crc: arm: Migrate optimized CRC code into lib/crc/Eric Biggers
2025-06-30lib/crc: Prepare for arch-optimized code in subdirs of lib/crc/Eric Biggers
2025-06-30lib/crc: Move files into lib/crc/Eric Biggers
2025-06-30lib/crc32: Remove unused combination supportEric Biggers
2025-06-30lib/crypto: mips/chacha: Fix clang build and remove unneeded byteswapEric Biggers
2025-06-30lib/crypto: x86: Move arch/x86/lib/crypto/ into lib/crypto/Eric Biggers
2025-06-30lib/crypto: sparc: Move arch/sparc/lib/crypto/ into lib/crypto/Eric Biggers
2025-06-30lib/crypto: s390: Move arch/s390/lib/crypto/ into lib/crypto/Eric Biggers
2025-06-30lib/crypto: riscv: Move arch/riscv/lib/crypto/ into lib/crypto/Eric Biggers
2025-06-30lib/crypto: powerpc: Move arch/powerpc/lib/crypto/ into lib/crypto/Eric Biggers
2025-06-30lib/crypto: mips: Move arch/mips/lib/crypto/ into lib/crypto/Eric Biggers
2025-06-30lib/crypto: arm64: Move arch/arm64/lib/crypto/ into lib/crypto/Eric Biggers
2025-06-30lib/crypto: arm: Move arch/arm/lib/crypto/ into lib/crypto/Eric Biggers
2025-06-30lib/crypto: x86/sha512: Remove unnecessary checks for nblocks==0Eric Biggers
2025-06-30lib/crypto: x86/sha512: Migrate optimized SHA-512 code to libraryEric Biggers
2025-06-30lib/crypto: sparc/sha512: Migrate optimized SHA-512 code to libraryEric Biggers
2025-06-30lib/crypto: s390/sha512: Migrate optimized SHA-512 code to libraryEric Biggers
2025-06-30lib/crypto: riscv/sha512: Migrate optimized SHA-512 code to libraryEric Biggers
2025-06-30lib/crypto: mips/sha512: Migrate optimized SHA-512 code to libraryEric Biggers
2025-06-30lib/crypto: arm64/sha512: Migrate optimized SHA-512 code to libraryEric Biggers
2025-06-30lib/crypto: arm/sha512: Migrate optimized SHA-512 code to libraryEric Biggers
2025-06-30lib/crypto: sha512: Add HMAC-SHA384 and HMAC-SHA512 supportEric Biggers
2025-06-30lib/crypto: sha512: Add support for SHA-384 and SHA-512Eric Biggers
2025-06-30lib/crypto: Explicitly include <linux/export.h>Eric Biggers
2025-06-27Merge tag 'mm-hotfixes-stable-2025-06-27-16-56' of git://git.kernel.org/pub/s...Linus Torvalds
2025-06-27Merge tag 'riscv-for-linus-5.16-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-06-27kunit: Make default kunit_test timeout configurable via both a module paramet...Marie Zhussupova
2025-06-27Merge branch 'ref_tracker-fix'Jakub Kicinski
2025-06-27ref_tracker: do xarray and workqueue job initializations earlierJeff Layton
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-06-25mm/alloc_tag: fix the kmemleak false positive issue in the allocation of the ...Hao Ge
2025-06-25lib/group_cpus: fix NULL pointer dereference from group_cpus_evenly()Yu Kuai
2025-06-24kunit: Adjust kunit_test timeout based on test_{suite,case} speedUjwal Jain
2025-06-24char: misc: add test casesThadeu Lima de Souza Cascardo
2025-06-24lib: Add stress test for ratelimitPaul E. McKenney
2025-06-24lib: Make the ratelimit test more reliablePetr Mladek
2025-06-24lib: Add trivial kunit test for ratelimitPaul E. McKenney
2025-06-23lib: test_objagg: split test_hints_case() into two functionsArnd Bergmann
2025-06-23Merge tag 'mm-hotfixes-stable-2025-06-22-18-52' of git://git.kernel.org/pub/s...Linus Torvalds
2025-06-19Merge tag 'v6.16-p5' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-06-19maple_tree: fix MA_STATE_PREALLOC flag in mas_preallocate()Liam R. Howlett
2025-06-19Merge branch 'ref_tracker-add-ability-to-register-a-debugfs-file-for-a-ref_tr...Jakub Kicinski
2025-06-19ref_tracker: eliminate the ref_tracker_dir name fieldJeff Layton
2025-06-19ref_tracker: add a way to create a symlink to the ref_tracker_dir debugfs fileJeff Layton
2025-06-19ref_tracker: automatically register a file in debugfs for a ref_tracker_dirJeff Layton
2025-06-19ref_tracker: allow pr_ostream() to print directly to a seq_fileJeff Layton
2025-06-19ref_tracker: add a static classname string to each ref_tracker_dirJeff Layton
2025-06-19ref_tracker: have callers pass output function to pr_ostream()Jeff Layton
2025-06-19ref_tracker: add a top level debugfs directory for ref_trackerJeff Layton
2025-06-19ref_tracker: don't use %pK in pr_ostream() outputJeff Layton