index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
crypto
Age
Commit message (
Expand
)
Author
2021-09-17
crypto: arm64/aes-ccm - avoid by-ref argument for ce_aes_ccm_auth_data
Ard Biesheuvel
2021-09-17
crypto: arm64/aes-ccm - reduce NEON begin/end calls for common case
Ard Biesheuvel
2021-09-17
crypto: arm64/aes-ccm - remove non-SIMD fallback path
Ard Biesheuvel
2021-09-17
crypto: arm64/aes-ccm - yield NEON when processing auth-only data
Ard Biesheuvel
2021-09-17
crypto: arm64/aes-ce - stop using SIMD helper for skciphers
Ard Biesheuvel
2021-09-17
crypto: arm64/aes-neonbs - stop using SIMD helper for skciphers
Ard Biesheuvel
2021-09-17
crypto: arm64/gcm-aes-ce - remove non-SIMD fallback path
Ard Biesheuvel
2021-07-30
crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-generic
Tianjia Zhang
2021-05-14
crypto: arm64 - use a pattern rule for generating *.S files
Masahiro Yamada
2021-05-14
crypto: arm64 - generate *.S by Perl at build time instead of shipping them
Masahiro Yamada
2021-04-26
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2021-04-16
crypto: arm64/aes-ce - deal with oversight in new CTR carry code
Ard Biesheuvel
2021-04-12
arm64: fpsimd: run kernel mode NEON with softirqs disabled
Ard Biesheuvel
2021-04-02
crypto: poly1305 - fix poly1305_core_setkey() declaration
Arnd Bergmann
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
[next]