index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
crypto
Age
Commit message (
Expand
)
Author
2025-02-22
crypto: lib/Kconfig - Fix lib built-in failure when arch is modular
Herbert Xu
2025-02-22
crypto: x86/aes-xts - change license to Apache-2.0 OR BSD-2-Clause
Eric Biggers
2025-02-22
crypto: x86/aes-ctr - rewrite AESNI+AVX optimized CTR and add VAES support
Eric Biggers
2025-02-14
x86/cfi: Clean up linkage
Peter Zijlstra
2025-02-14
x86,kcfi: Fix EXPORT_SYMBOL vs kCFI
Peter Zijlstra
2025-02-10
x86: move ZMM exclusion list into CPU feature flag
Eric Biggers
2025-02-09
crypto: x86/aes-xts - make the fast path 64-bit specific
Eric Biggers
2025-01-24
Merge tag 'v6.14-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2024-12-21
crypto: x86/aes-xts - additional optimizations
Eric Biggers
2024-12-21
crypto: x86/aes-xts - more code size optimizations
Eric Biggers
2024-12-21
crypto: x86/aes-xts - change len parameter to int
Eric Biggers
2024-12-21
crypto: x86/aes-xts - improve some comments
Eric Biggers
2024-12-21
crypto: x86/aes-xts - make the register aliases per-function
Eric Biggers
2024-12-21
crypto: x86/aes-xts - use .irp when useful
Eric Biggers
2024-12-21
crypto: x86/aes-gcm - tune better for AMD CPUs
Eric Biggers
2024-12-21
crypto: x86/aes-gcm - code size optimization
Eric Biggers
2024-12-14
crypto: x86 - remove assignments of 0 to cra_alignmask
Eric Biggers
2024-12-01
x86/crc-t10dif: expose CRC-T10DIF function through lib
Eric Biggers
2024-12-01
x86/crc32: expose CRC32 functions through lib
Eric Biggers
2024-12-01
x86/crc32: update prototype for crc32_pclmul_le_16()
Eric Biggers
2024-12-01
x86/crc32: update prototype for crc_pcl()
Eric Biggers
2024-11-19
Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2024-11-15
crypto: aesni - Move back to module_init
Herbert Xu
2024-10-28
crypto: x86/aegis128 - remove unneeded RETs
Eric Biggers
2024-10-28
crypto: x86/aegis128 - remove unneeded FRAME_BEGIN and FRAME_END
Eric Biggers
2024-10-28
crypto: x86/aegis128 - take advantage of block-aligned len
Eric Biggers
2024-10-28
crypto: x86/aegis128 - optimize partial block handling using SSE4.1
Eric Biggers
2024-10-28
crypto: x86/aegis128 - improve assembly function prototypes
Eric Biggers
2024-10-28
crypto: x86/aegis128 - optimize length block preparation using SSE4.1
Eric Biggers
2024-10-28
crypto: x86/aegis128 - don't bother with special code for aligned data
Eric Biggers
2024-10-28
crypto: x86/aegis128 - eliminate some indirect calls
Eric Biggers
2024-10-28
crypto: x86/aegis128 - remove no-op init and exit functions
Eric Biggers
2024-10-28
crypto: x86/aegis128 - access 32-bit arguments as 32-bit
Eric Biggers
2024-10-26
crypto: x86/crc32c - eliminate jump table and excessive unrolling
Eric Biggers
2024-10-26
crypto: x86/crc32c - access 32-bit arguments as 32-bit
Eric Biggers
2024-10-26
crypto: x86/crc32c - simplify code for handling fewer than 200 bytes
Eric Biggers
2024-10-10
crypto: x86/cast5 - Remove unused cast5_ctr_16way
Dr. David Alan Gilbert
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-09-06
crypto: x86/aesni - update docs for aesni-intel module
Eric Biggers
2024-08-24
crypto: x86/sha256 - Add parentheses around macros' single arguments
Fangrui Song
2024-08-10
crypto: x86/aes-gcm - fix PREEMPT_RT issue in gcm_crypt()
Eric Biggers
2024-06-07
crypto: x86/aes-gcm - rewrite the AES-NI optimized AES-GCM
Eric Biggers
2024-06-07
crypto: x86/aes-gcm - add VAES and AVX512 / AVX10 optimized AES-GCM
Eric Biggers
2024-06-07
crypto: x86 - add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-05-31
crypto: x86/poly1305 - Switch to new Intel CPU model defines
Tony Luck
2024-05-31
crypto: x86/twofish - Switch to new Intel CPU model defines
Tony Luck
2024-05-22
crypto: x86/aes-xts - switch to new Intel CPU model defines
Tony Luck
2024-04-26
crypto: x86/aes-gcm - simplify GCM hash subkey derivation
Eric Biggers
2024-04-26
crypto: x86/aes-gcm - delete unused GCM assembly code
Eric Biggers
2024-04-26
crypto: x86/aes-xts - simplify loop in xts_crypt_slowpath()
Eric Biggers
[prev]
[next]