index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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-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
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
[next]