public inbox for linux-crypto@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-03 20:44:48 to 2026-01-08 11:02:36 UTC [more...]

[PATCH 0/4] Fixes for EIP97/EIP197 binding and devicetrees
 2026-01-08 11:02 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: crypto: inside-secure,safexcel: Mandate only ring IRQs
` [PATCH 2/4] dt-bindings: crypto: inside-secure,safexcel: Add SoC compatibles
` [PATCH 3/4] arm64: dts: marvell: Add SoC specific compatibles to SafeXcel crypto
` [PATCH 4/4] arm64: dts: mediatek: mt7986a: Change compatible for "

[syzbot] BUG: KASAN: slab-use-after-free in mutex_optimistic_spin via adf_ctl_ioctl
 2026-01-08  5:14 UTC  (2+ messages)

[syzbot] BUG: KASAN: slab-use-after-free in mutex_optimistic_spin via adf_ctl_ioctl
 2026-01-08  3:04 UTC 

[syzbot] BUG: KASAN: slab-use-after-free in mutex_lock via adf_ctl_ioctl
 2026-01-08  2:46 UTC 

[PATCH 00/36] AES library improvements
 2026-01-07 20:34 UTC  (46+ 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 v4 00/15] Add support for Microchip LAN969x
 2026-01-07 18:11 UTC  (7+ messages)
` [PATCH v4 04/15] dt-bindings: spi: at91: add microchip,lan9691-spi
` [PATCH v4 05/15] dt-bindings: i2c: atmel,at91sam: add microchip,lan9691-i2c
` (subset) [PATCH v4 00/15] Add support for Microchip LAN969x

[PATCH v11 0/8] x509, pkcs7, crypto: Add ML-DSA and RSASSA-PSS signing
 2026-01-07 16:38 UTC  (20+ 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 v2 00/15] fix DMA aligment issues around virtio
 2026-01-07 16:29 UTC  (31+ 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

[PATCH 0/6] Enable UFS support on Milos
 2026-01-07 14:19 UTC  (17+ messages)
` [PATCH 1/6] dt-bindings: crypto: qcom,inline-crypto-engine: document the Milos ICE
` [PATCH 2/6] scsi: ufs: qcom,sc7180-ufshc: dt-bindings: Document the Milos UFS Controller
` [PATCH 3/6] dt-bindings: phy: qcom,sc8280xp-qmp-ufs-phy: document the Milos QMP UFS PHY
` [PATCH 4/6] phy: qcom-qmp-ufs: Add Milos support
` [PATCH 5/6] arm64: dts: qcom: milos: Add UFS nodes
` [PATCH 6/6] arm64: dts: qcom: milos-fairphone-fp6: Enable UFS

[PATCH v4 0/5] Fixes for PMF and CCP drivers after S4
 2026-01-07 14:06 UTC  (10+ 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-07  9:38 UTC  (10+ messages)

[PATCH] lib/crypto: aes: Fix missing MMU protection for AES S-box
 2026-01-07  5:20 UTC 

[PATCH] lib/crypto: mldsa: Add FIPS cryptographic algorithm self-test
 2026-01-07  4:42 UTC 

[PATCH 0/3] crypto: acomp - Add segmentation API for compression
 2026-01-07  4:30 UTC  (6+ messages)
` [PATCH 1/3] crypto: acomp - Define a unit_size in struct acomp_req to enable batching
` [PATCH 3/3] crypto: acomp - Add trivial segmentation wrapper

[PATCH] lib/crypto: nh: Restore dependency of arch code on !KMSAN
 2026-01-07  4:10 UTC  (2+ messages)

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

[PATCH] lib/crypto: tests: Fix syntax error for old python versions
 2026-01-07  3:43 UTC 

[PATCH] MAINTAINERS: add test vector generation scripts to "CRYPTO LIBRARY"
 2026-01-07  3:39 UTC 

linux-next: manual merge of the tip tree with the crypto tree
 2026-01-07  2:07 UTC 

[PATCH bpf-next v4 0/6] Add cryptographic hash and signature verification kfuncs to BPF
 2026-01-06 23:11 UTC  (12+ 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 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)

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

[PATCH RFC 00/13] fix DMA aligment issues around virtio
 2026-01-05  4:57 UTC  (5+ messages)
` [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


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