summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2026-04-03powerpc: move the XOR code to lib/raid/Christoph Hellwig4-0/+250
2026-04-03loongarch: move the XOR code to lib/raid/Christoph Hellwig5-0/+320
2026-04-03arm64: move the XOR code to lib/raid/Christoph Hellwig3-0/+386
2026-04-03arm: move the XOR code to lib/raid/Christoph Hellwig4-0/+233
2026-04-03alpha: move the XOR code to lib/raid/Christoph Hellwig2-0/+851
2026-04-03xor: move generic implementations out of asm-generic/xor.hChristoph Hellwig5-0/+742
2026-04-03xor: remove macro abuse for XOR implementation registrationsChristoph Hellwig1-10/+31
2026-04-03xor: split xor.hChristoph Hellwig1-0/+1
2026-04-03xor: cleanup registration and probingChristoph Hellwig1-50/+48
2026-04-03xor: small cleanupsChristoph Hellwig1-4/+1
2026-04-03xor: move to lib/raid/Christoph Hellwig6-1/+190
2026-04-03lib/crc: arm64: Simplify intrinsics implementationArd Biesheuvel1-45/+32
2026-04-03lib/crc: arm64: Use existing macros for kernel-mode FPU cflagsArd Biesheuvel1-3/+2
2026-04-03lib/crc: arm64: Drop unnecessary chunking logic from crc64Ard Biesheuvel1-7/+5
2026-04-03lib/crc: arm64: Assume a little-endian kernelEric Biggers2-35/+30
2026-04-02bitmap: 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
2026-04-01memblock, treewide: make memblock_free() handle late freeingMike Rapoport (Microsoft)1-1/+1
2026-04-01lib/crypto: Include <crypto/utils.h> instead of <crypto/algapi.h>Eric Biggers3-4/+4
2026-04-01lib/crypto: aesgcm: Don't disable IRQs during AES block encryptionEric Biggers1-22/+3
2026-04-01lib/crypto: aescfb: Don't disable IRQs during AES block encryptionEric Biggers1-22/+3
2026-03-31x86-64/arm64/powerpc: clean up and rename __copy_from_user_flushcacheLinus Torvalds1-1/+1
2026-03-31x86: rename and clean up __copy_from_user_inatomic_nocache()Linus Torvalds1-1/+1
2026-03-30Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+4
2026-03-30lib/crypto: tests: Migrate ChaCha20Poly1305 self-test to KUnitEric Biggers6-760/+760
2026-03-30lib/crypto: sparc: Drop optimized MD5 codeEric Biggers4-120/+0
2026-03-30lib/crypto: mips: Drop optimized MD5 codeEric Biggers2-66/+0
2026-03-30lib/linear_ranges: Add linear_range_get_selector_high_arrayAmit Sunil Dhamne1-0/+36
2026-03-30kbuild: rust: provide an option to inline C helpers into RustGary Guo1-0/+17
2026-03-29lib/crc: arm64: add NEON accelerated CRC64-NVMe implementationDemian Shulhan4-1/+116
2026-03-28lib/bch: fix signed shift overflow in build_mod8_tablesJosh Law1-1/+1
2026-03-28lib/bch: fix signed left-shift undefined behaviorJosh Law1-2/+2
2026-03-28lib/glob: initialize back_str to silence uninitialized variable warningJosh Law1-1/+1
2026-03-28lib/ts_kmp: fix integer overflow in pattern length calculationJosh Law1-2/+16
2026-03-28lib/ts_bm: fix integer overflow in pattern length calculationJosh Law1-2/+16
2026-03-28lib: decompress_bunzip2: fix 32-bit shift undefined behaviorJosh Law1-2/+2
2026-03-28lib/bug: remove unnecessary variable initializationsJosh Law1-2/+2
2026-03-28lib/bug: fix inconsistent capitalization in BUG messageJosh Law1-1/+1
2026-03-28lib/inflate: fix typo "This results" to "The results" in commentJosh Law1-1/+1
2026-03-28lib/inflate: fix grammar in comment: "variable" to "variables"Josh Law1-1/+1
2026-03-28lib/inflate: fix memory leak in inflate_dynamic() on inflate_codes() failureJosh Law1-4/+3