index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
crypto
Age
Commit message (
Expand
)
Author
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
2024-01-10
Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2024-01-03
arch/x86: Fix typos
Bjorn Helgaas
2023-12-08
crypto: x86/sm4 - Remove cfb(sm4)
Herbert Xu
2023-11-17
crypto: x86/sha256 - autoload if SHA-NI detected
Eric Biggers
2023-11-17
crypto: x86/sha1 - autoload if SHA-NI detected
Eric Biggers
2023-10-20
crypto: x86/nhpoly1305 - implement ->digest
Eric Biggers
2023-10-20
crypto: x86/sha256 - implement ->digest for sha256
Eric Biggers
2023-10-05
crypto: x86/aesni - Perform address alignment early for XTS mode
Chang S. Bae
2023-10-05
crypto: x86/aesni - Correct the data type in struct aesni_xts_ctx
Chang S. Bae
2023-10-05
crypto: x86/aesni - Refactor the common address alignment code
Chang S. Bae
2023-09-20
crypto: x86/sha - load modules based on CPU features
Roxana Nicolescu
2023-09-20
crypto: aesni - Fix double word in comments
Bo Liu
2023-07-22
crypto: x86/aesni - remove unused parameter to aes_set_key_common()
Eric Biggers
2023-07-14
crypto: x86/aesni - Align the address before aes_set_key_common()
Chang S. Bae
2023-05-29
Merge tag 'v6.4-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2023-05-24
crypto: x86/aria - Use 16 byte alignment for GFNI constant vectors
Ard Biesheuvel
2023-04-27
Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
[next]