index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
7 days
Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
7
-727
/
+388
11 days
crypto: aesni - Move back to module_init
Herbert Xu
1
-1
/
+1
2024-10-28
crypto: x86/aegis128 - remove unneeded RETs
Eric Biggers
1
-6
/
+0
2024-10-28
crypto: x86/aegis128 - remove unneeded FRAME_BEGIN and FRAME_END
Eric Biggers
1
-34
/
+0
2024-10-28
crypto: x86/aegis128 - take advantage of block-aligned len
Eric Biggers
2
-24
/
+17
2024-10-28
crypto: x86/aegis128 - optimize partial block handling using SSE4.1
Eric Biggers
1
-141
/
+95
2024-10-28
crypto: x86/aegis128 - improve assembly function prototypes
Eric Biggers
2
-85
/
+112
2024-10-28
crypto: x86/aegis128 - optimize length block preparation using SSE4.1
Eric Biggers
3
-9
/
+7
2024-10-28
crypto: x86/aegis128 - don't bother with special code for aligned data
Eric Biggers
1
-100
/
+22
2024-10-28
crypto: x86/aegis128 - eliminate some indirect calls
Eric Biggers
2
-43
/
+40
2024-10-28
crypto: x86/aegis128 - remove no-op init and exit functions
Eric Biggers
1
-11
/
+0
2024-10-28
crypto: x86/aegis128 - access 32-bit arguments as 32-bit
Eric Biggers
1
-14
/
+15
2024-10-26
crypto: x86/crc32c - eliminate jump table and excessive unrolling
Eric Biggers
1
-141
/
+92
2024-10-26
crypto: x86/crc32c - access 32-bit arguments as 32-bit
Eric Biggers
2
-32
/
+27
2024-10-26
crypto: x86/crc32c - simplify code for handling fewer than 200 bytes
Eric Biggers
1
-83
/
+33
2024-10-10
crypto: x86/cast5 - Remove unused cast5_ctr_16way
Dr. David Alan Gilbert
1
-76
/
+0
2024-10-03
move asm/unaligned.h to linux/unaligned.h
Al Viro
2
-2
/
+2
2024-09-06
crypto: x86/aesni - update docs for aesni-intel module
Eric Biggers
2
-3
/
+7
2024-08-24
crypto: x86/sha256 - Add parentheses around macros' single arguments
Fangrui Song
1
-8
/
+8
2024-08-10
crypto: x86/aes-gcm - fix PREEMPT_RT issue in gcm_crypt()
Eric Biggers
1
-31
/
+28
2024-06-07
crypto: x86/aes-gcm - rewrite the AES-NI optimized AES-GCM
Eric Biggers
5
-4818
/
+1390
2024-06-07
crypto: x86/aes-gcm - add VAES and AVX512 / AVX10 optimized AES-GCM
Eric Biggers
4
-16
/
+1759
2024-06-07
crypto: x86 - add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2
-0
/
+2
2024-05-31
crypto: x86/poly1305 - Switch to new Intel CPU model defines
Tony Luck
1
-2
/
+2
2024-05-31
crypto: x86/twofish - Switch to new Intel CPU model defines
Tony Luck
1
-4
/
+5
2024-05-22
crypto: x86/aes-xts - switch to new Intel CPU model defines
Tony Luck
1
-8
/
+8
2024-04-26
crypto: x86/aes-gcm - simplify GCM hash subkey derivation
Eric Biggers
1
-18
/
+8
2024-04-26
crypto: x86/aes-gcm - delete unused GCM assembly code
Eric Biggers
1
-186
/
+0
2024-04-26
crypto: x86/aes-xts - simplify loop in xts_crypt_slowpath()
Eric Biggers
1
-8
/
+5
2024-04-19
crypto: x86/aes-xts - optimize size of instructions operating on lengths
Eric Biggers
2
-28
/
+30
2024-04-19
crypto: x86/aes-xts - eliminate a few more instructions
Eric Biggers
1
-26
/
+13
2024-04-19
crypto: x86/aes-xts - handle AES-128 and AES-192 more efficiently
Eric Biggers
1
-86
/
+92
2024-04-19
crypto: x86/aesni-xts - deduplicate aesni_xts_enc() and aesni_xts_dec()
Eric Biggers
1
-191
/
+79
2024-04-19
crypto: x86/aes-xts - handle CTS encryption more efficiently
Eric Biggers
1
-24
/
+29
2024-04-19
crypto: x86/sha256-ni - simplify do_4rounds
Eric Biggers
1
-6
/
+4
2024-04-19
crypto: x86/sha256-ni - optimize code size
Eric Biggers
1
-15
/
+15
2024-04-19
crypto: x86/sha256-ni - rename some register aliases
Eric Biggers
1
-17
/
+17
2024-04-19
crypto: x86/sha256-ni - convert to use rounds macros
Eric Biggers
1
-182
/
+29
2024-04-19
crypto: x86/aes-xts - access round keys using single-byte offsets
Eric Biggers
1
-37
/
+44
2024-04-12
crypto: x86/aes-xts - make non-AVX implementation use new glue code
Eric Biggers
3
-203
/
+132
2024-04-12
crypto: x86/sha512-avx2 - add missing vzeroupper
Eric Biggers
1
-0
/
+1
2024-04-12
crypto: x86/sha256-avx2 - add missing vzeroupper
Eric Biggers
1
-0
/
+1
2024-04-12
crypto: x86/nh-avx2 - add missing vzeroupper
Eric Biggers
1
-0
/
+1
2024-04-05
crypto: x86/aes-xts - wire up VAES + AVX10/512 implementation
Eric Biggers
2
-0
/
+41
2024-04-05
crypto: x86/aes-xts - wire up VAES + AVX10/256 implementation
Eric Biggers
2
-0
/
+25
2024-04-05
crypto: x86/aes-xts - wire up VAES + AVX2 implementation
Eric Biggers
2
-0
/
+31
2024-04-05
crypto: x86/aes-xts - wire up AESNI + AVX implementation
Eric Biggers
2
-2
/
+209
2024-04-05
crypto: x86/aes-xts - add AES-XTS assembly macro for modern CPUs
Eric Biggers
2
-1
/
+802
2024-04-02
crypto: x86/aesni - Update aesni_set_key() to return void
Chang S. Bae
2
-7
/
+6
2024-04-02
crypto: x86/aesni - Rearrange AES key size check
Chang S. Bae
1
-10
/
+8
[next]