index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
crypto
/
ghash-clmulni-intel_glue.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-03
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2022-12-30
crypto: x86/ghash - add comment and fix broken link
Eric Biggers
1
-4
/
+23
2022-12-30
crypto: x86/ghash - use le128 instead of u128
Eric Biggers
1
-6
/
+6
2022-12-30
crypto: x86/ghash - fix unaligned access in ghash_setkey()
Eric Biggers
1
-3
/
+3
2020-03-24
crypto: Convert to new CPU match macros
Thomas Gleixner
1
-1
/
+1
2020-01-09
crypto: remove propagation of CRYPTO_TFM_RES_* flags
Eric Biggers
1
-6
/
+1
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
1
-3
/
+1
2019-07-27
crypto: ghash - add comment and improve help text
Eric Biggers
1
-2
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-04-25
crypto: shash - remove shash_desc::flags
Eric Biggers
1
-2
/
+0
2019-03-22
crypto: x86 - convert to use crypto_simd_usable()
Eric Biggers
1
-4
/
+5
2018-07-08
crypto: ahash - remove useless setting of cra_type
Eric Biggers
1
-1
/
+0
2018-07-08
crypto: ahash - remove useless setting of type flags
Eric Biggers
1
-1
/
+1
2018-07-08
crypto: shash - remove useless setting of type flags
Eric Biggers
1
-2
/
+1
2018-05-05
crypto: ghash-clmulni - fix spelling mistake: "acclerated" -> "accelerated"
Colin Ian King
1
-1
/
+1
2016-06-23
crypto: ghash-clmulni - Fix cryptd reordering
Herbert Xu
1
-23
/
+17
2015-12-04
crypto: ghash-clmulni - Fix load failure
Wang, Rui Y
1
-0
/
+26
2015-09-04
crypto: ghash-clmulni: specify context size for ghash async algorithm
Andrey Ryabinin
1
-0
/
+1
2015-05-19
x86/fpu: Rename i387.h to fpu/api.h
Ingo Molnar
1
-1
/
+1
2015-03-31
crypto: clmulni - mark ghash clmulni helper ciphers
Stephan Mueller
1
-2
/
+5
2014-11-24
crypto: prefix module autoloading with "crypto-"
Kees Cook
1
-1
/
+1
2014-04-04
crypto: ghash-clmulni-intel - Use u128 instead of be128 for internal key
Herbert Xu
1
-6
/
+6
2014-04-01
crypto: ghash-clmulni-intel - use C implementation for setkey()
Ard Biesheuvel
1
-3
/
+11
2012-08-01
crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializations
Jussi Kivilinna
1
-2
/
+0
2012-01-27
crypto: Add support for x86 cpuid auto loading for x86 crypto drivers
Andi Kleen
1
-4
/
+8
2011-06-30
crypto: ghash-intel - Fix set but not used in ghash_async_setkey()
Gustavo F. Padovan
1
-1
/
+1
2010-12-15
crypto: ghash-intel - ghash-clmulni-intel_glue needs err.h
Randy Dunlap
1
-0
/
+1
2009-11-03
crypto: ghash-intel - Fix irq_fpu_usable usage
Huang Ying
1
-4
/
+4
2009-10-19
crypto: ghash - Add PCLMULQDQ accelerated implementation
Huang Ying
1
-0
/
+333