summaryrefslogtreecommitdiff
path: root/arch/x86/crypto
AgeCommit message (Expand)Author
2025-05-05crypto: x86/sha256 - implement library instead of shashEric Biggers
2025-04-28crypto: x86/polyval - Use API partial block handlingHerbert Xu
2025-04-28crypto: x86 - move library functions to arch/x86/lib/crypto/Eric Biggers
2025-04-28crypto: x86 - drop redundant dependencies on X86Eric Biggers
2025-04-23crypto: x86/sm3 - Use API partial block handlingHerbert Xu
2025-04-23crypto: x86/sha512 - Use API partial block handlingHerbert Xu
2025-04-23crypto: sha256_base - Remove partial block helpersHerbert Xu
2025-04-23crypto: x86/sha256 - Use API partial block handlingHerbert Xu
2025-04-23crypto: x86/sha1 - Use API partial block handlingHerbert Xu
2025-04-23crypto: x86/ghash - Use API partial block handlingHerbert Xu
2025-04-19crypto: lib/poly1305 - restore ability to remove modulesEric Biggers
2025-04-19crypto: lib/chacha - restore ability to remove modulesEric Biggers
2025-04-16crypto: x86/poly1305 - don't select CRYPTO_LIB_POLY1305_GENERICEric Biggers
2025-04-16crypto: x86/poly1305 - remove redundant shash algorithmEric Biggers
2025-04-16crypto: poly1305 - centralize the shash wrappers for arch codeEric Biggers
2025-04-16crypto: lib/sm3 - Move sm3 library into lib/cryptoHerbert Xu
2025-04-09crypto: x86/chacha - Restore SSSE3 fallback pathHerbert Xu
2025-04-07crypto: x86/chacha - remove the skcipher algorithmsEric Biggers
2025-04-07crypto: chacha - centralize the skcipher wrappers for arch codeEric Biggers
2025-04-07crypto: x86/aes-xts - optimize _compute_first_set_of_tweaks for AVX-512Eric Biggers
2025-04-07crypto: x86 - Remove CONFIG_AS_AVX512 handlingUros Bizjak
2025-04-07crypto: x86 - Remove CONFIG_AS_SHA256_NIUros Bizjak
2025-04-07crypto: x86 - Remove CONFIG_AS_SHA1_NIUros Bizjak
2025-04-07crypto: x86/chacha - Remove SIMD fallback pathHerbert Xu
2025-04-07crypto: x86/twofish - stop using the SIMD helperEric Biggers
2025-04-07crypto: x86/sm4 - stop using the SIMD helperEric Biggers
2025-04-07crypto: x86/serpent - stop using the SIMD helperEric Biggers
2025-04-07crypto: x86/cast - stop using the SIMD helperEric Biggers
2025-04-07crypto: x86/camellia - stop using the SIMD helperEric Biggers
2025-04-07crypto: x86/aria - stop using the SIMD helperEric Biggers
2025-04-07crypto: x86/aes - stop using the SIMD helperEric Biggers
2025-04-07crypto: x86/aegis - stop using the SIMD helperEric Biggers
2025-04-07crypto: x86/aes - drop the avx10_256 AES-XTS and AES-CTR codeEric Biggers
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-03-25Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-03-21crypto: lib/chacha - remove unused arch-specific init supportEric Biggers
2025-03-15crypto: skcipher - Make skcipher_walk src.virt.addr constHerbert Xu
2025-03-15crypto: scatterwalk - Change scatterwalk_next calling conventionHerbert Xu
2025-03-02crypto: lib/Kconfig - Hide arch options from userHerbert Xu
2025-03-02crypto: x86/aegis - use the new scatterwalk functionsEric Biggers
2025-03-02crypto: x86/aes-gcm - use the new scatterwalk functionsEric Biggers
2025-02-22crypto: x86/ghash - Use proper helpers to clone requestHerbert Xu
2025-02-22crypto: lib/Kconfig - Fix lib built-in failure when arch is modularHerbert Xu
2025-02-22crypto: x86/aes-xts - change license to Apache-2.0 OR BSD-2-ClauseEric Biggers
2025-02-22crypto: x86/aes-ctr - rewrite AESNI+AVX optimized CTR and add VAES supportEric Biggers
2025-02-14x86/cfi: Clean up linkagePeter Zijlstra
2025-02-14x86,kcfi: Fix EXPORT_SYMBOL vs kCFIPeter Zijlstra
2025-02-10x86: move ZMM exclusion list into CPU feature flagEric Biggers
2025-02-09crypto: x86/aes-xts - make the fast path 64-bit specificEric Biggers
2025-01-24Merge tag 'v6.14-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds