aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2026-04-01memblock, treewide: make memblock_free() handle late freeingMike Rapoport (Microsoft)1-1/+1
2026-03-31lib/crypto: Include <crypto/utils.h> instead of <crypto/algapi.h>Eric Biggers3-4/+4
2026-03-31lib/crypto: aesgcm: Don't disable IRQs during AES block encryptionEric Biggers1-22/+3
2026-03-31lib/crypto: aescfb: Don't disable IRQs during AES block encryptionEric Biggers1-22/+3
2026-03-30x86-64/arm64/powerpc: clean up and rename __copy_from_user_flushcacheLinus Torvalds1-1/+1
2026-03-30x86: 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/git/ebiggers/linuxLinus 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-27lib/bch: fix signed shift overflow in build_mod8_tablesJosh Law1-1/+1
2026-03-27lib/bch: fix signed left-shift undefined behaviorJosh Law1-2/+2
2026-03-27lib/glob: initialize back_str to silence uninitialized variable warningJosh Law1-1/+1
2026-03-27lib/ts_kmp: fix integer overflow in pattern length calculationJosh Law1-2/+16
2026-03-27lib/ts_bm: fix integer overflow in pattern length calculationJosh Law1-2/+16
2026-03-27lib: decompress_bunzip2: fix 32-bit shift undefined behaviorJosh Law1-2/+2
2026-03-27lib/bug: remove unnecessary variable initializationsJosh Law1-2/+2
2026-03-27lib/bug: fix inconsistent capitalization in BUG messageJosh Law1-1/+1
2026-03-27lib/inflate: fix typo "This results" to "The results" in commentJosh Law1-1/+1
2026-03-27lib/inflate: fix grammar in comment: "variable" to "variables"Josh Law1-1/+1
2026-03-27lib/inflate: fix memory leak in inflate_dynamic() on inflate_codes() failureJosh Law1-4/+3
2026-03-27lib/inflate: fix memory leak in inflate_fixed() on inflate_codes() failureJosh Law1-0/+2
2026-03-27lib/uuid: fix typo "reversion" to "revision" in commentJosh Law1-1/+1
2026-03-27lib: math: polynomial: remove link to non-exist file and fix spellingAndy Shevchenko1-12/+8
2026-03-27lib: math: polynomial: don't use 'proxy' headersAndy Shevchenko1-1/+2
2026-03-27lib: polynomial: move to math/ subfolderAndy Shevchenko5-5/+4
2026-03-27lib/glob: clean up "bool abuse" in pointer arithmeticJosh Law1-1/+1
2026-03-27lib: glob: replace bitwise OR with logical operation on booleanJosh Law1-1/+2
2026-03-27lib: glob: add explicit include for export.hJosh Law1-0/+1
2026-03-27lib: glob: fix grammar and replace non-inclusive terminologyJosh Law1-1/+1
2026-03-27lib: glob: add missing SPDX-License-IdentifierJosh Law1-0/+1
2026-03-27bug: avoid format attribute warning for clang as wellArnd Bergmann1-5/+2
2026-03-27lib/crypto: chacha: Zeroize permuted_state before it leaves scopeEric Biggers1-0/+4
2026-03-26vdso/timens: Move functions to new fileThomas Weißschuh1-25/+0
2026-03-25debugobjects: Drop likely() around !IS_ERR_OR_NULL()Philipp Hahn1-1/+1
2026-03-24bitmap: add test_zero_nbits()Yury Norov2-0/+59
2026-03-24compiler: Simplify generic RELOC_HIDE()Marco Elver1-0/+11
2026-03-24printf: add IPv6 address format testsShuvam Pandey1-0/+22
2026-03-23lib: Move crypto library tests to Runtime Testing menuEric Biggers2-6/+2
2026-03-23crypto: sm3 - Remove the original "sm3_block_generic()"Eric Biggers1-16/+3
2026-03-23lib/crypto: x86/sm3: Migrate optimized code into libraryEric Biggers4-0/+557
2026-03-23lib/crypto: riscv/sm3: Migrate optimized code into libraryEric Biggers4-0/+166
2026-03-23lib/crypto: arm64/sm3: Migrate optimized code into libraryEric Biggers5-3/+790
2026-03-23lib/crypto: tests: Add KUnit tests for SM3Eric Biggers5-0/+273
2026-03-23lib/crypto: sm3: Add SM3 library APIEric Biggers2-19/+143
2026-03-23lib/crypto: aesgcm: Use GHASH library APIEric Biggers2-28/+29
2026-03-23lib/crypto: gf128mul: Remove unused 4k_lle functionsEric Biggers1-72/+1