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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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
/
arm64
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-14
lib/crypto: arm64/sha1: Migrate optimized code into library
Eric Biggers
4
-282
/
+0
2025-06-30
lib/crypto: arm64/sha512: Migrate optimized SHA-512 code to library
Eric Biggers
5
-418
/
+0
2025-06-30
crypto: sha512 - Rename conflicting symbols
Eric Biggers
1
-4
/
+4
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
[next]