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
/
arm64
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-05
crypto: arm64/sha256 - Add simd block function
Herbert Xu
1
-3
/
+3
2025-05-05
crypto: arm64/sha256 - implement library instead of shash
Eric Biggers
6
-1267
/
+2
2025-05-05
crypto: arm64/sha256 - remove obsolete chunking logic
Eric Biggers
1
-17
/
+2
2025-04-28
crypto: arm64/polyval - Use API partial block handling
Herbert Xu
1
-53
/
+20
2025-04-28
crypto: arm64 - move library functions to arch/arm64/lib/crypto/
Eric Biggers
6
-1975
/
+1
2025-04-28
crypto: arm64 - drop redundant dependencies on ARM64
Eric Biggers
1
-2
/
+2
2025-04-26
crypto: arm64/sha1 - Set finalize for short finup
Herbert Xu
1
-1
/
+3
2025-04-23
crypto: arm64/sm4 - Use API partial block handling
Herbert Xu
1
-67
/
+31
2025-04-23
crypto: arm64/aes - Use API partial block handling
Herbert Xu
1
-81
/
+41
2025-04-23
crypto: arm64/sm3-neon - Use API partial block handling
Herbert Xu
1
-40
/
+8
2025-04-23
crypto: arm64/sm3-ce - Use API partial block handling
Herbert Xu
1
-40
/
+8
2025-04-23
crypto: arm/sha512 - Use API partial block handling
Herbert Xu
1
-17
/
+11
2025-04-23
crypto: arm64/sha512-ce - Use API partial block handling
Herbert Xu
1
-37
/
+12
2025-04-23
crypto: arm64/sha3-ce - Use API partial block handling
Herbert Xu
1
-63
/
+48
2025-04-23
crypto: arm64/sha256 - Use API partial block handling
Herbert Xu
1
-60
/
+37
2025-04-23
crypto: arm64/sha256-ce - Use API partial block handling
Herbert Xu
1
-72
/
+18
2025-04-23
crypto: arm64/sha1 - Use API partial block handling
Herbert Xu
1
-50
/
+18
2025-04-23
crypto: arm64/ghash - Use API partial block handling
Herbert Xu
1
-87
/
+56
2025-04-19
crypto: lib/poly1305 - restore ability to remove modules
Eric Biggers
1
-0
/
+5
2025-04-19
crypto: lib/chacha - restore ability to remove modules
Eric Biggers
1
-0
/
+5
2025-04-16
crypto: arm64/poly1305 - remove redundant shash algorithm
Eric Biggers
2
-140
/
+6
2025-04-16
crypto: poly1305 - centralize the shash wrappers for arch code
Eric Biggers
1
-1
/
+8
2025-04-16
crypto: cbcmac - Set block size properly
Herbert Xu
2
-2
/
+2
2025-04-16
crypto: lib/sm3 - Move sm3 library into lib/crypto
Herbert Xu
1
-2
/
+2
2025-04-16
crypto: arm64/sha512 - Fix header inclusions
Herbert Xu
1
-3
/
+2
2025-04-07
crypto: arm64/chacha - remove the skcipher algorithms
Eric Biggers
3
-146
/
+7
2025-04-07
crypto: chacha - centralize the skcipher wrappers for arch code
Eric Biggers
1
-1
/
+7
2025-03-21
crypto: lib/chacha - remove unused arch-specific init support
Eric Biggers
1
-8
/
+2
2025-03-15
crypto: skcipher - Make skcipher_walk src.virt.addr const
Herbert Xu
1
-1
/
+2
2025-03-15
crypto: scatterwalk - Change scatterwalk_next calling convention
Herbert Xu
4
-17
/
+15
2025-03-02
crypto: lib/Kconfig - Hide arch options from user
Herbert Xu
1
-2
/
+4
2025-03-02
crypto: arm64 - use the new scatterwalk functions
Eric Biggers
4
-59
/
+32
2025-01-23
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
4
-614
/
+0
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
2
-2
/
+2
2024-12-02
arm64/crc-t10dif: expose CRC-T10DIF function through lib
Eric Biggers
4
-614
/
+0
2024-11-19
Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-220
/
+163
2024-11-15
crypto: arm64/crct10dif - Remove remaining 64x64 PMULL fallback code
Ard Biesheuvel
2
-194
/
+68
2024-11-15
crypto: arm64/crct10dif - Use faster 16x64 bit polynomial multiply
Ard Biesheuvel
1
-17
/
+104
2024-11-15
crypto: arm64/crct10dif - Remove obsolete chunking logic
Ard Biesheuvel
1
-24
/
+6
2024-10-03
move asm/unaligned.h to linux/unaligned.h
Al Viro
10
-10
/
+10
2024-08-17
crypto: arm64/poly1305 - move data to rodata section
Jia He
1
-1
/
+5
2024-08-06
Revert "crypto: arm64/poly1305 - move data to rodata section"
Herbert Xu
1
-3
/
+0
2024-08-02
crypto: arm64/poly1305 - move data to rodata section
Jia He
1
-0
/
+3
2024-06-21
crypto: arm64 - add missing MODULE_DESCRIPTION() macros
Jeff Johnson
3
-0
/
+3
2024-05-31
crypto: arm64/crc10dif - Raise priority of NEON crct10dif implementation
Mark Brown
1
-1
/
+1
2024-04-26
crypto: arm64/aes-ce - Simplify round key load sequence
Ard Biesheuvel
2
-30
/
+24
2024-03-16
Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
4
-221
/
+200
2024-02-24
crypto: arm64/neonbs - fix out-of-bounds access on short input
Ard Biesheuvel
1
-0
/
+11
2024-01-26
crypto: arm64/aes-ccm - Merge finalization into en/decrypt asm helpers
Ard Biesheuvel
2
-38
/
+29
2024-01-26
crypto: arm64/aes-ccm - Merge encrypt and decrypt tail handling
Ard Biesheuvel
1
-13
/
+13
[next]