Toggle navigation
Patchwork
linux-crypto
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Submitter =
Eric Biggers
| State =
Action Required
| Archived =
No
| 352 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
»
Patch
Series
S/W/F
Date
Submitter
Delegate
State
[29/29] crypto: scatterwalk - don't split at page boundaries when !HIGHMEM
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[28/29] crypto: scatterwalk - remove obsolete functions
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[27/29] crypto: skcipher - use the new scatterwalk functions
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[26/29] net/tls: use the new scatterwalk functions
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[25/29] crypto: x86/aegis - use the new scatterwalk functions
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[24/29] crypto: x86/aes-gcm - use the new scatterwalk functions
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[23/29] crypto: stm32 - use the new scatterwalk functions
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[22/29] crypto: s5p-sss - use the new scatterwalk functions
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[21/29] crypto: s390/aes-gcm - use the new scatterwalk functions
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[20/29] crypto: nx - use the new scatterwalk functions
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[19/29] crypto: keywrap - use the new scatterwalk functions
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[18/29] crypto: arm64 - use the new scatterwalk functions
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[17/29] crypto: arm/ghash - use the new scatterwalk functions
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[16/29] crypto: aegis - use the new scatterwalk functions
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[15/29] crypto: skcipher - use scatterwalk_start_at_pos()
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[14/29] crypto: scatterwalk - add new functions for copying data
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[13/29] crypto: scatterwalk - add new functions for iterating through data
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[12/29] crypto: scatterwalk - add new functions for skipping data
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[11/29] crypto: scatterwalk - move to next sg entry just in time
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[10/29] crypto: powerpc/p10-aes-gcm - simplify handling of linear associated data
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[09/29] crypto: omap - switch from scatter_walk to plain offset
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[08/29] crypto: skcipher - call cond_resched() directly
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[07/29] crypto: skcipher - optimize initializing skcipher_walk fields
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[06/29] crypto: skcipher - clean up initialization of skcipher_walk::flags
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[05/29] crypto: skcipher - fold skcipher_walk_skcipher() into skcipher_walk_virt()
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[04/29] crypto: skcipher - remove redundant check for SKCIPHER_WALK_SLOW
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[03/29] crypto: skcipher - remove redundant clamping to page size
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[02/29] crypto: skcipher - remove unnecessary page alignment of bounce buffer
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[01/29] crypto: skcipher - document skcipher_walk_done() and rename some vars
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[v2,8/8] crypto: x86/aes-xts - additional optimizations
crypto: x86 - minor optimizations and cleanup to VAES code
-
-
-
2024-12-12
Eric Biggers
New
[v2,7/8] crypto: x86/aes-xts - more code size optimizations
crypto: x86 - minor optimizations and cleanup to VAES code
-
-
-
2024-12-12
Eric Biggers
New
[v2,6/8] crypto: x86/aes-xts - change len parameter to int
crypto: x86 - minor optimizations and cleanup to VAES code
-
-
-
2024-12-12
Eric Biggers
New
[v2,5/8] crypto: x86/aes-xts - improve some comments
crypto: x86 - minor optimizations and cleanup to VAES code
-
-
-
2024-12-12
Eric Biggers
New
[v2,4/8] crypto: x86/aes-xts - make the register aliases per-function
crypto: x86 - minor optimizations and cleanup to VAES code
-
-
-
2024-12-12
Eric Biggers
New
[v2,3/8] crypto: x86/aes-xts - use .irp when useful
crypto: x86 - minor optimizations and cleanup to VAES code
-
-
-
2024-12-12
Eric Biggers
New
[v2,2/8] crypto: x86/aes-gcm - tune better for AMD CPUs
crypto: x86 - minor optimizations and cleanup to VAES code
-
-
-
2024-12-12
Eric Biggers
New
[v2,1/8] crypto: x86/aes-gcm - code size optimization
crypto: x86 - minor optimizations and cleanup to VAES code
-
-
-
2024-12-12
Eric Biggers
New
[5/7] crypto: x86/aes-xts - improve some comments
crypto: x86 - minor optimizations and cleanup to VAES code
-
-
-
2024-12-10
Eric Biggers
New
[4/7] crypto: x86/aes-xts - make the register aliases per-function
crypto: x86 - minor optimizations and cleanup to VAES code
-
-
-
2024-12-10
Eric Biggers
New
[3/7] crypto: x86/aes-xts - use .irp when useful
crypto: x86 - minor optimizations and cleanup to VAES code
-
-
-
2024-12-10
Eric Biggers
New
[8/8] crypto: keywrap - remove assignment of 0 to cra_alignmask
crypto: more alignmask cleanups
-
-
-
2024-12-07
Eric Biggers
New
[7/8] crypto: aegis - remove assignments of 0 to cra_alignmask
crypto: more alignmask cleanups
-
-
-
2024-12-07
Eric Biggers
New
[6/8] crypto: x86 - remove assignments of 0 to cra_alignmask
crypto: more alignmask cleanups
-
-
-
2024-12-07
Eric Biggers
New
[5/8] crypto: seed - stop using cra_alignmask
crypto: more alignmask cleanups
-
-
-
2024-12-07
Eric Biggers
New
[4/8] crypto: khazad - stop using cra_alignmask
crypto: more alignmask cleanups
-
-
-
2024-12-07
Eric Biggers
New
[3/8] crypto: tea - stop using cra_alignmask
crypto: more alignmask cleanups
-
-
-
2024-12-07
Eric Biggers
New
[2/8] crypto: aria - stop using cra_alignmask
crypto: more alignmask cleanups
-
-
-
2024-12-07
Eric Biggers
New
[1/8] crypto: anubis - stop using cra_alignmask
crypto: more alignmask cleanups
-
-
-
2024-12-07
Eric Biggers
New
[2/2] crypto: skcipher - remove support for physical address walks
crypto: remove physical address support in skcipher_walk
-
-
-
2024-12-07
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
crypto: qce - fix priority to be less than ARMv8 CE
crypto: qce - fix priority to be less than ARMv8 CE
-
-
-
2024-12-03
Eric Biggers
New
[v2,12/12] MAINTAINERS: add entry for CRC library
Wire up CRC-T10DIF library functions to arch-optimized code
-
-
-
2024-12-02
Eric Biggers
New
[v2,11/12] powerpc/crc: delete obsolete crc-vpmsum_test.c
Wire up CRC-T10DIF library functions to arch-optimized code
-
-
-
2024-12-02
Eric Biggers
New
[v2,10/12] lib/crc32test: delete obsolete crc32test.c
Wire up CRC-T10DIF library functions to arch-optimized code
-
-
-
2024-12-02
Eric Biggers
New
[v2,09/12] lib/crc16_kunit: delete obsolete crc16_kunit.c
Wire up CRC-T10DIF library functions to arch-optimized code
-
-
-
2024-12-02
Eric Biggers
New
[v2,08/12] lib/crc_kunit.c: add KUnit test suite for CRC library functions
Wire up CRC-T10DIF library functions to arch-optimized code
-
-
-
2024-12-02
Eric Biggers
New
[v2,07/12] powerpc/crc-t10dif: expose CRC-T10DIF function through lib
Wire up CRC-T10DIF library functions to arch-optimized code
-
-
-
2024-12-02
Eric Biggers
New
[v2,06/12] arm64/crc-t10dif: expose CRC-T10DIF function through lib
Wire up CRC-T10DIF library functions to arch-optimized code
-
-
-
2024-12-02
Eric Biggers
New
[v2,05/12] arm/crc-t10dif: expose CRC-T10DIF function through lib
Wire up CRC-T10DIF library functions to arch-optimized code
-
-
-
2024-12-02
Eric Biggers
New
[v2,04/12] x86/crc-t10dif: expose CRC-T10DIF function through lib
Wire up CRC-T10DIF library functions to arch-optimized code
-
-
-
2024-12-02
Eric Biggers
New
[v2,03/12] crypto: crct10dif - expose arch-optimized lib function
Wire up CRC-T10DIF library functions to arch-optimized code
-
-
-
2024-12-02
Eric Biggers
New
[v2,02/12] lib/crc-t10dif: add support for arch overrides
Wire up CRC-T10DIF library functions to arch-optimized code
-
-
-
2024-12-02
Eric Biggers
New
[v2,01/12] lib/crc-t10dif: stop wrapping the crypto API
Wire up CRC-T10DIF library functions to arch-optimized code
-
-
-
2024-12-02
Eric Biggers
New
[v4,19/19] scsi: target: iscsi: switch to using the crc32c library
Wire up CRC32 library functions to arch-optimized code
-
-
-
2024-12-02
Eric Biggers
New
[v4,18/19] f2fs: switch to using the crc32 library
Wire up CRC32 library functions to arch-optimized code
-
-
-
2024-12-02
Eric Biggers
New
[v4,17/19] jbd2: switch to using the crc32c library
Wire up CRC32 library functions to arch-optimized code
-
-
-
2024-12-02
Eric Biggers
New
[v4,16/19] ext4: switch to using the crc32c library
Wire up CRC32 library functions to arch-optimized code
-
-
-
2024-12-02
Eric Biggers
New
[v4,15/19] lib/crc32: make crc32c() go directly to lib
Wire up CRC32 library functions to arch-optimized code
-
-
-
2024-12-02
Eric Biggers
New
[v4,14/19] bcachefs: Explicitly select CRYPTO from BCACHEFS_FS
Wire up CRC32 library functions to arch-optimized code
-
-
-
2024-12-02
Eric Biggers
New
[v4,13/19] x86/crc32: expose CRC32 functions through lib
Wire up CRC32 library functions to arch-optimized code
-
-
-
2024-12-02
Eric Biggers
New
[v4,12/19] x86/crc32: update prototype for crc32_pclmul_le_16()
Wire up CRC32 library functions to arch-optimized code
-
-
-
2024-12-02
Eric Biggers
New
[v4,11/19] x86/crc32: update prototype for crc_pcl()
Wire up CRC32 library functions to arch-optimized code
-
-
-
2024-12-02
Eric Biggers
New
[v4,10/19] sparc/crc32: expose CRC32 functions through lib
Wire up CRC32 library functions to arch-optimized code
-
-
-
2024-12-02
Eric Biggers
New
[v4,09/19] s390/crc32: expose CRC32 functions through lib
Wire up CRC32 library functions to arch-optimized code
-
-
-
2024-12-02
Eric Biggers
New
[v4,08/19] powerpc/crc32: expose CRC32 functions through lib
Wire up CRC32 library functions to arch-optimized code
-
-
-
2024-12-02
Eric Biggers
New
[v4,07/19] mips/crc32: expose CRC32 functions through lib
Wire up CRC32 library functions to arch-optimized code
-
-
-
2024-12-02
Eric Biggers
New
[v4,06/19] loongarch/crc32: expose CRC32 functions through lib
Wire up CRC32 library functions to arch-optimized code
-
-
-
2024-12-02
Eric Biggers
New
[v4,05/19] arm/crc32: expose CRC32 functions through lib
Wire up CRC32 library functions to arch-optimized code
-
-
-
2024-12-02
Eric Biggers
New
[v4,04/19] crypto: crc32 - don't unnecessarily register arch algorithms
Wire up CRC32 library functions to arch-optimized code
-
-
-
2024-12-02
Eric Biggers
New
[v4,03/19] lib/crc32: expose whether the lib is really optimized at runtime
Wire up CRC32 library functions to arch-optimized code
-
-
-
2024-12-02
Eric Biggers
New
[v4,02/19] lib/crc32: improve support for arch-specific overrides
Wire up CRC32 library functions to arch-optimized code
-
-
-
2024-12-02
Eric Biggers
New
[v4,01/19] lib/crc32: drop leading underscores from __crc32c_le_base
Wire up CRC32 library functions to arch-optimized code
-
-
-
2024-12-02
Eric Biggers
New
[6/6] x86/crc32: implement crc32_be using new template
x86: new optimized CRC functions, with VPCLMULQDQ support
-
-
-
2024-11-25
Eric Biggers
New
[5/6] x86/crc-t10dif: implement crc_t10dif using new template
x86: new optimized CRC functions, with VPCLMULQDQ support
-
-
-
2024-11-25
Eric Biggers
New
[4/6] x86/crc32: implement crc32_le using new template
x86: new optimized CRC functions, with VPCLMULQDQ support
-
-
-
2024-11-25
Eric Biggers
New
[3/6] x86/crc: add "template" for [V]PCLMULQDQ based CRC functions
x86: new optimized CRC functions, with VPCLMULQDQ support
-
-
-
2024-11-25
Eric Biggers
New
[2/6] scripts/crc: add gen-crc-consts.py
x86: new optimized CRC functions, with VPCLMULQDQ support
-
-
-
2024-11-25
Eric Biggers
New
[1/6] x86: move zmm exclusion list into CPU feature flag
x86: new optimized CRC functions, with VPCLMULQDQ support
-
-
-
2024-11-25
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
[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
«
1
2
3
4
»