index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
crypto
Age
Commit message (
Expand
)
Author
2021-02-10
crypto: arm64/crc-t10dif - move NEON yield to C code
Ard Biesheuvel
2021-02-10
crypto: arm64/aes-ce-mac - simplify NEON yield
Ard Biesheuvel
2021-02-10
crypto: arm64/aes-neonbs - remove NEON yield calls
Ard Biesheuvel
2021-02-10
crypto: arm64/sha512-ce - simplify NEON yield
Ard Biesheuvel
2021-02-10
crypto: arm64/sha3-ce - simplify NEON yield
Ard Biesheuvel
2021-02-10
crypto: arm64/sha2-ce - simplify NEON yield
Ard Biesheuvel
2021-02-10
crypto: arm64/sha1-ce - simplify NEON yield
Ard Biesheuvel
2021-01-22
crypto: arm64/sha - add missing module aliases
Ard Biesheuvel
2021-01-03
crypto: arm64/aes-ctr - improve tail handling
Ard Biesheuvel
2021-01-03
crypto: arm64/aes-ce - really hide slower algos when faster ones are enabled
Ard Biesheuvel
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
2020-11-20
crypto: arm64/gcm - move authentication tag check to SIMD domain
Ard Biesheuvel
2020-11-13
crypto: arm64/chacha - simplify tail block handling
Ard Biesheuvel
2020-11-06
crypto: arm64/poly1305-neon - reorder PAC authentication with SP update
Ard Biesheuvel
2020-10-30
crypto: hash - Use memzero_explicit() for clearing state
Arvind Sankar
2020-10-13
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2020-10-06
crypto: arm64: Use x16 with indirect branch to bti_c
Jeremy Linton
2020-09-04
crypto: arm64/gcm - Fix endianness warnings
Herbert Xu
2020-09-04
crypto: arm64/sha - Add declarations for assembly variables
Herbert Xu
2020-07-09
crypto: arm64/gcm - use inline helper to suppress indirect calls
Ard Biesheuvel
2020-07-09
crypto: arm64/gcm - use variably sized key struct
Ard Biesheuvel
2020-07-09
crypto: arm64/gcm - disentangle ghash and gcm setkey() routines
Ard Biesheuvel
2020-07-09
crypto: arm64/ghash - drop PMULL based shash
Ard Biesheuvel
2020-06-01
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2020-05-08
crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.h
Eric Biggers
2020-05-08
crypto: arm64/aes-glue - use crypto_shash_tfm_digest()
Eric Biggers
2020-04-30
crypto: arch/nhpoly1305 - process in explicit 4k chunks
Jason A. Donenfeld
2020-04-30
crypto: arch/lib - limit simd usage to 4k chunks
Jason A. Donenfeld
2020-04-24
crypto: arm64 - Consistently enable extension
Mark Brown
2020-04-03
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2020-04-01
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2020-03-31
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
2020-03-23
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2020-03-20
crypto: arm/neon - memzero_explicit aes-cbc key
Torsten Duwe
2020-03-20
crypto: arm64/chacha - correctly walk through blocks
Jason A. Donenfeld
2020-03-09
arm64: crypto: Modernize names for AES function macros
Mark Brown
2020-03-09
arm64: crypto: Modernize some extra assembly annotations
Mark Brown
2020-03-06
crypto: arm64/sha-ce - implement export/import
Corentin Labbe
2020-02-13
crypto: arm64/poly1305 - ignore build files
Matteo Croce
2020-01-28
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2020-01-16
crypto: {arm,arm64,mips}/poly1305 - remove redundant non-reduction from emit
Jason A. Donenfeld
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
2019-12-20
crypto: arm64 - Use modern annotations for assembly functions
Mark Brown
2019-12-11
crypto: arm64/ghash-neon - bump priority to 150
Ard Biesheuvel
2019-12-11
crypto: arm64/sha - fix function types
Sami Tolvanen
2019-12-08
sched/rt, arm64: Use CONFIG_PREEMPTION
Thomas Gleixner
2019-11-27
crypto: arch - conditionalize crypto api in arch glue for lib code
Jason A. Donenfeld
2019-11-17
crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation
Ard Biesheuvel
2019-11-17
crypto: arm/chacha - remove dependency on generic ChaCha driver
Ard Biesheuvel
[next]