summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2026-04-02lib/scatterlist: fix temp buffer in extract_user_to_sg()Christian A. Ehrhardt
2026-04-02lib/scatterlist: fix length calculations in extract_kvec_to_sgChristian A. Ehrhardt
2026-04-02lib/list_sort: remove dummy cmp() calls to speed up merge_final()Kuan-Wei Chiu
2026-04-02xor: add a kunit test caseChristoph Hellwig
2026-04-02xor: use static_call for xor_genChristoph Hellwig
2026-04-02xor: pass the entire operation to the low-level opsChristoph Hellwig
2026-04-02xor: add a better public APIChristoph Hellwig
2026-04-02xor: make xor.ko self-contained in lib/raid/Christoph Hellwig
2026-04-02xor: avoid indirect calls for arm64-optimized opsChristoph Hellwig
2026-04-02x86: move the XOR code to lib/raid/Christoph Hellwig
2026-04-02s390: move the XOR code to lib/raid/Christoph Hellwig
2026-04-02sparc: move the XOR code to lib/raid/Christoph Hellwig
2026-04-02riscv: move the XOR code to lib/raid/Christoph Hellwig
2026-04-02powerpc: move the XOR code to lib/raid/Christoph Hellwig
2026-04-02loongarch: move the XOR code to lib/raid/Christoph Hellwig
2026-04-02arm64: move the XOR code to lib/raid/Christoph Hellwig
2026-04-02arm: move the XOR code to lib/raid/Christoph Hellwig
2026-04-02alpha: move the XOR code to lib/raid/Christoph Hellwig
2026-04-02xor: move generic implementations out of asm-generic/xor.hChristoph Hellwig
2026-04-02xor: remove macro abuse for XOR implementation registrationsChristoph Hellwig
2026-04-02xor: split xor.hChristoph Hellwig
2026-04-02xor: cleanup registration and probingChristoph Hellwig
2026-04-02xor: small cleanupsChristoph Hellwig
2026-04-02xor: move to lib/raid/Christoph Hellwig
2026-04-02lib/crc: arm64: Simplify intrinsics implementationArd Biesheuvel
2026-04-02lib/crc: arm64: Use existing macros for kernel-mode FPU cflagsArd Biesheuvel
2026-04-02lib/crc: arm64: Drop unnecessary chunking logic from crc64Ard Biesheuvel
2026-04-02lib/crc: arm64: Assume a little-endian kernelEric Biggers
2026-04-01bitmap: introduce bitmap_weighted_xor()Yury Norov
2026-04-01workqueue: add test_workqueue benchmark moduleBreno Leitao
2026-04-01lib/crypto: arm64: Assume a little-endian kernelEric Biggers
2026-04-01lib/crypto: arm64/sha3: Remove obsolete chunking logicEric Biggers
2026-04-01lib/crypto: arm64/sha512: Remove obsolete chunking logicEric Biggers
2026-04-01lib/crypto: arm64/sha256: Remove obsolete chunking logicEric Biggers
2026-04-01lib/crypto: arm64/sha1: Remove obsolete chunking logicEric Biggers
2026-04-01lib/crypto: arm64/poly1305: Remove obsolete chunking logicEric Biggers
2026-04-01lib/crypto: arm64/gf128hash: Remove obsolete chunking logicEric Biggers
2026-04-01lib/crypto: arm64/chacha: Remove obsolete chunking logicEric Biggers
2026-04-01lib/crypto: arm64/aes: Remove obsolete chunking logicEric Biggers
2026-04-01memblock, treewide: make memblock_free() handle late freeingMike Rapoport (Microsoft)
2026-03-31lib/crypto: Include <crypto/utils.h> instead of <crypto/algapi.h>Eric Biggers
2026-03-31lib/crypto: aesgcm: Don't disable IRQs during AES block encryptionEric Biggers
2026-03-31lib/crypto: aescfb: Don't disable IRQs during AES block encryptionEric Biggers
2026-03-30x86-64/arm64/powerpc: clean up and rename __copy_from_user_flushcachenocache-cleanupLinus Torvalds
2026-03-30x86: rename and clean up __copy_from_user_inatomic_nocache()Linus Torvalds
2026-03-30Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-03-30lib/crypto: tests: Migrate ChaCha20Poly1305 self-test to KUnitEric Biggers
2026-03-30lib/crypto: sparc: Drop optimized MD5 codeEric Biggers
2026-03-30lib/crypto: mips: Drop optimized MD5 codeEric Biggers
2026-03-30lib/linear_ranges: Add linear_range_get_selector_high_arrayAmit Sunil Dhamne