summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2026-02-11Merge tag 'timers-vdso-2026-02-09' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2026-02-11Merge tag 'irq-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+0
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-13/+669
2026-02-10Merge tag 'bitmap-for-6.20' of https://github.com/norov/linuxLinus Torvalds4-1/+220
2026-02-10Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-9/+4
2026-02-10Merge tag 'hardening-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+3
2026-02-10Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds42-173/+13624
2026-02-10Merge tag 'for-7.0/block-stable-pages-20260206' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+98
2026-02-09Merge tag 'linux_kselftest-kunit-6.20-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2-8/+8
2026-02-09lib/tests: extend KUnit test for bitops with more casesRyota Sakamoto2-2/+65
2026-02-09lib/find_bit: fix uninitialized variable use in FIND_NTH_BITLee Yongjun1-1/+1
2026-02-09lib/tests: add KUnit test for bitopsRyota Sakamoto3-0/+156
2026-02-06procfs: avoid fetching build ID while holding VMA lockAndrii Nakryiko1-12/+30
2026-02-04lib/crypto: mldsa: Clarify the documentation for mldsa_verify() slightlyEric Biggers1-1/+0
2026-01-28compiler-context-analysis: Remove __assume_ctx_lock from initializersMarco Elver1-6/+0
2026-01-28compiler-context-analysis: Introduce scoped init guardsMarco Elver1-8/+8
2026-01-28iov_iter: extract a iov_iter_extract_bvecs helper from bio codeChristoph Hellwig1-0/+98
2026-01-27mm/zone_device: reinitialize large zone device private foliosMatthew Brost1-1/+3
2026-01-27flex_proportions: make fprop_new_period() hardirq safeJan Kara1-2/+3
2026-01-27vdso/gettimeofday: Force inlining of __cvdso_clock_getres_common()Thomas Weißschuh1-1/+1
2026-01-16lib/crypto: aes: Drop 'volatile' from aes_sbox and aes_inv_sboxEric Biggers1-7/+3
2026-01-16lib/crypto: aes: Remove old AES en/decryption functionsEric Biggers1-112/+6
2026-01-16lib/crypto: aesgcm: Use new AES library APIEric Biggers1-6/+6
2026-01-16lib/crypto: aescfb: Use new AES library APIEric Biggers1-15/+15
2026-01-16lib/crypto: x86/aes: Add AES-NI optimizationEric Biggers4-0/+348
2026-01-16lib/crypto: sparc/aes: Migrate optimized code into libraryEric Biggers4-0/+1694
2026-01-16lib/crypto: s390/aes: Migrate optimized code into libraryEric Biggers2-0/+107
2026-01-15lib/buildid: use __kernel_read() for sleepable contextShakeel Butt1-12/+20
2026-01-15fortify: Cleanup temp file also on non-successful exitNicolas Schier1-1/+1
2026-01-15fortify: Rename temporary file to match ignore patternNicolas Schier1-1/+1
2026-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov11-13/+16
2026-01-12lib/crypto: riscv/aes: Migrate optimized code into libraryEric Biggers4-0/+150
2026-01-12lib/crypto: powerpc/aes: Migrate POWER8 optimized code into libraryEric Biggers5-2/+4070
2026-01-12lib/crypto: powerpc/aes: Migrate SPE optimized code into libraryEric Biggers8-0/+1696
2026-01-12lib/crypto: arm64/aes: Migrate optimized code into libraryEric Biggers5-0/+386
2026-01-12lib/crypto: arm/aes: Migrate optimized code into libraryEric Biggers4-0/+261
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-08lib/crypto: aes: Fix missing MMU protection for AES S-boxEric Biggers1-2/+2