Linux cryptographic layer development
 help / color / mirror / Atom feed
 messages from 2026-05-22 13:40:38 to 2026-05-28 14:53:27 UTC [more...]

[PATCH] crypto: sun4i-ss: restrict PRNG seed length to prevent heap overflow
 2026-05-28 14:53 UTC 

[PATCH v5 0/7] Add RMPOPT support
 2026-05-28 14:45 UTC  (9+ messages)
` [PATCH v5 1/7] x86/cpufeatures: Add X86_FEATURE_AMD_RMPOPT feature flag
` [PATCH v5 2/7] x86/msr: add wrmsrq_on_cpus helper
` [PATCH v5 4/7] x86/sev: Add support to perform RMP optimizations asynchronously

[PATCH 0/3] Add support for qcrypto on shikra
 2026-05-28 13:50 UTC  (18+ messages)
` [PATCH 3/3] arm64: dts: qcom: shikra: Add qcrypto node support

[PATCH v2 0/7] Add support for the Microsoft Surface Pro 12in 1st Edition (Snapdragon),
 2026-05-28 13:43 UTC  (7+ messages)
` [PATCH v2 3/7] platform/surface: SAM: Add support for Surface Pro 12in
` [PATCH v2 7/7] arm64: dts: qcom: Add Microsoft "

[PATCH 0/2] Fix leaking of cached Host1x buffer objects
 2026-05-28 12:16 UTC  (3+ messages)
` [PATCH 1/2] gpu: host1x: Allow entries in BO caches to be freed

[PATCH v2 0/5] crypto: hisilicon - improve backlog handling
 2026-05-28 11:55 UTC  (6+ messages)
` [PATCH v2 1/5] crypto: hisilicon/zip - add backlog support for zip
` [PATCH v2 2/5] crypto: hisilicon/sec2 - fix UAF in sec_alg_send_backlog
` [PATCH v2 3/5] crypto: hisilicon/hpre - implement full backlog support for hpre driver
` [PATCH v2 4/5] crypto: hisilicon/sec2 - fix resource leakage issues in non-backlog mode
` [PATCH v2 5/5] crypto: hisilicon/sec2 - restore iv for ctr mode

[PATCH 00/29] crypto: talitos - Driver cleanup
 2026-05-28  9:08 UTC  (30+ messages)
` [PATCH 01/29] crypto: talitos/hash - Use CRYPTO_AHASH_BLOCK_ONLY API
` [PATCH 02/29] crypto: talitos - Move driver into dedicated directory
` [PATCH 03/29] crypto: talitos - Add missing includes to driver header file
` [PATCH 04/29] crypto: talitos/hwrng - Move into separate file
` [PATCH 05/29] crypto: talitos - Prepare crypto implementation file splitting
` [PATCH 06/29] crypto: talitos - Introduce registration helper
` [PATCH 07/29] crypto: talitos/hash - Move into separate file
` [PATCH 08/29] crypto: talitos/skcipher "
` [PATCH 09/29] crypto: talitos/aead "
` [PATCH 10/29] crypto: talitos - Remove alg settings in talitos_register_common()
` [PATCH 11/29] crypto: talitos - Remove unused priority field in struct talitos_alg_template
` [PATCH 12/29] crypto: talitos/hash - Convert to init_tfm/exit_tfm type-specific API
` [PATCH 13/29] crypto: talitos/skcipher - Convert to init/exit "
` [PATCH 14/29] crypto: talitos/aead "
` [PATCH 15/29] crypto: talitos/hash - Use macro for algorithm definitions
` [PATCH 16/29] crypto: talitos/skcipher "
` [PATCH 17/29] crypto: talitos/aead "
` [PATCH 18/29] crypto: talitos - Split SEC1/SEC2 code into separate function variants
` [PATCH 19/29] crypto: talitos - Introduce struct talitos_ops
` [PATCH 20/29] crypto: talitos - Replace SEC1/SEC2 conditionals with ops dispatch
` [PATCH 21/29] crypto: talitos - Export common channel and error handling routines
` [PATCH 22/29] crypto: talitos - Move SEC1 ops into talitos-sec1.c
` [PATCH 23/29] crypto: talitos - Move SEC2 ops into talitos-sec2.c
` [PATCH 24/29] crypto: talitos - Introduce per-SEC-version pointer helper ops
` [PATCH 25/29] crypto: talitos - Dispatch pointer helpers through ptr_ops
` [PATCH 26/29] crypto: talitos - Remove now-unused global pointer helpers
` [PATCH 27/29] crypto: talitos - Introduce per-SEC-version descriptor structures and ops
` [PATCH 28/29] crypto: talitos - Clean up includes in core driver file
` [PATCH 29/29] crypto: talitos - Remove TALITOS_DESC_SIZE macro

[PATCH] crypto: qat - simplify adf_service_mask_to_string helper
 2026-05-27 17:46 UTC 

[PATCH v2 0/4] crypto: skcipher - per-tfm multi-data-unit batching
 2026-05-27 17:32 UTC  (6+ messages)
` [PATCH v2 1/4] crypto: skcipher - add per-tfm data_unit_size for batched requests
` [PATCH v2 2/4] crypto: xts - support multiple data units per request in template
` [PATCH v2 3/4] crypto: testmgr - exercise multi-data-unit path for skcipher
` [PATCH v2 4/4] dm crypt: batch all sectors of a bio per crypto request

[PATCH 0/8] ARM crc64 and XOR using NEON intrinsics
 2026-05-27 15:42 UTC  (6+ messages)
` [PATCH 7/8] lib/raid6: Include asm/neon-intrinsics.h rather than arm_neon.h

[PATCH] crypto: powerpc/aes - use min in ppc_{ecb,cbc,ctr,xts}_crypt
 2026-05-27 14:11 UTC 

[PATCH 0/3] Add packet-mode ESP offload for Airoha/EIP93
 2026-05-27 10:08 UTC  (6+ 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 RESEND 1/6] sock: add sock_kzalloc helper
 2026-05-27  8:25 UTC  (6+ messages)
` [PATCH RESEND 2/6] crypto: af_alg - use sock_kzalloc in af_alg_alloc_areq
` [PATCH RESEND 3/6] crypto: algif_aead - use sock_kzalloc in aead_accept_parent_nokey
` [PATCH RESEND 4/6] crypto: af_alg - use sock_kzalloc in alloc_result + accept_parent_nokey
` [PATCH RESEND 5/6] crypto: algif_rng - use sock_kzalloc in rng_accept_parent
` [PATCH RESEND 6/6] crypto: algif_skcipher - use sock_kzalloc in accept_parent_nokey

[PATCH 0/3] AF_ALG: Remove support for AIO and old-style drivers
 2026-05-27  8:13 UTC  (8+ 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 1/6] sock: add sock_kzalloc helper
 2026-05-26 22:57 UTC  (6+ messages)

[PATCH] crypto: chelsio: fix inflight counter leak in chcr_aead_op()
 2026-05-26 16:06 UTC 

[PATCH] crypto: chelsio: fix inflight counter leak in chcr_aes_encrypt()
 2026-05-26 15:57 UTC 

[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  (2+ messages)

[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] 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] 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  (10+ messages)
` [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  (7+ 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 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


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