aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2026-04-05maple_tree: fix mas_dup_alloc() sparse warningLiam R. Howlett1-2/+9
2026-04-04lib/string_kunit: extend benchmarks to strnlen() and chr searchesFeng Jiang1-0/+18
2026-04-04lib/string_kunit: add performance benchmark for strlen()Feng Jiang2-0/+171
2026-04-04lib/string_kunit: add correctness test for strrchr()Feng Jiang1-0/+31
2026-04-04lib/string_kunit: add correctness test for strnlen()Feng Jiang1-0/+35
2026-04-04lib/string_kunit: add correctness test for strlen()Feng Jiang1-0/+30
2026-04-03workqueue: avoid unguarded 64-bit divisionArnd Bergmann1-1/+1
2026-04-02lib: parser: fix match_wildcard to correctly handle trailing starsInseob Kim1-1/+1
2026-04-02lib: kunit_iov_iter: add tests for extract_iter_to_sgChristian A. Ehrhardt1-0/+203
2026-04-02lib: kunit_iov_iter: improve error detectionChristian A. Ehrhardt1-1/+6
2026-04-02lib: kunit_iov_iter: fix memory leaksChristian A. Ehrhardt1-6/+8
2026-04-02lib/scatterlist: fix temp buffer in extract_user_to_sg()Christian A. Ehrhardt1-2/+1
2026-04-02lib/scatterlist: fix length calculations in extract_kvec_to_sgChristian A. Ehrhardt1-2/+3
2026-04-02lib/list_sort: remove dummy cmp() calls to speed up merge_final()Kuan-Wei Chiu1-10/+0
2026-04-02xor: add a kunit test caseChristoph Hellwig5-1/+205
2026-04-02xor: use static_call for xor_genChristoph Hellwig1-11/+11
2026-04-02xor: pass the entire operation to the low-level opsChristoph Hellwig25-500/+224
2026-04-02xor: add a better public APIChristoph Hellwig1-0/+34
2026-04-02xor: make xor.ko self-contained in lib/raid/Christoph Hellwig33-44/+321
2026-04-02xor: avoid indirect calls for arm64-optimized opsChristoph Hellwig3-92/+106
2026-04-02x86: move the XOR code to lib/raid/Christoph Hellwig4-0/+1174
2026-04-02s390: move the XOR code to lib/raid/Christoph Hellwig2-0/+135
2026-04-02sparc: move the XOR code to lib/raid/Christoph Hellwig4-0/+951
2026-04-02riscv: move the XOR code to lib/raid/Christoph Hellwig3-0/+134
2026-04-02powerpc: move the XOR code to lib/raid/Christoph Hellwig4-0/+250
2026-04-02loongarch: move the XOR code to lib/raid/Christoph Hellwig5-0/+320
2026-04-02arm64: move the XOR code to lib/raid/Christoph Hellwig3-0/+386
2026-04-02arm: move the XOR code to lib/raid/Christoph Hellwig4-0/+233
2026-04-02alpha: move the XOR code to lib/raid/Christoph Hellwig2-0/+851
2026-04-02xor: move generic implementations out of asm-generic/xor.hChristoph Hellwig5-0/+742
2026-04-02xor: remove macro abuse for XOR implementation registrationsChristoph Hellwig1-10/+31
2026-04-02xor: split xor.hChristoph Hellwig1-0/+1
2026-04-02xor: cleanup registration and probingChristoph Hellwig1-50/+48
2026-04-02xor: small cleanupsChristoph Hellwig1-4/+1
2026-04-02xor: move to lib/raid/Christoph Hellwig6-1/+190
2026-04-02lib/crc: arm64: Simplify intrinsics implementationArd Biesheuvel1-45/+32
2026-04-02lib/crc: arm64: Use existing macros for kernel-mode FPU cflagsArd Biesheuvel1-3/+2
2026-04-02lib/crc: arm64: Drop unnecessary chunking logic from crc64Ard Biesheuvel1-7/+5
2026-04-02lib/crc: arm64: Assume a little-endian kernelEric Biggers2-35/+30
2026-04-01bitmap: introduce bitmap_weighted_xor()Yury Norov1-0/+7
2026-04-01workqueue: add test_workqueue benchmark moduleBreno Leitao3-0/+305
2026-04-01lib/crypto: arm64: Assume a little-endian kernelEric Biggers7-65/+36
2026-04-01lib/crypto: arm64/sha3: Remove obsolete chunking logicEric Biggers2-16/+7
2026-04-01lib/crypto: arm64/sha512: Remove obsolete chunking logicEric Biggers2-18/+9
2026-04-01lib/crypto: arm64/sha256: Remove obsolete chunking logicEric Biggers2-30/+13
2026-04-01lib/crypto: arm64/sha1: Remove obsolete chunking logicEric Biggers2-20/+9
2026-04-01lib/crypto: arm64/poly1305: Remove obsolete chunking logicEric Biggers1-10/+4
2026-04-01lib/crypto: arm64/gf128hash: Remove obsolete chunking logicEric Biggers1-20/+4
2026-04-01lib/crypto: arm64/chacha: Remove obsolete chunking logicEric Biggers1-12/+4
2026-04-01lib/crypto: arm64/aes: Remove obsolete chunking logicEric Biggers2-27/+16