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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-17
crypto: stm32 - switch to skcipher API
Ard Biesheuvel
1
-179
/
+159
2019-11-17
crypto: qce - switch to skcipher API
Ard Biesheuvel
6
-99
/
+100
2019-11-17
crypto: picoxcell - switch to skcipher API
Ard Biesheuvel
1
-202
/
+184
2019-11-17
crypto: sahara - switch to skcipher API
Ard Biesheuvel
1
-81
/
+75
2019-11-17
crypto: mediatek - switch to skcipher API
Ard Biesheuvel
1
-132
/
+116
2019-11-17
crypto: mxs - switch to skcipher API
Ard Biesheuvel
1
-75
/
+65
2019-11-17
crypto: ixp4xx - switch to skcipher API
Ard Biesheuvel
1
-120
/
+108
2019-11-17
crypto: hifn - switch to skcipher API
Ard Biesheuvel
1
-91
/
+92
2019-11-17
crypto: chelsio - switch to skcipher API
Ard Biesheuvel
3
-179
/
+173
2019-11-17
crypto: cavium/cpt - switch to skcipher API
Ard Biesheuvel
1
-158
/
+134
2019-11-17
crypto: nitrox - remove cra_type reference to ablkcipher
Ard Biesheuvel
1
-1
/
+0
2019-11-17
crypto: bcm-spu - switch to skcipher API
Ard Biesheuvel
4
-205
/
+186
2019-11-17
crypto: atmel-tdes - switch to skcipher API
Ard Biesheuvel
1
-226
/
+207
2019-11-17
crypto: atmel-aes - switch to skcipher API
Ard Biesheuvel
1
-264
/
+247
2019-11-17
crypto: s5p - switch to skcipher API
Ard Biesheuvel
1
-98
/
+89
2019-11-17
crypto: ux500 - switch to skcipher API
Ard Biesheuvel
1
-215
/
+156
2019-11-17
crypto: omap - switch to skcipher API
Ard Biesheuvel
3
-238
/
+207
2019-11-17
crypto: ccp - switch from ablkcipher to skcipher
Ard Biesheuvel
6
-211
/
+186
2019-11-17
crypto: virtio - switch to skcipher API
Ard Biesheuvel
2
-97
/
+92
2019-11-17
crypto: virtio - deal with unsupported input sizes
Ard Biesheuvel
1
-2
/
+10
2019-11-17
crypto: virtio - implement missing support for output IVs
Ard Biesheuvel
1
-0
/
+9
2019-11-17
crypto: tcrypt - constify check alg list
Corentin Labbe
1
-2
/
+2
2019-11-17
crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routine
Ard Biesheuvel
3
-0
/
+206
2019-11-17
crypto: chacha20poly1305 - import construction and selftest from Zinc
Ard Biesheuvel
5
-0
/
+7615
2019-11-17
crypto: arm/curve25519 - wire up NEON implementation
Jason A. Donenfeld
4
-195
/
+287
2019-11-17
crypto: arm/curve25519 - import Bernstein and Schwabe's Curve25519 ARM implem...
Jason A. Donenfeld
1
-0
/
+2105
2019-11-17
crypto: curve25519 - x86_64 library and KPP implementations
Jason A. Donenfeld
3
-0
/
+2482
2019-11-17
crypto: lib/curve25519 - work around Clang stack spilling issue
Ard Biesheuvel
1
-5
/
+5
2019-11-17
crypto: curve25519 - implement generic KPP driver
Ard Biesheuvel
3
-0
/
+96
2019-11-17
crypto: curve25519 - add kpp selftest
Ard Biesheuvel
2
-0
/
+1231
2019-11-17
crypto: curve25519 - generic C library implementations
Jason A. Donenfeld
6
-0
/
+1778
2019-11-17
crypto: blake2s - x86_64 SIMD implementation
Jason A. Donenfeld
4
-0
/
+499
2019-11-17
crypto: blake2s - implement generic shash driver
Ard Biesheuvel
4
-0
/
+195
2019-11-17
crypto: testmgr - add test cases for Blake2s
Ard Biesheuvel
2
-39
/
+280
2019-11-17
crypto: blake2s - generic C library implementation and selftest
Jason A. Donenfeld
7
-0
/
+1019
2019-11-17
int128: move __uint128_t compiler test to Kconfig
Ard Biesheuvel
7
-6
/
+10
2019-11-17
crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementation
Ard Biesheuvel
5
-0
/
+1496
2019-11-17
crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation
Ard Biesheuvel
6
-2
/
+2687
2019-11-17
crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation
Ard Biesheuvel
6
-1
/
+2001
2019-11-17
crypto: x86/poly1305 - expose existing driver as poly1305 library
Ard Biesheuvel
3
-16
/
+43
2019-11-17
crypto: x86/poly1305 - depend on generic library not generic shash
Ard Biesheuvel
4
-28
/
+60
2019-11-17
crypto: poly1305 - expose init/update/final library interface
Ard Biesheuvel
4
-22
/
+138
2019-11-17
crypto: x86/poly1305 - unify Poly1305 state struct with generic code
Ard Biesheuvel
4
-73
/
+43
2019-11-17
crypto: poly1305 - move core routines into a separate library
Ard Biesheuvel
10
-216
/
+248
2019-11-17
crypto: chacha - unexport chacha_generic routines
Ard Biesheuvel
2
-28
/
+8
2019-11-17
crypto: mips/chacha - wire up accelerated 32r2 code from Zinc
Ard Biesheuvel
5
-44
/
+277
2019-11-17
crypto: mips/chacha - import 32r2 ChaCha code from Zinc
Jason A. Donenfeld
1
-0
/
+424
2019-11-17
crypto: arm/chacha - expose ARM ChaCha routine as library function
Ard Biesheuvel
2
-1
/
+41
2019-11-17
crypto: arm/chacha - remove dependency on generic ChaCha driver
Ard Biesheuvel
6
-240
/
+340
2019-11-17
crypto: arm/chacha - import Eric Biggers's scalar accelerated ChaCha code
Ard Biesheuvel
1
-0
/
+461
[next]