public inbox for linux-crypto@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-16 10:05:17 to 2026-02-24 09:12:36 UTC [more...]

[PATCH 0/37] PCI/MSI: Enforce explicit IRQ vector management by removing devres auto-free
 2026-02-24  9:12 UTC  (17+ messages)
` [PATCH 01/37] PCI/MSI: Add Devres managed IRQ vectors allocation
` [PATCH 37/37] PCI/MSI: Only check is_msi_managed in pcim_setup_msi_release()
` [PATCH 17/37] crypto: safexcel: Replace pci_alloc_irq_vectors() with pcim_alloc_irq_vectors()
` [PATCH 18/37] crypto: octeontx2: "

[PATCH] kunit: irq: Ensure timer doesn't fire too frequently
 2026-02-24  9:01 UTC  (2+ messages)

[PATCH v9 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2026-02-24  8:25 UTC  (10+ messages)
` [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements

[PATCH] treewide: fix duplicated word "the" in comments
 2026-02-24  7:13 UTC  (2+ messages)

[PATCH] crypto: fix spelling errors in comments
 2026-02-24  3:37 UTC 

[PATCH 0/4] Allow setting RAPL_DIS during SNP_INIT_EX
 2026-02-23 22:14 UTC  (11+ messages)
` [PATCH 1/4] selftests/kvm: allow retrieving underlying SEV firmware error
` [PATCH 2/4] selftests/kvm: check that SEV-ES VMs are allowed in SEV-SNP mode
` [PATCH 3/4] crypto/ccp: support setting RAPL_DIS in SNP_INIT_EX
` [PATCH 4/4] selftests/kvm: smoke test support for RAPL_DIS

[PATCH v15 00/28] x86: Secure Launch support for Intel TXT
 2026-02-23 21:37 UTC  (16+ messages)

[PATCH 00/15] AES-CMAC library
 2026-02-23 21:28 UTC  (28+ messages)
` [PATCH 01/15] lib/crypto: aes: Add support for CBC-based MACs
` [PATCH 02/15] crypto: aes - Add cmac, xcbc, and cbcmac algorithms using library
` [PATCH 03/15] crypto: arm64/aes - Fix 32-bit aes_mac_update() arg treated as 64-bit
` [PATCH 04/15] lib/crypto: arm64/aes: Move assembly code for AES modes into libaes
` [PATCH 05/15] lib/crypto: arm64/aes: Migrate optimized CBC-based MACs into library
` [PATCH 06/15] lib/crypto: tests: Add KUnit tests for CBC-based MACs
` [PATCH 07/15] lib/crypto: aes: Add FIPS self-test for CMAC
` [PATCH 08/15] smb: client: Use AES-CMAC library for SMB3 signature calculation
` [PATCH 09/15] smb: client: Remove obsolete cmac(aes) allocation
` [PATCH 10/15] smb: client: Make generate_key() return void
` [PATCH 11/15] smb: client: Drop 'allocate_crypto' arg from smb*_calc_signature()
` [PATCH 12/15] ksmbd: Use AES-CMAC library for SMB3 signature calculation
` [PATCH 13/15] Bluetooth: SMP: Use AES-CMAC library API
` [PATCH 14/15] wifi: mac80211: Use AES-CMAC library in ieee80211_aes_cmac()
` [PATCH 15/15] wifi: mac80211: Use AES-CMAC library in aes_s2v()

[PATCH] crypto: atmel-i2c - Replace hard-coded bus clock rate with constant
 2026-02-23 16:57 UTC 

[PATCH] crypto: qce - Replace snprintf("%s") with strscpy
 2026-02-23 15:57 UTC 

[PATCH] MAINTAINERS: Remove Daniele Alessandrelli as Keem Bay maintainer
 2026-02-23 15:06 UTC 

[PATCH v2] crypto: fix spelling errors in comments
 2026-02-23 13:53 UTC 

[PATCH] crypto: fix spelling errors in comments
 2026-02-23 13:28 UTC 

[PATCH v7] crypto: qce - Add runtime PM and interconnect bandwidth scaling support
 2026-02-23 13:14 UTC  (7+ messages)

[PATCH] dt-bindings: crypto: qcom,inline-crypto-engine: Document the Eliza ICE
 2026-02-23 10:37 UTC  (2+ messages)

[PATCH] crypto: vmx - Remove disabled build directive
 2026-02-23  7:56 UTC 

Null deref in scatterwalk_pagedone
 2026-02-23  4:45 UTC  (3+ messages)

[GIT PULL] Crypto library fix for v7.0-rc1
 2026-02-22 21:19 UTC  (2+ messages)

[PATCH] crypto: atmel-sha204a - Fix error codes in OTP reads
 2026-02-22 20:10 UTC  (4+ messages)

[PATCH] crypto: atmel-sha204a - Fix uninitialized data access on OTP read error
 2026-02-22 18:23 UTC  (3+ messages)

[PATCH] crypto: atmel-sha204a - Fix potential UAF and memory leak in remove path
 2026-02-21 19:04 UTC 

[PATCH] Crypto : Fix Null deref in scatterwalk_pagedone
 2026-02-21 18:39 UTC  (3+ messages)

[PATCH 00/11] Add explicit power-domain and clock voting for QCOM-ICE
 2026-02-21 11:45 UTC  (15+ messages)
` [PATCH 01/11] dt-bindings: crypto: qcom,ice: Require power-domain and iface clk
` [PATCH 11/11] soc: qcom: ice: Add explicit power-domain and clock voting calls for ICE

[PATCH] crypto: Add SPDX ids to some files
 2026-02-20 18:29 UTC  (6+ messages)

[PATCH] crypto: atmel-ecc - Release client on allocation failure
 2026-02-20 14:03 UTC 

[PATCH v5 0/4] Enable ICE clock scaling
 2026-02-20 11:15 UTC  (10+ messages)
` [PATCH v5 2/4] soc: qcom: ice: Add OPP-based clock scaling support for ICE

[PATCH v6 0/4] Enable ICE clock scaling
 2026-02-20  7:37 UTC  (8+ messages)
` [PATCH v6 1/4] dt-bindings: crypto: ice: add operating-points-v2 property for QCOM ICE
` [PATCH v6 2/4] soc: qcom: ice: Add OPP-based clock scaling support for ICE
` [PATCH v6 3/4] ufs: host: Add ICE clock scaling during UFS clock changes
` [PATCH v6 4/4] soc: qcom: ice: Set ICE clk to TURBO on probe

Using aes-generic, kind-of regression in 7.0
 2026-02-19 20:44 UTC  (3+ messages)

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

[PATCH v10 0/4] crypto: spacc - Add SPAcc Crypto Driver
 2026-02-19 11:41 UTC  (5+ messages)
` [PATCH v10 1/4] dt-bindings: crypto: Document support for SPAcc
` [PATCH v10 2/4] crypto: spacc - Add SPAcc ahash support
` [PATCH v10 3/4] Add SPAcc AUTODETECT Support
` [PATCH v10 4/4] crypto: spacc - Add SPAcc Kconfig and Makefile

[PATCH] crypto: atmel-sha204a - Fix OOM ->tfm_count leak
 2026-02-18 23:54 UTC 

[PATCH 0/6] Add RMPOPT support
 2026-02-18 22:56 UTC  (29+ messages)
` [PATCH 1/6] x86/cpufeatures: Add X86_FEATURE_AMD_RMPOPT feature flag
` [PATCH 2/6] x86/sev: add support for enabling RMPOPT
` [PATCH 3/6] x86/sev: add support for RMPOPT instruction
` [PATCH 4/6] x86/sev: Add interface to re-enable RMP optimizations
` [PATCH 5/6] x86/sev: Use configfs "
` [PATCH 6/6] x86/sev: Add debugfs support for RMPOPT

[PATCH] lib/crypto: powerpc/aes: Fix rndkey_from_vsx() on big endian CPUs
 2026-02-18 21:40 UTC  (2+ messages)

[PATCH v9 0/4] crypto: spacc - Add SPAcc Crypto Driver
 2026-02-18 17:39 UTC  (6+ messages)
` [PATCH v9 1/4] dt-bindings: crypto: Document support for SPAcc
` [PATCH v9 2/4] crypto: spacc - Add SPAcc ahash support
` [PATCH v9 3/4] Add SPAcc AUTODETECT Support
` [PATCH v9 4/4] crypto: spacc - Add SPAcc Kconfig and Makefile

[PATCH] crypto: rsa: add debug message if leading zero byte is missing
 2026-02-18 13:53 UTC  (7+ messages)

[PATCH] ksmbd: Compare MACs in constant time
 2026-02-18 12:50 UTC  (2+ messages)

[PATCH v6] crypto: qce - Add runtime PM and interconnect bandwidth scaling support
 2026-02-18 11:12 UTC  (4+ messages)

[PATCH] smb: client: Compare MACs in constant time
 2026-02-18  4:27 UTC 

[PATCH v2 0/6] Enable UFS support on Milos
 2026-02-18  2:33 UTC  (9+ messages)
` [PATCH v2 2/6] scsi: ufs: qcom,sc7180-ufshc: dt-bindings: Document the Milos UFS Controller
` [PATCH v2 5/6] arm64: dts: qcom: milos: Add UFS nodes

[PATCH] crypto: aead: add service indicator flag for RFC4106 AES-GCM
 2026-02-17 20:59 UTC  (3+ messages)

[PATCH v2] crypto: atmel-sha204a - Fix OTP sysfs read and error handling
 2026-02-17 10:34 UTC  (2+ messages)
` Hi Thorsten,

[PATCH] x509: select CONFIG_CRYPTO_LIB_SHA256
 2026-02-17  8:35 UTC  (2+ messages)

[PATCH] crypto: sa2ul: add missing IS_ERR checks
 2026-02-16 23:16 UTC 

[PATCH] crypto/ccp: Fix use-after-free on error path
 2026-02-16 18:40 UTC  (2+ messages)


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