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.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-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
2025-09-17
lib/crypto: sha256: Add support for 2-way interleaved hashing
Eric Biggers
1
-5
/
+66
2025-09-17
raid6: riscv: replace one load with a move to speed up the caculation
Chunyan Zhang
1
-30
/
+30
2025-09-17
raid6: riscv: Clean up unused header file inclusion
Chunyan Zhang
2
-5
/
+0
2025-09-16
kunit: Extend kconfig help text for KUNIT_UML_PCI
Thomas Weißschuh
1
-0
/
+4
2025-09-15
kunit: Enable PCI on UML without triggering WARN()
Thomas Weißschuh
1
-0
/
+7
2025-09-14
btree: simplify merge logic by using btree_last() return value
Guan-Chun Wu
1
-2
/
+2
2025-09-14
panic/printk: replace this_cpu_in_panic() with panic_on_this_cpu()
Jinchao Wang
1
-1
/
+1
2025-09-14
lib/sys_info: handle sys_info_mask==0 case
Feng Tang
1
-1
/
+2
2025-09-14
alloc_tag: use str_on_off() helper
Kuan-Wei Chiu
1
-1
/
+2
2025-09-14
test_firmware: use str_true_false() helper
Kuan-Wei Chiu
1
-3
/
+4
2025-09-14
lib/fault-inject-usercopy.c: use PTR_ERR_OR_ZERO() to simplify code
Xichao Zhao
1
-3
/
+1
2025-09-14
lib/digsig: remove unnecessary memset
Liao Yuanhong
1
-1
/
+0
2025-09-14
ref_tracker: remove redundant __GFP_NOWARN
Qianfeng Rong
1
-3
/
+3
2025-09-14
maple_tree: fix MAPLE_PARENT_RANGE32 and parent pointer docs
Sidhartha Kumar
1
-6
/
+6
2025-09-14
lib/test_hmm: drop redundant conversion to bool
Xichao Zhao
1
-1
/
+1
2025-09-14
lib/test_maple_tree.c: remove redundant semicolons
Liao Yuanhong
1
-1
/
+1
2025-09-14
lib/test_kho: fixes for error handling
Mike Rapoport (Microsoft)
1
-19
/
+33
2025-09-14
xarray: remove redundant __GFP_NOWARN
Qianfeng Rong
1
-1
/
+1
2025-09-14
mm/slub: allow to set node and align in k[v]realloc
Vitaly Wool
1
-2
/
+2
2025-09-09
iov_iter: remove iov_iter_is_aligned
Keith Busch
1
-95
/
+0
2025-09-09
lib: test_objpool: Avoid direct access to hrtimer clockbase
Thomas Weißschuh
1
-1
/
+1
2025-09-09
KUnit: ffs: Validate all the __attribute_const__ annotations
Kees Cook
1
-0
/
+40
2025-09-09
bitops: Add __attribute_const__ to generic ffs()-family implementations
Kees Cook
1
-4
/
+4
2025-09-09
KUnit: Introduce ffs()-family tests
Kees Cook
3
-0
/
+541
2025-09-07
lib/crypto: tests: Enable Curve25519 test when CRYPTO_SELFTESTS
Eric Biggers
1
-1
/
+1
2025-09-07
lib/crypto: curve25519: Consolidate into single module
Eric Biggers
9
-72
/
+4645
2025-09-07
lib/crypto: curve25519: Move a couple functions out-of-line
Eric Biggers
1
-1
/
+33
2025-09-07
lib/crypto: tests: Add Curve25519 benchmark
Eric Biggers
1
-1
/
+32
2025-09-07
lib/crypto: tests: Migrate Curve25519 self-test to KUnit
Eric Biggers
5
-35
/
+52
2025-09-04
vdso: Gate VDSO_GETRANDOM behind HAVE_GENERIC_VDSO
Thomas Weißschuh
1
-2
/
+2
2025-09-04
vdso: Drop Kconfig GENERIC_VDSO_TIME_NS
Thomas Weißschuh
1
-6
/
+0
2025-09-04
vdso: Drop Kconfig GENERIC_VDSO_DATA_STORE
Thomas Weißschuh
3
-8
/
+1
2025-09-04
vdso: Drop kconfig GENERIC_COMPAT_VDSO
Thomas Weißschuh
1
-5
/
+0
2025-09-04
vdso: Drop kconfig GENERIC_VDSO_32
Thomas Weißschuh
1
-7
/
+0
2025-09-04
vdso/gettimeofday: Remove !CONFIG_TIME_NS stubs
Thomas Weißschuh
1
-25
/
+0
2025-09-04
vdso/datastore: Gate time data behind CONFIG_GENERIC_GETTIMEOFDAY
Thomas Weißschuh
1
-3
/
+3
2025-08-31
Merge tag 'hardening-v6.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+3
2025-08-29
lib/crypto: tests: Add KUnit tests for BLAKE2s
Eric Biggers
4
-0
/
+383
2025-08-29
lib/crypto: blake2s: Consolidate into single C translation unit
Eric Biggers
11
-92
/
+47
2025-08-29
lib/crypto: blake2s: Move generic code into blake2s.c
Eric Biggers
3
-112
/
+94
2025-08-29
lib/crypto: blake2s: Always enable arch-optimized BLAKE2s code
Eric Biggers
2
-2
/
+2
2025-08-29
lib/crypto: blake2s: Remove obsolete self-test
Eric Biggers
3
-662
/
+0
2025-08-29
lib/crypto: x86/blake2s: Reduce size of BLAKE2S_SIGMA2
Eric Biggers
1
-14
/
+14
2025-08-29
lib/crypto: chacha: Consolidate into single module
Eric Biggers
24
-265
/
+122
2025-08-29
lib/crypto: chacha: Rename libchacha.c to chacha.c
Eric Biggers
2
-0
/
+1
2025-08-29
lib/crypto: chacha: Rename chacha.c to chacha-block-generic.c
Eric Biggers
2
-2
/
+2
2025-08-29
lib/crypto: chacha: Remove unused function chacha_is_arch_optimized()
Eric Biggers
7
-43
/
+0
2025-08-29
lib/crypto: riscv/poly1305: Import OpenSSL/CRYPTOGAMS implementation
Zhihang Shao
4
-1
/
+877
2025-08-29
lib/crypto: poly1305: Consolidate into single module
Eric Biggers
26
-415
/
+290
2025-08-29
lib/crypto: poly1305: Remove unused function poly1305_is_arch_optimized()
Eric Biggers
5
-32
/
+0
[prev]
[next]