index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
crypto
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2024-11-19
7
-727
/
+388
|
\
|
*
crypto: aesni - Move back to module_init
Herbert Xu
2024-11-15
1
-1
/
+1
|
*
crypto: x86/aegis128 - remove unneeded RETs
Eric Biggers
2024-10-28
1
-6
/
+0
|
*
crypto: x86/aegis128 - remove unneeded FRAME_BEGIN and FRAME_END
Eric Biggers
2024-10-28
1
-34
/
+0
|
*
crypto: x86/aegis128 - take advantage of block-aligned len
Eric Biggers
2024-10-28
2
-24
/
+17
|
*
crypto: x86/aegis128 - optimize partial block handling using SSE4.1
Eric Biggers
2024-10-28
1
-141
/
+95
|
*
crypto: x86/aegis128 - improve assembly function prototypes
Eric Biggers
2024-10-28
2
-85
/
+112
|
*
crypto: x86/aegis128 - optimize length block preparation using SSE4.1
Eric Biggers
2024-10-28
3
-9
/
+7
|
*
crypto: x86/aegis128 - don't bother with special code for aligned data
Eric Biggers
2024-10-28
1
-100
/
+22
|
*
crypto: x86/aegis128 - eliminate some indirect calls
Eric Biggers
2024-10-28
2
-43
/
+40
|
*
crypto: x86/aegis128 - remove no-op init and exit functions
Eric Biggers
2024-10-28
1
-11
/
+0
|
*
crypto: x86/aegis128 - access 32-bit arguments as 32-bit
Eric Biggers
2024-10-28
1
-14
/
+15
|
*
crypto: x86/crc32c - eliminate jump table and excessive unrolling
Eric Biggers
2024-10-26
1
-141
/
+92
|
*
crypto: x86/crc32c - access 32-bit arguments as 32-bit
Eric Biggers
2024-10-26
2
-32
/
+27
|
*
crypto: x86/crc32c - simplify code for handling fewer than 200 bytes
Eric Biggers
2024-10-26
1
-83
/
+33
|
*
crypto: x86/cast5 - Remove unused cast5_ctr_16way
Dr. David Alan Gilbert
2024-10-10
1
-76
/
+0
*
|
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-10-02
2
-2
/
+2
|
/
*
crypto: x86/aesni - update docs for aesni-intel module
Eric Biggers
2024-09-06
2
-3
/
+7
*
crypto: x86/sha256 - Add parentheses around macros' single arguments
Fangrui Song
2024-08-24
1
-8
/
+8
*
crypto: x86/aes-gcm - fix PREEMPT_RT issue in gcm_crypt()
Eric Biggers
2024-08-10
1
-31
/
+28
*
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
[next]