index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-22
crypto: lib/Kconfig - Fix lib built-in failure when arch is modular
Herbert Xu
1
-3
/
+3
2025-02-22
crypto: x86/aes-xts - change license to Apache-2.0 OR BSD-2-Clause
Eric Biggers
1
-8
/
+47
2025-02-22
crypto: x86/aes-ctr - rewrite AESNI+AVX optimized CTR and add VAES support
Eric Biggers
4
-792
/
+803
2025-02-14
x86/cfi: Clean up linkage
Peter Zijlstra
1
-0
/
+2
2025-02-14
x86,kcfi: Fix EXPORT_SYMBOL vs kCFI
Peter Zijlstra
6
-14
/
+20
2025-02-10
x86: move ZMM exclusion list into CPU feature flag
Eric Biggers
1
-21
/
+1
2025-02-09
crypto: x86/aes-xts - make the fast path 64-bit specific
Eric Biggers
1
-20
/
+10
2025-01-24
Merge tag 'v6.14-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
8
-242
/
+221
2024-12-21
crypto: x86/aes-xts - additional optimizations
Eric Biggers
1
-55
/
+90
2024-12-21
crypto: x86/aes-xts - more code size optimizations
Eric Biggers
1
-11
/
+13
2024-12-21
crypto: x86/aes-xts - change len parameter to int
Eric Biggers
2
-6
/
+6
2024-12-21
crypto: x86/aes-xts - improve some comments
Eric Biggers
1
-11
/
+20
2024-12-21
crypto: x86/aes-xts - make the register aliases per-function
Eric Biggers
1
-28
/
+33
2024-12-21
crypto: x86/aes-xts - use .irp when useful
Eric Biggers
1
-59
/
+15
2024-12-21
crypto: x86/aes-gcm - tune better for AMD CPUs
Eric Biggers
1
-61
/
+38
2024-12-21
crypto: x86/aes-gcm - code size optimization
Eric Biggers
1
-10
/
+10
2024-12-14
crypto: x86 - remove assignments of 0 to cra_alignmask
Eric Biggers
5
-5
/
+0
2024-12-02
x86/crc-t10dif: expose CRC-T10DIF function through lib
Eric Biggers
4
-488
/
+0
2024-12-02
x86/crc32: expose CRC32 functions through lib
Eric Biggers
6
-1057
/
+0
2024-12-02
x86/crc32: update prototype for crc32_pclmul_le_16()
Eric Biggers
2
-12
/
+11
2024-12-02
x86/crc32: update prototype for crc_pcl()
Eric Biggers
2
-35
/
+35
2024-11-19
Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
7
-727
/
+388
2024-11-15
crypto: aesni - Move back to module_init
Herbert Xu
1
-1
/
+1
2024-10-28
crypto: x86/aegis128 - remove unneeded RETs
Eric Biggers
1
-6
/
+0
2024-10-28
crypto: x86/aegis128 - remove unneeded FRAME_BEGIN and FRAME_END
Eric Biggers
1
-34
/
+0
2024-10-28
crypto: x86/aegis128 - take advantage of block-aligned len
Eric Biggers
2
-24
/
+17
2024-10-28
crypto: x86/aegis128 - optimize partial block handling using SSE4.1
Eric Biggers
1
-141
/
+95
2024-10-28
crypto: x86/aegis128 - improve assembly function prototypes
Eric Biggers
2
-85
/
+112
2024-10-28
crypto: x86/aegis128 - optimize length block preparation using SSE4.1
Eric Biggers
3
-9
/
+7
2024-10-28
crypto: x86/aegis128 - don't bother with special code for aligned data
Eric Biggers
1
-100
/
+22
2024-10-28
crypto: x86/aegis128 - eliminate some indirect calls
Eric Biggers
2
-43
/
+40
2024-10-28
crypto: x86/aegis128 - remove no-op init and exit functions
Eric Biggers
1
-11
/
+0
2024-10-28
crypto: x86/aegis128 - access 32-bit arguments as 32-bit
Eric Biggers
1
-14
/
+15
2024-10-26
crypto: x86/crc32c - eliminate jump table and excessive unrolling
Eric Biggers
1
-141
/
+92
2024-10-26
crypto: x86/crc32c - access 32-bit arguments as 32-bit
Eric Biggers
2
-32
/
+27
2024-10-26
crypto: x86/crc32c - simplify code for handling fewer than 200 bytes
Eric Biggers
1
-83
/
+33
2024-10-10
crypto: x86/cast5 - Remove unused cast5_ctr_16way
Dr. David Alan Gilbert
1
-76
/
+0
2024-10-03
move asm/unaligned.h to linux/unaligned.h
Al Viro
2
-2
/
+2
2024-09-06
crypto: x86/aesni - update docs for aesni-intel module
Eric Biggers
2
-3
/
+7
2024-08-24
crypto: x86/sha256 - Add parentheses around macros' single arguments
Fangrui Song
1
-8
/
+8
2024-08-10
crypto: x86/aes-gcm - fix PREEMPT_RT issue in gcm_crypt()
Eric Biggers
1
-31
/
+28
2024-06-07
crypto: x86/aes-gcm - rewrite the AES-NI optimized AES-GCM
Eric Biggers
5
-4818
/
+1390
2024-06-07
crypto: x86/aes-gcm - add VAES and AVX512 / AVX10 optimized AES-GCM
Eric Biggers
4
-16
/
+1759
2024-06-07
crypto: x86 - add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2
-0
/
+2
2024-05-31
crypto: x86/poly1305 - Switch to new Intel CPU model defines
Tony Luck
1
-2
/
+2
2024-05-31
crypto: x86/twofish - Switch to new Intel CPU model defines
Tony Luck
1
-4
/
+5
2024-05-22
crypto: x86/aes-xts - switch to new Intel CPU model defines
Tony Luck
1
-8
/
+8
2024-04-26
crypto: x86/aes-gcm - simplify GCM hash subkey derivation
Eric Biggers
1
-18
/
+8
2024-04-26
crypto: x86/aes-gcm - delete unused GCM assembly code
Eric Biggers
1
-186
/
+0
2024-04-26
crypto: x86/aes-xts - simplify loop in xts_crypt_slowpath()
Eric Biggers
1
-8
/
+5
[prev]
[next]