summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2026-04-02lib/crc: arm64: Drop unnecessary chunking logic from crc64Ard Biesheuvel-7/+5
2026-04-02lib/crc: arm64: Assume a little-endian kernelEric Biggers-35/+30
2026-04-01bitmap: introduce bitmap_weighted_xor()Yury Norov-0/+7
2026-04-01workqueue: add test_workqueue benchmark moduleBreno Leitao-0/+305
2026-04-01lib/crypto: arm64: Assume a little-endian kernelEric Biggers-65/+36
2026-04-01lib/crypto: arm64/sha3: Remove obsolete chunking logicEric Biggers-16/+7
2026-04-01lib/crypto: arm64/sha512: Remove obsolete chunking logicEric Biggers-18/+9
2026-04-01lib/crypto: arm64/sha256: Remove obsolete chunking logicEric Biggers-30/+13
2026-04-01lib/crypto: arm64/sha1: Remove obsolete chunking logicEric Biggers-20/+9
2026-04-01lib/crypto: arm64/poly1305: Remove obsolete chunking logicEric Biggers-10/+4
2026-04-01lib/crypto: arm64/gf128hash: Remove obsolete chunking logicEric Biggers-20/+4
2026-04-01lib/crypto: arm64/chacha: Remove obsolete chunking logicEric Biggers-12/+4
2026-04-01lib/crypto: arm64/aes: Remove obsolete chunking logicEric Biggers-27/+16
2026-04-01memblock, treewide: make memblock_free() handle late freeingMike Rapoport (Microsoft)-1/+1
2026-03-31lib/crypto: Include <crypto/utils.h> instead of <crypto/algapi.h>Eric Biggers-4/+4
2026-03-31lib/crypto: aesgcm: Don't disable IRQs during AES block encryptionEric Biggers-22/+3
2026-03-31lib/crypto: aescfb: Don't disable IRQs during AES block encryptionEric Biggers-22/+3
2026-03-30x86-64/arm64/powerpc: clean up and rename __copy_from_user_flushcacheLinus Torvalds-1/+1
2026-03-30x86: rename and clean up __copy_from_user_inatomic_nocache()Linus Torvalds-1/+1
2026-03-30Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+4
2026-03-30lib/crypto: tests: Migrate ChaCha20Poly1305 self-test to KUnitEric Biggers-760/+760
2026-03-30lib/crypto: sparc: Drop optimized MD5 codeEric Biggers-120/+0
2026-03-30lib/crypto: mips: Drop optimized MD5 codeEric Biggers-66/+0
2026-03-30lib/linear_ranges: Add linear_range_get_selector_high_arrayAmit Sunil Dhamne-0/+36
2026-03-30kbuild: rust: provide an option to inline C helpers into RustGary Guo-0/+17
2026-03-29lib/crc: arm64: add NEON accelerated CRC64-NVMe implementationDemian Shulhan-1/+116
2026-03-27lib/bch: fix signed shift overflow in build_mod8_tablesJosh Law-1/+1
2026-03-27lib/bch: fix signed left-shift undefined behaviorJosh Law-2/+2
2026-03-27lib/glob: initialize back_str to silence uninitialized variable warningJosh Law-1/+1
2026-03-27lib/ts_kmp: fix integer overflow in pattern length calculationJosh Law-2/+16
2026-03-27lib/ts_bm: fix integer overflow in pattern length calculationJosh Law-2/+16
2026-03-27lib: decompress_bunzip2: fix 32-bit shift undefined behaviorJosh Law-2/+2
2026-03-27lib/bug: remove unnecessary variable initializationsJosh Law-2/+2
2026-03-27lib/bug: fix inconsistent capitalization in BUG messageJosh Law-1/+1
2026-03-27lib/inflate: fix typo "This results" to "The results" in commentJosh Law-1/+1
2026-03-27lib/inflate: fix grammar in comment: "variable" to "variables"Josh Law-1/+1
2026-03-27lib/inflate: fix memory leak in inflate_dynamic() on inflate_codes() failureJosh Law-4/+3
2026-03-27lib/inflate: fix memory leak in inflate_fixed() on inflate_codes() failureJosh Law-0/+2
2026-03-27lib/uuid: fix typo "reversion" to "revision" in commentJosh Law-1/+1
2026-03-27lib: math: polynomial: remove link to non-exist file and fix spellingAndy Shevchenko-12/+8
2026-03-27lib: math: polynomial: don't use 'proxy' headersAndy Shevchenko-1/+2
2026-03-27lib: polynomial: move to math/ subfolderAndy Shevchenko-5/+4
2026-03-27lib/glob: clean up "bool abuse" in pointer arithmeticJosh Law-1/+1
2026-03-27lib: glob: replace bitwise OR with logical operation on booleanJosh Law-1/+2
2026-03-27lib: glob: add explicit include for export.hJosh Law-0/+1
2026-03-27lib: glob: fix grammar and replace non-inclusive terminologyJosh Law-1/+1
2026-03-27lib: glob: add missing SPDX-License-IdentifierJosh Law-0/+1
2026-03-27bug: avoid format attribute warning for clang as wellArnd Bergmann-5/+2
2026-03-27lib/crypto: chacha: Zeroize permuted_state before it leaves scopeEric Biggers-0/+4
2026-03-26vdso/timens: Move functions to new fileThomas Weißschuh-25/+0