Linux cryptographic layer development
 help / color / mirror / Atom feed
 messages from 2026-05-19 13:18:12 to 2026-05-22 23:01:54 UTC [more...]

[PATCH v4 00/12] crypto: atmel - introduce shared i2c core client management and capability-based selection framework
 2026-05-22 23:01 UTC  (11+ messages)
` [PATCH v4 01/12] crypto: atmel-ecc - fix use after free situation
` [PATCH v4 02/12] crypto: atmel-ecc - fix multi-device kpp registration
` [PATCH v4 03/12] crypto: atmel-sha204a - fix heap info leak on I2C transfer failure
` [PATCH v4 04/12] crypto: atmel-ecc - rename driver_data before moving it into atmel-i2c
` [PATCH v4 05/12] crypto: atmel - rename atmel_ecc_driver_data to atmel_i2c_client_mgmt
` [PATCH v4 06/12] crypto: atmel-i2c - move client management instance into core
` [PATCH v4 07/12] crypto: atmel-i2c - introduce shared teardown helpers and fix queue flush
` [PATCH v4 08/12] crypto: atmel-ecc - switch to module_i2c_driver
` [PATCH v4 09/12] crypto: atmel-i2c - move shared client allocation logic to core
` [PATCH v4 10/12] crypto: atmel-i2c - implement capability-based client selection

[PATCH] crypto: nx: fix nx_crypto_ctx_exit argument
 2026-05-22 18:44 UTC  (2+ messages)

[PATCH] crypto: loongson - Select CRYPTO_RNG
 2026-05-22 17:48 UTC  (7+ messages)

[PATCH v18 00/14] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-05-22 13:40 UTC  (15+ messages)
` [PATCH v18 01/14] dmaengine: constify struct dma_descriptor_metadata_ops
` [PATCH v18 02/14] dmaengine: qcom: bam_dma: free interrupt before the clock in error path
` [PATCH v18 03/14] dmaengine: qcom: bam_dma: convert tasklet to a BH workqueue
` [PATCH v18 04/14] dmaengine: qcom: bam_dma: Extend the driver's device match data
` [PATCH v18 05/14] dmaengine: qcom: bam_dma: Add pipe_lock_supported flag support
` [PATCH v18 06/14] dmaengine: qcom: bam_dma: add support for BAM locking
` [PATCH v18 07/14] crypto: qce - Cancel work on device detach
` [PATCH v18 08/14] crypto: qce - Include algapi.h in the core.h header
` [PATCH v18 09/14] crypto: qce - Remove unused ignore_buf
` [PATCH v18 10/14] crypto: qce - Simplify arguments of devm_qce_dma_request()
` [PATCH v18 11/14] crypto: qce - Use existing devres APIs in devm_qce_dma_request()
` [PATCH v18 12/14] crypto: qce - Map crypto memory for DMA
` [PATCH v18 13/14] crypto: qce - Add BAM DMA support for crypto register I/O
` [PATCH v18 14/14] crypto: qce - Communicate the base physical address to the dmaengine

[PATCH net-next v2 0/5] Consolidate FCrypt and PCBC code into net/rxrpc/
 2026-05-22 13:06 UTC  (7+ messages)
` [PATCH net-next v2 1/5] net/rxrpc: Add local FCrypt-PCBC implementation
` [PATCH net-next v2 2/5] net/rxrpc: Use "
` [PATCH net-next v2 3/5] net/rxrpc: Reimplement DES-PCBC using DES library
` [PATCH net-next v2 4/5] crypto: fcrypt - Remove support for FCrypt block cipher
` [PATCH net-next v2 5/5] crypto: pcbc - Remove support for PCBC mode

[PATCH 1/6] sock: add sock_kzalloc helper
 2026-05-22 12:50 UTC  (2+ messages)

[PATCH] crypto: atmel-sha204a - fail on hwrng registration error in probe path
 2026-05-22 12:36 UTC  (2+ messages)

[PATCH] crypto: atmel-sha204a - remove sysfs group before hwrng
 2026-05-22 12:36 UTC  (2+ messages)

[PATCH 2/2] crypto: omap-des - drop of_match_ptr from OF match table
 2026-05-22 12:35 UTC  (2+ messages)

[PATCH 1/2] crypto: omap-des - add COMPILE_TEST and fix CONFIG_OF=n build
 2026-05-22 12:35 UTC  (2+ messages)

[PATCH] MIPS: Remove unused arch/mips/crypto directory
 2026-05-22 12:35 UTC  (2+ messages)

[PATCH] crypto: atmel-sha - use memcpy_and_pad to simplify hmac_setup
 2026-05-22 12:34 UTC  (2+ messages)

[PATCH] LoongArch: Remove unused arch/loongarch/crypto directory
 2026-05-22 12:35 UTC  (2+ messages)

[PATCH v2] crypto: drivers - remove of_match_ptr from OF match tables
 2026-05-22 12:34 UTC  (2+ messages)

[PATCH] crypto: eip93: - fix reset ring register definition
 2026-05-22 12:34 UTC  (2+ messages)

[PATCH 0/2] Fix leaking of cached Host1x buffer objects
 2026-05-22 12:32 UTC  (3+ messages)
` [PATCH 2/2] crypto: tegra - Don't touch bo refcount in host1x bo pin/unpin

