summaryrefslogtreecommitdiff
path: root/arch/x86/crypto
AgeCommit message (Expand)Author
2024-11-19Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2024-11-15crypto: aesni - Move back to module_initHerbert Xu
2024-10-28crypto: x86/aegis128 - remove unneeded RETsEric Biggers
2024-10-28crypto: x86/aegis128 - remove unneeded FRAME_BEGIN and FRAME_ENDEric Biggers
2024-10-28crypto: x86/aegis128 - take advantage of block-aligned lenEric Biggers
2024-10-28crypto: x86/aegis128 - optimize partial block handling using SSE4.1Eric Biggers
2024-10-28crypto: x86/aegis128 - improve assembly function prototypesEric Biggers
2024-10-28crypto: x86/aegis128 - optimize length block preparation using SSE4.1Eric Biggers
2024-10-28crypto: x86/aegis128 - don't bother with special code for aligned dataEric Biggers
2024-10-28crypto: x86/aegis128 - eliminate some indirect callsEric Biggers
2024-10-28crypto: x86/aegis128 - remove no-op init and exit functionsEric Biggers
2024-10-28crypto: x86/aegis128 - access 32-bit arguments as 32-bitEric Biggers
2024-10-26crypto: x86/crc32c - eliminate jump table and excessive unrollingEric Biggers
2024-10-26crypto: x86/crc32c - access 32-bit arguments as 32-bitEric Biggers
2024-10-26crypto: x86/crc32c - simplify code for handling fewer than 200 bytesEric Biggers
2024-10-10crypto: x86/cast5 - Remove unused cast5_ctr_16wayDr. David Alan Gilbert
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-06crypto: x86/aesni - update docs for aesni-intel moduleEric Biggers
2024-08-24crypto: x86/sha256 - Add parentheses around macros' single argumentsFangrui Song
2024-08-10crypto: x86/aes-gcm - fix PREEMPT_RT issue in gcm_crypt()Eric Biggers
2024-06-07crypto: x86/aes-gcm - rewrite the AES-NI optimized AES-GCMEric Biggers
2024-06-07crypto: x86/aes-gcm - add VAES and AVX512 / AVX10 optimized AES-GCMEric Biggers
2024-06-07crypto: x86 - add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-05-31crypto: x86/poly1305 - Switch to new Intel CPU model definesTony Luck
2024-05-31crypto: x86/twofish - Switch to new Intel CPU model definesTony Luck
2024-05-22crypto: x86/aes-xts - switch to new Intel CPU model definesTony Luck
2024-04-26crypto: x86/aes-gcm - simplify GCM hash subkey derivationEric Biggers
2024-04-26crypto: x86/aes-gcm - delete unused GCM assembly codeEric Biggers
2024-04-26crypto: x86/aes-xts - simplify loop in xts_crypt_slowpath()Eric Biggers
2024-04-19crypto: x86/aes-xts - optimize size of instructions operating on lengthsEric Biggers
2024-04-19crypto: x86/aes-xts - eliminate a few more instructionsEric Biggers
2024-04-19crypto: x86/aes-xts - handle AES-128 and AES-192 more efficientlyEric Biggers
2024-04-19crypto: x86/aesni-xts - deduplicate aesni_xts_enc() and aesni_xts_dec()Eric Biggers
2024-04-19crypto: x86/aes-xts - handle CTS encryption more efficientlyEric Biggers
2024-04-19crypto: x86/sha256-ni - simplify do_4roundsEric Biggers
2024-04-19crypto: x86/sha256-ni - optimize code sizeEric Biggers
2024-04-19crypto: x86/sha256-ni - rename some register aliasesEric Biggers
2024-04-19crypto: x86/sha256-ni - convert to use rounds macrosEric Biggers
2024-04-19crypto: x86/aes-xts - access round keys using single-byte offsetsEric Biggers
2024-04-12crypto: x86/aes-xts - make non-AVX implementation use new glue codeEric Biggers
2024-04-12crypto: x86/sha512-avx2 - add missing vzeroupperEric Biggers
2024-04-12crypto: x86/sha256-avx2 - add missing vzeroupperEric Biggers
2024-04-12crypto: x86/nh-avx2 - add missing vzeroupperEric Biggers
2024-04-05crypto: x86/aes-xts - wire up VAES + AVX10/512 implementationEric Biggers
2024-04-05crypto: x86/aes-xts - wire up VAES + AVX10/256 implementationEric Biggers
2024-04-05crypto: x86/aes-xts - wire up VAES + AVX2 implementationEric Biggers
2024-04-05crypto: x86/aes-xts - wire up AESNI + AVX implementationEric Biggers
2024-04-05crypto: x86/aes-xts - add AES-XTS assembly macro for modern CPUsEric Biggers
2024-04-02crypto: x86/aesni - Update aesni_set_key() to return voidChang S. Bae
2024-04-02crypto: x86/aesni - Rearrange AES key size checkChang S. Bae