Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto fix from Herbert Xu: "This fixes a performance regression in arm64 NEON crypto as well as a crash in x86 aegis/morus on unsupported CPUs" * 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: crypto: x86/aegis,morus - Fix and simplify CPUID checks crypto: arm64 - revert NEON yield for fast AEAD implementations
No related branches found
No related tags found
Showing
- arch/arm64/crypto/aes-ce-ccm-core.S 55 additions, 95 deletionsarch/arm64/crypto/aes-ce-ccm-core.S
- arch/arm64/crypto/ghash-ce-core.S 25 additions, 51 deletionsarch/arm64/crypto/ghash-ce-core.S
- arch/x86/crypto/aegis128-aesni-glue.c 4 additions, 8 deletionsarch/x86/crypto/aegis128-aesni-glue.c
- arch/x86/crypto/aegis128l-aesni-glue.c 4 additions, 8 deletionsarch/x86/crypto/aegis128l-aesni-glue.c
- arch/x86/crypto/aegis256-aesni-glue.c 4 additions, 8 deletionsarch/x86/crypto/aegis256-aesni-glue.c
- arch/x86/crypto/morus1280-avx2-glue.c 3 additions, 7 deletionsarch/x86/crypto/morus1280-avx2-glue.c
- arch/x86/crypto/morus1280-sse2-glue.c 3 additions, 7 deletionsarch/x86/crypto/morus1280-sse2-glue.c
- arch/x86/crypto/morus640-sse2-glue.c 3 additions, 7 deletionsarch/x86/crypto/morus640-sse2-glue.c
Loading
Please register or sign in to comment