[PATCH] crypto: riscv - replace min_t with min in riscv64_aes_ctr_crypt
 2026-05-22 12:31 UTC  (2+ messages)

[PATCH] X.509: Fix validation of ASN.1 certificate header
 2026-05-22 12:30 UTC  (2+ messages)

[PATCH] Documentation: qat_rl: make rate limiting wording clearer
 2026-05-22 12:30 UTC  (2+ messages)

[PATCH 0/6] crypto: qat - add sysfs PCI reset support for QAT devices
 2026-05-22 12:30 UTC  (2+ messages)

[PATCH v2] crypto: qat - fix VF2PF work teardown race in adf_disable_sriov()
 2026-05-22 12:29 UTC  (2+ messages)

[PATCH v2] crypto: ecc - Fix carry overflow in vli multiplication
 2026-05-22 12:29 UTC  (2+ messages)

[PATCH] crypto: qat - remove MODULE_VERSION
 2026-05-22 12:28 UTC  (2+ messages)

[PATCH] crypto: atmel - use min3 to simplify atmel_sha_append_sg
 2026-05-22 12:28 UTC  (2+ messages)

[PATCH] crypto: cesa - use max to simplify mv_cesa_probe
 2026-05-22 12:28 UTC  (2+ messages)

[PATCH v3 0/2] crypto: qat - remove unused ioctl interface
 2026-05-22 12:27 UTC  (2+ messages)

[PATCH] crypto: hisilicon/sec2 - lower priority for hisilicon crypto implementations
 2026-05-22 12:27 UTC  (5+ messages)

[PATCH] crypto: asymmetric_keys: validate PE section bounds before hashing
 2026-05-22 12:20 UTC 

[PATCH] hwrng: core - Do not read data during PM sleep transition
 2026-05-22 12:02 UTC  (2+ messages)

[PATCH bpf-next v8 0/4] Add cryptographic hash and signature verification kfuncs to BPF
 2026-05-22 10:57 UTC  (3+ messages)

[PATCH 0/3] crypto: hisilicon - improve backlog handling
 2026-05-22 10:32 UTC  (3+ messages)
` [PATCH] crypto: hisilicon/zip - add backlog support for zip

[ANN] Linux Security Summit Europe 2026 CfP
 2026-05-22  5:56 UTC 

[PATCH net-next 0/6] Remove unused support for crypto tfm cloning
 2026-05-22  5:30 UTC  (7+ messages)
` [PATCH net-next 1/6] crypto: hash - Remove support for cloning hash tfms
` [PATCH net-next 2/6] crypto: cipher - Remove crypto_clone_cipher()
` [PATCH net-next 3/6] crypto: api - Remove crypto_clone_tfm()
` [PATCH net-next 4/6] crypto: api - Remove per-tfm refcount
` [PATCH net-next 5/6] crypto: api - Fold __crypto_alloc_tfmgfp() into __crypto_alloc_tfm()
` [PATCH net-next 6/6] crypto: api - Fold crypto_alloc_tfmmem() into crypto_create_tfm_node()

[PATCH] crypto: talitos - fix rename first/last to first_desc/last_desc
 2026-05-22  5:12 UTC  (4+ messages)

[PATCH 0/3] Add support for qcrypto on shikra
 2026-05-22  2:49 UTC  (7+ messages)
` [PATCH 3/3] arm64: dts: qcom: shikra: Add qcrypto node support

[PATCH v3] crypto/ccp: Introduce SNP_VERIFY_MITIGATION command
 2026-05-22  1:58 UTC  (10+ messages)

cleanup the RAID6 P/Q library v2
 2026-05-22  0:27 UTC  (11+ messages)
