index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
crypto
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-31
Merge tag 'v6.17-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
10
-11
/
+38
2025-07-18
crypto: x86/aegis - Add missing error checks
Eric Biggers
1
-11
/
+25
2025-07-18
crypto: x86/aegis - Fix sleeping when disallowed on PREEMPT_RT
Eric Biggers
1
-2
/
+6
2025-07-14
lib/crypto: x86/sha1: Migrate optimized code into library
Eric Biggers
6
-1899
/
+0
2025-07-14
crypto: x86/sha1 - Rename conflicting symbol
Eric Biggers
1
-5
/
+5
2025-06-30
lib/crypto: x86/sha512: Migrate optimized SHA-512 code to library
Eric Biggers
6
-1936
/
+0
2025-06-30
crypto: sha512 - Rename conflicting symbols
Eric Biggers
1
-5
/
+5
2025-06-23
crypto: x86 - Fix build warnings about export.h
ChengZhenghan
9
-0
/
+9
2025-05-05
crypto: x86/sha256 - implement library instead of shash
Eric Biggers
7
-2435
/
+0
2025-04-28
crypto: x86/polyval - Use API partial block handling
Herbert Xu
1
-52
/
+20
2025-04-28
crypto: x86 - move library functions to arch/x86/lib/crypto/
Eric Biggers
10
-7656
/
+0
2025-04-28
crypto: x86 - drop redundant dependencies on X86
Eric Biggers
1
-34
/
+33
2025-04-23
crypto: x86/sm3 - Use API partial block handling
Herbert Xu
1
-44
/
+10
2025-04-23
crypto: x86/sha512 - Use API partial block handling
Herbert Xu
1
-50
/
+25
2025-04-23
crypto: sha256_base - Remove partial block helpers
Herbert Xu
1
-2
/
+2
2025-04-23
crypto: x86/sha256 - Use API partial block handling
Herbert Xu
1
-66
/
+41
2025-04-23
crypto: x86/sha1 - Use API partial block handling
Herbert Xu
1
-55
/
+24
2025-04-23
crypto: x86/ghash - Use API partial block handling
Herbert Xu
2
-257
/
+37
2025-04-19
crypto: lib/poly1305 - restore ability to remove modules
Eric Biggers
1
-0
/
+5
2025-04-19
crypto: lib/chacha - restore ability to remove modules
Eric Biggers
1
-0
/
+5
2025-04-16
crypto: x86/poly1305 - don't select CRYPTO_LIB_POLY1305_GENERIC
Eric Biggers
1
-1
/
+0
2025-04-16
crypto: x86/poly1305 - remove redundant shash algorithm
Eric Biggers
2
-97
/
+7
2025-04-16
crypto: poly1305 - centralize the shash wrappers for arch code
Eric Biggers
1
-1
/
+7
2025-04-16
crypto: lib/sm3 - Move sm3 library into lib/crypto
Herbert Xu
1
-1
/
+1
2025-04-09
crypto: x86/chacha - Restore SSSE3 fallback path
Herbert Xu
1
-5
/
+17
2025-04-07
crypto: x86/chacha - remove the skcipher algorithms
Eric Biggers
2
-136
/
+5
2025-04-07
crypto: chacha - centralize the skcipher wrappers for arch code
Eric Biggers
1
-1
/
+7
2025-04-07
crypto: x86/aes-xts - optimize _compute_first_set_of_tweaks for AVX-512
Eric Biggers
1
-28
/
+62
2025-04-07
crypto: x86 - Remove CONFIG_AS_AVX512 handling
Uros Bizjak
7
-26
/
+9
2025-04-07
crypto: x86 - Remove CONFIG_AS_SHA256_NI
Uros Bizjak
2
-12
/
+1
2025-04-07
crypto: x86 - Remove CONFIG_AS_SHA1_NI
Uros Bizjak
2
-12
/
+1
2025-04-07
crypto: x86/chacha - Remove SIMD fallback path
Herbert Xu
1
-35
/
+11
2025-04-07
crypto: x86/twofish - stop using the SIMD helper
Eric Biggers
2
-15
/
+7
2025-04-07
crypto: x86/sm4 - stop using the SIMD helper
Eric Biggers
3
-42
/
+22
2025-04-07
crypto: x86/serpent - stop using the SIMD helper
Eric Biggers
4
-45
/
+21
2025-04-07
crypto: x86/cast - stop using the SIMD helper
Eric Biggers
3
-30
/
+13
2025-04-07
crypto: x86/camellia - stop using the SIMD helper
Eric Biggers
3
-29
/
+14
2025-04-07
crypto: x86/aria - stop using the SIMD helper
Eric Biggers
4
-47
/
+20
2025-04-07
crypto: x86/aes - stop using the SIMD helper
Eric Biggers
2
-100
/
+59
2025-04-07
crypto: x86/aegis - stop using the SIMD helper
Eric Biggers
2
-10
/
+4
2025-04-07
crypto: x86/aes - drop the avx10_256 AES-XTS and AES-CTR code
Eric Biggers
3
-121
/
+74
2025-03-29
Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
10
-858
/
+904
2025-03-25
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
1
-21
/
+1
2025-03-21
crypto: lib/chacha - remove unused arch-specific init support
Eric Biggers
1
-8
/
+2
2025-03-15
crypto: skcipher - Make skcipher_walk src.virt.addr const
Herbert Xu
1
-1
/
+1
2025-03-15
crypto: scatterwalk - Change scatterwalk_next calling convention
Herbert Xu
2
-9
/
+7
2025-03-02
crypto: lib/Kconfig - Hide arch options from user
Herbert Xu
1
-6
/
+11
2025-03-02
crypto: x86/aegis - use the new scatterwalk functions
Eric Biggers
1
-6
/
+4
2025-03-02
crypto: x86/aes-gcm - use the new scatterwalk functions
Eric Biggers
1
-14
/
+14
2025-02-22
crypto: x86/ghash - Use proper helpers to clone request
Herbert Xu
1
-6
/
+17
[next]