messages from 2026-07-17 08:36:54 to 2026-07-22 09:34:55 UTC [more...]
[PATCH v23 00/14] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
2026-07-22 9:34 UTC (21+ messages)
` [PATCH v23 01/14] dmaengine: constify struct dma_descriptor_metadata_ops
` [PATCH v23 02/14] dmaengine: qcom: bam_dma: free interrupt before the clock in error path
` [PATCH v23 03/14] dmaengine: qcom: bam_dma: convert tasklet to a BH workqueue
` [PATCH v23 04/14] dmaengine: qcom: bam_dma: Extend the driver's device match data
` [PATCH v23 05/14] dmaengine: qcom: bam_dma: Add pipe_lock_supported flag support
` [PATCH v23 06/14] dmaengine: qcom: bam_dma: add support for BAM locking
` [PATCH v23 07/14] crypto: qce - Cancel work on device detach
` [PATCH v23 08/14] crypto: qce - Include algapi.h in the core.h header
` [PATCH v23 09/14] crypto: qce - Remove unused ignore_buf
` [PATCH v23 10/14] crypto: qce - Simplify arguments of devm_qce_dma_request()
` [PATCH v23 11/14] crypto: qce - Use existing devres APIs in devm_qce_dma_request()
` [PATCH v23 12/14] crypto: qce - Map crypto memory for DMA
` [PATCH v23 13/14] crypto: qce - Add BAM DMA support for crypto register I/O
` [PATCH v23 14/14] crypto: qce - Communicate the base physical address to the dmaengine
[PATCH v2 0/2] Enable ICE for UFS on Hamoa IoT EVK
2026-07-22 9:26 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: crypto: qcom,inline-crypto-engine: Add x1e80100 support
` [PATCH v2 2/2] arm64: dts: qcom: hamoa: Add ICE node for UFS inline encryption
[PATCH v4 00/19] crypto: talitos - Driver cleanup
2026-07-22 8:54 UTC (20+ messages)
` [PATCH v4 01/19] crypto: talitos/hash - Use CRYPTO_AHASH_BLOCK_ONLY API
` [PATCH v4 02/19] crypto: talitos - Move driver into dedicated directory
` [PATCH v4 03/19] crypto: talitos - Add missing includes to driver header file
` [PATCH v4 04/19] crypto: talitos/hwrng - Move into separate file
` [PATCH v4 05/19] crypto: talitos - Prepare crypto implementation file splitting
` [PATCH v4 06/19] crypto: talitos/hash - Move into separate file
` [PATCH v4 07/19] crypto: talitos/skcipher "
` [PATCH v4 08/19] crypto: talitos/aead "
` [PATCH v4 09/19] crypto: talitos/hash - Convert to {init,exit}_tfm type-specific API
` [PATCH v4 10/19] crypto: talitos/skcipher "
` [PATCH v4 11/19] crypto: talitos/aead "
` [PATCH v4 12/19] crypto: talitos/hash - Use macro for algorithm definitions
` [PATCH v4 13/19] crypto: talitos/skcipher "
` [PATCH v4 14/19] crypto: talitos/aead "
` [PATCH v4 15/19] crypto: talitos - Remove alg settings in talitos_register_common()
` [PATCH v4 16/19] crypto: talitos - Introduce is_sec1() helper with static key support
` [PATCH v4 17/19] crypto: talitos - Replace has_ftr_sec1() with is_sec1() static key helper
` [PATCH v4 18/19] crypto: talitos - Introduce per-SEC-version descriptor and pointer structures
` [PATCH v4 19/19] crypto: talitos - Remove TALITOS_DESC_SIZE macro
[PATCH v2] drivers/crypto: Mark QCE as BROKEN
2026-07-22 8:33 UTC (5+ messages)
[PATCH 00/12] crypto: Remove redundant error messages on IRQ request failure
2026-07-22 6:06 UTC (5+ messages)
` [PATCH 03/12] crypto: aspeed - Remove redundant dev_err()
` [PATCH 12/12] crypto: stm32 "
[PATCH 0/3] Remove old AES-GCM library
2026-07-22 2:53 UTC (4+ messages)
` [PATCH 1/3] x86/sev: Use new "
` [PATCH 2/3] x86/sev: Remove obsolete virtual address check
` [PATCH 3/3] lib/crypto: aesgcm: Remove old AES-GCM library
[PATCH v10 0/6] Add RMPOPT support
2026-07-22 2:46 UTC (17+ messages)
` [PATCH v10 1/6] x86/cpufeatures: Add X86_FEATURE_RMPOPT feature flag
` [PATCH v10 2/6] x86/sev: Initialize RMPOPT configuration MSRs
` [PATCH v10 4/6] x86/sev: Add support to perform RMP optimizations asynchronously
[PATCH] lib/crypto: aes-gcm: Fix CRYPTO_LIB_GF128HASH selection
2026-07-22 2:17 UTC
[PATCH 6.1/6.6/6.12.y] crypto: rsa-pkcs1pad: Don't WARN on an empty digest
2026-07-22 0:53 UTC (2+ messages)
[PATCH 0/2] Remove pcrypt
2026-07-21 19:50 UTC (6+ messages)
` [PATCH 1/2] crypto: pcrypt - "
` [PATCH 2/2] padata: Remove serialized job support
[PATCH 0/5] lib/crypto: add HKDF and convert fscrypt and NVMe
2026-07-21 15:06 UTC (7+ messages)
` [PATCH 1/5] lib/crypto: add HKDF-SHA{256,384,512}
` [PATCH 2/5] lib/crypto: tests: add HKDF KUnit tests
` [PATCH 3/5] fscrypt: use HKDF library functions
` [PATCH 4/5] nvme-auth: use HKDF library functions for TLS PSK derivation
` [RFC PATCH 5/5] ovpn: use HKDF library functions for epoch key derivation
[PATCH v3 00/19] crypto: talitos - Driver cleanup
2026-07-21 13:59 UTC (20+ messages)
` [PATCH v3 01/19] crypto: talitos/hash - Use CRYPTO_AHASH_BLOCK_ONLY API
` [PATCH v3 02/19] crypto: talitos - Move driver into dedicated directory
` [PATCH v3 03/19] crypto: talitos - Add missing includes to driver header file
` [PATCH v3 04/19] crypto: talitos/hwrng - Move into separate file
` [PATCH v3 05/19] crypto: talitos - Prepare crypto implementation file splitting
` [PATCH v3 06/19] crypto: talitos/hash - Move into separate file
` [PATCH v3 07/19] crypto: talitos/skcipher "
` [PATCH v3 08/19] crypto: talitos/aead "
` [PATCH v3 09/19] crypto: talitos/hash - Convert to {init,exit}_tfm type-specific API
` [PATCH v3 10/19] crypto: talitos/skcipher "
` [PATCH v3 11/19] crypto: talitos/aead "
` [PATCH v3 12/19] crypto: talitos/hash - Use macro for algorithm definitions
` [PATCH v3 13/19] crypto: talitos/skcipher "
` [PATCH v3 14/19] crypto: talitos/aead "
` [PATCH v3 15/19] crypto: talitos - Remove alg settings in talitos_register_common()
` [PATCH v3 16/19] crypto: talitos - Introduce is_sec1() helper with static key support
` [PATCH v3 17/19] crypto: talitos - Replace has_ftr_sec1() with is_sec1() static key helper
` [PATCH v3 18/19] crypto: talitos - Introduce per-SEC-version descriptor and pointer structures
` [PATCH v3 19/19] crypto: talitos - Remove TALITOS_DESC_SIZE macro
[PATCH v3 00/19] crypto: talitos - Driver cleanup
2026-07-21 13:54 UTC (10+ messages)
` [PATCH v3 01/19] crypto: talitos/hash - Use CRYPTO_AHASH_BLOCK_ONLY API
` [PATCH v3 02/19] crypto: talitos - Move driver into dedicated directory
` [PATCH v3 03/19] crypto: talitos - Add missing includes to driver header file
` [PATCH v3 04/19] crypto: talitos/hwrng - Move into separate file
` [PATCH v3 05/19] crypto: talitos - Prepare crypto implementation file splitting
` [PATCH v3 06/19] crypto: talitos/hash - Move into separate file
` [PATCH v3 07/19] crypto: talitos/skcipher "
[PATCH v3 00/19] crypto: talitos - Driver cleanup
2026-07-21 13:43 UTC (5+ messages)
` [PATCH v3 01/19] crypto: talitos/hash - Use CRYPTO_AHASH_BLOCK_ONLY API
` [PATCH v3 02/19] crypto: talitos - Move driver into dedicated directory
` [PATCH v3 03/19] crypto: talitos - Add missing includes to driver header file
` [PATCH v3 04/19] crypto: talitos/hwrng - Move into separate file
[PATCH v8] crypto: qce - Add runtime PM and interconnect bandwidth scaling support
2026-07-21 11:26 UTC (2+ messages)
[PATCH 0/2] Enable ICE for UFS on Hamoa IoT EVK
2026-07-21 9:53 UTC (4+ messages)
` [PATCH 1/2] dt-bindings: crypto: qcom,inline-crypto-engine: Add x1e80100 support
` [PATCH 2/2] arm64: dts: qcom: hamoa: Add ICE node for UFS inline encryption
[PATCH] crypto: qce - drop redundant variable in qce_skcipher_done
2026-07-21 7:58 UTC (2+ messages)
[PATCH] crypto: bcm - use memcpy_and_pad in ahash_hmac_setkey
2026-07-20 23:22 UTC
[syzbot] [crypto?] possible deadlock in __alloc_workqueue (3)
2026-07-20 22:51 UTC
[PATCH] crypto: tegra - fix rctx->cryptlen in tegra_gcm_do_one_req()
2026-07-20 22:33 UTC (4+ messages)
` [PATCH v2] crypto: tegra - fix rctx->cryptlen calculation "
[GIT PULL] Crypto Fixes for 7.1
2026-07-20 20:07 UTC (3+ messages)
` [GIT PULL] Crypto Fixes for 7.2
[PATCH 00/16] Add support for Inside-Secure EIP-150 crypto block
2026-07-20 19:53 UTC (7+ messages)
` [PATCH 10/16] clk: Add support for clock nexus dt bindings
[PATCH 5.10/5.15.y] crypto: rsa-pkcs1pad: Don't WARN on an empty digest
2026-07-20 19:15 UTC
[PATCH v2 00/13] Library APIs for AES encryption modes
2026-07-20 18:01 UTC (2+ messages)
[PATCH v2 0/2] Add TRNG support for Glymur SoC
2026-07-20 17:21 UTC (2+ messages)
` (subset) "
Turning on DOITM at last
2026-07-20 17:01 UTC (2+ messages)
[PATCH v17 0/4] crypto: spacc - Add SPAcc Crypto Driver
2026-07-20 11:37 UTC (5+ messages)
` [PATCH v17 1/4] dt-bindings: crypto: Document support for SPAcc
` [PATCH v17 2/4] crypto: spacc - Add SPAcc ahash support
` [PATCH v17 3/4] crypto: spacc - Add SPAcc AUTODETECT Support
` [PATCH v17 4/4] crypto: spacc - Add SPAcc Kconfig and Makefile
[PATCH v22 00/14] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
2026-07-20 7:33 UTC (16+ messages)
` [PATCH v22 01/14] dmaengine: constify struct dma_descriptor_metadata_ops
` [PATCH v22 02/14] dmaengine: qcom: bam_dma: free interrupt before the clock in error path
` [PATCH v22 03/14] dmaengine: qcom: bam_dma: convert tasklet to a BH workqueue
` [PATCH v22 04/14] dmaengine: qcom: bam_dma: Extend the driver's device match data
` [PATCH v22 05/14] dmaengine: qcom: bam_dma: Add pipe_lock_supported flag support
` [PATCH v22 06/14] dmaengine: qcom: bam_dma: add support for BAM locking
` [PATCH v22 07/14] crypto: qce - Cancel work on device detach
` [PATCH v22 08/14] crypto: qce - Include algapi.h in the core.h header
` [PATCH v22 09/14] crypto: qce - Remove unused ignore_buf
` [PATCH v22 10/14] crypto: qce - Simplify arguments of devm_qce_dma_request()
` [PATCH v22 11/14] crypto: qce - Use existing devres APIs in devm_qce_dma_request()
` [PATCH v22 12/14] crypto: qce - Map crypto memory for DMA
` [PATCH v22 13/14] crypto: qce - Add BAM DMA support for crypto register I/O
` [PATCH v22 14/14] crypto: qce - Communicate the base physical address to the dmaengine
[PATCH] crypto: pkcs7 - Use constant-time message digest comparison
2026-07-20 6:21 UTC (2+ messages)
[PATCH] crypto: rsassa-pkcs1 - Use constant-time digest comparison
2026-07-20 6:19 UTC (2+ messages)
[PATCH] crypto: verify_pefile - Use constant-time digest comparison
2026-07-20 3:18 UTC
[PATCH] crypto: krb5 - Use constant-time checksum comparison
2026-07-20 3:13 UTC
[BUG] crypto: rfc4309 default authsize mismatch causes unprivileged AF_ALG panic
2026-07-20 1:34 UTC (2+ messages)
` [PATCH] crypto: ccm - Set rfc4309 maxauthsize from child
[PATCH 1/2] crypto: Update cleanup path to use kfree_sensitive()
2026-07-20 0:13 UTC (2+ messages)
[PATCH 6.6,6.1,5.15] crypto: hisi-trng - Remove crypto_rng interface
2026-07-19 15:00 UTC (2+ messages)
[PATCH 6.12] crypto: hisi-trng - Remove crypto_rng interface
2026-07-19 15:00 UTC (2+ messages)
[PATCH 6.1] crypto: af_alg - Remove zero-copy support from skcipher and aead
2026-07-19 15:00 UTC (2+ messages)
[PATCH 6.12,6.6,6.1,5.15 0/2] crypto4xx stable backports
2026-07-19 15:00 UTC (2+ messages)
[PATCH 5.15] crypto: sun4i-ss - Remove insecure and unused rng_alg
2026-07-19 15:00 UTC (2+ messages)
[PATCH 7.1,6.18,6.12,6.6,6.1] crypto: sun4i-ss - Remove insecure and unused rng_alg
2026-07-19 15:00 UTC (2+ messages)
[PATCH 5.15,5.10] crypto: af_alg - Remove zero-copy support from skcipher and aead
2026-07-19 15:00 UTC (2+ messages)
[PATCH] hwrng: stm32 - Fix runtime PM cleanup on registration failure
2026-07-18 3:29 UTC
[PATCH 0/2] crypto: hisilicon/sec2 - fix uninitialized type_supported and drop unused hlf_q_num
2026-07-18 3:05 UTC (3+ messages)
` [PATCH 1/2] crypto: hisilicon/sec2 - fix uninitialized type_supported in sec_create_qp_ctx
` [PATCH 2/2] crypto: hisilicon/sec2 - remove unused sec_ctx.hlf_q_num
[PATCHv2] crypto: cesa: switch to non-devm IRQ to free it earlier
2026-07-18 1:12 UTC (3+ messages)
[PATCH] crypto: cesa: manage SRAM teardown with devm
2026-07-17 23:17 UTC
[PATCHv2] crypto: cesa: check for sram_dma error
2026-07-17 22:58 UTC
[PATCH] padata: Replace bottom-half spinlock variants
2026-07-17 22:42 UTC (2+ messages)
[PATCH 0/2] More padata cleanups
2026-07-17 20:35 UTC (5+ messages)
` [PATCH 1/2] padata: Mark remaining code as __init and data as __initdata
` [PATCH 2/2] padata: Free the padata_works when they're no longer needed
[GIT PULL] Crypto library fixes for v7.2-rc4
2026-07-17 20:17 UTC (2+ messages)
FAILED: patch "[PATCH] crypto: xilinx-trng - Remove crypto_rng interface" failed to apply to 7.1-stable tree
2026-07-17 16:16 UTC (3+ messages)
[PATCH v6 0/8] crypto: qce - Fix crypto self-test failures
2026-07-17 15:53 UTC (9+ messages)
` [PATCH v6 1/8] crypto: qce - Fix HMAC self-test failures for empty messages
` [PATCH v6 2/8] crypto: qce - Reject empty messages for AES-XTS
` [PATCH v6 3/8] crypto: qce - Fix CTR-AES for partial block requests
` [PATCH v6 4/8] crypto: qce - Use a fallback for AES-CTR with a partial final block
` [PATCH v6 5/8] crypto: qce - Use fallback for fragmented skcipher payloads
` [PATCH v6 6/8] crypto: qce - Fix xts-aes-qce for weak keys
` [PATCH v6 7/8] crypto: qce - Use a fallback for CCM with a partial final block
` [PATCH v6 8/8] crypto: qce - Use fallback for CCM with a fragmented payload
[PATCH 00/32] x86/msr: Drop 32-bit MSR interfaces
2026-07-17 9:38 UTC (9+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox