index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
crypto
/
arm64
Age
Commit message (
Expand
)
Author
Lines
2026-04-01
lib/crypto: arm64: Assume a little-endian kernel
Eric Biggers
-65
/
+36
2026-04-01
lib/crypto: arm64/sha3: Remove obsolete chunking logic
Eric Biggers
-16
/
+7
2026-04-01
lib/crypto: arm64/sha512: Remove obsolete chunking logic
Eric Biggers
-18
/
+9
2026-04-01
lib/crypto: arm64/sha256: Remove obsolete chunking logic
Eric Biggers
-30
/
+13
2026-04-01
lib/crypto: arm64/sha1: Remove obsolete chunking logic
Eric Biggers
-20
/
+9
2026-04-01
lib/crypto: arm64/poly1305: Remove obsolete chunking logic
Eric Biggers
-10
/
+4
2026-04-01
lib/crypto: arm64/gf128hash: Remove obsolete chunking logic
Eric Biggers
-20
/
+4
2026-04-01
lib/crypto: arm64/chacha: Remove obsolete chunking logic
Eric Biggers
-12
/
+4
2026-04-01
lib/crypto: arm64/aes: Remove obsolete chunking logic
Eric Biggers
-27
/
+16
2026-03-23
lib/crypto: arm64/sm3: Migrate optimized code into library
Eric Biggers
-0
/
+779
2026-03-23
lib/crypto: arm64/ghash: Migrate optimized code into library
Eric Biggers
-7
/
+281
2026-03-23
lib/crypto: gf128hash: Support GF128HASH_ARCH without all POLYVAL functions
Eric Biggers
-0
/
+3
2026-03-23
lib/crypto: gf128hash: Rename polyval module to gf128hash
Eric Biggers
-2
/
+2
2026-03-19
lib/crypto: arm64: Drop checks for CONFIG_KERNEL_MODE_NEON
Eric Biggers
-22
/
+7
2026-03-09
lib/crypto: arm64/aes: Migrate optimized CBC-based MACs into library
Eric Biggers
-11
/
+56
2026-03-09
lib/crypto: arm64/aes: Move assembly code for AES modes into libaes
Eric Biggers
-0
/
+1291
2026-01-12
lib/crypto: arm64/aes: Migrate optimized code into library
Eric Biggers
-0
/
+380
2026-01-12
lib/crypto: arm64/nh: Migrate optimized code into library
Eric Biggers
-0
/
+137
2025-11-12
lib/crypto: arm64: Move remaining algorithms to scoped ksimd API
Ard Biesheuvel
-21
/
+16
2025-11-12
Merge tag 'scoped-ksimd-for-arm-arm64' into libcrypto-fpsimd-on-stack
Eric Biggers
-30
/
+21
2025-11-12
lib/crypto: Switch ARM and arm64 to 'ksimd' scoped guard API
Ard Biesheuvel
-30
/
+21
2025-11-11
lib/crypto: arm64/polyval: Migrate optimized code into library
Eric Biggers
-0
/
+441
2025-11-05
lib/crypto: arm, arm64: Drop filenames from file comments
Eric Biggers
-4
/
+4
2025-11-05
lib/crypto: arm64/sha3: Migrate optimized code into library
Eric Biggers
-0
/
+275
2025-09-29
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux
Linus Torvalds
-6
/
+315
2025-09-17
lib/crypto: arm64/sha256: Add support for 2-way interleaved hashing
Eric Biggers
-6
/
+315
2025-08-29
lib/crypto: chacha: Consolidate into single module
Eric Biggers
-32
/
+6
2025-08-29
lib/crypto: chacha: Remove unused function chacha_is_arch_optimized()
Eric Biggers
-6
/
+0
2025-08-29
lib/crypto: poly1305: Consolidate into single module
Eric Biggers
-86
/
+53
2025-08-29
lib/crypto: poly1305: Remove unused function poly1305_is_arch_optimized()
Eric Biggers
-7
/
+0
2025-08-27
lib/crypto: Drop inline from all *_mod_init_arch() functions
Eric Biggers
-3
/
+3
2025-08-26
lib/crypto: sha512: Use underlying functions instead of crypto_simd_usable()
Eric Biggers
-3
/
+2
2025-08-26
lib/crypto: sha256: Use underlying functions instead of crypto_simd_usable()
Eric Biggers
-5
/
+5
2025-07-20
lib/crypto: arm64/sha512-ce: Drop compatibility macros for older binutils
Eric Biggers
-20
/
+11
2025-07-14
lib/crypto: arm64/sha1: Migrate optimized code into library
Eric Biggers
-0
/
+169
2025-07-11
lib/crypto: arm64/poly1305: Fix register corruption in no-SIMD contexts
Eric Biggers
-1
/
+2
2025-07-04
lib/crypto: sha256: Consolidate into single module
Eric Biggers
-33
/
+10
2025-07-04
lib/crypto: sha256: Remove sha256_is_arch_optimized()
Eric Biggers
-7
/
+0
2025-07-04
lib/crypto: sha256: Propagate sha256_block_state type to implementations
Eric Biggers
-5
/
+5
2025-07-04
lib/crypto: sha256: Remove sha256_blocks_simd()
Eric Biggers
-12
/
+11
2025-06-30
lib/crypto: arm64: Move arch/arm64/lib/crypto/ into lib/crypto/
Eric Biggers
-0
/
+2957
2025-06-30
lib/crypto: arm64/sha512: Migrate optimized SHA-512 code to library
Eric Biggers
-0
/
+254