index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux 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
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
2024-04-19
crypto: x86/aes-xts - optimize size of instructions operating on lengths
Eric Biggers
2024-04-19
crypto: x86/aes-xts - eliminate a few more instructions
Eric Biggers
2024-04-19
crypto: x86/aes-xts - handle AES-128 and AES-192 more efficiently
Eric Biggers
2024-04-19
crypto: x86/aesni-xts - deduplicate aesni_xts_enc() and aesni_xts_dec()
Eric Biggers
2024-04-19
crypto: x86/aes-xts - handle CTS encryption more efficiently
Eric Biggers
2024-04-19
crypto: x86/sha256-ni - simplify do_4rounds
Eric Biggers
2024-04-19
crypto: x86/sha256-ni - optimize code size
Eric Biggers
2024-04-19
crypto: x86/sha256-ni - rename some register aliases
Eric Biggers
2024-04-19
crypto: x86/sha256-ni - convert to use rounds macros
Eric Biggers
2024-04-19
crypto: x86/aes-xts - access round keys using single-byte offsets
Eric Biggers
2024-04-12
crypto: x86/aes-xts - make non-AVX implementation use new glue code
Eric Biggers
2024-04-12
crypto: x86/sha512-avx2 - add missing vzeroupper
Eric Biggers
2024-04-12
crypto: x86/sha256-avx2 - add missing vzeroupper
Eric Biggers
2024-04-12
crypto: x86/nh-avx2 - add missing vzeroupper
Eric Biggers
2024-04-05
crypto: x86/aes-xts - wire up VAES + AVX10/512 implementation
Eric Biggers
2024-04-05
crypto: x86/aes-xts - wire up VAES + AVX10/256 implementation
Eric Biggers
2024-04-05
crypto: x86/aes-xts - wire up VAES + AVX2 implementation
Eric Biggers
2024-04-05
crypto: x86/aes-xts - wire up AESNI + AVX implementation
Eric Biggers
2024-04-05
crypto: x86/aes-xts - add AES-XTS assembly macro for modern CPUs
Eric Biggers
2024-04-02
crypto: x86/aesni - Update aesni_set_key() to return void
Chang S. Bae
2024-04-02
crypto: x86/aesni - Rearrange AES key size check
Chang S. Bae
[next]