index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
crypto
/
ghash-ce-glue.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-17
crypto: arm64/gcm-aes-ce - remove non-SIMD fallback path
Ard Biesheuvel
1
-158
/
+51
2020-11-20
crypto: arm64/gcm - move authentication tag check to SIMD domain
Ard Biesheuvel
1
-18
/
+28
2020-10-30
crypto: hash - Use memzero_explicit() for clearing state
Arvind Sankar
1
-1
/
+1
2020-09-04
crypto: arm64/gcm - Fix endianness warnings
Herbert Xu
1
-2
/
+2
2020-07-09
crypto: arm64/gcm - use inline helper to suppress indirect calls
Ard Biesheuvel
1
-39
/
+46
2020-07-09
crypto: arm64/gcm - use variably sized key struct
Ard Biesheuvel
1
-28
/
+21
2020-07-09
crypto: arm64/gcm - disentangle ghash and gcm setkey() routines
Ard Biesheuvel
1
-25
/
+22
2020-07-09
crypto: arm64/ghash - drop PMULL based shash
Ard Biesheuvel
1
-78
/
+12
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
1
-6
/
+2
2019-12-11
crypto: arm64/ghash-neon - bump priority to 150
Ard Biesheuvel
1
-1
/
+1
2019-10-04
crypto: arm64/gcm-ce - implement 4 way interleave
Ard Biesheuvel
1
-170
/
+123
2019-07-26
crypto: arm64/ghash - switch to AES library
Ard Biesheuvel
1
-20
/
+10
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-05-07
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-7
/
+10
2019-04-16
arm64: HWCAP: add support for AT_HWCAP2
Andrew Murray
1
-4
/
+4
2019-03-22
crypto: arm64 - convert to use crypto_simd_usable()
Eric Biggers
1
-3
/
+4
2019-03-22
crypto: arm64/gcm-aes-ce - fix no-NEON fallback code
Eric Biggers
1
-4
/
+6
2019-02-01
crypto: arm64/ghash - register PMULL variants as separate algos
Ard Biesheuvel
1
-28
/
+90
2018-08-25
crypto: arm64/aes-gcm-ce - fix scatterwalk API violation
Ard Biesheuvel
1
-6
/
+23
2018-08-07
crypto: arm64/ghash-ce - implement 4-way aggregation
Ard Biesheuvel
1
-34
/
+37
2018-08-07
crypto: arm64/ghash-ce - replace NEON yield check with block limit
Ard Biesheuvel
1
-4
/
+12
2018-08-07
crypto: arm64/aes-ce-gcm - don't reload key schedule if avoidable
Ard Biesheuvel
1
-38
/
+43
2018-08-07
crypto: arm64/aes-ce-gcm - implement 2-way aggregation
Ard Biesheuvel
1
-11
/
+23
2018-08-07
crypto: arm64/aes-ce-gcm - operate on two input blocks at a time
Ard Biesheuvel
1
-39
/
+64
2018-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
Herbert Xu
1
-2
/
+6
2018-07-31
crypto/arm64: aes-ce-gcm - add missing kernel_neon_begin/end pair
Ard Biesheuvel
1
-2
/
+6
2018-07-08
crypto: shash - remove useless setting of type flags
Eric Biggers
1
-1
/
+0
2018-05-11
crypto: arm64/aes-ghash - yield NEON after every block of input
Ard Biesheuvel
1
-11
/
+17
2017-08-04
crypto: arm64/ghash - add NEON accelerated fallback for 64-bit PMULL
Ard Biesheuvel
1
-7
/
+33
2017-08-04
crypto: arm64/gcm - implement native driver using v8 Crypto Extensions
Ard Biesheuvel
1
-25
/
+413
2017-08-04
crypto: arm64/ghash-ce - add non-SIMD scalar fallback
Ard Biesheuvel
1
-8
/
+41
2014-06-18
arm64/crypto: improve performance of GHASH algorithm
Ard Biesheuvel
1
-2
/
+2
2014-06-18
arm64/crypto: fix data corruption bug in GHASH algorithm
Ard Biesheuvel
1
-0
/
+1
2014-05-14
arm64/crypto: GHASH secure hash using ARMv8 Crypto Extensions
Ard Biesheuvel
1
-0
/
+155