Toggle navigation
Patchwork
linux-crypto
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Submitter =
Eric Biggers
| Archived =
No
| 415 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Search
Archived
No
Yes
Both
Delegate
------
Nobody
andy.doan@linaro.org
andy.doan@linaro.org
Apply
«
1
2
3
4
…
4
5
»
Patch
Series
S/W/F
Date
Submitter
Delegate
State
[v6,07/15] dm-verity: move hash algorithm setup into its own function
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-06-21
Eric Biggers
New
[v6,06/15] fsverity: improve performance by using multibuffer hashing
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-06-21
Eric Biggers
Superseded
[v6,05/15] crypto: arm64/sha256-ce - add support for finup_mb
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-06-21
Eric Biggers
Superseded
[v6,04/15] crypto: x86/sha256-ni - add support for finup_mb
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-06-21
Eric Biggers
Superseded
[v6,03/15] crypto: testmgr - add tests for finup_mb
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-06-21
Eric Biggers
Superseded
[v6,02/15] crypto: testmgr - generate power-of-2 lengths more often
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-06-21
Eric Biggers
Superseded
[v6,01/15] crypto: shash - add support for finup_mb
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-06-21
Eric Biggers
Superseded
[v5,15/15] dm-verity: improve performance by using multibuffer hashing
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-06-11
Eric Biggers
Superseded
[v5,14/15] dm-verity: reduce scope of real and wanted digests
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-06-11
Eric Biggers
Superseded
[v5,13/15] dm-verity: hash blocks with shash import+finup when possible
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-06-11
Eric Biggers
Superseded
[v5,12/15] dm-verity: make verity_hash() take dm_verity_io instead of ahash_request
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-06-11
Eric Biggers
Superseded
[v5,11/15] dm-verity: always "map" the data blocks
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-06-11
Eric Biggers
Superseded
[v5,10/15] dm-verity: provide dma_alignment limit in io_hints
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-06-11
Eric Biggers
Superseded
[v5,09/15] dm-verity: make real_digest and want_digest fixed-length
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-06-11
Eric Biggers
Superseded
[v5,08/15] dm-verity: move data hash mismatch handling into its own function
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-06-11
Eric Biggers
Superseded
[v5,07/15] dm-verity: move hash algorithm setup into its own function
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-06-11
Eric Biggers
Superseded
[v5,06/15] fsverity: improve performance by using multibuffer hashing
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-06-11
Eric Biggers
Superseded
[v5,05/15] crypto: arm64/sha256-ce - add support for finup_mb
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-06-11
Eric Biggers
Superseded
[v5,04/15] crypto: x86/sha256-ni - add support for finup_mb
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-06-11
Eric Biggers
Superseded
[v5,03/15] crypto: testmgr - add tests for finup_mb
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-06-11
Eric Biggers
Superseded
[v5,02/15] crypto: testmgr - generate power-of-2 lengths more often
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-06-11
Eric Biggers
Superseded
[v5,01/15] crypto: shash - add support for finup_mb
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-06-11
Eric Biggers
Superseded
[v4,7/8] dm-verity: hash blocks with shash import+finup when possible
[v4,1/8] crypto: shash - add support for finup_mb
-
-
-
2024-06-03
Eric Biggers
New
[v4,5/8] crypto: arm64/sha256-ce - add support for finup_mb
[v4,1/8] crypto: shash - add support for finup_mb
-
-
-
2024-06-03
Eric Biggers
Superseded
[v4,3/8] crypto: testmgr - add tests for finup_mb
[v4,1/8] crypto: shash - add support for finup_mb
-
-
-
2024-06-03
Eric Biggers
Superseded
[v4,1/8] crypto: shash - add support for finup_mb
[v4,1/8] crypto: shash - add support for finup_mb
-
-
-
2024-06-03
Eric Biggers
New
[v5,2/2] crypto: x86/aes-gcm - rewrite the AES-NI optimized AES-GCM
x86_64 AES-GCM improvements
-
-
-
2024-06-02
Eric Biggers
New
crypto: testmgr - test setkey in no-SIMD context
crypto: testmgr - test setkey in no-SIMD context
-
-
-
2024-05-27
Eric Biggers
New
[v4,1/2] crypto: x86/aes-gcm - add VAES and AVX512 / AVX10 optimized AES-GCM
[v4,1/2] crypto: x86/aes-gcm - add VAES and AVX512 / AVX10 optimized AES-GCM
-
-
-
2024-05-27
Eric Biggers
New
[v2] crypto: x86/aes-gcm - add VAES and AVX512 / AVX10 optimized AES-GCM
[v2] crypto: x86/aes-gcm - add VAES and AVX512 / AVX10 optimized AES-GCM
-
-
-
2024-05-12
Eric Biggers
New
[v3,8/8] dm-verity: improve performance by using multibuffer hashing
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-05-07
Eric Biggers
New
[v3,6/8] fsverity: improve performance by using multibuffer hashing
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-05-07
Eric Biggers
New
[v3,4/8] crypto: x86/sha256-ni - add support for finup_mb
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-05-07
Eric Biggers
Superseded
[v3,2/8] crypto: testmgr - generate power-of-2 lengths more often
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-05-07
Eric Biggers
Superseded
KEYS: asymmetric: Add missing dependency on CRYPTO_SIG
KEYS: asymmetric: Add missing dependency on CRYPTO_SIG
-
-
-
2024-04-22
Eric Biggers
New
[v2,7/8] dm-verity: hash blocks with shash import+finup when possible
[v2,1/8] crypto: shash - add support for finup2x
-
-
-
2024-04-22
Eric Biggers
Superseded
[v2,5/8] crypto: arm64/sha256-ce - add support for finup2x
[v2,1/8] crypto: shash - add support for finup2x
-
-
-
2024-04-22
Eric Biggers
Superseded
[v2,3/8] crypto: testmgr - add tests for finup2x
[v2,1/8] crypto: shash - add support for finup2x
-
-
-
2024-04-22
Eric Biggers
New
[v2,1/8] crypto: shash - add support for finup2x
[v2,1/8] crypto: shash - add support for finup2x
-
-
-
2024-04-22
Eric Biggers
New
[v2] crypto: x86/aes-gcm - simplify GCM hash subkey derivation
[v2] crypto: x86/aes-gcm - simplify GCM hash subkey derivation
-
-
-
2024-04-20
Eric Biggers
Superseded
crypto: x86/aes-gcm - simplify GCM hash subkey derivation
crypto: x86/aes-gcm - simplify GCM hash subkey derivation
-
-
-
2024-04-20
Eric Biggers
New
crypto: x86/aes-gcm - delete unused GCM assembly code
crypto: x86/aes-gcm - delete unused GCM assembly code
-
-
-
2024-04-20
Eric Biggers
New
crypto: x86/aes-xts - simplify loop in xts_crypt_slowpath()
crypto: x86/aes-xts - simplify loop in xts_crypt_slowpath()
-
-
-
2024-04-20
Eric Biggers
New
[RFC,8/8] dm-verity: improve performance by using multibuffer hashing
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-04-15
Eric Biggers
Superseded
[RFC,7/8] dm-verity: hash blocks with shash import+finup when possible
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-04-15
Eric Biggers
Superseded
[RFC,6/8] fsverity: improve performance by using multibuffer hashing
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-04-15
Eric Biggers
Superseded
[RFC,5/8] crypto: arm64/sha256-ce - add support for finup2x
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-04-15
Eric Biggers
Superseded
[RFC,4/8] crypto: x86/sha256-ni - add support for finup2x
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-04-15
Eric Biggers
New
[RFC,3/8] crypto: testmgr - add tests for finup2x
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-04-15
Eric Biggers
Superseded
[RFC,2/8] crypto: testmgr - generate power-of-2 lengths more often
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-04-15
Eric Biggers
New
[RFC,1/8] crypto: shash - add support for finup2x
Optimize dm-verity and fsverity using multibuffer hashing
-
-
-
2024-04-15
Eric Biggers
Superseded
[3/3] crypto: x86/aes-xts - optimize size of instructions operating on lengths
crypto: x86/aes-xts - additional tuning
-
-
-
2024-04-13
Eric Biggers
New
[2/3] crypto: x86/aes-xts - eliminate a few more instructions
crypto: x86/aes-xts - additional tuning
-
-
-
2024-04-13
Eric Biggers
New
[1/3] crypto: x86/aes-xts - handle AES-128 and AES-192 more efficiently
crypto: x86/aes-xts - additional tuning
-
-
-
2024-04-13
Eric Biggers
New
crypto: x86/aesni-xts - deduplicate aesni_xts_enc() and aesni_xts_dec()
crypto: x86/aesni-xts - deduplicate aesni_xts_enc() and aesni_xts_dec()
-
-
-
2024-04-13
Eric Biggers
New
crypto: x86/aes-xts - handle CTS encryption more efficiently
crypto: x86/aes-xts - handle CTS encryption more efficiently
-
-
-
2024-04-12
Eric Biggers
New
[v2,4/4] crypto: x86/sha256-ni - simplify do_4rounds
crypto: x86/sha256-ni - cleanup and optimization
-
-
-
2024-04-11
Eric Biggers
New
[v2,3/4] crypto: x86/sha256-ni - optimize code size
crypto: x86/sha256-ni - cleanup and optimization
-
-
-
2024-04-11
Eric Biggers
Superseded
[v2,2/4] crypto: x86/sha256-ni - rename some register aliases
crypto: x86/sha256-ni - cleanup and optimization
-
-
-
2024-04-11
Eric Biggers
New
[v2,1/4] crypto: x86/sha256-ni - convert to use rounds macros
crypto: x86/sha256-ni - cleanup and optimization
-
-
-
2024-04-11
Eric Biggers
New
[2/2] crypto: x86/sha256-ni - optimize code size
crypto: x86/sha256-ni - cleanup and optimization
-
-
-
2024-04-09
Eric Biggers
New
[1/2] crypto: x86/sha256-ni - convert to use rounds macros
crypto: x86/sha256-ni - cleanup and optimization
-
-
-
2024-04-09
Eric Biggers
Superseded
crypto: x86/aes-xts - access round keys using single-byte offsets
crypto: x86/aes-xts - access round keys using single-byte offsets
-
-
-
2024-04-09
Eric Biggers
New
crypto: x86/aes-xts - make non-AVX implementation use new glue code
crypto: x86/aes-xts - make non-AVX implementation use new glue code
-
-
-
2024-04-07
Eric Biggers
New
[3/3] crypto: x86/sha512-avx2 - add missing vzeroupper
crypto: x86 - add missing vzeroupper instructions
-
-
-
2024-04-06
Eric Biggers
New
[2/3] crypto: x86/sha256-avx2 - add missing vzeroupper
crypto: x86 - add missing vzeroupper instructions
-
-
-
2024-04-06
Eric Biggers
New
[1/3] crypto: x86/nh-avx2 - add missing vzeroupper
crypto: x86 - add missing vzeroupper instructions
-
-
-
2024-04-06
Eric Biggers
New
[v2,6/6] crypto: x86/aes-xts - wire up VAES + AVX10/512 implementation
Faster AES-XTS on modern x86_64 CPUs
-
-
-
2024-03-29
Eric Biggers
New
[v2,5/6] crypto: x86/aes-xts - wire up VAES + AVX10/256 implementation
Faster AES-XTS on modern x86_64 CPUs
-
-
-
2024-03-29
Eric Biggers
New
[v2,4/6] crypto: x86/aes-xts - wire up VAES + AVX2 implementation
Faster AES-XTS on modern x86_64 CPUs
-
-
-
2024-03-29
Eric Biggers
New
[v2,3/6] crypto: x86/aes-xts - wire up AESNI + AVX implementation
Faster AES-XTS on modern x86_64 CPUs
-
-
-
2024-03-29
Eric Biggers
New
[v2,2/6] crypto: x86/aes-xts - add AES-XTS assembly macro for modern CPUs
Faster AES-XTS on modern x86_64 CPUs
-
-
-
2024-03-29
Eric Biggers
New
[v2,1/6] x86: add kconfig symbols for assembler VAES and VPCLMULQDQ support
Faster AES-XTS on modern x86_64 CPUs
-
-
-
2024-03-29
Eric Biggers
New
[6/6] crypto: x86/aes-xts - wire up VAES + AVX10/512 implementation
Faster AES-XTS on modern x86_64 CPUs
-
-
-
2024-03-26
Eric Biggers
Superseded
[4/6] crypto: x86/aes-xts - wire up VAES + AVX2 implementation
Faster AES-XTS on modern x86_64 CPUs
-
-
-
2024-03-26
Eric Biggers
Superseded
[2/6] crypto: x86/aes-xts - add AES-XTS assembly macro for modern CPUs
Faster AES-XTS on modern x86_64 CPUs
-
-
-
2024-03-26
Eric Biggers
New
Revert "crypto: pkcs7 - remove sha1 support"
Revert "crypto: pkcs7 - remove sha1 support"
-
-
-
2024-03-13
Eric Biggers
New
[v2] crypto: remove CONFIG_CRYPTO_STATS
[v2] crypto: remove CONFIG_CRYPTO_STATS
-
-
-
2024-03-13
Eric Biggers
New
[riscv/for-next] crypto: riscv - add vector crypto accelerated AES-CBC-CTS
[riscv/for-next] crypto: riscv - add vector crypto accelerated AES-CBC-CTS
-
-
-
2024-02-13
Eric Biggers
New
RISC-V: fix check for zvkb with tip-of-tree clang
RISC-V: fix check for zvkb with tip-of-tree clang
-
-
-
2024-01-27
Eric Biggers
New
crypto: ahash - unexport crypto_hash_alg_has_setkey()
crypto: ahash - unexport crypto_hash_alg_has_setkey()
-
-
-
2024-01-27
Eric Biggers
New
[v3,10/10] crypto: riscv - add vector crypto accelerated SM4
RISC-V crypto with reworked asm files
-
-
-
2024-01-22
Eric Biggers
New
[v3,09/10] crypto: riscv - add vector crypto accelerated SM3
RISC-V crypto with reworked asm files
-
-
-
2024-01-22
Eric Biggers
New
[v3,08/10] crypto: riscv - add vector crypto accelerated SHA-{512,384}
RISC-V crypto with reworked asm files
-
-
-
2024-01-22
Eric Biggers
New
[v3,07/10] crypto: riscv - add vector crypto accelerated SHA-{256,224}
RISC-V crypto with reworked asm files
-
-
-
2024-01-22
Eric Biggers
New
[v3,06/10] crypto: riscv - add vector crypto accelerated GHASH
RISC-V crypto with reworked asm files
-
-
-
2024-01-22
Eric Biggers
New
[v3,05/10] crypto: riscv - add vector crypto accelerated ChaCha20
RISC-V crypto with reworked asm files
-
-
-
2024-01-22
Eric Biggers
New
[v3,04/10] crypto: riscv - add vector crypto accelerated AES-{ECB,CBC,CTR,XTS}
RISC-V crypto with reworked asm files
-
-
-
2024-01-22
Eric Biggers
New
[v3,03/10] RISC-V: hook new crypto subdir into build-system
RISC-V crypto with reworked asm files
-
-
-
2024-01-22
Eric Biggers
New
[v3,02/10] RISC-V: add TOOLCHAIN_HAS_VECTOR_CRYPTO
RISC-V crypto with reworked asm files
-
-
-
2024-01-22
Eric Biggers
New
[v3,01/10] RISC-V: add helper function to read the vector VLEN
RISC-V crypto with reworked asm files
-
-
-
2024-01-22
Eric Biggers
New
[v2,12/12] crypto: riscv - add vector crypto accelerated SM4
RISC-V crypto with reworked asm files
-
-
-
2024-01-05
Eric Biggers
Superseded
[v2,11/12] crypto: riscv - add vector crypto accelerated SM3
RISC-V crypto with reworked asm files
-
-
-
2024-01-05
Eric Biggers
Superseded
[v2,10/12] crypto: riscv - add vector crypto accelerated SHA-{512,384}
RISC-V crypto with reworked asm files
-
-
-
2024-01-05
Eric Biggers
Superseded
[v2,09/12] crypto: riscv - add vector crypto accelerated SHA-{256,224}
RISC-V crypto with reworked asm files
-
-
-
2024-01-05
Eric Biggers
Superseded
[v2,08/12] crypto: riscv - add vector crypto accelerated GHASH
RISC-V crypto with reworked asm files
-
-
-
2024-01-05
Eric Biggers
Superseded
[v2,07/12] crypto: riscv - add vector crypto accelerated ChaCha20
RISC-V crypto with reworked asm files
-
-
-
2024-01-05
Eric Biggers
Superseded
[v2,06/12] crypto: riscv - add vector crypto accelerated AES-{ECB,CBC,CTR,XTS}
RISC-V crypto with reworked asm files
-
-
-
2024-01-05
Eric Biggers
Superseded
[v2,05/12] RISC-V: hook new crypto subdir into build-system
RISC-V crypto with reworked asm files
-
-
-
2024-01-05
Eric Biggers
Superseded
[v2,04/12] RISC-V: add TOOLCHAIN_HAS_VECTOR_CRYPTO
RISC-V crypto with reworked asm files
-
-
-
2024-01-05
Eric Biggers
Superseded
«
1
2
3
4
…
4
5
»