summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2025-06-30lib/crc: Remove ARCH_HAS_* kconfig symbolsEric Biggers1-9/+0
2025-06-30lib/crc: x86: Migrate optimized CRC code into lib/crc/Eric Biggers12-0/+1389
2025-06-30lib/crc: sparc: Migrate optimized CRC code into lib/crc/Eric Biggers4-0/+89
2025-06-30lib/crc: s390: Migrate optimized CRC code into lib/crc/Eric Biggers6-0/+495
2025-06-30lib/crc: riscv: Migrate optimized CRC code into lib/crc/Eric Biggers13-0/+595
2025-06-30lib/crc: powerpc: Migrate optimized CRC code into lib/crc/Eric Biggers7-0/+2575
2025-06-30lib/crc: mips: Migrate optimized CRC code into lib/crc/Eric Biggers2-0/+163
2025-06-30lib/crc: loongarch: Migrate optimized CRC code into lib/crc/Eric Biggers2-0/+116
2025-06-30lib/crc: arm64: Migrate optimized CRC code into lib/crc/Eric Biggers6-0/+980
2025-06-30lib/crc: arm: Migrate optimized CRC code into lib/crc/Eric Biggers6-0/+934
2025-06-30lib/crc: Prepare for arch-optimized code in subdirs of lib/crc/Eric Biggers5-34/+152
2025-06-30lib/crc: Move files into lib/crc/Eric Biggers20-154/+156
2025-06-30lib/crc32: Remove unused combination supportEric Biggers2-105/+1
2025-06-30lib/crypto: mips/chacha: Fix clang build and remove unneeded byteswapEric Biggers1-13/+7
2025-06-30lib/crypto: x86: Move arch/x86/lib/crypto/ into lib/crypto/Eric Biggers18-1/+9666
2025-06-30lib/crypto: sparc: Move arch/sparc/lib/crypto/ into lib/crypto/Eric Biggers6-1/+156
2025-06-30lib/crypto: s390: Move arch/s390/lib/crypto/ into lib/crypto/Eric Biggers8-1/+1047
2025-06-30lib/crypto: riscv: Move arch/riscv/lib/crypto/ into lib/crypto/Eric Biggers8-1/+689
2025-06-30lib/crypto: powerpc: Move arch/powerpc/lib/crypto/ into lib/crypto/Eric Biggers10-1/+2533
2025-06-30lib/crypto: mips: Move arch/mips/lib/crypto/ into lib/crypto/Eric Biggers9-1/+1867
2025-06-30lib/crypto: arm64: Move arch/arm64/lib/crypto/ into lib/crypto/Eric Biggers12-2/+2960
2025-06-30lib/crypto: arm: Move arch/arm/lib/crypto/ into lib/crypto/Eric Biggers15-1/+3833
2025-06-30lib/crypto: x86/sha512: Remove unnecessary checks for nblocks==0Eric Biggers3-14/+3
2025-06-30lib/crypto: x86/sha512: Migrate optimized SHA-512 code to libraryEric Biggers6-0/+1656
2025-06-30lib/crypto: sparc/sha512: Migrate optimized SHA-512 code to libraryEric Biggers4-0/+146
2025-06-30lib/crypto: s390/sha512: Migrate optimized SHA-512 code to libraryEric Biggers2-0/+29
2025-06-30lib/crypto: riscv/sha512: Migrate optimized SHA-512 code to libraryEric Biggers4-0/+247
2025-06-30lib/crypto: mips/sha512: Migrate optimized SHA-512 code to libraryEric Biggers2-0/+75
2025-06-30lib/crypto: arm64/sha512: Migrate optimized SHA-512 code to libraryEric Biggers5-0/+265
2025-06-30lib/crypto: arm/sha512: Migrate optimized SHA-512 code to libraryEric Biggers5-0/+712
2025-06-30lib/crypto: sha512: Add HMAC-SHA384 and HMAC-SHA512 supportEric Biggers2-4/+142
2025-06-30lib/crypto: sha512: Add support for SHA-384 and SHA-512Eric Biggers3-0/+281
2025-06-30lib/crypto: Explicitly include <linux/export.h>Eric Biggers30-38/+64
2025-06-28Merge tag 'mm-hotfixes-stable-2025-06-27-16-56' of git://git.kernel.org/pub/s...Linus Torvalds2-2/+15
2025-06-28Merge tag 'riscv-for-linus-5.16-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-20/+28
2025-06-28kunit: Make default kunit_test timeout configurable via both a module paramet...Marie Zhussupova2-7/+21
2025-06-27Merge branch 'ref_tracker-fix'Jakub Kicinski1-2/+8
2025-06-27ref_tracker: do xarray and workqueue job initializations earlierJeff Layton1-2/+8
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+4
2025-06-26mm/alloc_tag: fix the kmemleak false positive issue in the allocation of the ...Hao Ge1-1/+7
2025-06-26lib/group_cpus: fix NULL pointer dereference from group_cpus_evenly()Yu Kuai1-1/+8
2025-06-25kunit: Adjust kunit_test timeout based on test_{suite,case} speedUjwal Jain4-33/+55
2025-06-24char: misc: add test casesThadeu Lima de Souza Cascardo1-2/+2
2025-06-24lib: Add stress test for ratelimitPaul E. McKenney1-2/+67
2025-06-24lib: Make the ratelimit test more reliablePetr Mladek1-4/+4
2025-06-24lib: Add trivial kunit test for ratelimitPaul E. McKenney3-0/+91
2025-06-24lib: test_objagg: split test_hints_case() into two functionsArnd Bergmann1-32/+45
2025-06-23Merge tag 'mm-hotfixes-stable-2025-06-22-18-52' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+3
2025-06-20Merge tag 'v6.16-p5' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2025-06-20maple_tree: fix MA_STATE_PREALLOC flag in mas_preallocate()Liam R. Howlett1-1/+3