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
/
chacha-neon-glue.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: arch/lib - limit simd usage to 4k chunks
Jason A. Donenfeld
2020-04-30
1
-3
/
+11
*
crypto: arm64/chacha - correctly walk through blocks
Jason A. Donenfeld
2020-03-20
1
-4
/
+4
*
crypto: arch - conditionalize crypto api in arch glue for lib code
Jason A. Donenfeld
2019-11-27
1
-2
/
+3
*
crypto: arm/chacha - remove dependency on generic ChaCha driver
Ard Biesheuvel
2019-11-17
1
-1
/
+1
*
crypto: arm64/chacha - expose arm64 ChaCha routine as library function
Ard Biesheuvel
2019-11-17
1
-11
/
+42
*
crypto: arm64/chacha - depend on generic chacha library instead of crypto driver
Ard Biesheuvel
2019-11-17
1
-18
/
+22
*
crypto: chacha - move existing library code into lib/crypto
Ard Biesheuvel
2019-11-17
1
-1
/
+1
*
crypto: chacha - constify ctx and iv arguments
Eric Biggers
2019-06-13
1
-1
/
+1
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2019-05-06
1
-2
/
+3
|
\
|
*
crypto: arm64 - convert to use crypto_simd_usable()
Eric Biggers
2019-03-22
1
-2
/
+3
*
|
arm64: HWCAP: add support for AT_HWCAP2
Andrew Murray
2019-04-16
1
-1
/
+1
|
/
*
crypto: arm64/chacha - use combined SIMD/ALU routine for more speed
Ard Biesheuvel
2018-12-13
1
-19
/
+20
*
crypto: arm64/chacha - optimize for arbitrary length inputs
Ard Biesheuvel
2018-12-13
1
-24
/
+14
*
crypto: arm64/chacha - add XChaCha12 support
Eric Biggers
2018-12-13
1
-0
/
+18
*
crypto: arm64/chacha20 - refactor to allow varying number of rounds
Eric Biggers
2018-12-13
1
-0
/
+189