kernel_samsung_a53x/arch/x86/crypto
Eric Biggers a192d92627 crypto: x86/sha256-avx2 - add missing vzeroupper
[ Upstream commit 57ce8a4e162599cf9adafef1f29763160a8e5564 ]

Since sha256_transform_rorx() uses ymm registers, execute vzeroupper
before returning from it.  This is necessary to avoid reducing the
performance of SSE code.

Fixes: d34a460092d8 ("crypto: sha256 - Optimized sha256 x86_64 routine using AVX2's RORX instructions")
Signed-off-by: Eric Biggers <ebiggers@google.com>
Acked-by: Tim Chen <tim.c.chen@linux.intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-11-19 12:26:52 +01:00
..
aegis128-aesni-asm.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
aegis128-aesni-glue.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
aes_ctrby8_avx-x86_64.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
aes_glue.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
aesni-intel_asm.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
aesni-intel_avx-x86_64.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
aesni-intel_glue.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
blake2s-core.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
blake2s-glue.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
blake2s-shash.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
blowfish-x86_64-asm_64.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
blowfish_glue.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
camellia-aesni-avx-asm_64.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
camellia-aesni-avx2-asm_64.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
camellia-x86_64-asm_64.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
camellia_aesni_avx2_glue.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
camellia_aesni_avx_glue.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
camellia_glue.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cast5-avx-x86_64-asm_64.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cast5_avx_glue.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cast6-avx-x86_64-asm_64.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cast6_avx_glue.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
chacha-avx2-x86_64.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
chacha-avx512vl-x86_64.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
chacha-ssse3-x86_64.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
chacha_glue.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
crc32-pclmul_asm.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
crc32-pclmul_glue.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
crc32c-intel_glue.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
crc32c-pcl-intel-asm_64.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
crct10dif-pcl-asm_64.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
crct10dif-pclmul_glue.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
curve25519-x86_64.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
des3_ede-asm_64.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
des3_ede_glue.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ghash-clmulni-intel_asm.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ghash-clmulni-intel_glue.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
glue_helper-asm-avx.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
glue_helper-asm-avx2.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
glue_helper.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nh-avx2-x86_64.S crypto: x86/nh-avx2 - add missing vzeroupper 2024-11-19 12:26:52 +01:00
nh-sse2-x86_64.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nhpoly1305-avx2-glue.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nhpoly1305-sse2-glue.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
poly1305-x86_64-cryptogams.pl Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
poly1305_glue.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
serpent-avx-x86_64-asm_64.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
serpent-avx2-asm_64.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
serpent-sse2-i586-asm_32.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
serpent-sse2-x86_64-asm_64.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
serpent_avx2_glue.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
serpent_avx_glue.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
serpent_sse2_glue.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sha1_avx2_x86_64_asm.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sha1_ni_asm.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sha1_ssse3_asm.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sha1_ssse3_glue.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sha256-avx-asm.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sha256-avx2-asm.S crypto: x86/sha256-avx2 - add missing vzeroupper 2024-11-19 12:26:52 +01:00
sha256-ssse3-asm.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sha256_ni_asm.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sha256_ssse3_glue.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sha512-avx-asm.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sha512-avx2-asm.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sha512-ssse3-asm.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sha512_ssse3_glue.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
twofish-avx-x86_64-asm_64.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
twofish-i586-asm_32.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
twofish-x86_64-asm_64-3way.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
twofish-x86_64-asm_64.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
twofish_avx_glue.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
twofish_glue.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
twofish_glue_3way.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00