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/aes-ce - deal with oversight in new CTR carry code
Ard Biesheuvel
2021-04-16
1
-0
/
+1
*
crypto: poly1305 - fix poly1305_core_setkey() declaration
Arnd Bergmann
2021-04-02
1
-1
/
+1
*
crypto: arm64/crc-t10dif - move NEON yield to C code
Ard Biesheuvel
2021-02-10
2
-38
/
+35
*
crypto: arm64/aes-ce-mac - simplify NEON yield
Ard Biesheuvel
2021-02-10
2
-40
/
+33
*
crypto: arm64/aes-neonbs - remove NEON yield calls
Ard Biesheuvel
2021-02-10
1
-6
/
+2
*
crypto: arm64/sha512-ce - simplify NEON yield
Ard Biesheuvel
2021-02-10
2
-48
/
+34
*
crypto: arm64/sha3-ce - simplify NEON yield
Ard Biesheuvel
2021-02-10
2
-56
/
+39
*
crypto: arm64/sha2-ce - simplify NEON yield
Ard Biesheuvel
2021-02-10
2
-35
/
+25
*
crypto: arm64/sha1-ce - simplify NEON yield
Ard Biesheuvel
2021-02-10
2
-40
/
+29
*
crypto: arm64/sha - add missing module aliases
Ard Biesheuvel
2021-01-22
4
-0
/
+9
*
crypto: arm64/aes-ctr - improve tail handling
Ard Biesheuvel
2021-01-03
2
-74
/
+137
*
crypto: arm64/aes-ce - really hide slower algos when faster ones are enabled
Ard Biesheuvel
2021-01-03
1
-2
/
+2
*
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
2020-11-20
6
-6
/
+6
*
crypto: arm64/gcm - move authentication tag check to SIMD domain
Ard Biesheuvel
2020-11-20
2
-18
/
+43
*
crypto: arm64/chacha - simplify tail block handling
Ard Biesheuvel
2020-11-13
1
-124
/
+69
*
crypto: arm64/poly1305-neon - reorder PAC authentication with SP update
Ard Biesheuvel
2020-11-06
2
-2
/
+2
*
crypto: hash - Use memzero_explicit() for clearing state
Arvind Sankar
2020-10-30
3
-3
/
+3
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2020-10-13
3
-2
/
+8
|
\
|
*
crypto: arm64/gcm - Fix endianness warnings
Herbert Xu
2020-09-04
1
-2
/
+2
|
*
crypto: arm64/sha - Add declarations for assembly variables
Herbert Xu
2020-09-04
2
-0
/
+6
*
|
crypto: arm64: Use x16 with indirect branch to bti_c
Jeremy Linton
2020-10-06
1
-2
/
+2
|
/
*
crypto: arm64/gcm - use inline helper to suppress indirect calls
Ard Biesheuvel
2020-07-09
1
-39
/
+46
*
crypto: arm64/gcm - use variably sized key struct
Ard Biesheuvel
2020-07-09
1
-28
/
+21
*
crypto: arm64/gcm - disentangle ghash and gcm setkey() routines
Ard Biesheuvel
2020-07-09
1
-25
/
+22
*
crypto: arm64/ghash - drop PMULL based shash
Ard Biesheuvel
2020-07-09
1
-78
/
+12
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2020-06-01
4
-6
/
+2
|
\
|
*
crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.h
Eric Biggers
2020-05-08
2
-2
/
+0
|
*
crypto: arm64/aes-glue - use crypto_shash_tfm_digest()
Eric Biggers
2020-05-08
1
-3
/
+1
|
*
crypto: arm64 - Consistently enable extension
Mark Brown
2020-04-24
1
-1
/
+1
*
|
crypto: arch/nhpoly1305 - process in explicit 4k chunks
Jason A. Donenfeld
2020-04-30
1
-1
/
+1
*
|
crypto: arch/lib - limit simd usage to 4k chunks
Jason A. Donenfeld
2020-04-30
2
-7
/
+22
|
/
*
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2020-04-03
1
-0
/
+1
|
\
|
*
.gitignore: add SPDX License Identifier
Masahiro Yamada
2020-03-25
1
-0
/
+1
*
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2020-04-01
4
-0
/
+45
|
\
\
|
*
|
crypto: arm/neon - memzero_explicit aes-cbc key
Torsten Duwe
2020-03-20
1
-0
/
+1
|
*
|
crypto: arm64/sha-ce - implement export/import
Corentin Labbe
2020-03-06
2
-0
/
+43
|
*
|
crypto: arm64/poly1305 - ignore build files
Matteo Croce
2020-02-13
1
-0
/
+1
|
|
/
*
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2020-03-31
4
-36
/
+36
|
\
\
|
*
|
arm64: crypto: Modernize names for AES function macros
Mark Brown
2020-03-09
3
-28
/
+28
|
*
|
arm64: crypto: Modernize some extra assembly annotations
Mark Brown
2020-03-09
1
-8
/
+8
|
|
/
*
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2020-03-23
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
crypto: arm64/chacha - correctly walk through blocks
Jason A. Donenfeld
2020-03-20
1
-4
/
+4
*
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2020-01-28
27
-195
/
+172
|
\
|
|
*
crypto: {arm,arm64,mips}/poly1305 - remove redundant non-reduction from emit
Jason A. Donenfeld
2020-01-16
1
-16
/
+2
|
*
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
2020-01-09
4
-46
/
+9
|
*
crypto: arm64 - Use modern annotations for assembly functions
Mark Brown
2019-12-20
17
-84
/
+84
|
*
crypto: arm64/ghash-neon - bump priority to 150
Ard Biesheuvel
2019-12-11
1
-1
/
+1
|
*
crypto: arm64/sha - fix function types
Sami Tolvanen
2019-12-11
5
-48
/
+76
*
|
sched/rt, arm64: Use CONFIG_PREEMPTION
Thomas Gleixner
2019-12-08
1
-1
/
+1
|
/
*
crypto: arch - conditionalize crypto api in arch glue for lib code
Jason A. Donenfeld
2019-11-27
2
-4
/
+6
[next]