summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
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
2026-03-27lib: glob: add missing SPDX-License-IdentifierJosh Law
2026-03-27bug: avoid format attribute warning for clang as wellArnd Bergmann
2026-03-27lib/crypto: chacha: Zeroize permuted_state before it leaves scopeEric Biggers
2026-03-26vdso/timens: Move functions to new fileThomas Weißschuh
2026-03-25debugobjects: Drop likely() around !IS_ERR_OR_NULL()Philipp Hahn
2026-03-24bitmap: add test_zero_nbits()Yury Norov
2026-03-24compiler: Simplify generic RELOC_HIDE()Marco Elver
2026-03-24printf: add IPv6 address format testsShuvam Pandey
2026-03-23lib: Move crypto library tests to Runtime Testing menuEric Biggers
2026-03-23crypto: sm3 - Remove the original "sm3_block_generic()"Eric Biggers
2026-03-23lib/crypto: x86/sm3: Migrate optimized code into libraryEric Biggers
2026-03-23lib/crypto: riscv/sm3: Migrate optimized code into libraryEric Biggers
2026-03-23lib/crypto: arm64/sm3: Migrate optimized code into libraryEric Biggers
2026-03-23lib/crypto: tests: Add KUnit tests for SM3Eric Biggers
2026-03-23lib/crypto: sm3: Add SM3 library APIEric Biggers
2026-03-23lib/crypto: aesgcm: Use GHASH library APIEric Biggers
2026-03-23lib/crypto: gf128mul: Remove unused 4k_lle functionsEric Biggers
2026-03-23lib/crypto: x86/ghash: Migrate optimized code into libraryEric Biggers
2026-03-23lib/crypto: s390/ghash: Migrate optimized code into libraryEric Biggers
2026-03-23lib/crypto: riscv/ghash: Migrate optimized code into libraryEric Biggers
2026-03-23lib/crypto: powerpc/ghash: Migrate optimized code into libraryEric Biggers