` [PATCH 01/19] btrfs: require at least 4 devices for RAID 6

[PATCH v7 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
 2026-05-21 15:32 UTC  (10+ messages)
` [PATCH v7 1/9] dmaengine: Add API to combine configuration and preparation (sg and single)
` [PATCH v7 2/9] dmaengine: Add safe API to combine configuration and preparation
` [PATCH v7 3/9] PCI: endpoint: pci-epf-test: Use dmaenigne_prep_config_single() to simplify code
` [PATCH v7 4/9] dmaengine: dw-edma: Use new .device_prep_config_sg() callback
` [PATCH v7 5/9] dmaengine: dw-edma: Pass dma_slave_config to dw_edma_device_transfer()
` [PATCH v7 6/9] nvmet: pci-epf: Remove unnecessary dmaengine_terminate_sync() on each DMA transfer
` [PATCH v7 7/9] nvmet: pci-epf: Use dmaengine_prep_config_single_safe() API
` [PATCH v7 8/9] PCI: epf-mhi: Use dmaengine_prep_config_single() to simplify code
` [PATCH v7 9/9] crypto: atmel: Use dmaengine_prep_config_sg() API

[PATCH 0/5] Shikra: Add DT support for ice, rng and qce
 2026-05-21 13:17 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: crypto: qcom,inline-crypto-engine: Document Shikra ICE
` [PATCH 2/5] dt-bindings: crypto: qcom,prng: Document Shikra TRNG
` [PATCH 3/5] dt-bindings: crypto: qcom-qce: Document the Shikra crypto engine
` [PATCH 4/5] dt-bindings: dma: qcom,bam-dma: Increase iommus maxItems to seven
` [PATCH 5/5] arm64: dts: qcom: shikra: Add ICE, TRNG and QCE nodes

[PATCH 0/2] dt-bindings: crypto: Add Qualcomm Hawi crypto support
 2026-05-21 12:55 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: crypto: qcom,prng: Document Hawi TRNG
` [PATCH 2/2] dt-bindings: crypto: qcom,inline-crypto-engine: Document Hawi ICE

[PATCH v3 00/12] crypto: atmel - introduce shared i2c core client management and capability-based selection framework
 2026-05-21 10:17 UTC  (15+ messages)
` [PATCH v3 01/12] crypto: atmel-ecc - rename driver_data before moving it into atmel-i2c
` [PATCH v3 02/12] crypto: atmel-ecc - fix use after free situation
` [PATCH v3 03/12] crypto: atmel-ecc - fix multi-device kpp registration
` [PATCH v3 04/12] crypto: atmel - rename atmel_ecc_driver_data to atmel_i2c_client_mgmt
` [PATCH v3 05/12] crypto: atmel-i2c - move client management instance into core
` [PATCH v3 06/12] crypto: atmel-i2c - introduce shared teardown helpers and fix queue flush
` [PATCH v3 07/12] crypto: atmel-ecc - switch to module_i2c_driver
` [PATCH v3 08/12] crypto: atmel-i2c - move shared client allocation logic to core
` [PATCH v3 09/12] crypto: atmel-i2c - implement capability-based client selection
` [PATCH v3 10/12] crypto: atmel-sha204a - integrate into core management tracking
` [PATCH v3 11/12] crypto: atmel-sha204a - fix heap info leak on I2C transfer failure
` [PATCH v3 12/12] crypto: atmel-sha204a - switch to module_i2c_driver

[linus:master] [rhashtable] 4fe9852927: stress-ng.msg.ops_per_sec 29.1% regression
 2026-05-21  8:09 UTC 

[PATCH kernel] crypto/ccp/tsm: Enable the root port after the endpoint
 2026-05-21  7:43 UTC 

[PATCH v6 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
 2026-05-20 22:00 UTC  (10+ messages)
` [PATCH v6 1/9] dmaengine: Add API to combine configuration and preparation (sg and single)
` [PATCH v6 2/9] dmaengine: Add safe API to combine configuration and preparation
` [PATCH v6 3/9] PCI: endpoint: pci-epf-test: Use dmaenigne_prep_config_single() to simplify code
` [PATCH v6 4/9] dmaengine: dw-edma: Use new .device_prep_config_sg() callback
` [PATCH v6 5/9] dmaengine: dw-edma: Pass dma_slave_config to dw_edma_device_transfer()
` [PATCH v6 6/9] nvmet: pci-epf: Remove unnecessary dmaengine_terminate_sync() on each DMA transfer
` [PATCH v6 7/9] nvmet: pci-epf: Use dmaengine_prep_config_single_safe() API
` [PATCH v6 8/9] PCI: epf-mhi: Use dmaengine_prep_config_single() to simplify code
` [PATCH v6 9/9] crypto: atmel: Use dmaengine_prep_config_sg() API

[PATCH v16 00/38] x86: Secure Launch support for Intel TXT
 2026-05-20 20:12 UTC  (6+ messages)
