Toggle navigation
Patchwork
linux-crypto
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: State =
Action Required
| 4670 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
…
46
47
»
Patch
Series
S/W/F
Date
Submitter
Delegate
State
[RFC,v3,01/13] certs: Remove CONFIG_INTEGRITY_PLATFORM_KEYRING check
Clavis LSM
-
-
-
2024-10-17
Eric Snowberg
New
[V1,2/2] arm64: dts: qcom: sa8775p: add QCrypto nodes
Add QCrypto support for SA8775P
-
-
-
2024-10-17
Yuvaraj Ranganathan
New
[V1,1/2] dt-bindings: crypto: qcom-qce: document the SA8775P crypto engine
Add QCrypto support for SA8775P
-
-
-
2024-10-17
Yuvaraj Ranganathan
New
[v2,1/2] dt-bindings: rng: add support for Airoha EN7581 TRNG
[v2,1/2] dt-bindings: rng: add support for Airoha EN7581 TRNG
-
-
-
2024-10-17
Christian Marangi
New
[v3,1/2] arm64/lib: Handle CRC-32 alternative in C code
arm64: Speed up CRC-32 using PMULL instructions
-
-
-
2024-10-17
Ard Biesheuvel
New
crypto: qat - Fix typo "accelaration"
crypto: qat - Fix typo "accelaration"
-
-
-
2024-10-17
WangYuli
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
[v2,2/2] arm64/crc32: Implement 4-way interleave using PMULL
arm64: Speed up CRC-32 using PMULL instructions
-
-
-
2024-10-16
Ard Biesheuvel
New
[v2,2/2] crypto/crc32c: Provide crc32c-arch driver for accelerated library code
crypto: Enable fuzz testing for arch code
-
-
-
2024-10-16
Ard Biesheuvel
New
[v2,1/2] crypto/crc32: Provide crc32-arch driver for accelerated library code
crypto: Enable fuzz testing for arch code
-
-
-
2024-10-16
Ard Biesheuvel
New
[2/2] hwrng: add support for Airoha EN7581 TRNG
[1/2] dt-bindings: rng: add support for Airoha EN7581 TRNG
-
-
-
2024-10-16
Christian Marangi
New
crypto: drbg - Use str_true_false() and str_enabled_disabled() helpers
crypto: drbg - Use str_true_false() and str_enabled_disabled() helpers
-
-
-
2024-10-16
Thorsten Blum
New
[v4,4/4] arm64: dts: st: add RNG node on stm32mp251
Add support for stm32mp25x RNG
-
-
-
2024-10-16
Gatien CHEVALLIER
New
[v4,3/4] hwrng: stm32 - update STM32MP15 RNG max clock frequency
Add support for stm32mp25x RNG
-
-
-
2024-10-16
Gatien CHEVALLIER
New
[v4,2/4] hwrng: stm32 - implement support for STM32MP25x platforms
Add support for stm32mp25x RNG
-
-
-
2024-10-16
Gatien CHEVALLIER
New
[v4,1/4] dt-bindings: rng: add st,stm32mp25-rng support
Add support for stm32mp25x RNG
-
-
-
2024-10-16
Gatien CHEVALLIER
New
[GIT,PULL] Crypto Fixes for 6.12
[GIT,PULL] Crypto Fixes for 6.12
-
-
-
2024-10-16
Herbert Xu
New
[RFC,5/5] initramfs: Enforce initramfs signature
Another initramfs signature checking set
-
-
-
2024-10-15
Jeremy Linton
New
[RFC,4/5] sign-file: Add -i option to sign initramfs images
Another initramfs signature checking set
-
-
-
2024-10-15
Jeremy Linton
New
[RFC,3/5] initramfs: Use existing module signing infrastructure
Another initramfs signature checking set
-
-
-
2024-10-15
Jeremy Linton
New
[RFC,2/5] KEYS/certs: Start the builtin key and cert system earlier
Another initramfs signature checking set
-
-
-
2024-10-15
Jeremy Linton
New
[RFC,1/5] initramfs: Add initramfs signature checking
Another initramfs signature checking set
-
-
-
2024-10-15
Jeremy Linton
New
[2/2] crypto/crc32c: Provide crc32c-base alias to enable fuzz testing
crypto: Enable fuzz testing for generic crc32/crc32c
-
-
-
2024-10-15
Ard Biesheuvel
New
[1/2] crypto/crc32: Provide crc32-base alias to enable fuzz testing
crypto: Enable fuzz testing for generic crc32/crc32c
-
-
-
2024-10-15
Ard Biesheuvel
New
[next] crypto: tegra: remove redundant error check on ret
[next] crypto: tegra: remove redundant error check on ret
-
-
-
2024-10-15
Colin King (gmail)
New
[v2,2/2] crypto/nx: Fix invalid wait context during kexec reboot
[v2,1/2] crypto/nx: Rename devdata_mutex to devdata_spinlock
-
-
-
2024-10-15
Vishal Chourasia
New
[v2,1/2] crypto/nx: Rename devdata_mutex to devdata_spinlock
[v2,1/2] crypto/nx: Rename devdata_mutex to devdata_spinlock
-
-
-
2024-10-15
Vishal Chourasia
New
[2/2] arm64/crc32: Implement 4-way interleave using PMULL
arm64: Speed up CRC-32 using PMULL instructions
-
-
-
2024-10-15
Ard Biesheuvel
New
crypto: pcrypt - Call crypto layer directly when padata_do_parallel() return -EBUSY
crypto: pcrypt - Call crypto layer directly when padata_do_parallel() return -EBUSY
-
-
-
2024-10-15
Yi Yang
New
crypto: qat - Constify struct pm_status_row
crypto: qat - Constify struct pm_status_row
-
-
-
2024-10-14
Christophe JAILLET
New
dt-bindings: rng: Add Marvell Armada RNG support
dt-bindings: rng: Add Marvell Armada RNG support
-
-
-
2024-10-14
Rob Herring
New
[RFC,v1,20/57] crypto: Remove PAGE_SIZE compile-time constant assumption
Untitled series #253154
-
-
-
2024-10-14
Ryan Roberts
New
crypto: ecdsa - Update Kconfig help text for NIST P521
crypto: ecdsa - Update Kconfig help text for NIST P521
-
-
-
2024-10-14
Lukas Wunner
New
[cryptodev-2.6] crypto: sig - Fix oops on KEYCTL_PKEY_QUERY for RSA keys
[cryptodev-2.6] crypto: sig - Fix oops on KEYCTL_PKEY_QUERY for RSA keys
-
-
-
2024-10-14
Lukas Wunner
New
crypto/nx: Rename devdata_mutex to devdata_spinlock
crypto/nx: Rename devdata_mutex to devdata_spinlock
-
-
-
2024-10-14
Vishal Chourasia
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
[v3,3/3] lib/digsig: Use scope-based resource management for two variables in digsig_verify_rsa()
[v2,RESEND] crypto: lib/mpi - Extend support for scope-based resource management
-
-
-
2024-10-12
Markus Elfring
New
[v3,2/3] lib/digsig: Use scope-based resource management for two MPI variables in digsig_verify_rsa()
lib: Extending support for scope-based resource management
-
-
-
2024-10-12
Markus Elfring
New
[v3,1/3] crypto: lib/mpi - Extend support for scope-based resource management
lib: Extending support for scope-based resource management
-
-
-
2024-10-12
Markus Elfring
New
crypto: virtio/akcipher - Move a pointer assignment in virtio_crypto_rsa_set_key()
crypto: virtio/akcipher - Move a pointer assignment in virtio_crypto_rsa_set_key()
-
-
-
2024-10-12
Markus Elfring
New
[v2,3/4] hwrng: stm32 - update STM32MP15 RNG max clock frequency
Add support for stm32mp25x RNG
-
-
-
2024-10-11
Gatien CHEVALLIER
New
[v2,2/4] hwrng: stm32 - implement support for STM32MP25x platforms
Add support for stm32mp25x RNG
-
-
-
2024-10-11
Gatien CHEVALLIER
New
[2/2] crypto: crypto4xx_core: use devm in probe
Untitled series #252627
-
-
-
2024-10-10
Rosen Penev
New
[PATCHv2,5/5] crypto: cesa: use devm_platform_get_and_ioremap_resource
[PATCHv2,1/5] crypto: cesa: add COMPILE_TEST
-
-
-
2024-10-10
Rosen Penev
New
[PATCHv2,3/5] crypto: cesa: remove irq_set_affinity_hint
[PATCHv2,1/5] crypto: cesa: add COMPILE_TEST
-
-
-
2024-10-10
Rosen Penev
New
[PATCHv2,1/5] crypto: cesa: add COMPILE_TEST
[PATCHv2,1/5] crypto: cesa: add COMPILE_TEST
-
-
-
2024-10-10
Rosen Penev
New
crypto: jitter - output full sample from test interface
crypto: jitter - output full sample from test interface
-
-
-
2024-10-10
Joachim Vandersmissen
New
[RFC,2/2] crypto: Add Mediatek EIP-93 crypto engine support
[RFC,1/2] dt-bindings: crypto: Add Mediatek EIP-93 crypto engine
-
-
-
2024-10-09
Christian Marangi
New
[RFC,1/2] dt-bindings: crypto: Add Mediatek EIP-93 crypto engine
[RFC,1/2] dt-bindings: crypto: Add Mediatek EIP-93 crypto engine
-
-
-
2024-10-09
Christian Marangi
New
dt-bindings: imx-rng: Allow passing only "fsl,imx31-rnga"
dt-bindings: imx-rng: Allow passing only "fsl,imx31-rnga"
-
-
-
2024-10-09
Fabio Estevam
New
[v1] hwrng: histb-rng: Fix the wrong format specifier
[v1] hwrng: histb-rng: Fix the wrong format specifier
-
-
-
2024-10-09
Zhu Jun
New
[cryptodev-2.6] crypto: doc - Fix akcipher title reference
[cryptodev-2.6] crypto: doc - Fix akcipher title reference
-
-
-
2024-10-08
Lukas Wunner
New
crypto: Switch back to struct platform_driver::remove()
crypto: Switch back to struct platform_driver::remove()
-
-
-
2024-10-07
Uwe Kleine-König
New
crypto: qat - remove faulty arbiter config reset
crypto: qat - remove faulty arbiter config reset
-
-
-
2024-10-07
Ahsan Atta
New
[3/4] hwrng: stm32 - update STM32MP15 RNG max clock frequency
Add support for stm32mp25x RNG
-
-
-
2024-10-07
Gatien CHEVALLIER
New
[2/4] hwrng: stm32 - implement support for STM32MP25x platforms
Add support for stm32mp25x RNG
-
-
-
2024-10-07
Gatien CHEVALLIER
New
[1/4] dt-bindings: rng: add st,stm32mp25-rng support
Add support for stm32mp25x RNG
-
-
-
2024-10-07
Gatien CHEVALLIER
New
crypto: x86/cast5: Remove unused cast5_ctr_16way
crypto: x86/cast5: Remove unused cast5_ctr_16way
-
-
-
2024-10-05
Dr. David Alan Gilbert
New
[4/5] crypto: cesa: move loop to mv_cesa_put_sram
cesa: small cleanups
-
-
-
2024-10-01
Rosen Penev
New
[2/5] crypto: cesa: use enabled variants for clk_get
cesa: small cleanups
-
-
-
2024-10-01
Rosen Penev
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
[v3,19/19] prandom: Include <linux/percpu.h> in <linux/prandom.h>
random: Resolve circular include dependency and include <linux/percpu.h>
-
-
-
2024-09-30
Uros Bizjak
New
[v3,18/19] random: Do not include <linux/prandom.h> in <linux/random.h>
random: Resolve circular include dependency and include <linux/percpu.h>
-
-
-
2024-09-30
Uros Bizjak
New
[v3,17/19] netem: Include <linux/prandom.h> in sch_netem.c
random: Resolve circular include dependency and include <linux/percpu.h>
-
-
-
2024-09-30
Uros Bizjak
New
[v3,16/19] lib/test_scanf: Include <linux/prandom.h> instead of <linux/random.h>
random: Resolve circular include dependency and include <linux/percpu.h>
-
-
-
2024-09-30
Uros Bizjak
New
[v3,15/19] lib/test_parman: Include <linux/prandom.h> instead of <linux/random.h>
random: Resolve circular include dependency and include <linux/percpu.h>
-
-
-
2024-09-30
Uros Bizjak
New
[v3,14/19] bpf/tests: Include <linux/prandom.h> instead of <linux/random.h>
random: Resolve circular include dependency and include <linux/percpu.h>
-
-
-
2024-09-30
Uros Bizjak
New
[v3,13/19] lib/rbtree-test: Include <linux/prandom.h> instead of <linux/random.h>
random: Resolve circular include dependency and include <linux/percpu.h>
-
-
-
2024-09-30
Uros Bizjak
New
[v3,12/19] random32: Include <linux/prandom.h> instead of <linux/random.h>
random: Resolve circular include dependency and include <linux/percpu.h>
-
-
-
2024-09-30
Uros Bizjak
New
[v3,11/19] kunit: string-stream-test: Include <linux/prandom.h>
random: Resolve circular include dependency and include <linux/percpu.h>
-
-
-
2024-09-30
Uros Bizjak
New
[v3,10/19] lib/interval_tree_test.c: Include <linux/prandom.h> instead of <linux/random.h>
random: Resolve circular include dependency and include <linux/percpu.h>
-
-
-
2024-09-30
Uros Bizjak
New
[v3,09/19] bpf: Include <linux/prandom.h> instead of <linux/random.h>
random: Resolve circular include dependency and include <linux/percpu.h>
-
-
-
2024-09-30
Uros Bizjak
New
[v3,08/19] scsi: libfcoe: Include <linux/prandom.h> instead of <linux/random.h>
random: Resolve circular include dependency and include <linux/percpu.h>
-
-
-
2024-09-30
Uros Bizjak
New
[v3,07/19] fscrypt: Include <linux/once.h> in fs/crypto/keyring.c
random: Resolve circular include dependency and include <linux/percpu.h>
-
-
-
2024-09-30
Uros Bizjak
New
[v3,06/19] mtd: tests: Include <linux/prandom.h> instead of <linux/random.h>
random: Resolve circular include dependency and include <linux/percpu.h>
-
-
-
2024-09-30
Uros Bizjak
New
[v3,05/19] media: vivid: Include <linux/prandom.h> in vivid-vid-cap.c
random: Resolve circular include dependency and include <linux/percpu.h>
-
-
-
2024-09-30
Uros Bizjak
New
[v3,04/19] drm/lib: Include <linux/prandom.h> instead of <linux/random.h>
random: Resolve circular include dependency and include <linux/percpu.h>
-
-
-
2024-09-30
Uros Bizjak
New
[v3,03/19] drm/i915/selftests: Include <linux/prandom.h> instead of <linux/random.h>
random: Resolve circular include dependency and include <linux/percpu.h>
-
-
-
2024-09-30
Uros Bizjak
New
[v3,02/19] crypto: testmgr: Include <linux/prandom.h> instead of <linux/random.h>
random: Resolve circular include dependency and include <linux/percpu.h>
-
-
-
2024-09-30
Uros Bizjak
New
[v3,01/19] x86/kaslr: Include <linux/prandom.h> instead of <linux/random.h>
random: Resolve circular include dependency and include <linux/percpu.h>
-
-
-
2024-09-30
Uros Bizjak
New
[v9,7/7] dt-bindings: crypto: Document support for SPAcc
Add SPAcc Crypto Driver
-
-
-
2024-09-30
Pavitrakumar Managutte
New
[v9,6/7] Add SPAcc compilation in crypto
Add SPAcc Crypto Driver
-
-
-
2024-09-30
Pavitrakumar Managutte
New
[v9,5/7] Add SPAcc Kconfig and Makefile
Add SPAcc Crypto Driver
-
-
-
2024-09-30
Pavitrakumar Managutte
New
«
1
2
3
4
…
46
47
»