index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-16
raid6: riscv: replace one load with a move to speed up the caculation
Chunyan Zhang
1
-30
/
+30
2025-09-16
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-13
btree: simplify merge logic by using btree_last() return value
Guan-Chun Wu
1
-2
/
+2
2025-09-13
panic/printk: replace this_cpu_in_panic() with panic_on_this_cpu()
Jinchao Wang
1
-1
/
+1
2025-09-13
lib/sys_info: handle sys_info_mask==0 case
Feng Tang
1
-1
/
+2
2025-09-13
alloc_tag: use str_on_off() helper
Kuan-Wei Chiu
1
-1
/
+2
2025-09-13
test_firmware: use str_true_false() helper
Kuan-Wei Chiu
1
-3
/
+4
2025-09-13
lib/fault-inject-usercopy.c: use PTR_ERR_OR_ZERO() to simplify code
Xichao Zhao
1
-3
/
+1
2025-09-13
lib/digsig: remove unnecessary memset
Liao Yuanhong
1
-1
/
+0
2025-09-13
ref_tracker: remove redundant __GFP_NOWARN
Qianfeng Rong
1
-3
/
+3
2025-09-13
maple_tree: fix MAPLE_PARENT_RANGE32 and parent pointer docs
Sidhartha Kumar
1
-6
/
+6
2025-09-13
lib/test_hmm: drop redundant conversion to bool
Xichao Zhao
1
-1
/
+1
2025-09-13
lib/test_maple_tree.c: remove redundant semicolons
Liao Yuanhong
1
-1
/
+1
2025-09-13
lib/test_kho: fixes for error handling
Mike Rapoport (Microsoft)
1
-19
/
+33
2025-09-13
xarray: remove redundant __GFP_NOWARN
Qianfeng Rong
1
-1
/
+1
2025-09-13
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-08
KUnit: ffs: Validate all the __attribute_const__ annotations
Kees Cook
1
-0
/
+40
2025-09-08
bitops: Add __attribute_const__ to generic ffs()-family implementations
Kees Cook
1
-4
/
+4
2025-09-08
KUnit: Introduce ffs()-family tests
Kees Cook
3
-0
/
+541
2025-09-06
lib/crypto: tests: Enable Curve25519 test when CRYPTO_SELFTESTS
Eric Biggers
1
-1
/
+1
2025-09-06
lib/crypto: curve25519: Consolidate into single module
Eric Biggers
9
-72
/
+4645
2025-09-06
lib/crypto: curve25519: Move a couple functions out-of-line
Eric Biggers
1
-1
/
+33
2025-09-06
lib/crypto: tests: Add Curve25519 benchmark
Eric Biggers
1
-1
/
+32
2025-09-06
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
2025-08-28
KMSAN: Remove tautological checks
Nathan Chancellor
1
-10
/
+1
[prev]
[next]