Show patches with: Submitter = Eric Biggers       |    State = Action Required       |    Archived = No       |   286 patches
« 1 2 3 »
Patch Series S/W/F Date Submitter Delegate State
[10/11] powerpc/crc: delete obsolete crc-vpmsum_test.c Wire up CRC-T10DIF library functions to arch-optimized code --- 2024-11-17 Eric Biggers New
[08/11] lib/crc_kunit.c: add KUnit test suite for CRC library functions Wire up CRC-T10DIF library functions to arch-optimized code --- 2024-11-17 Eric Biggers New
[06/11] arm64/crc-t10dif: expose CRC-T10DIF function through lib Wire up CRC-T10DIF library functions to arch-optimized code --- 2024-11-17 Eric Biggers New
[04/11] x86/crc-t10dif: expose CRC-T10DIF function through lib Wire up CRC-T10DIF library functions to arch-optimized code --- 2024-11-17 Eric Biggers New
[02/11] lib/crc-t10dif: add support for arch overrides Wire up CRC-T10DIF library functions to arch-optimized code --- 2024-11-17 Eric Biggers New
[v3,18/18] scsi: target: iscsi: switch to using the crc32c library Wire up CRC32 library functions to arch-optimized code --- 2024-11-03 Eric Biggers New
[v3,17/18] f2fs: switch to using the crc32 library Wire up CRC32 library functions to arch-optimized code --- 2024-11-03 Eric Biggers New
[v3,16/18] jbd2: switch to using the crc32c library Wire up CRC32 library functions to arch-optimized code --- 2024-11-03 Eric Biggers New
[v3,15/18] ext4: switch to using the crc32c library Wire up CRC32 library functions to arch-optimized code --- 2024-11-03 Eric Biggers New
[v3,14/18] lib/crc32: make crc32c() go directly to lib Wire up CRC32 library functions to arch-optimized code --- 2024-11-03 Eric Biggers New
[v3,13/18] x86/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code --- 2024-11-03 Eric Biggers New
[v3,12/18] x86/crc32: update prototype for crc32_pclmul_le_16() Wire up CRC32 library functions to arch-optimized code --- 2024-11-03 Eric Biggers New
[v3,11/18] x86/crc32: update prototype for crc_pcl() Wire up CRC32 library functions to arch-optimized code --- 2024-11-03 Eric Biggers New
[v3,10/18] sparc/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code --- 2024-11-03 Eric Biggers New
[v3,09/18] s390/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code --- 2024-11-03 Eric Biggers New
[v3,08/18] powerpc/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code --- 2024-11-03 Eric Biggers New
[v3,07/18] mips/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code --- 2024-11-03 Eric Biggers New
[v3,06/18] loongarch/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code --- 2024-11-03 Eric Biggers New
[v3,05/18] arm/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code --- 2024-11-03 Eric Biggers New
[v3,04/18] crypto: crc32 - don't unnecessarily register arch algorithms Wire up CRC32 library functions to arch-optimized code --- 2024-11-03 Eric Biggers New
[v3,03/18] lib/crc32: expose whether the lib is really optimized at runtime Wire up CRC32 library functions to arch-optimized code --- 2024-11-03 Eric Biggers New
[v3,02/18] lib/crc32: improve support for arch-specific overrides Wire up CRC32 library functions to arch-optimized code --- 2024-11-03 Eric Biggers New
[v3,01/18] lib/crc32: drop leading underscores from __crc32c_le_base Wire up CRC32 library functions to arch-optimized code --- 2024-11-03 Eric Biggers New
[v2,03/18] lib/crc32: expose whether the lib is really optimized at runtime Wire up CRC32 library functions to arch-optimized code --- 2024-10-25 Eric Biggers New
crypto: mips/crc32 - fix the CRC32C implementation crypto: mips/crc32 - fix the CRC32C implementation --- 2024-10-20 Eric Biggers New
crypto - move crypto_simd_disabled_for_test to lib crypto - move crypto_simd_disabled_for_test to lib --- 2024-10-18 Eric Biggers New
[v2,10/10] crypto: x86/aegis128 - remove unneeded RETs AEGIS x86 assembly tuning --- 2024-10-17 Eric Biggers New
[v2,09/10] crypto: x86/aegis128 - remove unneeded FRAME_BEGIN and FRAME_END AEGIS x86 assembly tuning --- 2024-10-17 Eric Biggers New
[v2,08/10] crypto: x86/aegis128 - take advantage of block-aligned len AEGIS x86 assembly tuning --- 2024-10-17 Eric Biggers New
[v2,07/10] crypto: x86/aegis128 - optimize partial block handling using SSE4.1 AEGIS x86 assembly tuning --- 2024-10-17 Eric Biggers New
[v2,06/10] crypto: x86/aegis128 - improve assembly function prototypes AEGIS x86 assembly tuning --- 2024-10-17 Eric Biggers New
[v2,05/10] crypto: x86/aegis128 - optimize length block preparation using SSE4.1 AEGIS x86 assembly tuning --- 2024-10-17 Eric Biggers New
[v2,04/10] crypto: x86/aegis128 - don't bother with special code for aligned data AEGIS x86 assembly tuning --- 2024-10-17 Eric Biggers New
[v2,03/10] crypto: x86/aegis128 - eliminate some indirect calls AEGIS x86 assembly tuning --- 2024-10-17 Eric Biggers New
[v2,02/10] crypto: x86/aegis128 - remove no-op init and exit functions AEGIS x86 assembly tuning --- 2024-10-17 Eric Biggers New
[v2,01/10] crypto: x86/aegis128 - access 32-bit arguments as 32-bit AEGIS x86 assembly tuning --- 2024-10-17 Eric Biggers New
[3/3] crypto: x86/crc32c - eliminate jump table and excessive unrolling crypto: x86/crc32c - jump table elimination and other cleanups --- 2024-10-14 Eric Biggers New
[2/3] crypto: x86/crc32c - access 32-bit arguments as 32-bit crypto: x86/crc32c - jump table elimination and other cleanups --- 2024-10-14 Eric Biggers New
[1/3] crypto: x86/crc32c - simplify code for handling fewer than 200 bytes crypto: x86/crc32c - jump table elimination and other cleanups --- 2024-10-14 Eric Biggers New
[v7,7/7] dm-verity: improve performance by using multibuffer hashing Optimize dm-verity and fsverity using multibuffer hashing --- 2024-10-01 Eric Biggers New
[v7,6/7] dm-verity: reduce scope of real and wanted digests Optimize dm-verity and fsverity using multibuffer hashing --- 2024-10-01 Eric Biggers New
[v7,5/7] fsverity: improve performance by using multibuffer hashing Optimize dm-verity and fsverity using multibuffer hashing --- 2024-10-01 Eric Biggers New
[v7,4/7] crypto: arm64/sha256-ce - add support for finup_mb Optimize dm-verity and fsverity using multibuffer hashing --- 2024-10-01 Eric Biggers New
[v7,3/7] crypto: x86/sha256-ni - add support for finup_mb Optimize dm-verity and fsverity using multibuffer hashing --- 2024-10-01 Eric Biggers New
[v7,2/7] crypto: testmgr - add tests for finup_mb Optimize dm-verity and fsverity using multibuffer hashing --- 2024-10-01 Eric Biggers New
[v7,1/7] crypto: shash - add support for finup_mb Optimize dm-verity and fsverity using multibuffer hashing --- 2024-10-01 Eric Biggers New
crypto: x86/aesni - update docs for aesni-intel module crypto: x86/aesni - update docs for aesni-intel module --- 2024-08-27 Eric Biggers New
crypto: arm/aes-neonbs - go back to using aes-arm directly crypto: arm/aes-neonbs - go back to using aes-arm directly --- 2024-08-09 Eric Biggers New
crypto: x86/aes-gcm - fix PREEMPT_RT issue in gcm_crypt() crypto: x86/aes-gcm - fix PREEMPT_RT issue in gcm_crypt() --- 2024-08-05 Eric Biggers New
crypto: testmgr - generate power-of-2 lengths more often crypto: testmgr - generate power-of-2 lengths more often --- 2024-07-03 Eric Biggers New
[v6,13/15] dm-verity: hash blocks with shash import+finup when possible Optimize dm-verity and fsverity using multibuffer hashing --- 2024-06-21 Eric Biggers New
[v6,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-21 Eric Biggers New
[v6,10/15] dm-verity: provide dma_alignment limit in io_hints Optimize dm-verity and fsverity using multibuffer hashing --- 2024-06-21 Eric Biggers New
[v6,09/15] dm-verity: make real_digest and want_digest fixed-length Optimize dm-verity and fsverity using multibuffer hashing --- 2024-06-21 Eric Biggers New
[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
[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,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
KEYS: asymmetric: Add missing dependency on CRYPTO_SIG KEYS: asymmetric: Add missing dependency on CRYPTO_SIG --- 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,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
« 1 2 3 »