index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: arm64/sha512 - clean up backwards function names
Eric Biggers
2023-10-20
1
-7
/
+5
*
crypto: arm64/sha256 - clean up backwards function names
Eric Biggers
2023-10-20
1
-14
/
+12
*
crypto: arm64/sha512-ce - clean up backwards function names
Eric Biggers
2023-10-20
2
-17
/
+17
*
crypto: arm64/sha2-ce - clean up backwards function names
Eric Biggers
2023-10-20
2
-19
/
+20
*
crypto: arm64/sha1-ce - clean up backwards function names
Eric Biggers
2023-10-20
2
-14
/
+15
*
crypto: arm64/nhpoly1305 - implement ->digest
Eric Biggers
2023-10-20
1
-0
/
+9
*
crypto: arm64/sha2-ce - implement ->digest for sha256
Eric Biggers
2023-10-20
1
-0
/
+8
*
crypto: arm64/aes - remove Makefile hack
Masahiro Yamada
2023-08-11
3
-5
/
+3
*
crypto: arm64/sha256-glue - Include module.h
Herbert Xu
2023-05-19
1
-1
/
+2
*
crypto: arm64/aes-neonbs - fix crash with CFI enabled
Eric Biggers
2023-03-14
1
-4
/
+5
*
crypto: arm64/sm4-gcm - Fix possible crash in GCM cryption
Herbert Xu
2023-02-10
1
-26
/
+25
*
crypto: arm64/sm4-ccm - Rewrite skcipher walker loop
Tianjia Zhang
2023-02-10
1
-20
/
+24
*
crypto: arm64/aes-ccm - Rewrite skcipher walker loop
Herbert Xu
2023-02-10
1
-31
/
+26
*
crypto: arm64/gcm - add RFC4106 support
Ard Biesheuvel
2023-01-20
1
-38
/
+107
*
crypto: arm64/sm4 - fix possible crash with CFI enabled
Tianjia Zhang
2022-12-30
2
-4
/
+6
*
crypto: arm64/ghash-ce - use frame_push/pop macros consistently
Ard Biesheuvel
2022-12-09
1
-5
/
+3
*
crypto: arm64/crct10dif - use frame_push/pop macros consistently
Ard Biesheuvel
2022-12-09
1
-3
/
+2
*
crypto: arm64/aes-modes - use frame_push/pop macros consistently
Ard Biesheuvel
2022-12-09
1
-22
/
+12
*
crypto: arm64/aes-neonbs - use frame_push/pop consistently
Ard Biesheuvel
2022-12-09
1
-9
/
+7
*
crypto: Prepare to move crypto_tfm_ctx
Herbert Xu
2022-12-02
3
-3
/
+3
*
crypto: arm64/sm3 - fix possible crash with CFI enabled
Eric Biggers
2022-11-25
1
-1
/
+2
*
crypto: arm64/nhpoly1305 - eliminate unnecessary CFI wrapper
Eric Biggers
2022-11-25
2
-11
/
+5
*
crypto: arm64 - Fix unused variable compilation warnings of cpu_feature
Tianjia Zhang
2022-11-18
2
-2
/
+2
*
crypto: move gf128mul library into lib/crypto
Ard Biesheuvel
2022-11-11
1
-1
/
+1
*
crypto: arm64/sm4 - add CE implementation for GCM mode
Tianjia Zhang
2022-11-04
4
-0
/
+1046
*
crypto: arm64/sm4 - add CE implementation for CCM mode
Tianjia Zhang
2022-11-04
4
-0
/
+650
*
crypto: arm64/sm4 - add CE implementation for cmac/xcbc/cbcmac
Tianjia Zhang
2022-11-04
2
-1
/
+336
*
crypto: arm64/sm4 - add CE implementation for XTS mode
Tianjia Zhang
2022-11-04
3
-2
/
+504
*
crypto: arm64/sm4 - add CE implementation for CTS-CBC mode
Tianjia Zhang
2022-11-04
2
-0
/
+196
*
crypto: arm64/sm4 - export reusable CE acceleration functions
Tianjia Zhang
2022-11-04
2
-0
/
+21
*
crypto: arm64/sm4 - simplify sm4_ce_expand_key() of CE implementation
Tianjia Zhang
2022-11-04
2
-24
/
+24
*
crypto: arm64/sm4 - refactor and simplify CE implementation
Tianjia Zhang
2022-11-04
3
-400
/
+519
*
crypto: arm64/sm4 - refactor and simplify NEON implementation
Tianjia Zhang
2022-11-04
2
-346
/
+456
*
crypto: arm64/sm3 - add NEON assembly implementation
Tianjia Zhang
2022-11-04
4
-0
/
+717
*
crypto: arm64/sm3 - raise the priority of the CE implementation
Tianjia Zhang
2022-11-04
1
-1
/
+1
*
Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2022-10-10
1
-69
/
+210
|
\
|
*
crypto: arm64 - revert unintended config name change for CRYPTO_SHA1_ARM64_CE
Lukas Bulwahn
2022-09-24
1
-1
/
+1
|
*
crypto: Kconfig - simplify cipher entries
Robert Elliott
2022-08-26
1
-10
/
+99
|
*
crypto: Kconfig - simplify hash entries
Robert Elliott
2022-08-26
1
-12
/
+65
|
*
crypto: Kconfig - simplify CRC entries
Robert Elliott
2022-08-26
1
-1
/
+6
|
*
crypto: Kconfig - sort the arm64 entries
Robert Elliott
2022-08-26
1
-53
/
+54
|
*
crypto: Kconfig - submenus for arm and arm64
Robert Elliott
2022-08-26
1
-9
/
+2
*
|
arm64: Add types to indirect called assembly functions
Sami Tolvanen
2022-09-26
2
-3
/
+5
|
/
*
crypto: arm64/poly1305 - fix a read out-of-bound
GUO Zihua
2022-07-29
1
-1
/
+1
*
crypto: arm64/gcm - Select AEAD for GHASH_ARM64_CE
Qian Cai
2022-06-30
1
-0
/
+1
*
crypto: arm64/aes-neon - Fix typo in comment
Jilin Yuan
2022-06-30
1
-1
/
+1
*
crypto: arm64/polyval - Add PMULL accelerated implementation of POLYVAL
Nathan Huckleberry
2022-06-10
4
-0
/
+560
*
crypto: arm64/aes-xctr - Improve readability of XCTR and CTR modes
Nathan Huckleberry
2022-06-10
2
-68
/
+185
*
crypto: arm64/aes-xctr - Add accelerated implementation of XCTR
Nathan Huckleberry
2022-06-10
3
-66
/
+168
*
crypto: arm64/sm4 - Fix wrong dependency of NEON/CE implementation
Tianjia Zhang
2022-04-15
1
-2
/
+2
[next]