linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-01-01 12:00:34 to 2026-01-06 17:34:50 UTC [more...]

[PATCH v5 00/36] Compiler-Based Context- and Locking-Analysis
 2026-01-06 17:34 UTC  (4+ messages)
` [PATCH v5 06/36] cleanup: Basic compatibility with context analysis

[PATCH] KEYS: replace -EEXIST with -EBUSY
 2026-01-06 15:04 UTC  (4+ messages)

[PATCH v2 00/15] fix DMA aligment issues around virtio
 2026-01-06 14:51 UTC  (30+ messages)
` [PATCH v2 01/15] dma-mapping: add __dma_from_device_group_begin()/end()
` [PATCH v2 02/15] docs: dma-api: document __dma_from_device_group_begin()/end()
` [PATCH v2 03/15] dma-mapping: add DMA_ATTR_CPU_CACHE_CLEAN
` [PATCH v2 04/15] docs: dma-api: document DMA_ATTR_CPU_CACHE_CLEAN
` [PATCH v2 05/15] dma-debug: track cache clean flag in entries
` [PATCH v2 06/15] virtio: add virtqueue_add_inbuf_cache_clean API
` [PATCH v2 07/15] vsock/virtio: fix DMA alignment for event_list
` [PATCH v2 08/15] vsock/virtio: use virtqueue_add_inbuf_cache_clean for events
` [PATCH v2 09/15] virtio_input: fix DMA alignment for evts
` [PATCH v2 10/15] virtio_scsi: fix DMA cacheline issues for events
` [PATCH v2 11/15] virtio-rng: fix DMA alignment for data buffer
` [PATCH v2 12/15] virtio_input: use virtqueue_add_inbuf_cache_clean for events
` [PATCH v2 13/15] vsock/virtio: reorder fields to reduce padding
` [PATCH v2 14/15] gpio: virtio: fix DMA alignment
` [PATCH v2 15/15] gpio: virtio: reorder fields to reduce struct padding

linux-image-amd64: self-tests for sha256 using sha256-padlock-nano failed
 2026-01-06 14:47 UTC  (8+ messages)
` [PATCH] crypto: padlock-sha - Disable broken driver

[PATCH v4 0/5] Fixes for PMF and CCP drivers after S4
 2026-01-06 13:42 UTC  (7+ messages)
` [PATCH v4 1/5] platform/x86/amd/pmf: Prevent TEE errors after hibernate
` [PATCH v4 2/5] crypto: ccp - Declare PSP dead if PSP_CMD_TEE_RING_INIT fails
` [PATCH v4 3/5] crypto: ccp - Add an S4 restore flow
` [PATCH v4 4/5] crypto: ccp - Factor out ring destroy handling to a helper
` [PATCH v4 5/5] crypto: ccp - Send PSP_CMD_TEE_RING_DESTROY when PSP_CMD_TEE_RING_INIT fails

[PATCH v2 00/17] tee: Use bus callbacks instead of driver callbacks
 2026-01-06 13:40 UTC  (8+ messages)

[PATCH v4 00/15] Add support for Microchip LAN969x
 2026-01-06 12:21 UTC  (6+ messages)
` [PATCH v4 04/15] dt-bindings: spi: at91: add microchip,lan9691-spi
` (subset) [PATCH v4 00/15] Add support for Microchip LAN969x

