index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Lines
2025-11-12
lib/vsprintf: Check pointer before dereferencing in time_and_date()
Andy Shevchenko
-3
/
+3
2025-11-12
raid6: Move to more abstract 'ksimd' guard API
Ard Biesheuvel
-19
/
+13
2025-11-12
lib/crc: Switch ARM and arm64 to 'ksimd' scoped guard API
Ard Biesheuvel
-43
/
+22
2025-11-12
lib/crypto: Switch ARM and arm64 to 'ksimd' scoped guard API
Ard Biesheuvel
-60
/
+43
2025-11-11
lib/crypto: tests: Add KUnit tests for POLYVAL
Eric Biggers
-0
/
+419
2025-11-11
lib/crypto: tests: Add additional SHAKE tests
Eric Biggers
-55
/
+151
2025-11-11
lib/crypto: tests: Add SHA3 kunit tests
David Howells
-0
/
+587
2025-11-11
lib/crypto: tests: Add KUnit tests for BLAKE2b
Eric Biggers
-0
/
+485
2025-11-11
lib/crypto: x86/polyval: Migrate optimized code into library
Eric Biggers
-0
/
+404
2025-11-11
lib/crypto: arm64/polyval: Migrate optimized code into library
Eric Biggers
-0
/
+443
2025-11-11
lib/crypto: polyval: Add POLYVAL library
Eric Biggers
-0
/
+325
2025-11-11
lib/test_fprobe: add testcase for mixed fprobe
Menglong Dong
-1
/
+98
2025-11-09
maple_tree: fix tracepoint string pointers
Martin Kaiser
-14
/
+16
2025-11-06
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-2
/
+2
2025-11-06
bitops: Update kernel-doc in hweight.c to fix the issues with it
Andy Shevchenko
-2
/
+2
2025-11-05
lib/crypto: x86/blake2s: Use vpternlogd for 3-input XORs
Eric Biggers
-4
/
+2
2025-11-05
lib/crypto: x86/blake2s: Avoid writing back unchanged 'f' value
Eric Biggers
-2
/
+2
2025-11-05
lib/crypto: x86/blake2s: Improve readability
Eric Biggers
-97
/
+134
2025-11-05
lib/crypto: x86/blake2s: Use local labels for data
Eric Biggers
-19
/
+26
2025-11-05
lib/crypto: x86/blake2s: Drop check for nblocks == 0
Eric Biggers
-3
/
+0
2025-11-05
lib/crypto: x86/blake2s: Fix 32-bit arg treated as 64-bit
Eric Biggers
-2
/
+2
2025-11-05
lib/crypto: arm, arm64: Drop filenames from file comments
Eric Biggers
-7
/
+7
2025-11-05
lib/crypto: arm/blake2s: Fix some comments
Eric Biggers
-4
/
+4
2025-11-05
lib/crypto: s390/sha3: Add optimized one-shot SHA-3 digest functions
Eric Biggers
-2
/
+65
2025-11-05
lib/crypto: sha3: Support arch overrides of one-shot digest functions
Eric Biggers
-0
/
+37
2025-11-05
lib/crypto: s390/sha3: Add optimized Keccak functions
Eric Biggers
-0
/
+89
2025-11-05
lib/crypto: arm64/sha3: Migrate optimized code into library
Eric Biggers
-0
/
+285
2025-11-05
lib/crypto: sha3: Add FIPS cryptographic algorithm self-test
Eric Biggers
-1
/
+23
2025-11-05
lib/crypto: sha3: Move SHA3 Iota step mapping into round function
David Howells
-6
/
+6
2025-11-05
lib/crypto: sha3: Add SHA-3 support
David Howells
-0
/
+371
2025-11-04
lib/crypto: arm/curve25519: Disable on CPU_BIG_ENDIAN
Eric Biggers
-1
/
+1
2025-11-04
lib/crypto: curve25519-hacl64: Fix older clang KASAN workaround for GCC
Nathan Chancellor
-1
/
+1
2025-11-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc4
Alexei Starovoitov
-4
/
+5
2025-11-03
lib/vsprintf: Improve vsprintf + sprintf function comments
Thorsten Blum
-4
/
+4
2025-11-01
Merge tag 'kbuild-fixes-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-1
/
+1
2025-10-30
Merge tag 'linux_kselftest-kunit-fixes-6.18-rc4' of git://git.kernel.org/pub/...
Linus Torvalds
-2
/
+3
2025-10-29
lib/crypto: arm/blake2b: Migrate optimized code into library
Eric Biggers
-0
/
+393
2025-10-29
lib/crypto: blake2b: Add BLAKE2b library functions
Eric Biggers
-0
/
+193
2025-10-29
lib/crypto: blake2s: Drop excessive const & rename block => data
Eric Biggers
-20
/
+18
2025-10-29
lib/crypto: blake2s: Rename blake2s_state to blake2s_ctx
Eric Biggers
-54
/
+53
2025-10-29
lib/crypto: blake2s: Adjust parameter order of blake2s()
Eric Biggers
-8
/
+8
2025-10-29
lib/crypto: Add FIPS self-tests for SHA-1 and SHA-2
Eric Biggers
-6
/
+96
2025-10-27
KMSAN: Restore dynamic check for '-fsanitize=kernel-memory'
Nathan Chancellor
-1
/
+1
2025-10-27
kunit: prevent log overwrite in param_tests
Carlos Llamas
-1
/
+2
2025-10-27
lib/freader: support reading more than 2 folios
Mykyta Yatsenko
-12
/
+15
2025-10-27
lib: move freader into buildid.h
Mykyta Yatsenko
-24
/
+5
2025-10-24
treewide: Remove in_irq()
Matthew Wilcox (Oracle)
-2
/
+2
2025-10-22
lib/crypto: poly1305: Restore dependency of arch code on !KMSAN
Eric Biggers
-1
/
+1
2025-10-20
kunit: test_dev_action: Correctly cast 'priv' pointer to long*
Florian Schmaus
-1
/
+1
2025-10-14
interval_tree: Fix ITSTATIC usage for *_subtree_search()
Josh Poimboeuf
-0
/
+1
[prev]
[next]