index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.48-dubhe
starfive-6.6.63-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
/
chacha20_glue.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-13
crypto: x86/chacha20 - refactor to allow varying number of rounds
Eric Biggers
1
-264
/
+0
2018-12-13
crypto: x86/chacha20 - add XChaCha20 support
Eric Biggers
1
-26
/
+82
2018-11-29
crypto: x86/chacha20 - Add a 4-block AVX-512VL variant
Martin Willi
1
-0
/
+7
2018-11-29
crypto: x86/chacha20 - Add a 2-block AVX-512VL variant
Martin Willi
1
-0
/
+7
2018-11-29
crypto: x86/chacha20 - Add a 8-block AVX-512VL variant
Martin Willi
1
-0
/
+26
2018-11-20
crypto: chacha20-generic - refactor to allow varying number of rounds
Eric Biggers
1
-24
/
+24
2018-11-16
crypto: x86/chacha20 - Add a 4-block AVX2 variant
Martin Willi
1
-0
/
+7
2018-11-16
crypto: x86/chacha20 - Add a 2-block AVX2 variant
Martin Willi
1
-0
/
+7
2018-11-16
crypto: x86/chacha20 - Use larger block functions more aggressively
Martin Willi
1
-15
/
+24
2018-11-16
crypto: x86/chacha20 - Support partial lengths in 8-block AVX2 variant
Martin Willi
1
-2
/
+3
2018-11-16
crypto: x86/chacha20 - Support partial lengths in 4-block SSSE3 variant
Martin Willi
1
-2
/
+3
2018-11-16
crypto: x86/chacha20 - Support partial lengths in 1-block SSSE3 variant
Martin Willi
1
-7
/
+4
2017-11-29
crypto: x86/chacha20 - Remove cra_alignmask
Eric Biggers
1
-1
/
+0
2017-01-12
crypto: x86/chacha20 - Manually align stack buffer
Herbert Xu
1
-1
/
+4
2016-12-27
crypto: chacha20 - convert generic and x86 versions to skcipher
Ard Biesheuvel
1
-38
/
+31
2016-06-23
crypto: chacha20-simd - Use generic code for small requests
Herbert Xu
1
-1
/
+1
2016-04-13
x86/cpufeature: Replace cpu_has_avx with boot_cpu_has() usage
Borislav Petkov
1
-1
/
+2
2016-04-13
x86/cpufeature: Replace cpu_has_avx2 with boot_cpu_has() usage
Borislav Petkov
1
-1
/
+1
2015-12-19
x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros
Borislav Petkov
1
-1
/
+1
2015-09-14
x86/fpu: Rename XSAVE macros
Dave Hansen
1
-1
/
+1
2015-07-17
crypto: chacha20 - Add an eight block AVX2 variant for x86_64
Martin Willi
1
-0
/
+19
2015-07-17
crypto: chacha20 - Add a four block SSSE3 variant for x86_64
Martin Willi
1
-0
/
+8
2015-07-17
crypto: chacha20 - Add a SSSE3 SIMD variant for x86_64
Martin Willi
1
-0
/
+123