[PATCH v9 00/11] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-01-06 12:20 UTC  (13+ messages)
` [PATCH v9 03/11] dmaengine: qcom: bam_dma: implement support for BAM locking

[PATCH] lib/crypto: tests: polyval_kunit: Increase iterations for preparekey in IRQs
 2026-01-06 11:53 UTC  (4+ messages)

[PATCH v11 0/8] x509, pkcs7, crypto: Add ML-DSA and RSASSA-PSS signing
 2026-01-06  9:37 UTC  (14+ messages)
` [PATCH v11 1/8] crypto: Add ML-DSA crypto_sig support
` [PATCH v11 2/8] pkcs7: Allow the signing algo to calculate the digest itself
` [PATCH v11 3/8] pkcs7, x509: Add ML-DSA support
` [PATCH v11 4/8] modsign: Enable ML-DSA module signing
` [PATCH v11 5/8] crypto: Add supplementary info param to asymmetric key signature verification
` [PATCH v11 6/8] crypto: Add RSASSA-PSS support
` [PATCH v11 7/8] pkcs7, x509: "
` [PATCH v11 8/8] modsign: Enable RSASSA-PSS module signing

[PATCH 00/36] AES library improvements
 2026-01-06  6:58 UTC  (42+ messages)
` [PATCH 01/36] crypto: powerpc/aes - Rename struct aes_key
` [PATCH 02/36] lib/crypto: aes: Introduce improved AES library
` [PATCH 03/36] crypto: arm/aes-neonbs - Use AES library for single blocks
` [PATCH 04/36] crypto: arm/aes - Switch to aes_enc_tab[] and aes_dec_tab[]
` [PATCH 05/36] crypto: arm64/aes "
` [PATCH 06/36] crypto: arm64/aes - Select CRYPTO_LIB_SHA256 from correct places
` [PATCH 07/36] crypto: aegis - Switch from crypto_ft_tab[] to aes_enc_tab[]
` [PATCH 08/36] crypto: aes - Remove aes-fixed-time / CONFIG_CRYPTO_AES_TI
` [PATCH 09/36] crypto: aes - Replace aes-generic with wrapper around lib
` [PATCH 10/36] lib/crypto: arm/aes: Migrate optimized code into library
` [PATCH 11/36] lib/crypto: arm64/aes: "
` [PATCH 12/36] lib/crypto: powerpc/aes: Migrate SPE "
` [PATCH 13/36] lib/crypto: powerpc/aes: Migrate POWER8 "
` [PATCH 14/36] lib/crypto: riscv/aes: Migrate "
` [PATCH 15/36] lib/crypto: s390/aes: "
` [PATCH 16/36] lib/crypto: sparc/aes: "
` [PATCH 17/36] lib/crypto: x86/aes: Add AES-NI optimization
` [PATCH 18/36] crypto: x86/aes - Remove the superseded AES-NI crypto_cipher
` [PATCH 19/36] Bluetooth: SMP: Use new AES library API
` [PATCH 20/36] chelsio: "
` [PATCH 21/36] net: phy: mscc: macsec: "
` [PATCH 22/36] staging: rtl8723bs: core: "
` [PATCH 23/36] crypto: arm/ghash - "
` [PATCH 24/36] crypto: arm64/ghash "
` [PATCH 25/36] crypto: x86/aes-gcm "
` [PATCH 26/36] crypto: ccp "
` [PATCH 27/36] crypto: chelsio "
` [PATCH 28/36] crypto: crypto4xx "
` [PATCH 29/36] crypto: drbg "
` [PATCH 30/36] crypto: inside-secure "
` [PATCH 31/36] crypto: omap "
` [PATCH 32/36] lib/crypto: aescfb: "
` [PATCH 33/36] lib/crypto: aesgcm: "
` [PATCH 34/36] lib/crypto: aes: Remove old AES en/decryption functions
` [PATCH 35/36] lib/crypto: aes: Drop "_new" suffix from "
` [PATCH 36/36] lib/crypto: aes: Drop 'volatile' from aes_sbox and aes_inv_sbox

[PATCH v5] crypto: qce - Add runtime PM and interconnect bandwidth scaling support
 2026-01-06  5:11 UTC  (3+ messages)

[PATCH v6 0/4] uacce: driver fixes for memory leaks and state management
 2026-01-06  2:38 UTC  (2+ messages)

[PATCH v4 0/9] Various dt-bindings for Milos and The Fairphone (Gen. 6) addition
 2026-01-05 22:50 UTC  (2+ messages)
` (subset) "

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

[PATCH v2] crypto: ecc - Streamline alloc_point and remove {alloc,free}_digits_space
 2026-01-05 22:21 UTC 

[PATCH] hwrng: airoha set rng quality to 900
 2026-01-05 20:41 UTC 

[PATCH v4 0/2] Add TRNG node for x1e80100 SoC
 2026-01-05 19:16 UTC  (2+ messages)
