Toggle navigation
Patchwork
linux-crypto
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: State =
Action Required
| 4751 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
…
47
48
»
Patch
Series
S/W/F
Date
Submitter
Delegate
State
[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
dt-bindings: Drop Bhupesh Sharma from maintainers
dt-bindings: Drop Bhupesh Sharma from maintainers
-
-
-
2024-11-30
Krzysztof Kozlowski
New
[v6,2/2] s390/crypto: New s390 specific protected key hash phmac
New s390 specific protected key hmac
-
-
-
2024-11-29
Harald Freudenberger
New
crypto: sig - Set maskset to CRYPTO_ALG_TYPE_MASK
crypto: sig - Set maskset to CRYPTO_ALG_TYPE_MASK
-
-
-
2024-11-29
Herbert Xu
New
[crypto-2.6] crypto: rsassa-pkcs1 - Avoid pointing to rodata in scatterlists
[crypto-2.6] crypto: rsassa-pkcs1 - Avoid pointing to rodata in scatterlists
-
-
-
2024-11-29
Lukas Wunner
New
MAINTAINERS: Move rhashtable over to linux-crypto
MAINTAINERS: Move rhashtable over to linux-crypto
-
-
-
2024-11-29
Herbert Xu
New
hwrng: cctrng: Add cancel_work_sync before module remove
hwrng: cctrng: Add cancel_work_sync before module remove
-
-
-
2024-11-28
Pei Xiao
New
x86/aesni: fix uninit value for skcipher_walk
x86/aesni: fix uninit value for skcipher_walk
-
-
-
2024-11-27
Ragavendra
New
[v2] crypto: caam - use JobR's space to access page 0 regs
[v2] crypto: caam - use JobR's space to access page 0 regs
-
-
-
2024-11-26
Gaurav Jain
New
[V2,2/2] arm64: dts: qcom: qcs8300: add QCrypto nodes
Add QCrypto support for QCS8300
-
-
-
2024-11-25
Yuvaraj Ranganathan
New
[V2,1/2] dt-bindings: crypto: qcom-qce: document the QCS8300 crypto engine
Add QCrypto support for QCS8300
-
-
-
2024-11-25
Yuvaraj Ranganathan
New
[V5,2/2] arm64: dts: qcom: qcs8300: add TRNG node
Enable TRNG for QCS8300
-
-
-
2024-11-25
Yuvaraj Ranganathan
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
[for-next/fixes] arm64/mm: Fix false-positive !virt_addr_valid() for kernel image
[for-next/fixes] arm64/mm: Fix false-positive !virt_addr_valid() for kernel image
-
-
-
2024-11-24
Lukas Wunner
New
[2/2] padata: fix UAF in padata_reorder
padata: fix UAF in padata_reorder
-
-
-
2024-11-23
Chen Ridong
New
[1/2] padata: add pd get/put refcnt helper
padata: fix UAF in padata_reorder
-
-
-
2024-11-23
Chen Ridong
New
[v4,10/10] mm: zswap: Compress batching with Intel IAA in zswap_batch_store() of large folios.
zswap IAA compress batching
-
-
-
2024-11-23
Kanchana P Sridhar
New
[v4,03/10] crypto: iaa - Implement batch_compress(), batch_decompress() API in iaa_crypto.
zswap IAA compress batching
-
-
-
2024-11-23
Kanchana P Sridhar
New
[v4,01/10] crypto: acomp - Define two new interfaces for compress/decompress batching.
zswap IAA compress batching
-
-
-
2024-11-23
Kanchana P Sridhar
New
[v5,3/3] s390/crypto: New s390 specific protected key hash phmac
New s390 specific protected key hmac
-
-
-
2024-11-22
Harald Freudenberger
New
[v5,1/3] crypto: api - Adjust HASH_MAX_DESCSIZE for s390-phmac context
New s390 specific protected key hmac
-
-
-
2024-11-22
Harald Freudenberger
New
[V2,2/2] arm64: dts: qcom: qcs8300: enable the inline crypto engine
Enable Inline crypto engine for QCS8300
-
-
-
2024-11-22
Yuvaraj Ranganathan
New
[V2,1/2] dt-bindings: crypto: ice: document the qcs8300 inline crypto engine
Enable Inline crypto engine for QCS8300
-
-
-
2024-11-22
Yuvaraj Ranganathan
New
[V4,1/2] dt-bindings: crypto: qcom,prng: document QCS8300
Enable TRNG for QCS8300
-
-
-
2024-11-22
Yuvaraj Ranganathan
New
[v4,3/3] s390/crypto: New s390 specific shash phmac
New s390 specific protected key hmac
-
-
-
2024-11-15
Harald Freudenberger
New
[GIT,PULL] Crypto Fixes for 6.12
[GIT,PULL] Crypto Fixes for 6.12
-
-
-
2024-11-15
Herbert Xu
New
[2/2] crypto: hisilicon/zip - support new error report
crypto: hisilicon - add data aggregation feature
-
-
-
2024-11-15
Weili Qian
New
[1/2] crypto: hisilicon/zip - add data aggregation feature
crypto: hisilicon - add data aggregation feature
-
-
-
2024-11-15
Weili Qian
New
[2/2] crypto: api - Call crypto_schedule_test outside of mutex
[1/2] crypto: api - Fix boot-up self-test race
-
-
-
2024-11-15
Herbert Xu
New
[1/2] crypto: api - Fix boot-up self-test race
[1/2] crypto: api - Fix boot-up self-test race
-
-
-
2024-11-15
Herbert Xu
New
[v2] riscv: Optimize crct10dif with zbc extension
[v2] riscv: Optimize crct10dif with zbc extension
-
-
-
2024-11-14
Zhihang Shao
New
dt-bindings: Unify "fsl,liodn" type definitions
dt-bindings: Unify "fsl,liodn" type definitions
-
-
-
2024-11-13
Rob Herring (Arm)
New
[1/2] lib/crct10diftest.c add selftests for crct10dif
RISC-V CRC-T10DIF optimization with zbc extension and CRC-T10DIF selftest
-
-
-
2024-11-13
Zhihang Shao
New
[v6,6/8] crypto: ccp: Add DOWNLOAD_FIRMWARE_EX support
Untitled series #255198
-
-
-
2024-11-12
Dionna Amalie Glaze
New
[v6,5/8] crypto: ccp: Add GCTX API to track ASID assignment
Untitled series #255198
-
-
-
2024-11-12
Dionna Amalie Glaze
New
[v6,4/8] crypto: ccp: Fix uapi definitions of PSP errors
Untitled series #255198
-
-
-
2024-11-12
Dionna Amalie Glaze
New
[v2] crypto: tegra - do not transfer req when tegra init fails
[v2] crypto: tegra - do not transfer req when tegra init fails
-
-
-
2024-11-11
Chen Ridong
New
crypto: ccp: Use scoped guard for mutex
crypto: ccp: Use scoped guard for mutex
-
-
-
2024-11-09
Mario Limonciello
New
[v10,20/22] arm64: dts: amlogic: s4: add crypto node
Support more Amlogic SoC families in crypto driver
-
-
-
2024-11-08
Alexey Romanov
New
[v10,19/22] arm64: dts: amlogic: a1: add crypto node
Support more Amlogic SoC families in crypto driver
-
-
-
2024-11-08
Alexey Romanov
New
[v5,08/10] KVM: SVM: move sev_issue_cmd_external_user to new API
Untitled series #254852
-
-
-
2024-11-07
Dionna Amalie Glaze
New
[v5,07/10] crypto: ccp: Add preferred access checking method
Untitled series #254852
-
-
-
2024-11-07
Dionna Amalie Glaze
New
[v5,06/10] crypto: ccp: Add DOWNLOAD_FIRMWARE_EX support
Untitled series #254852
-
-
-
2024-11-07
Dionna Amalie Glaze
New
[v5,05/10] crypto: ccp: Add GCTX API to track ASID assignment
Untitled series #254852
-
-
-
2024-11-07
Dionna Amalie Glaze
New
crypto: tegra - do not transfer req when tegra_sha_init returns an error
crypto: tegra - do not transfer req when tegra_sha_init returns an error
-
-
-
2024-11-07
Chen Ridong
New
crypto: tegra - do not transfer req when tegra_cmac_init returns an error
crypto: tegra - do not transfer req when tegra_cmac_init returns an error
-
-
-
2024-11-07
Chen Ridong
New
[v3,13/13] mm: zswap: Compress batching with Intel IAA in zswap_store() of large folios.
zswap IAA compress batching
-
-
-
2024-11-06
Kanchana P Sridhar
New
[v3,12/13] mm: Add sysctl vm.compress-batching switch for compress batching during swapout.
zswap IAA compress batching
-
-
-
2024-11-06
Kanchana P Sridhar
New
[v3,11/13] mm: zswap: Allocate acomp_batch_ctx resources for a given zswap_pool.
zswap IAA compress batching
-
-
-
2024-11-06
Kanchana P Sridhar
New
[v3,10/13] mm: zswap: Add a per-cpu "acomp_batch_ctx" to struct zswap_pool.
zswap IAA compress batching
-
-
-
2024-11-06
Kanchana P Sridhar
New
[v3,09/13] mm: zswap: Modify struct crypto_acomp_ctx to be configurable in nr of acomp_reqs.
zswap IAA compress batching
-
-
-
2024-11-06
Kanchana P Sridhar
New
[v3,08/13] mm: zswap: acomp_ctx mutex lock/unlock optimizations.
zswap IAA compress batching
-
-
-
2024-11-06
Kanchana P Sridhar
New
[v3,07/13] crypto: iaa - Distribute compress jobs to all IAA devices on a NUMA node.
zswap IAA compress batching
-
-
-
2024-11-06
Kanchana P Sridhar
New
[v3,06/13] crypto: iaa - Change cpu-to-iaa mappings to evenly balance cores to IAAs.
zswap IAA compress batching
-
-
-
2024-11-06
Kanchana P Sridhar
New
[v3,01/13] crypto: acomp - Define two new interfaces for compress/decompress batching.
zswap IAA compress batching
-
-
-
2024-11-06
Kanchana P Sridhar
New
[V1,2/2] arm64: dts: qcom: qcs8300: add TRNG node
Enable TRNG for QCS8300
-
-
-
2024-11-06
Yuvaraj Ranganathan
New
hwrng: amd - remove reference to removed PPC_MAPLE config
hwrng: amd - remove reference to removed PPC_MAPLE config
-
-
-
2024-11-06
Lukas Bulwahn
New
[v2,6/6] crypto: arm/crct10dif - Implement plain NEON variant
Clean up and improve ARM/arm64 CRC-T10DIF code
-
-
-
2024-11-05
Ard Biesheuvel
New
[v2,5/6] crypto: arm/crct10dif - Macroify PMULL asm code
Clean up and improve ARM/arm64 CRC-T10DIF code
-
-
-
2024-11-05
Ard Biesheuvel
New
[v2,4/6] crypto: arm/crct10dif - Use existing mov_l macro instead of __adrl
Clean up and improve ARM/arm64 CRC-T10DIF code
-
-
-
2024-11-05
Ard Biesheuvel
New
[v2,3/6] crypto: arm64/crct10dif - Remove remaining 64x64 PMULL fallback code
Clean up and improve ARM/arm64 CRC-T10DIF code
-
-
-
2024-11-05
Ard Biesheuvel
New
[v2,2/6] crypto: arm64/crct10dif - Use faster 16x64 bit polynomial multiply
Clean up and improve ARM/arm64 CRC-T10DIF code
-
-
-
2024-11-05
Ard Biesheuvel
New
[v2,1/6] crypto: arm64/crct10dif - Remove obsolete chunking logic
Clean up and improve ARM/arm64 CRC-T10DIF code
-
-
-
2024-11-05
Ard Biesheuvel
New
[v4,5/6] crypto: ccp: Use firmware_upload API for SNP firmware
Untitled series #254665
-
-
-
2024-11-05
Dionna Amalie Glaze
New
[v4,4/6] crypto: ccp: Add DOWNLOAD_FIRMWARE_EX support
Untitled series #254665
-
-
-
2024-11-05
Dionna Amalie Glaze
New
[v4,3/6] crypto: ccp: Track GCTX through sev commands
Untitled series #254665
-
-
-
2024-11-05
Dionna Amalie Glaze
New
crypto: bcm - add error check in the ahash_hmac_init function
crypto: bcm - add error check in the ahash_hmac_init function
-
-
-
2024-11-04
Chen Ridong
New
crypto: caam - add error check to caam_rsa_set_priv_key_form
crypto: caam - add error check to caam_rsa_set_priv_key_form
-
-
-
2024-11-04
Chen Ridong
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
[RFC,v2,2/2] tpm: show the default locality in sysfs
Untitled series #254571
-
-
-
2024-11-02
Jarkko Sakkinen
New
[v3,2/2] crypto: hisilicon/sec2 - fix for aead invalid authsize
[v3,1/2] crypto: hisilicon/sec2 - fix for aead icv error
-
-
-
2024-11-02
Chenghai Huang
New
[RFC] tpm, tpm_tis: Introduce TPM_IOC_SET_LOCALITY
[RFC] tpm, tpm_tis: Introduce TPM_IOC_SET_LOCALITY
-
-
-
2024-11-02
Jarkko Sakkinen
New
[v2,3/4] crypto: ccp: Add SNP firmware hotload support
Untitled series #254436
-
-
-
2024-11-01
Dionna Amalie Glaze
New
virtio: only reset device and restore status if needed in device resume
virtio: only reset device and restore status if needed in device resume
-
-
-
2024-10-31
Qiang Zhang
New
[2/2] hwrng: bcm74110 - Add Broadcom BCM74110 RNG driver
hwrng: bcm74110 - Add Broadcom BCM74110 RNG driver
-
-
-
2024-10-30
Markus Mayer
New
[v1,2/3] s390/crypto: Add protected key hmac subfunctions for KMAC
New s390 specific protected key hmac
-
-
-
2024-10-30
Harald Freudenberger
New
[v1,1/3] crypto: api - Adjust HASH_MAX_DESCSIZE for phmac context on s390
New s390 specific protected key hmac
-
-
-
2024-10-30
Harald Freudenberger
New
[6/6] crypto: arm/crct10dif - Implement plain NEON variant
Clean up and improve ARM/arm64 CRC-T10DIF code
-
-
-
2024-10-28
Ard Biesheuvel
New
[2/6] crypto: arm64/crct10dif - Use faster 16x64 bit polynomial multiply
Clean up and improve ARM/arm64 CRC-T10DIF code
-
-
-
2024-10-28
Ard Biesheuvel
New
[6/6] crypto: x86/sha2 - Restore multibuffer AVX2 support
Multibuffer hashing take two
-
-
-
2024-10-27
Herbert Xu
New
[5/6] crypto: ahash - Set default reqsize from ahash_alg
Multibuffer hashing take two
-
-
-
2024-10-27
Herbert Xu
New
[4/6] crypto: ahash - Add virtual address support
Multibuffer hashing take two
-
-
-
2024-10-27
Herbert Xu
New
«
1
2
3
4
…
47
48
»