index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-12
lib/crypto: aes: Introduce improved AES library
Eric Biggers
3
-59
/
+355
2026-01-12
lib/crypto: mldsa: Add FIPS cryptographic algorithm self-test
Eric Biggers
2
-0
/
+489
2026-01-12
lib/crypto: nh: Restore dependency of arch code on !KMSAN
Eric Biggers
1
-1
/
+1
2026-01-12
lib/crypto: md5: Use rol32() instead of open-coding it
Rusydi H. Makarim
1
-1
/
+1
2026-01-12
lib/crypto: x86/nh: Migrate optimized code into library
Eric Biggers
5
-0
/
+328
2026-01-12
lib/crypto: arm64/nh: Migrate optimized code into library
Eric Biggers
4
-0
/
+139
2026-01-12
lib/crypto: arm/nh: Migrate optimized code into library
Eric Biggers
4
-0
/
+151
2026-01-12
lib/crypto: tests: Add KUnit tests for NH
Eric Biggers
4
-0
/
+350
2026-01-12
lib/crypto: nh: Add NH library
Eric Biggers
3
-0
/
+100
2026-01-12
lib/crypto: tests: Add KUnit tests for ML-DSA verification
Eric Biggers
4
-0
/
+2335
2026-01-12
lib/crypto: Add ML-DSA verification support
Eric Biggers
3
-0
/
+664
2026-01-12
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-3
/
+3
2026-01-11
treewide: Update email address
Thomas Gleixner
5
-5
/
+5
2026-01-09
scatterlist: introduce sg_nents_for_dma() helper
Andy Shevchenko
1
-0
/
+26
2026-01-08
lib/crypto: aes: Fix missing MMU protection for AES S-box
Eric Biggers
1
-2
/
+2
2026-01-08
lib/crypto: tests: polyval_kunit: Increase iterations for preparekey in IRQs
Thomas Weißschuh
1
-1
/
+1
2026-01-07
Kconfig.ubsan: Remove CONFIG_UBSAN_REPORT_FULL from documentation
Stefan Wiehler
1
-1
/
+1
2026-01-06
test_list_sort: fix up const mismatch
Greg Kroah-Hartman
1
-2
/
+2
2026-01-06
kunit: fix up const mis-match in many assert functions
Greg Kroah-Hartman
1
-6
/
+6
2026-01-05
rhashtable: Enable context analysis
Marco Elver
2
-2
/
+5
2026-01-05
stackdepot: Enable context analysis
Marco Elver
2
-6
/
+15
2026-01-05
compiler: Let data_race() imply disabled context analysis
Marco Elver
1
-0
/
+2
2026-01-05
compiler-context-analysis: Remove __cond_lock() function-like helper
Marco Elver
2
-5
/
+4
2026-01-05
locking/ww_mutex: Support Clang's context analysis
Marco Elver
1
-0
/
+69
2026-01-05
locking/local_lock: Support Clang's context analysis
Marco Elver
1
-0
/
+73
2026-01-05
locking/rwsem: Support Clang's context analysis
Marco Elver
1
-0
/
+64
2026-01-05
srcu: Support Clang's context analysis
Marco Elver
1
-0
/
+25
2026-01-05
rcu: Support Clang's context analysis
Marco Elver
1
-0
/
+85
2026-01-05
bit_spinlock: Support Clang's context analysis
Marco Elver
1
-0
/
+26
2026-01-05
locking/seqlock: Support Clang's context analysis
Marco Elver
1
-0
/
+50
2026-01-05
locking/mutex: Support Clang's context analysis
Marco Elver
1
-0
/
+64
2026-01-05
locking/rwlock, spinlock: Support Clang's context analysis
Marco Elver
1
-0
/
+128
2026-01-05
compiler-context-analysis: Add test stub
Marco Elver
3
-0
/
+35
2026-01-05
compiler-context-analysis: Add infrastructure for Context Analysis with Clang
Marco Elver
1
-0
/
+30
2025-12-23
idr: fix idr_alloc() returning an ID out of range
Matthew Wilcox (Oracle)
1
-0
/
+2
2025-12-20
Merge tag 'linux_kselftest-kunit-fixes-6.19-rc3' of git://git.kernel.org/pub/...
Linus Torvalds
2
-5
/
+4
2025-12-19
lib/Kconfig.debug: Set the minimum required pahole version to v1.22
Ihor Solodrai
1
-9
/
+4
2025-12-16
genirq: Remove IRQ timing tracking infrastructure
Marc Zyngier
1
-8
/
+0
2025-12-15
kunit: make FAULT_TEST default to n when PANIC_ON_OOPS
Brendan Jackman
1
-1
/
+1
2025-12-15
kunit: Drop unused parameter from kunit_device_register_internal
Uwe Kleine-König
1
-4
/
+3
2025-12-14
lib/crypto: riscv: Add poly1305-core.S to .gitignore
Charles Mirabile
1
-0
/
+2
2025-12-13
Merge tag 'core-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+5
2025-12-12
bug: Hush suggest-attribute=format for __warn_printf()
Brendan Jackman
1
-0
/
+4
2025-12-12
bug: Let report_bug_entry() provide the correct bugaddr
Heiko Carstens
1
-1
/
+1
2025-12-10
lib/crypto: blake2s: Replace manual unrolling with unrolled_full
Eric Biggers
1
-22
/
+16
2025-12-10
lib/crypto: blake2b: Roll up BLAKE2b round loop on 32-bit
Eric Biggers
2
-25
/
+20
2025-12-10
lib/crypto: riscv: Depend on RISCV_EFFICIENT_VECTOR_UNALIGNED_ACCESS
Eric Biggers
1
-3
/
+6
2025-12-10
lib/crypto: riscv/chacha: Avoid s0/fp register
Vivian Wang
1
-3
/
+2
2025-12-09
lockref: add a __cond_lock annotation for lockref_put_or_lock
Christoph Hellwig
1
-0
/
+1
2025-12-07
Merge tag 'fbdev-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-0
/
+5159
[prev]
[next]