` (subset) "

[PATCH bpf-next v4 0/6] Add cryptographic hash and signature verification kfuncs to BPF
 2026-01-05 17:37 UTC  (7+ messages)
` [PATCH bpf-next v4 1/6] crypto: Add BPF hash algorithm type registration module
` [PATCH bpf-next v4 2/6] crypto: Add BPF signature "
` [PATCH bpf-next v4 3/6] bpf: Add hash kfunc for cryptographic hashing
` [PATCH bpf-next v4 4/6] selftests/bpf: Add tests for bpf_crypto_hash kfunc
` [PATCH bpf-next v4 5/6] bpf: Add ECDSA signature verification kfuncs
` [PATCH bpf-next v4 6/6] selftests/bpf: Add tests for "

[PATCH 1/2] crypto: ccp - Fix a case where SNP_SHUTDOWN is missed
 2026-01-05 17:43 UTC  (3+ messages)
` [PATCH 2/2] crypto/ccp: narrow scope of snp_range_list

[PATCH] crypto: ecc - Streamline alloc_point and remove {alloc,free}_digits_space
 2026-01-05 17:08 UTC  (2+ messages)

[PATCH] crypto: inside-secure/eip93 - unregister only available algorithm
 2026-01-05 15:01 UTC  (2+ messages)

[PATCH] crypto: inside-secure/eip93 - fix kernel panic in driver detach
 2026-01-05 14:49 UTC  (2+ messages)

crypto: ccp - Use NULL instead of plain 0
 2026-01-05 14:15 UTC  (3+ messages)

[PATCH] lib/crypto: nh: Restore dependency of arch code on !KMSAN
 2026-01-05  5:36 UTC 

[PATCH RFC 00/13] fix DMA aligment issues around virtio
 2026-01-05  4:57 UTC  (16+ messages)
` [PATCH RFC 01/13] dma-mapping: add __dma_from_device_align_begin/end
` [PATCH RFC 05/13] dma-debug: track cache clean flag in entries
` [PATCH RFC 14/13] gpio: virtio: fix DMA alignment
` [PATCH RFC 15/13] gpio: virtio: reorder fields to reduce struct padding

[PATCH v15 00/28] x86: Secure Launch support for Intel TXT
 2026-01-03 20:44 UTC  (5+ messages)
` [PATCH v15 19/28] x86/tpm: Early TPM PCR extending driver

[PATCH v3 1/3] dt-bindings: crypto: eip93: add clock gate and reset line
 2026-01-03 14:11 UTC  (5+ messages)
` [PATCH v3 2/3] dt-bindings: crypto: eip93: add support for Mediatek MT7621 SoC
` [PATCH v3 3/3] mips: dts: ralink: mt7621: add crypto offload support

[GIT PULL] Crypto library fix for v6.19-rc4
 2026-01-02 20:35 UTC  (2+ messages)

Nvidia PKA driver upstream needs permission from linux-crypto team
 2026-01-02 13:16 UTC  (7+ messages)
` [PATCH v3 0/3] platform/mellanox: Add mlxbf_pka driver for BlueField DPU
  ` [PATCH v3 2/3] platform/mellanox/mlxbf_pka: Add userspace PKA ring device interface

[PATCH] crypto: nx - Simplify with scoped for each OF child loop
 2026-01-02 12:50 UTC 

[PATCH v2 1/2] dt-bindings: crypto: Add support for Mediatek MT7621 SoC
 2026-01-02 12:16 UTC  (6+ messages)
` [PATCH v2 2/2] mips: dts: ralink: mt7621: add crypto offload support

[PATCH 0/3] Implementation of Ascon-Hash256
 2026-01-01 23:35 UTC  (8+ messages)

[PATCH 1/2] dt-bindings: crypto: Add support for Mediatek MT7621 SoC
 2026-01-01 17:12 UTC  (2+ messages)
` [PATCH 2/2] mips: dts: ralink: mt7621: add crypto offload support

[PATCH] crypto: testmgr - allow authenc(sha224,rfc3686) variant in fips mode
 2026-01-01 15:25 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).