public inbox for linux-crypto@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-07 04:07:08 to 2026-01-12 19:28:44 UTC [more...]

[PATCH v4 0/6] KFuzzTest: a new kernel fuzzing framework
 2026-01-12 19:28 UTC  (3+ messages)
` [PATCH v4 1/6] kfuzztest: add user-facing API and data structures
` [PATCH v4 2/6] kfuzztest: implement core module and input processing

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

[QUESTION] Debugging some file data corruption
 2026-01-12 18:11 UTC  (3+ messages)

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

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

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

[BUG] KASAN: slab-use-after-free Read in adf_dev_up
 2026-01-12 13:14 UTC  (2+ messages)

[PATCH 0/6] Enable UFS support on Milos
 2026-01-12 13:08 UTC  (24+ 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 v3 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
 2026-01-12 13:01 UTC  (2+ messages)

[syzbot] Monthly crypto report (Jan 2026)
 2026-01-12 12:37 UTC 

[PATCH 0/2] host1x: Convert to bus methods
 2026-01-12 11:53 UTC  (2+ messages)

[PATCH v5 00/36] Compiler-Based Context- and Locking-Analysis
 2026-01-12 10:32 UTC  (12+ messages)
` [PATCH v5 10/36] locking/mutex: Support Clang's context analysis
` [PATCH v5 20/36] locking/ww_mutex: "

[PATCH v2 0/2] lib/crypto: x86/sha: Add PHE Extensions support
 2026-01-12  9:12 UTC  (6+ messages)
` [PATCH v2 1/2] lib/crypto: x86/sha1: PHE Extensions optimized SHA1 transform function

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

[PATCH v3] KVM: SEV: Add KVM_SEV_SNP_HV_REPORT_REQ command
 2026-01-12  8:12 UTC  (2+ messages)

[PATCH v3 1/3] dt-bindings: crypto: eip93: add clock gate and reset line
 2026-01-12  7:32 UTC  (4+ messages)

[PATCH v7 0/3] Add support for more AES modes in TI DTHEv2
 2026-01-12  4:27 UTC  (3+ messages)
` [PATCH v7 1/3] crypto: ti - Add support for AES-CTR in DTHEv2 driver

[GIT PULL] Crypto library fixes for v6.19-rc5
 2026-01-11 19:39 UTC 

[PATCH v4 00/15] Add support for Microchip LAN969x
 2026-01-11 14:46 UTC  (29+ messages)
` [PATCH v4 01/15] dt-bindings: usb: Add Microchip LAN969x support
` [PATCH v4 02/15] dt-bindings: mfd: atmel,sama5d2-flexcom: add microchip,lan9691-flexcom
` [PATCH v4 03/15] dt-bindings: serial: atmel,at91-usart: add microchip,lan9691-usart
` [PATCH v4 05/15] dt-bindings: i2c: atmel,at91sam: add microchip,lan9691-i2c
` [PATCH v4 06/15] dt-bindings: rng: atmel,at91-trng: add microchip,lan9691-trng
` [PATCH v4 07/15] dt-bindings: crypto: atmel,at91sam9g46-aes: add microchip,lan9691-aes
` [PATCH v4 08/15] dt-bindings: crypto: atmel,at91sam9g46-sha: add microchip,lan9691-sha
` [PATCH v4 09/15] dt-bindings: dma: atmel: add microchip,lan9691-dma
` [PATCH v4 10/15] dt-bindings: net: mscc-miim: add microchip,lan9691-miim
` [PATCH v4 11/15] dt-bindings: pinctrl: pinctrl-microchip-sgpio: add LAN969x
` [PATCH v4 12/15] arm64: dts: microchip: add LAN969x clock header file
` [PATCH v4 13/15] arm64: dts: microchip: add LAN969x support
` [PATCH v4 14/15] dt-bindings: arm: AT91: document EV23X71A board
` [PATCH v4 15/15] arm64: dts: microchip: add "

[PATCH v4 0/5] Fixes for PMF and CCP drivers after S4
 2026-01-10 21:34 UTC  (7+ messages)
` [PATCH v4 3/5] crypto: ccp - Add an S4 restore flow
` [PATCH v4 5/5] crypto: ccp - Send PSP_CMD_TEE_RING_DESTROY when PSP_CMD_TEE_RING_INIT fails

[PATCH] crypto: inside-secure/eip93 - unregister only available algorithm
 2026-01-10 17:24 UTC  (3+ messages)

[GIT PULL] Crypto Fixes for 6.19
 2026-01-09 16:40 UTC  (2+ messages)

[PATCH] drivers/crypto/ccp/ccp-ops.c: Fix a crash due to incorrect cleanup usage of kfree
 2026-01-09 15:17 UTC  (4+ messages)
` [PATCH v2] crypto: ccp - "

[PATCH] crypto: stm32 - Remove unnecessary checks before calling memcpy
 2026-01-09 14:20 UTC 

[PATCH v9 03/11] dmaengine: qcom: bam_dma: implement support for BAM locking
 2026-01-09 14:15 UTC  (12+ messages)

[PATCH RFC 00/16] Eliminate warnings for AST2500 and AST2600 EVB devicetrees
 2026-01-09 13:34 UTC  (8+ messages)
` [PATCH RFC 02/16] pinctrl: aspeed: g5: Constrain LPC binding revision workaround to AST2500
` [PATCH RFC 03/16] pinctrl: aspeed: g5: Allow use of LPC node instead of LPC host controller

[PATCH] crypto: omap - Use sysfs_emit in sysfs show functions
 2026-01-09 12:36 UTC 

[PATCH 00/36] AES library improvements
 2026-01-09  9:08 UTC  (8+ messages)
` [PATCH 15/36] lib/crypto: s390/aes: Migrate optimized code into library

[PATCH v2 0/3] perf genelf: BLAKE2s build ID generation
 2026-01-09  2:24 UTC  (2+ messages)

[PATCH v15 00/28] x86: Secure Launch support for Intel TXT
 2026-01-08 16:46 UTC  (10+ messages)
` [PATCH v15 19/28] x86/tpm: Early TPM PCR extending driver

[PATCH iproute2-next v3] lib/bpf_legacy: Use userspace SHA-1 code instead of AF_ALG
 2026-01-08 15:42 UTC  (3+ messages)

[PATCH 0/4] Fixes for EIP97/EIP197 binding and devicetrees
 2026-01-08 14:52 UTC  (7+ 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 "

[PATCH v2 00/15] fix DMA aligment issues around virtio
 2026-01-08 14:45 UTC  (21+ messages)
` [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 10/15] virtio_scsi: fix DMA cacheline issues "
` [PATCH v2 13/15] vsock/virtio: reorder fields to reduce padding
  ` [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 v11 0/8] x509, pkcs7, crypto: Add ML-DSA and RSASSA-PSS signing
 2026-01-08 14:39 UTC  (21+ messages)
` [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 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] lib/crypto: mldsa: Add FIPS cryptographic algorithm self-test
 2026-01-08 13:25 UTC  (3+ messages)

[syzbot] [crypto?] possible deadlock in crypto_alg_mod_lookup
 2026-01-08 13:01 UTC 

[PATCH v2 00/17] tee: Use bus callbacks instead of driver callbacks
 2026-01-08 12:38 UTC  (10+ messages)

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

[PATCH] MAINTAINERS: add test vector generation scripts to "CRYPTO LIBRARY"
 2026-01-08 11:19 UTC  (2+ messages)

[PATCH] lib/crypto: aes: Fix missing MMU protection for AES S-box
 2026-01-08 11:18 UTC  (2+ messages)

[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_lock via adf_ctl_ioctl
 2026-01-08  2:46 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  (4+ messages)


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