summaryrefslogtreecommitdiff
path: root/arch/x86/crypto
AgeCommit message (Expand)Author
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
2024-12-21crypto: x86/aes-xts - additional optimizationsEric Biggers
2024-12-21crypto: x86/aes-xts - more code size optimizationsEric Biggers
2024-12-21crypto: x86/aes-xts - change len parameter to intEric Biggers
2024-12-21crypto: x86/aes-xts - improve some commentsEric Biggers
2024-12-21crypto: x86/aes-xts - make the register aliases per-functionEric Biggers
2024-12-21crypto: x86/aes-xts - use .irp when usefulEric Biggers
2024-12-21crypto: x86/aes-gcm - tune better for AMD CPUsEric Biggers
2024-12-21crypto: x86/aes-gcm - code size optimizationEric Biggers
2024-12-14crypto: x86 - remove assignments of 0 to cra_alignmaskEric Biggers
2024-12-01x86/crc-t10dif: expose CRC-T10DIF function through libEric Biggers
2024-12-01x86/crc32: expose CRC32 functions through libEric Biggers
2024-12-01x86/crc32: update prototype for crc32_pclmul_le_16()Eric Biggers
2024-12-01x86/crc32: update prototype for crc_pcl()Eric Biggers
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