summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2026-01-15lib/crypto: x86/aes: Add AES-NI optimizationEric Biggers
2026-01-15lib/crypto: sparc/aes: Migrate optimized code into libraryEric Biggers
2026-01-15lib/crypto: s390/aes: Migrate optimized code into libraryEric Biggers
2026-01-14lib/buildid: use __kernel_read() for sleepable contextShakeel Butt
2026-01-14fortify: Cleanup temp file also on non-successful exitNicolas Schier
2026-01-14fortify: Rename temporary file to match ignore patternNicolas Schier
2026-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov
2026-01-12lib/crypto: riscv/aes: Migrate optimized code into libraryEric Biggers
2026-01-12lib/crypto: powerpc/aes: Migrate POWER8 optimized code into libraryEric Biggers
2026-01-12lib/crypto: powerpc/aes: Migrate SPE optimized code into libraryEric Biggers
2026-01-12lib/crypto: arm64/aes: Migrate optimized code into libraryEric Biggers
2026-01-12lib/crypto: arm/aes: Migrate optimized code into libraryEric Biggers
2026-01-12lib/crypto: aes: Introduce improved AES libraryEric Biggers
2026-01-12lib/crypto: mldsa: Add FIPS cryptographic algorithm self-testEric Biggers
2026-01-12lib/crypto: nh: Restore dependency of arch code on !KMSANEric Biggers
2026-01-12lib/crypto: md5: Use rol32() instead of open-coding itRusydi H. Makarim
2026-01-12lib/crypto: x86/nh: Migrate optimized code into libraryEric Biggers
2026-01-12lib/crypto: arm64/nh: Migrate optimized code into libraryEric Biggers
2026-01-12lib/crypto: arm/nh: Migrate optimized code into libraryEric Biggers
2026-01-12lib/crypto: tests: Add KUnit tests for NHEric Biggers
2026-01-12lib/crypto: nh: Add NH libraryEric Biggers
2026-01-12lib/crypto: tests: Add KUnit tests for ML-DSA verificationEric Biggers
2026-01-12lib/crypto: Add ML-DSA verification supportEric Biggers
2026-01-11Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-01-11treewide: Update email addressThomas Gleixner
2026-01-09scatterlist: introduce sg_nents_for_dma() helperAndy Shevchenko
2026-01-08lib/crypto: aes: Fix missing MMU protection for AES S-boxEric Biggers
2026-01-08lib/crypto: tests: polyval_kunit: Increase iterations for preparekey in IRQsThomas Weißschuh
2026-01-07Kconfig.ubsan: Remove CONFIG_UBSAN_REPORT_FULL from documentationStefan Wiehler
2026-01-05test_list_sort: fix up const mismatchGreg Kroah-Hartman
2026-01-05kunit: fix up const mis-match in many assert functionsGreg Kroah-Hartman
2026-01-05rhashtable: Enable context analysisMarco Elver
2026-01-05stackdepot: Enable context analysisMarco Elver
2026-01-05compiler: Let data_race() imply disabled context analysisMarco Elver
2026-01-05compiler-context-analysis: Remove __cond_lock() function-like helperMarco Elver
2026-01-05locking/ww_mutex: Support Clang's context analysisMarco Elver
2026-01-05locking/local_lock: Support Clang's context analysisMarco Elver
2026-01-05locking/rwsem: Support Clang's context analysisMarco Elver
2026-01-05srcu: Support Clang's context analysisMarco Elver
2026-01-05rcu: Support Clang's context analysisMarco Elver
2026-01-05bit_spinlock: Support Clang's context analysisMarco Elver
2026-01-05locking/seqlock: Support Clang's context analysisMarco Elver
2026-01-05locking/mutex: Support Clang's context analysisMarco Elver
2026-01-05locking/rwlock, spinlock: Support Clang's context analysisMarco Elver
2026-01-05compiler-context-analysis: Add test stubMarco Elver
2026-01-05compiler-context-analysis: Add infrastructure for Context Analysis with ClangMarco Elver
2025-12-23idr: fix idr_alloc() returning an ID out of rangeMatthew Wilcox (Oracle)
2025-12-20Merge tag 'linux_kselftest-kunit-fixes-6.19-rc3' of git://git.kernel.org/pub/...Linus Torvalds
2025-12-19lib/Kconfig.debug: Set the minimum required pahole version to v1.22Ihor Solodrai
2025-12-15genirq: Remove IRQ timing tracking infrastructureMarc Zyngier