summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2026-01-12lib/crypto: aes: Introduce improved AES libraryEric Biggers3-59/+355
2026-01-12lib/crypto: mldsa: Add FIPS cryptographic algorithm self-testEric Biggers2-0/+489
2026-01-12lib/crypto: nh: Restore dependency of arch code on !KMSANEric Biggers1-1/+1
2026-01-12lib/crypto: md5: Use rol32() instead of open-coding itRusydi H. Makarim1-1/+1
2026-01-12lib/crypto: x86/nh: Migrate optimized code into libraryEric Biggers5-0/+328
2026-01-12lib/crypto: arm64/nh: Migrate optimized code into libraryEric Biggers4-0/+139
2026-01-12lib/crypto: arm/nh: Migrate optimized code into libraryEric Biggers4-0/+151
2026-01-12lib/crypto: tests: Add KUnit tests for NHEric Biggers4-0/+350
2026-01-12lib/crypto: nh: Add NH libraryEric Biggers3-0/+100
2026-01-12lib/crypto: tests: Add KUnit tests for ML-DSA verificationEric Biggers4-0/+2335
2026-01-12lib/crypto: Add ML-DSA verification supportEric Biggers3-0/+664
2026-01-12Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+3
2026-01-11treewide: Update email addressThomas Gleixner5-5/+5
2026-01-09scatterlist: introduce sg_nents_for_dma() helperAndy Shevchenko1-0/+26
2026-01-08lib/crypto: aes: Fix missing MMU protection for AES S-boxEric Biggers1-2/+2
2026-01-08lib/crypto: tests: polyval_kunit: Increase iterations for preparekey in IRQsThomas Weißschuh1-1/+1
2026-01-07Kconfig.ubsan: Remove CONFIG_UBSAN_REPORT_FULL from documentationStefan Wiehler1-1/+1
2026-01-06test_list_sort: fix up const mismatchGreg Kroah-Hartman1-2/+2
2026-01-06kunit: fix up const mis-match in many assert functionsGreg Kroah-Hartman1-6/+6
2026-01-05rhashtable: Enable context analysisMarco Elver2-2/+5
2026-01-05stackdepot: Enable context analysisMarco Elver2-6/+15
2026-01-05compiler: Let data_race() imply disabled context analysisMarco Elver1-0/+2
2026-01-05compiler-context-analysis: Remove __cond_lock() function-like helperMarco Elver2-5/+4
2026-01-05locking/ww_mutex: Support Clang's context analysisMarco Elver1-0/+69
2026-01-05locking/local_lock: Support Clang's context analysisMarco Elver1-0/+73
2026-01-05locking/rwsem: Support Clang's context analysisMarco Elver1-0/+64
2026-01-05srcu: Support Clang's context analysisMarco Elver1-0/+25
2026-01-05rcu: Support Clang's context analysisMarco Elver1-0/+85
2026-01-05bit_spinlock: Support Clang's context analysisMarco Elver1-0/+26
2026-01-05locking/seqlock: Support Clang's context analysisMarco Elver1-0/+50
2026-01-05locking/mutex: Support Clang's context analysisMarco Elver1-0/+64
2026-01-05locking/rwlock, spinlock: Support Clang's context analysisMarco Elver1-0/+128
2026-01-05compiler-context-analysis: Add test stubMarco Elver3-0/+35
2026-01-05compiler-context-analysis: Add infrastructure for Context Analysis with ClangMarco Elver1-0/+30
2025-12-23idr: fix idr_alloc() returning an ID out of rangeMatthew Wilcox (Oracle)1-0/+2
2025-12-20Merge tag 'linux_kselftest-kunit-fixes-6.19-rc3' of git://git.kernel.org/pub/...Linus Torvalds2-5/+4
2025-12-19lib/Kconfig.debug: Set the minimum required pahole version to v1.22Ihor Solodrai1-9/+4
2025-12-16genirq: Remove IRQ timing tracking infrastructureMarc Zyngier1-8/+0
2025-12-15kunit: make FAULT_TEST default to n when PANIC_ON_OOPSBrendan Jackman1-1/+1
2025-12-15kunit: Drop unused parameter from kunit_device_register_internalUwe Kleine-König1-4/+3
2025-12-14lib/crypto: riscv: Add poly1305-core.S to .gitignoreCharles Mirabile1-0/+2
2025-12-13Merge tag 'core-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+5
2025-12-12bug: Hush suggest-attribute=format for __warn_printf()Brendan Jackman1-0/+4
2025-12-12bug: Let report_bug_entry() provide the correct bugaddrHeiko Carstens1-1/+1
2025-12-10lib/crypto: blake2s: Replace manual unrolling with unrolled_fullEric Biggers1-22/+16
2025-12-10lib/crypto: blake2b: Roll up BLAKE2b round loop on 32-bitEric Biggers2-25/+20
2025-12-10lib/crypto: riscv: Depend on RISCV_EFFICIENT_VECTOR_UNALIGNED_ACCESSEric Biggers1-3/+6
2025-12-10lib/crypto: riscv/chacha: Avoid s0/fp registerVivian Wang1-3/+2
2025-12-09lockref: add a __cond_lock annotation for lockref_put_or_lockChristoph Hellwig1-0/+1
2025-12-07Merge tag 'fbdev-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-0/+5159