index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: x86/aes-gcm - rewrite the AES-NI optimized AES-GCM
Eric Biggers
2024-06-07
5
-4818
/
+1390
*
crypto: x86/aes-gcm - add VAES and AVX512 / AVX10 optimized AES-GCM
Eric Biggers
2024-06-07
4
-16
/
+1759
*
crypto: x86 - add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-06-07
2
-0
/
+2
*
crypto: x86/poly1305 - Switch to new Intel CPU model defines
Tony Luck
2024-05-31
1
-2
/
+2
*
crypto: x86/twofish - Switch to new Intel CPU model defines
Tony Luck
2024-05-31
1
-4
/
+5
*
crypto: x86/aes-xts - switch to new Intel CPU model defines
Tony Luck
2024-05-22
1
-8
/
+8
*
crypto: x86/aes-gcm - simplify GCM hash subkey derivation
Eric Biggers
2024-04-26
1
-18
/
+8
*
crypto: x86/aes-gcm - delete unused GCM assembly code
Eric Biggers
2024-04-26
1
-186
/
+0
*
crypto: x86/aes-xts - simplify loop in xts_crypt_slowpath()
Eric Biggers
2024-04-26
1
-8
/
+5
*
crypto: x86/aes-xts - optimize size of instructions operating on lengths
Eric Biggers
2024-04-19
2
-28
/
+30
*
crypto: x86/aes-xts - eliminate a few more instructions
Eric Biggers
2024-04-19
1
-26
/
+13
*
crypto: x86/aes-xts - handle AES-128 and AES-192 more efficiently
Eric Biggers
2024-04-19
1
-86
/
+92
*
crypto: x86/aesni-xts - deduplicate aesni_xts_enc() and aesni_xts_dec()
Eric Biggers
2024-04-19
1
-191
/
+79
*
crypto: x86/aes-xts - handle CTS encryption more efficiently
Eric Biggers
2024-04-19
1
-24
/
+29
*
crypto: x86/sha256-ni - simplify do_4rounds
Eric Biggers
2024-04-19
1
-6
/
+4
*
crypto: x86/sha256-ni - optimize code size
Eric Biggers
2024-04-19
1
-15
/
+15
*
crypto: x86/sha256-ni - rename some register aliases
Eric Biggers
2024-04-19
1
-17
/
+17
*
crypto: x86/sha256-ni - convert to use rounds macros
Eric Biggers
2024-04-19
1
-182
/
+29
*
crypto: x86/aes-xts - access round keys using single-byte offsets
Eric Biggers
2024-04-19
1
-37
/
+44
*
crypto: x86/aes-xts - make non-AVX implementation use new glue code
Eric Biggers
2024-04-12
3
-203
/
+132
*
crypto: x86/sha512-avx2 - add missing vzeroupper
Eric Biggers
2024-04-12
1
-0
/
+1
*
crypto: x86/sha256-avx2 - add missing vzeroupper
Eric Biggers
2024-04-12
1
-0
/
+1
*
crypto: x86/nh-avx2 - add missing vzeroupper
Eric Biggers
2024-04-12
1
-0
/
+1
*
crypto: x86/aes-xts - wire up VAES + AVX10/512 implementation
Eric Biggers
2024-04-05
2
-0
/
+41
*
crypto: x86/aes-xts - wire up VAES + AVX10/256 implementation
Eric Biggers
2024-04-05
2
-0
/
+25
*
crypto: x86/aes-xts - wire up VAES + AVX2 implementation
Eric Biggers
2024-04-05
2
-0
/
+31
*
crypto: x86/aes-xts - wire up AESNI + AVX implementation
Eric Biggers
2024-04-05
2
-2
/
+209
*
crypto: x86/aes-xts - add AES-XTS assembly macro for modern CPUs
Eric Biggers
2024-04-05
2
-1
/
+802
*
crypto: x86/aesni - Update aesni_set_key() to return void
Chang S. Bae
2024-04-02
2
-7
/
+6
*
crypto: x86/aesni - Rearrange AES key size check
Chang S. Bae
2024-04-02
1
-10
/
+8
*
Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2024-01-10
8
-275
/
+14
|
\
|
*
crypto: x86/sm4 - Remove cfb(sm4)
Herbert Xu
2023-12-08
6
-271
/
+4
|
*
crypto: x86/sha256 - autoload if SHA-NI detected
Eric Biggers
2023-11-17
1
-2
/
+5
|
*
crypto: x86/sha1 - autoload if SHA-NI detected
Eric Biggers
2023-11-17
1
-2
/
+5
*
|
arch/x86: Fix typos
Bjorn Helgaas
2024-01-03
5
-5
/
+5
|
/
*
crypto: x86/nhpoly1305 - implement ->digest
Eric Biggers
2023-10-20
2
-0
/
+18
*
crypto: x86/sha256 - implement ->digest for sha256
Eric Biggers
2023-10-20
1
-0
/
+32
*
crypto: x86/aesni - Perform address alignment early for XTS mode
Chang S. Bae
2023-10-05
1
-9
/
+14
*
crypto: x86/aesni - Correct the data type in struct aesni_xts_ctx
Chang S. Bae
2023-10-05
1
-10
/
+9
*
crypto: x86/aesni - Refactor the common address alignment code
Chang S. Bae
2023-10-05
1
-16
/
+10
*
crypto: x86/sha - load modules based on CPU features
Roxana Nicolescu
2023-09-20
2
-0
/
+24
*
crypto: aesni - Fix double word in comments
Bo Liu
2023-09-20
2
-4
/
+4
*
crypto: x86/aesni - remove unused parameter to aes_set_key_common()
Eric Biggers
2023-07-22
1
-13
/
+9
*
crypto: x86/aesni - Align the address before aes_set_key_common()
Chang S. Bae
2023-07-14
1
-6
/
+6
*
Merge tag 'v6.4-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2023-05-29
1
-2
/
+0
|
\
|
*
crypto: x86/aria - Use 16 byte alignment for GFNI constant vectors
Ard Biesheuvel
2023-05-24
1
-2
/
+0
*
|
Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-04-27
1
-4
/
+1
|
\
\
|
|
/
|
/
|
|
*
crypto: blake2s: remove module_init and module.h inclusion
Nick Alcock
2023-04-13
1
-3
/
+1
|
*
crypto: remove MODULE_LICENSE in non-modules
Nick Alcock
2023-04-13
1
-1
/
+0
*
|
crypto: x86/sha - Use local .L symbols for code
Ard Biesheuvel
2023-04-20
7
-68
/
+57
[next]