Show patches with: Submitter = Eric Biggers       |    State = Action Required       |    Archived = No       |   360 patches
« 1 2 3 4 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[01/13] crypto/crc32: register only one shash_alg lib/crc: improve how arch-optimized code is integrated - - - - --- 2025-06-01 Eric Biggers New
[01/13] crypto: sha256 - support arch-optimized lib and expose through shash Architecture-optimized SHA-256 library API - - - - --- 2025-04-26 Eric Biggers New
[01/15] crypto: arm - remove CRYPTO dependency of library functions Finish disentangling ChaCha, Poly1305, and BLAKE2s from CRYPTO - - - - --- 2025-04-17 Eric Biggers New
[01/15] lib/crc32: drop leading underscores from __crc32c_le_base Wire up CRC32 library functions to arch-optimized code - - - - --- 2024-10-21 Eric Biggers New
[01/16] crypto: sha512 - rename conflicting symbols SHA-512 library functions - - - - --- 2025-06-11 Eric Biggers New
[01/18] libceph: Rename hmac_sha256() to ceph_hmac_sha256() SHA-256 library improvements - - - - --- 2025-06-25 Eric Biggers New
[01/26] crypto: x86/sha1 - Rename conflicting symbol SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[01/36] crypto: powerpc/aes - Rename struct aes_key AES library improvements - - - - --- 2026-01-05 Eric Biggers New
[02/13] crypto/crc32c: register only one shash_alg lib/crc: improve how arch-optimized code is integrated - - - - --- 2025-06-01 Eric Biggers New
[02/13] crypto: arm/sha256 - implement library instead of shash Architecture-optimized SHA-256 library API - - 1 - --- 2025-04-26 Eric Biggers New
[02/15] crypto: arm64 - drop redundant dependencies on ARM64 Finish disentangling ChaCha, Poly1305, and BLAKE2s from CRYPTO - - - - --- 2025-04-17 Eric Biggers New
[02/15] lib/crc32: improve support for arch-specific overrides Wire up CRC32 library functions to arch-optimized code - - - - --- 2024-10-21 Eric Biggers New
[02/16] lib/crypto/sha512: add support for SHA-384 and SHA-512 SHA-512 library functions - - - - --- 2025-06-11 Eric Biggers New
[02/18] cxl/test: Simplify fw_buf_checksum_show() SHA-256 library improvements - - - - --- 2025-06-25 Eric Biggers New
[02/26] lib/crypto: sha1: Rename sha1_init() to sha1_init_raw() SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[02/36] lib/crypto: aes: Introduce improved AES library AES library improvements - - - - --- 2026-01-05 Eric Biggers New
[03/13] crypto: arm64/sha256 - remove obsolete chunking logic Architecture-optimized SHA-256 library API - - 1 - --- 2025-04-26 Eric Biggers New
[03/13] lib/crc: move files into lib/crc/ lib/crc: improve how arch-optimized code is integrated - - - - --- 2025-06-01 Eric Biggers New
[03/15] arm/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code - - - - --- 2024-10-21 Eric Biggers New
[03/15] crypto: arm64 - remove CRYPTO dependency of library functions Finish disentangling ChaCha, Poly1305, and BLAKE2s from CRYPTO - - - - --- 2025-04-17 Eric Biggers New
[03/16] lib/crypto/sha512: add HMAC-SHA384 and HMAC-SHA512 support SHA-512 library functions - - - - --- 2025-06-11 Eric Biggers New
[03/18] crypto: sha512 - Use the correct legacy export format SHA-256 library improvements - 1 - - --- 2025-06-25 Eric Biggers New
[03/26] lib/crypto: sha1: Add SHA-1 library functions SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[03/36] crypto: arm/aes-neonbs - Use AES library for single blocks AES library improvements - - - - --- 2026-01-05 Eric Biggers New
[04/13] crypto: arm64/sha256 - implement library instead of shash Architecture-optimized SHA-256 library API - - 1 - --- 2025-04-26 Eric Biggers New
[04/13] lib/crc: prepare for arch-optimized code in subdirs of lib/crc/ lib/crc: improve how arch-optimized code is integrated - - - - --- 2025-06-01 Eric Biggers New
[04/15] crypto: loongarch - source arch/loongarch/crypto/Kconfig without CRYPTO Finish disentangling ChaCha, Poly1305, and BLAKE2s from CRYPTO - - - - --- 2025-04-17 Eric Biggers New
[04/15] loongarch/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code - - - - --- 2024-10-21 Eric Biggers New
[04/16] lib/crypto/sha512: add KUnit tests for SHA-384 and SHA-512 SHA-512 library functions - - - - --- 2025-06-11 Eric Biggers New
[04/18] lib/crypto: sha512: Reorder some code in sha512.c SHA-256 library improvements - - - - --- 2025-06-25 Eric Biggers New
[04/26] lib/crypto: sha1: Add HMAC support SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[04/36] crypto: arm/aes - Switch to aes_enc_tab[] and aes_dec_tab[] AES library improvements - - - - --- 2026-01-05 Eric Biggers New
[05/13] crypto: mips/sha256 - implement library instead of shash Architecture-optimized SHA-256 library API - - - - --- 2025-04-26 Eric Biggers New
[05/13] lib/crc/arm: migrate arm-optimized CRC code into lib/crc/ lib/crc: improve how arch-optimized code is integrated - - - - --- 2025-06-01 Eric Biggers New
[05/15] crypto: mips - remove CRYPTO dependency of library functions Finish disentangling ChaCha, Poly1305, and BLAKE2s from CRYPTO - - - - --- 2025-04-17 Eric Biggers New
[05/15] mips/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code - - - - --- 2024-10-21 Eric Biggers New
[05/16] lib/crypto/sha256: add KUnit tests for SHA-224 and SHA-256 SHA-512 library functions - - - - --- 2025-06-11 Eric Biggers New
[05/18] lib/crypto: sha512: Do not include <crypto/internal/sha2.h> SHA-256 library improvements - - - - --- 2025-06-25 Eric Biggers New
[05/26] crypto: sha1 - Wrap library and add HMAC support SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[05/36] crypto: arm64/aes - Switch to aes_enc_tab[] and aes_dec_tab[] AES library improvements - - - - --- 2026-01-05 Eric Biggers New
[06/13] crypto: powerpc/sha256 - implement library instead of shash Architecture-optimized SHA-256 library API - - - - --- 2025-04-26 Eric Biggers New
[06/13] lib/crc/arm64: migrate arm64-optimized CRC code into lib/crc/ lib/crc: improve how arch-optimized code is integrated - - - - --- 2025-06-01 Eric Biggers New
[06/15] crypto: powerpc - drop redundant dependencies on PPC Finish disentangling ChaCha, Poly1305, and BLAKE2s from CRYPTO - - - - --- 2025-04-17 Eric Biggers New
[06/15] powerpc/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code - - - - --- 2024-10-21 Eric Biggers New
[06/16] crypto: riscv/sha512 - stop depending on sha512_generic_block_fn SHA-512 library functions - - - - --- 2025-06-11 Eric Biggers New
[06/18] lib/crypto: sha512: Fix a grammatical error in kerneldoc comments SHA-256 library improvements - - - - --- 2025-06-25 Eric Biggers New
[06/26] crypto: sha1 - Use same state format as legacy drivers SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[06/36] crypto: arm64/aes - Select CRYPTO_LIB_SHA256 from correct places AES library improvements - 1 - - --- 2026-01-05 Eric Biggers New
[07/13] crypto: riscv/sha256 - implement library instead of shash Architecture-optimized SHA-256 library API - - - - --- 2025-04-26 Eric Biggers New
[07/13] lib/crc/loongarch: migrate loongarch-optimized CRC code into lib/crc/ lib/crc: improve how arch-optimized code is integrated - - - - --- 2025-06-01 Eric Biggers New
[07/15] crypto: powerpc - remove CRYPTO dependency of library functions Finish disentangling ChaCha, Poly1305, and BLAKE2s from CRYPTO - - - - --- 2025-04-17 Eric Biggers New
[07/15] s390/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code - - - - --- 2024-10-21 Eric Biggers New
[07/16] crypto: sha512 - replace sha512_generic with wrapper around SHA-512 library SHA-512 library functions - - - - --- 2025-06-11 Eric Biggers New
[07/18] lib/crypto: sha256: Reorder some code SHA-256 library improvements - - - - --- 2025-06-25 Eric Biggers New
[07/26] lib/crypto: arm/sha1: Migrate optimized code into library SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[07/36] crypto: aegis - Switch from crypto_ft_tab[] to aes_enc_tab[] AES library improvements - - - - --- 2026-01-05 Eric Biggers New
[08/13] crypto: s390/sha256 - implement library instead of shash Architecture-optimized SHA-256 library API - - - - --- 2025-04-26 Eric Biggers New
[08/13] lib/crc/mips: migrate mips-optimized CRC code into lib/crc/ lib/crc: improve how arch-optimized code is integrated - - - - --- 2025-06-01 Eric Biggers New
[08/15] crypto: riscv - remove CRYPTO dependency of library functions Finish disentangling ChaCha, Poly1305, and BLAKE2s from CRYPTO 1 - - - --- 2025-04-17 Eric Biggers New
[08/15] sparc/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code - - - - --- 2024-10-21 Eric Biggers New
[08/16] lib/crypto/sha512: migrate arm-optimized SHA-512 code to library SHA-512 library functions - - - - --- 2025-06-11 Eric Biggers New
[08/18] lib/crypto: sha256: Remove sha256_blocks_simd() SHA-256 library improvements - - - - --- 2025-06-25 Eric Biggers New
[08/26] lib/crypto: arm64/sha1: Migrate optimized code into library SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[08/36] crypto: aes - Remove aes-fixed-time / CONFIG_CRYPTO_AES_TI AES library improvements - - - - --- 2026-01-05 Eric Biggers New
[09/13] crypto: sparc - move opcodes.h into asm directory Architecture-optimized SHA-256 library API - - - - --- 2025-04-26 Eric Biggers New
[09/13] lib/crc/powerpc: migrate powerpc-optimized CRC code into lib/crc/ lib/crc: improve how arch-optimized code is integrated - - - - --- 2025-06-01 Eric Biggers New
[09/15] crypto: s390 - drop redundant dependencies on S390 Finish disentangling ChaCha, Poly1305, and BLAKE2s from CRYPTO - - - - --- 2025-04-17 Eric Biggers New
[09/15] x86/crc32: update prototype for crc_pcl() Wire up CRC32 library functions to arch-optimized code - - - - --- 2024-10-21 Eric Biggers New
[09/16] lib/crypto/sha512: migrate arm64-optimized SHA-512 code to library SHA-512 library functions - - - - --- 2025-06-11 Eric Biggers New
[09/18] lib/crypto: sha256: Add sha224() and sha224_update() SHA-256 library improvements - - - - --- 2025-06-25 Eric Biggers New
[09/26] lib/crypto: mips/sha1: Migrate optimized code into library SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[09/36] crypto: aes - Replace aes-generic with wrapper around lib AES library improvements - - - - --- 2026-01-05 Eric Biggers New
[1/2] crypto: drivers - remove Niagara2 SPU driver crypto: remove physical address support in skcipher_walk - - - - --- 2024-12-07 Eric Biggers New
[1/3] crypto: s390 - Remove des and des3_ede code crypto: Remove arch-optimized des and des3_ede code - - 2 - --- 2026-03-26 Eric Biggers New
[1/7] arm/crc: drop "glue" from filenames lib/crc: drop "glue" from filenames - - - - --- 2025-04-24 Eric Biggers New
[1/7] mips: cavium-octeon: Remove Octeon optimized MD5 code MD5 library functions - - - - --- 2025-08-03 Eric Biggers New
[1/9] lib/crypto/arm: move arch/arm/lib/crypto/ to lib/crypto/arm/ lib/crypto: move arch/$(ARCH)/lib/crypto/ to lib/crypto/$(ARCH)/ - - - - --- 2025-06-17 Eric Biggers New
[10/13] crypto: sparc/sha256 - implement library instead of shash Architecture-optimized SHA-256 library API - - - - --- 2025-04-26 Eric Biggers New
[10/13] lib/crc/riscv: migrate riscv-optimized CRC code into lib/crc/ lib/crc: improve how arch-optimized code is integrated - - - - --- 2025-06-01 Eric Biggers New
[10/15] crypto: s390 - remove CRYPTO dependency of library functions Finish disentangling ChaCha, Poly1305, and BLAKE2s from CRYPTO - - - - --- 2025-04-17 Eric Biggers New
[10/15] x86/crc32: update prototype for crc32_pclmul_le_16() Wire up CRC32 library functions to arch-optimized code - - - - --- 2024-10-21 Eric Biggers New
[10/16] mips: cavium-octeon: move octeon-crypto.h into asm directory SHA-512 library functions - - - - --- 2025-06-11 Eric Biggers New
[10/18] lib/crypto: sha256: Make library API use strongly-typed contexts SHA-256 library improvements - - - - --- 2025-06-25 Eric Biggers New
[10/26] lib/crypto: powerpc/sha1: Migrate optimized code into library SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[10/36] lib/crypto: arm/aes: Migrate optimized code into library AES library improvements - - - - --- 2026-01-05 Eric Biggers New
[11/13] crypto: x86/sha256 - implement library instead of shash Architecture-optimized SHA-256 library API - - - - --- 2025-04-26 Eric Biggers New
[11/13] lib/crc/s390: migrate s390-optimized CRC code into lib/s390/ lib/crc: improve how arch-optimized code is integrated - - - - --- 2025-06-01 Eric Biggers New
[11/15] crypto: sparc - source arch/sparc/crypto/Kconfig without CRYPTO Finish disentangling ChaCha, Poly1305, and BLAKE2s from CRYPTO - - - - --- 2025-04-17 Eric Biggers New
[11/15] x86/crc32: expose CRC32 functions through lib Wire up CRC32 library functions to arch-optimized code - - - - --- 2024-10-21 Eric Biggers New
[11/16] lib/crypto/sha512: migrate mips-optimized SHA-512 code to library SHA-512 library functions - - - - --- 2025-06-11 Eric Biggers New
[11/18] lib/crypto: sha256: Propagate sha256_block_state type to implementations SHA-256 library improvements - - - - --- 2025-06-25 Eric Biggers New
[11/26] lib/crypto: s390/sha1: Migrate optimized code into library SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[11/36] lib/crypto: arm64/aes: Migrate optimized code into library AES library improvements - - - - --- 2026-01-05 Eric Biggers New
[12/13] crypto: sha256 - remove sha256_base.h Architecture-optimized SHA-256 library API - - - - --- 2025-04-26 Eric Biggers New
[12/13] lib/crc/sparc: migrate sparc-optimized CRC code into lib/crc/ lib/crc: improve how arch-optimized code is integrated - - - - --- 2025-06-01 Eric Biggers New
[12/15] crypto: x86 - drop redundant dependencies on X86 Finish disentangling ChaCha, Poly1305, and BLAKE2s from CRYPTO - - - - --- 2025-04-17 Eric Biggers New
[12/15] lib/crc32: make crc32c() go directly to lib Wire up CRC32 library functions to arch-optimized code - - - - --- 2024-10-21 Eric Biggers New
[12/16] lib/crypto/sha512: migrate riscv-optimized SHA-512 code to library SHA-512 library functions - - - - --- 2025-06-11 Eric Biggers New
[12/18] lib/crypto: sha256: Add HMAC-SHA224 and HMAC-SHA256 support SHA-256 library improvements - - - - --- 2025-06-25 Eric Biggers New
[12/26] lib/crypto: sparc/sha1: Migrate optimized code into library SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
« 1 2 3 4 »