summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
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
2026-03-25debugobjects: Drop likely() around !IS_ERR_OR_NULL()Philipp Hahn-1/+1
2026-03-24bitmap: add test_zero_nbits()Yury Norov-0/+59
2026-03-24compiler: Simplify generic RELOC_HIDE()Marco Elver-0/+11
2026-03-24printf: add IPv6 address format testsShuvam Pandey-0/+22
2026-03-23lib: Move crypto library tests to Runtime Testing menuEric Biggers-6/+2
2026-03-23crypto: sm3 - Remove the original "sm3_block_generic()"Eric Biggers-16/+3
2026-03-23lib/crypto: x86/sm3: Migrate optimized code into libraryEric Biggers-0/+557
2026-03-23lib/crypto: riscv/sm3: Migrate optimized code into libraryEric Biggers-0/+166
2026-03-23lib/crypto: arm64/sm3: Migrate optimized code into libraryEric Biggers-3/+790
2026-03-23lib/crypto: tests: Add KUnit tests for SM3Eric Biggers-0/+273
2026-03-23lib/crypto: sm3: Add SM3 library APIEric Biggers-19/+143
2026-03-23lib/crypto: aesgcm: Use GHASH library APIEric Biggers-28/+29
2026-03-23lib/crypto: gf128mul: Remove unused 4k_lle functionsEric Biggers-72/+1
2026-03-23lib/crypto: x86/ghash: Migrate optimized code into libraryEric Biggers-10/+185
2026-03-23lib/crypto: s390/ghash: Migrate optimized code into libraryEric Biggers-0/+55
2026-03-23lib/crypto: riscv/ghash: Migrate optimized code into libraryEric Biggers-0/+133
2026-03-23lib/crypto: powerpc/ghash: Migrate optimized code into libraryEric Biggers-5/+375
2026-03-23lib/crypto: arm64/ghash: Migrate optimized code into libraryEric Biggers-8/+283
2026-03-23lib/crypto: arm/ghash: Migrate optimized code into libraryEric Biggers-0/+254