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
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
2024-01-10
Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
8
-275
/
+14
2024-01-03
arch/x86: Fix typos
Bjorn Helgaas
5
-5
/
+5
2023-12-08
crypto: x86/sm4 - Remove cfb(sm4)
Herbert Xu
6
-271
/
+4
2023-11-17
crypto: x86/sha256 - autoload if SHA-NI detected
Eric Biggers
1
-2
/
+5
2023-11-17
crypto: x86/sha1 - autoload if SHA-NI detected
Eric Biggers
1
-2
/
+5
2023-10-20
crypto: x86/nhpoly1305 - implement ->digest
Eric Biggers
2
-0
/
+18
2023-10-20
crypto: x86/sha256 - implement ->digest for sha256
Eric Biggers
1
-0
/
+32
2023-10-05
crypto: x86/aesni - Perform address alignment early for XTS mode
Chang S. Bae
1
-9
/
+14
2023-10-05
crypto: x86/aesni - Correct the data type in struct aesni_xts_ctx
Chang S. Bae
1
-10
/
+9
2023-10-05
crypto: x86/aesni - Refactor the common address alignment code
Chang S. Bae
1
-16
/
+10
2023-09-20
crypto: x86/sha - load modules based on CPU features
Roxana Nicolescu
2
-0
/
+24
2023-09-20
crypto: aesni - Fix double word in comments
Bo Liu
2
-4
/
+4
2023-07-22
crypto: x86/aesni - remove unused parameter to aes_set_key_common()
Eric Biggers
1
-13
/
+9
2023-07-14
crypto: x86/aesni - Align the address before aes_set_key_common()
Chang S. Bae
1
-6
/
+6
2023-05-29
Merge tag 'v6.4-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
1
-2
/
+0
2023-05-24
crypto: x86/aria - Use 16 byte alignment for GFNI constant vectors
Ard Biesheuvel
1
-2
/
+0
2023-04-28
Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-4
/
+1
2023-04-20
crypto: x86/sha - Use local .L symbols for code
Ard Biesheuvel
7
-68
/
+57
2023-04-20
crypto: x86/crc32 - Use local .L symbols for code
Ard Biesheuvel
2
-42
/
+41
2023-04-20
crypto: x86/aesni - Use local .L symbols for code
Ard Biesheuvel
2
-207
/
+207
2023-04-20
crypto: x86/sha256 - Use RIP-relative addressing
Ard Biesheuvel
1
-6
/
+12
2023-04-20
crypto: x86/ghash - Use RIP-relative addressing
Ard Biesheuvel
1
-2
/
+2
2023-04-20
crypto: x86/des3 - Use RIP-relative addressing
Ard Biesheuvel
1
-32
/
+64
2023-04-20
crypto: x86/crc32c - Use RIP-relative addressing
Ard Biesheuvel
1
-1
/
+2
2023-04-20
crypto: x86/cast6 - Use RIP-relative addressing
Ard Biesheuvel
1
-14
/
+18
[next]