Show patches with: Submitter = Eric Biggers       |    State = Action Required       |    Archived = No       |   227 patches
« 1 2 3 »
Patch Series S/W/F Date Submitter Delegate State
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 New
[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 New
[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
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 New
[RFC,6/8] fsverity: improve performance by using multibuffer hashing Optimize dm-verity and fsverity using multibuffer hashing --- 2024-04-15 Eric Biggers New
[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,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
[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,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
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
[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,03/12] RISC-V: add helper function to read the vector VLEN RISC-V crypto with reworked asm files --- 2024-01-05 Eric Biggers New
[v2,02/12] riscv: vector: make Vector always available for softirq context RISC-V crypto with reworked asm files --- 2024-01-05 Eric Biggers New
[v2,01/12] riscv: Add support for kernel mode vector RISC-V crypto with reworked asm files --- 2024-01-05 Eric Biggers New
[RFC,07/13] crypto: riscv - add vector crypto accelerated AES-{ECB,CBC,CTR,XTS} RISC-V crypto with reworked asm files --- 2024-01-02 Eric Biggers New
[RFC,06/13] crypto: riscv - add vector crypto accelerated AES RISC-V crypto with reworked asm files --- 2024-01-02 Eric Biggers New
crypto: riscv - use real assembler for vector crypto extensions crypto: riscv - use real assembler for vector crypto extensions --- 2023-12-20 Eric Biggers New
[v2] crypto: x86/sha1 - autoload if SHA-NI detected [v2] crypto: x86/sha1 - autoload if SHA-NI detected --- 2023-11-01 Eric Biggers New
dm-verity: hash blocks with shash import+finup when possible dm-verity: hash blocks with shash import+finup when possible --- 2023-10-30 Eric Biggers New
crypto: shash - don't exclude async statuses from error stats crypto: shash - don't exclude async statuses from error stats --- 2023-10-29 Eric Biggers New
smb: use crypto_shash_digest() in symlink_hash() smb: use crypto_shash_digest() in symlink_hash() --- 2023-10-29 Eric Biggers New
dm-integrity: use crypto_shash_digest() in sb_mac() dm-integrity: use crypto_shash_digest() in sb_mac() --- 2023-10-29 Eric Biggers New
RDMA/siw: use crypto_shash_digest() in siw_qp_prepare_tx() RDMA/siw: use crypto_shash_digest() in siw_qp_prepare_tx() --- 2023-10-29 Eric Biggers New
crypto: sun8i-ss - use crypto_shash_tfm_digest() in sun8i_ss_hashkey() crypto: sun8i-ss - use crypto_shash_tfm_digest() in sun8i_ss_hashkey() --- 2023-10-29 Eric Biggers New
crypto: adiantum - flush destination page before unmapping crypto: adiantum - flush destination page before unmapping --- 2023-10-27 Eric Biggers New
crypto: testmgr - move pkcs1pad(rsa,sha3-*) to correct place crypto: testmgr - move pkcs1pad(rsa,sha3-*) to correct place --- 2023-10-27 Eric Biggers New
[30/30] crypto: ahash - optimize performance when wrapping shash crypto: reduce ahash API overhead --- 2023-10-22 Eric Biggers New
[29/30] crypto: ahash - check for shash type instead of not ahash type crypto: reduce ahash API overhead --- 2023-10-22 Eric Biggers New
[26/30] crypto: chelsio - stop using crypto_ahash::init crypto: reduce ahash API overhead --- 2023-10-22 Eric Biggers New
[25/30] crypto: ahash - improve file comment crypto: reduce ahash API overhead --- 2023-10-22 Eric Biggers New
[23/30] crypto: ahash - remove crypto_ahash_alignmask crypto: reduce ahash API overhead --- 2023-10-22 Eric Biggers New
[20/30] crypto: ccm - stop using alignmask of ahash crypto: reduce ahash API overhead --- 2023-10-22 Eric Biggers New
[15/30] crypto: authenc - stop using alignmask of ahash crypto: reduce ahash API overhead --- 2023-10-22 Eric Biggers New
[14/30] crypto: ahash - remove support for nonzero alignmask crypto: reduce ahash API overhead --- 2023-10-22 Eric Biggers New
[13/30] crypto: stm32 - remove unnecessary alignmask for ahashes crypto: reduce ahash API overhead --- 2023-10-22 Eric Biggers New
[11/30] crypto: rockchip - remove unnecessary alignmask for ahashes crypto: reduce ahash API overhead --- 2023-10-22 Eric Biggers New
[10/30] crypto: omap-sham - stop setting alignmask for ahashes crypto: reduce ahash API overhead --- 2023-10-22 Eric Biggers New
[07/30] crypto: mxs-dcp - remove unnecessary alignmask for ahashes crypto: reduce ahash API overhead --- 2023-10-22 Eric Biggers New
[05/30] crypto: atmel - remove unnecessary alignmask for ahashes crypto: reduce ahash API overhead --- 2023-10-22 Eric Biggers New
[04/30] crypto: sun8i-ss - remove unnecessary alignmask for ahashes crypto: reduce ahash API overhead --- 2023-10-22 Eric Biggers New
[15/17] crypto: adiantum - stop using alignmask of shash_alg [01/17] crypto: sparc/crc32c - stop using the shash alignmask --- 2023-10-19 Eric Biggers New
[14/17] crypto: testmgr - stop checking crypto_shash_alignmask [01/17] crypto: sparc/crc32c - stop using the shash alignmask --- 2023-10-19 Eric Biggers New
[13/17] crypto: drbg - stop checking crypto_shash_alignmask [01/17] crypto: sparc/crc32c - stop using the shash alignmask --- 2023-10-19 Eric Biggers New
[12/17] libceph: stop checking crypto_shash_alignmask [01/17] crypto: sparc/crc32c - stop using the shash alignmask --- 2023-10-19 Eric Biggers New
[11/17] crypto: shash - remove support for nonzero alignmask [01/17] crypto: sparc/crc32c - stop using the shash alignmask --- 2023-10-19 Eric Biggers New
[09/17] crypto: vmac - don't set alignmask [01/17] crypto: sparc/crc32c - stop using the shash alignmask --- 2023-10-19 Eric Biggers New
[04/17] crypto: mips/crc32 - remove redundant setting of alignmask to 0 [01/17] crypto: sparc/crc32c - stop using the shash alignmask --- 2023-10-19 Eric Biggers New
[01/17] crypto: sparc/crc32c - stop using the shash alignmask [01/17] crypto: sparc/crc32c - stop using the shash alignmask --- 2023-10-19 Eric Biggers New
crypto: shash - eliminate indirect call for default import and export crypto: shash - eliminate indirect call for default import and export --- 2023-10-18 Eric Biggers New
[4/5] crypto: arm64/sha256 - clean up backwards function names crypto: arm64 - clean up backwards function names --- 2023-10-10 Eric Biggers New
[3/5] crypto: arm64/sha512-ce - clean up backwards function names crypto: arm64 - clean up backwards function names --- 2023-10-10 Eric Biggers New
[2/4] crypto: arm/nhpoly1305 - implement ->digest crypto: adiantum optimizations --- 2023-10-10 Eric Biggers New
crypto: x86/sha256 - implement ->digest for sha256 crypto: x86/sha256 - implement ->digest for sha256 --- 2023-10-09 Eric Biggers New
crypto: arm64/sha2-ce - implement ->digest for sha256 crypto: arm64/sha2-ce - implement ->digest for sha256 --- 2023-10-09 Eric Biggers New
[2/2] crypto: shash - fold shash_digest_unaligned() into crypto_shash_digest() crypto: shash optimizations --- 2023-10-09 Eric Biggers New
[1/2] crypto: shash - optimize the default digest and finup crypto: shash optimizations --- 2023-10-09 Eric Biggers New
crypto: skcipher - fix weak key check for lskciphers crypto: skcipher - fix weak key check for lskciphers --- 2023-10-09 Eric Biggers New
crypto: xts - use 'spawn' for underlying single-block cipher crypto: xts - use 'spawn' for underlying single-block cipher --- 2023-10-09 Eric Biggers New
[RFC] Should writes to /dev/urandom immediately affect reads? [RFC] Should writes to /dev/urandom immediately affect reads? --- 2023-09-20 Eric Biggers New
[GIT,PULL] fscrypt update for 6.6 [GIT,PULL] fscrypt update for 6.6 --- 2023-08-28 Eric Biggers New
crypto: x86/aesni - remove unused parameter to aes_set_key_common() crypto: x86/aesni - remove unused parameter to aes_set_key_common() --- 2023-07-15 Eric Biggers New
[2/2] fscrypt: document the LEA support fscrypt: update the encryption mode docs --- 2023-06-30 Eric Biggers New
[1/2] fscrypt: improve the "Encryption modes and usage" section fscrypt: update the encryption mode docs --- 2023-06-30 Eric Biggers New
« 1 2 3 »