index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
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-12-02
Merge tag 'fpsimd-on-stack-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
20
-146
/
+96
2025-12-02
Merge tag 'libcrypto-at-least-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
1
-9
/
+9
2025-12-02
Merge tag 'libcrypto-tests-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
8
-0
/
+1587
2025-12-02
Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
30
-208
/
+2959
2025-12-02
Merge tag 'core-core-2025-12-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2025-12-02
Merge tag 'core-debugobjects-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+3
2025-12-02
Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+6
2025-12-02
Merge tag 'core-uaccess-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-7
/
+19
2025-12-01
Merge tag 'core-bugs-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-14
/
+86
2025-12-01
Merge tag 'objtool-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+1
2025-11-27
debugobjects: Use LD_WAIT_CONFIG instead of LD_WAIT_SLEEP
Sebastian Andrzej Siewior
1
-2
/
+2
2025-11-27
debugobjects: Allow to refill the pool before SYSTEM_SCHEDULING
Sebastian Andrzej Siewior
1
-1
/
+1
2025-11-27
x86/bug: Fix BUG_FORMAT vs KASLR
Peter Zijlstra
1
-1
/
+11
2025-11-26
Increase the default 32-bit build frame size warning limit to 1280 bytes
Linus Torvalds
1
-2
/
+1
2025-11-23
lib/crypto: chacha20poly1305: Statically check fixed array lengths
Jason A. Donenfeld
1
-9
/
+9
2025-11-22
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
1
-0
/
+1
2025-11-21
lib/crypto: tests: Fix KMSAN warning in test_sha256_finup_2x()
Eric Biggers
1
-0
/
+1
2025-11-21
bug: Add report_bug_entry()
Peter Zijlstra
1
-7
/
+21
2025-11-21
bug: Add BUG_FORMAT_ARGS infrastructure
Peter Zijlstra
1
-2
/
+15
2025-11-21
bug: Add BUG_FORMAT infrastructure
Peter Zijlstra
1
-7
/
+32
2025-11-21
Merge branch 'objtool/core'
Peter Zijlstra
164
-3309
/
+10767
2025-11-20
cpumask: Introduce cpumask_weighted_or()
Thomas Gleixner
1
-0
/
+6
2025-11-18
lib/strn*,uaccess: Use masked_user_{read/write}_access_begin when required
Christophe Leroy
2
-2
/
+2
2025-11-18
iov_iter: Add missing speculation barrier to copy_from_user_iter()
Christophe Leroy
1
-3
/
+11
2025-11-18
iov_iter: Convert copy_from_user_iter() to masked user access
Christophe Leroy
1
-6
/
+10
2025-11-15
lib/test_kho: check if KHO is enabled
Pasha Tatashin
1
-0
/
+3
2025-11-13
Merge tag 'v6.18-rc5' into objtool/core, to pick up fixes
Ingo Molnar
5
-6
/
+7
2025-11-12
Merge tag 'arm64-fpsimd-on-stack-for-v6.19' into libcrypto-fpsimd-on-stack
Eric Biggers
6
-62
/
+35
2025-11-12
lib/crypto: arm64: Move remaining algorithms to scoped ksimd API
Ard Biesheuvel
2
-21
/
+16
2025-11-12
lib/crypto: arm/blake2b: Move to scoped ksimd API
Ard Biesheuvel
1
-3
/
+2
2025-11-12
Merge tag 'scoped-ksimd-for-arm-arm64' into libcrypto-fpsimd-on-stack
Eric Biggers
11
-60
/
+43
2025-11-12
raid6: Move to more abstract 'ksimd' guard API
Ard Biesheuvel
2
-19
/
+13
2025-11-12
lib/crc: Switch ARM and arm64 to 'ksimd' scoped guard API
Ard Biesheuvel
4
-43
/
+22
2025-11-12
lib/crypto: Switch ARM and arm64 to 'ksimd' scoped guard API
Ard Biesheuvel
11
-60
/
+43
2025-11-11
lib/crypto: tests: Add KUnit tests for POLYVAL
Eric Biggers
4
-0
/
+419
2025-11-11
lib/crypto: tests: Add additional SHAKE tests
Eric Biggers
2
-55
/
+151
2025-11-11
lib/crypto: tests: Add SHA3 kunit tests
David Howells
4
-0
/
+587
2025-11-11
lib/crypto: tests: Add KUnit tests for BLAKE2b
Eric Biggers
4
-0
/
+485
2025-11-11
lib/crypto: x86/polyval: Migrate optimized code into library
Eric Biggers
4
-0
/
+404
2025-11-11
lib/crypto: arm64/polyval: Migrate optimized code into library
Eric Biggers
4
-0
/
+443
2025-11-11
lib/crypto: polyval: Add POLYVAL library
Eric Biggers
3
-0
/
+325
2025-11-09
maple_tree: fix tracepoint string pointers
Martin Kaiser
1
-14
/
+16
2025-11-06
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
2
-2
/
+2
2025-11-05
lib/crypto: x86/blake2s: Use vpternlogd for 3-input XORs
Eric Biggers
1
-4
/
+2
2025-11-05
lib/crypto: x86/blake2s: Avoid writing back unchanged 'f' value
Eric Biggers
1
-2
/
+2
2025-11-05
lib/crypto: x86/blake2s: Improve readability
Eric Biggers
1
-97
/
+134
2025-11-05
lib/crypto: x86/blake2s: Use local labels for data
Eric Biggers
1
-19
/
+26
2025-11-05
lib/crypto: x86/blake2s: Drop check for nblocks == 0
Eric Biggers
1
-3
/
+0
2025-11-05
lib/crypto: x86/blake2s: Fix 32-bit arg treated as 64-bit
Eric Biggers
1
-2
/
+2
2025-11-05
lib/crypto: arm, arm64: Drop filenames from file comments
Eric Biggers
7
-7
/
+7
[next]