summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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_flushcacheLinus 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
2026-03-30kbuild: rust: provide an option to inline C helpers into RustGary Guo
2026-03-29lib/crc: arm64: add NEON accelerated CRC64-NVMe implementationDemian Shulhan
2026-03-27lib/bch: fix signed shift overflow in build_mod8_tablesJosh Law
2026-03-27lib/bch: fix signed left-shift undefined behaviorJosh Law
2026-03-27lib/glob: initialize back_str to silence uninitialized variable warningJosh Law
2026-03-27lib/ts_kmp: fix integer overflow in pattern length calculationJosh Law
2026-03-27lib/ts_bm: fix integer overflow in pattern length calculationJosh Law
2026-03-27lib: decompress_bunzip2: fix 32-bit shift undefined behaviorJosh Law
2026-03-27lib/bug: remove unnecessary variable initializationsJosh Law
2026-03-27lib/bug: fix inconsistent capitalization in BUG messageJosh Law
2026-03-27lib/inflate: fix typo "This results" to "The results" in commentJosh Law
2026-03-27lib/inflate: fix grammar in comment: "variable" to "variables"Josh Law
2026-03-27lib/inflate: fix memory leak in inflate_dynamic() on inflate_codes() failureJosh Law
2026-03-27lib/inflate: fix memory leak in inflate_fixed() on inflate_codes() failureJosh Law
2026-03-27lib/uuid: fix typo "reversion" to "revision" in commentJosh Law
2026-03-27lib: math: polynomial: remove link to non-exist file and fix spellingAndy Shevchenko
2026-03-27lib: math: polynomial: don't use 'proxy' headersAndy Shevchenko
2026-03-27lib: polynomial: move to math/ subfolderAndy Shevchenko
2026-03-27lib/glob: clean up "bool abuse" in pointer arithmeticJosh Law
2026-03-27lib: glob: replace bitwise OR with logical operation on booleanJosh Law
2026-03-27lib: glob: add explicit include for export.hJosh Law
2026-03-27lib: glob: fix grammar and replace non-inclusive terminologyJosh Law