Linux cryptographic layer development
 help / color / mirror / Atom feed
 messages from 2026-05-21 15:05:29 to 2026-05-26 13:23:32 UTC [more...]

[PATCH 1/6] sock: add sock_kzalloc helper
 2026-05-26 13:23 UTC  (4+ messages)

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

[PATCH net-next 0/6] Remove unused support for crypto tfm cloning
 2026-05-26 10:22 UTC  (8+ 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 1/1] crypto: chacha20poly1305: validate poly1305 template argument
 2026-05-26 10:11 UTC 

[PATCH v4 0/3] Add support for hashing algorithms in TI DTHE V2
 2026-05-26  9:43 UTC  (4+ messages)
` [PATCH v4 1/3] crypto: ti - Add support for SHA224/256/384/512 in DTHEv2 driver
` [PATCH v4 2/3] crypto: ti - Add support for MD5 in DTHEv2 Hashing Engine driver
` [PATCH v4 3/3] crypto: ti - Add support for HMAC "

[PATCH] crypto: qat - add KPT support for GEN6 devices
 2026-05-26  9:28 UTC 

[PATCH 0/5] ML-KEM and X-Wing support
 2026-05-25 18:44 UTC  (6+ messages)
` [PATCH 1/5] lib/crypto: mlkem: Add ML-KEM-768 and ML-KEM-1024 support
` [PATCH 2/5] lib/crypto: mlkem: Add KUnit tests for ML-KEM
` [PATCH 3/5] lib/crypto: mlkem: Add FIPS 140-3 tests
` [PATCH 4/5] lib/crypto: xwing: Add support for X-Wing KEM
` [PATCH 5/5] lib/crypto: xwing: Add KUnit tests "

[PATCH] MAINTAINERS: powerpc: update VMX AES entries
 2026-05-25 15:30 UTC  (3+ messages)

[PATCH 0/3] Add support for qcrypto on shikra
 2026-05-25 15:26 UTC  (15+ messages)
` [PATCH 3/3] arm64: dts: qcom: shikra: Add qcrypto node support

[PATCH] crypto: loongson - Select CRYPTO_RNG
 2026-05-25 14:59 UTC  (11+ messages)

[RFC] crypto: skcipher multi-data-unit requests for dm-crypt
 2026-05-25 12:02 UTC  (3+ messages)
` [PATCH 4/4] dm crypt: batch all sectors of a bio per crypto request

[PATCH crypto 1/1] crypto: pcrypt: restore callback for non-parallel fallback
 2026-05-25 11:45 UTC 

[PATCH 0/2] Delete the Qualcomm crypto engine
 2026-05-25 11:10 UTC  (13+ messages)
` [PATCH 1/2] crypto: Delete Qualcomm crypto engine driver
` [PATCH 2/2] devicetree: Mark QCE bindings as deprecated

[PATCH] crypto: use two-argument strscpy where destination size is known
 2026-05-25 10:30 UTC 

[PATCH] crypto: atmel-tdes - use min3 to simplify sg_copy and crypt_start
 2026-05-25  9:29 UTC 

[PATCH 0/3] AF_ALG: Remove support for AIO and old-style drivers
 2026-05-25  8:03 UTC  (5+ messages)
` [PATCH 1/3] net: Remove support for AIO on sockets
` [PATCH 2/3] AF_ALG: Drop support for off-CPU cryptography
` [PATCH 3/3] AF_ALG: Document that it is *always* slower

[PATCH] crypto: nx: fix nx_crypto_ctx_exit argument
 2026-05-25  7:56 UTC  (6+ messages)
  ` [PATCH v2] "
    ` [PATCH v3] "

[PATCH] hw_random/core: fix rng list on registration error
 2026-05-25  7:25 UTC 

[PATCH v18 00/14] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-05-25  5:44 UTC  (17+ 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 v8 0/3]
 2026-05-24 23:43 UTC  (7+ messages)
` [PATCH v8 1/3] lib/asn1_encoder: Add asn1_encode_integer_bytes()
` [PATCH v8 2/3] crypto: Migrate TPMKey ASN.1 objects from trusted-keys
` [PATCH v8 3/3] keys: asymmetric: tpm2_asymmetric

[PATCH 0/6] crypto: eip93: fix request lifetime and completion handling
 2026-05-24 21:49 UTC  (10+ messages)
` [PATCH 1/6] crypto: eip93: return IRQ request errors from probe
` [PATCH 2/6] crypto: eip93: guard DMA cleanup on uninitialized mappings
` [PATCH 3/6] crypto: eip93: reject HMAC requests before setkey
` [PATCH 4/6] crypto: eip93: use request-local SA records for cipher requests
` [PATCH 5/6] crypto: eip93: order result descriptor reads after PE_READY
` [PATCH 6/6] crypto: eip93: handle request ID exhaustion

[PATCH] crypto: talitos - fix rename first/last to first_desc/last_desc
 2026-05-23 15:10 UTC  (10+ messages)
        ` [PATCH 0/5] "
          ` [PATCH 1/5] Revert "crypto: talitos - rename first/last to first_desc/last_desc"
          ` [PATCH 2/5] Revert "crypto: talitos - fix SEC1 32k ahash request limitation"
          ` [PATCH 3/5] crypto: talitos - stop using crypto_ahash::init
          ` [PATCH 4/5] crypto: talitos - fix SEC1 32k ahash request limitation
          ` [PATCH 5/5] crypto: talitos - rename first/last to first_desc/last_desc

[PATCH 0/3] Add packet-mode ESP offload for Airoha/EIP93
 2026-05-23 12:24 UTC  (5+ messages)
` [PATCH 1/3] xfrm: extend ESP offload infrastructure for packet engines
` [PATCH 2/3] crypto: inside-secure: add EIP93 ESP packet backend
` [PATCH 3/3] net: airoha: add EIP93-backed ESP XFRM offload

[PATCH v5 00/13] Add explicit clock vote and enable power-domain for QCOM-ICE
 2026-05-23  2:19 UTC  (2+ messages)
` (subset) "

[PATCH v4 00/12] crypto: atmel - introduce shared i2c core client management and capability-based selection framework
 2026-05-22 23:01 UTC  (13+ 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 v4 11/12] crypto: atmel-sha204a - integrate into core management tracking
` [PATCH v4 12/12] crypto: atmel-sha204a - switch to module_i2c_driver

[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] 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  (2+ 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 v3] crypto/ccp: Introduce SNP_VERIFY_MITIGATION command
 2026-05-22  1:58 UTC  (7+ 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


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