` [PATCH v16 01/38] tpm: Initial step to reorganize TPM public headers

[PATCH] crypto: tegra - Fix dma_free_coherent size error
 2026-05-20 16:28 UTC  (5+ messages)
  ` [PATCH] crypto: tegra - Return ENOMEM when input buffer allocation fails for ccm

[PATCH v2 0/3] crypto - Rework i2c_device_id initialisation
 2026-05-20 15:25 UTC  (6+ messages)
` [PATCH v2 1/3] crypto: atmel-sha204a - Drop of_device_id data
` [PATCH v2 2/3] crypto: atmel-sha204a - Use named initializers for struct i2c_device_id
` [PATCH v2 3/3] crypto: atmel-ecc "

[PATCH] crypto: octeontx - use strscpy_pad in ucode_load_store
 2026-05-20 13:36 UTC  (2+ messages)

[PATCH] crypto: qat - use pci logging variants for PCI-specific messages
 2026-05-20 12:51 UTC 

[PATCH] crypto: qat - protect service table iterations with service_lock
 2026-05-20 12:41 UTC 

[PATCH] crypto: qat - fix restarting state leak on allocation failure
 2026-05-20 12:33 UTC 

[PATCH] s390: crypto: add select CRYPTO_AEAD for aes
 2026-05-20  7:47 UTC  (2+ messages)

[PATCH v1] crypto: Use named initializers for struct i2c_device_id
 2026-05-20  6:43 UTC  (3+ messages)

[RFC] TID v2.0: kernel module for cache-line zeroization against Flush+Reload (CLFLUSHOPT + LFENCE + REP STOSQ)
 2026-05-19 21:41 UTC  (2+ messages)

Which, if any, of the async crypto drivers are ever useful in the real world?
 2026-05-19 21:07 UTC  (3+ messages)

[PATCH 00/12] crypto: atmel - refactor common i2c support and add SHA256 ahash support
 2026-05-19 20:47 UTC  (3+ messages)

[PATCH v2 00/12] crypto: atmel - introduce shared i2c core client management and capability-based selection framework
 2026-05-19 20:48 UTC  (13+ messages)
` [PATCH v2 01/12] crypto: atmel-ecc - rename driver_data before moving it into atmel-i2c
` [PATCH v2 02/12] crypto: atmel-ecc - fix use after free situation
` [PATCH v2 03/12] crypto: atmel-ecc - fix multi-device kpp registration
` [PATCH v2 04/12] crypto: atmel - rename atmel_ecc_driver_data to atmel_i2c_client_mgmt
` [PATCH v2 05/12] crypto: atmel-i2c - move client management instance into core
` [PATCH v2 06/12] crypto: atmel-i2c - introduce shared teardown helpers and fix queue flush
` [PATCH v2 07/12] crypto: atmel-ecc - switch to module_i2c_driver
` [PATCH v2 08/12] crypto: atmel-i2c - move shared client allocation logic to core
` [PATCH v2 09/12] crypto: atmel-i2c - implement capability-based client selection
` [PATCH v2 10/12] crypto: atmel-sha204a - integrate into core management tracking
` [PATCH v2 11/12] crypto: atmel-sha204a - fix heap info leak on I2C transfer failure
` [PATCH v2 12/12] crypto: atmel-sha204a - switch to module_i2c_driver

[PATCH v17 00/14] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-05-19 13:17 UTC  (15+ messages)
` [PATCH v17 01/14] dmaengine: constify struct dma_descriptor_metadata_ops
` [PATCH v17 02/14] dmaengine: qcom: bam_dma: free interrupt before the clock in error path
` [PATCH v17 03/14] dmaengine: qcom: bam_dma: convert tasklet to a BH workqueue
` [PATCH v17 04/14] dmaengine: qcom: bam_dma: Extend the driver's device match data
` [PATCH v17 05/14] dmaengine: qcom: bam_dma: Add pipe_lock_supported flag support
` [PATCH v17 06/14] dmaengine: qcom: bam_dma: add support for BAM locking
` [PATCH v17 07/14] crypto: qce - Cancel work on device detach
` [PATCH v17 08/14] crypto: qce - Include algapi.h in the core.h header
` [PATCH v17 09/14] crypto: qce - Remove unused ignore_buf
` [PATCH v17 10/14] crypto: qce - Simplify arguments of devm_qce_dma_request()
` [PATCH v17 11/14] crypto: qce - Use existing devres APIs in devm_qce_dma_request()
` [PATCH v17 12/14] crypto: qce - Map crypto memory for DMA
` [PATCH v17 13/14] crypto: qce - Add BAM DMA support for crypto register I/O
` [PATCH v17 14/14] crypto: qce - Communicate the base physical address to the dmaengine


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox