public inbox for linux-crypto@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-09 17:06:02 to 2026-03-13 17:57:21 UTC [more...]

[PATCH RFC 0/5] workqueue: add WQ_AFFN_CACHE_SHARD affinity scope
 2026-03-13 17:57 UTC  (8+ messages)
` [PATCH RFC 1/5] workqueue: fix parse_affn_scope() prefix matching bug
` [PATCH RFC 2/5] workqueue: add WQ_AFFN_CACHE_SHARD affinity scope
` [PATCH RFC 3/5] workqueue: set WQ_AFFN_CACHE_SHARD as the default "
` [PATCH RFC 4/5] workqueue: add test_workqueue benchmark module
` [PATCH RFC 5/5] tools/workqueue: add CACHE_SHARD support to wq_dump.py

[PATCH 01/11] x86/snp: drop support for SNP hotplug
 2026-03-13 16:17 UTC  (13+ messages)
` [PATCH v2 00/10] Move SNP initialization to the CCP driver
  ` [PATCH v2 01/10] x86/snp: drop support for SNP hotplug
  ` [PATCH v2 02/10] x86/snp: drop WBINVD before setting SNPEn
  ` [PATCH v2 03/10] x86/snp: Keep the RMP table bookkeeping area mapped
  ` [PATCH v2 04/10] x86/snp: Create a function to clear/zero the RMP
  ` [PATCH v2 05/10] x86/snp: create snp_prepare_for_snp_init()
  ` [PATCH v2 06/10] x86/snp, crypto: move SNP init to ccp driver
  ` [PATCH v2 07/10] x86/snp, crypto: move HSAVE_PA setup to arch/
  ` [PATCH v2 08/10] x86/snp: create snp_x86_shutdown()
  ` [PATCH v2 09/10] crypto: ccp - implement SNP x86 shutdown
  ` [PATCH v2 10/10] crypto: ccp - Update HV_FIXED page states to allow freeing of memory

[PATCH v2 00/11] Add explicit clock vote and enable power-domain for QCOM-ICE
 2026-03-13 15:58 UTC  (30+ messages)
` [PATCH v2 01/11] dt-bindings: crypto: qcom,ice: Allow power-domain and iface clk
` [PATCH v2 02/11] arm64: dts: qcom: kaanapali: Add power-domain and iface clk for ice node
` [PATCH v2 03/11] arm64: dts: qcom: lemans: "
` [PATCH v2 04/11] arm64: dts: qcom: monaco: "
` [PATCH v2 05/11] arm64: dts: qcom: sc7180: "
` [PATCH v2 06/11] arm64: dts: qcom: kodiak: "
` [PATCH v2 07/11] arm64: dts: qcom: sm8450: "
` [PATCH v2 08/11] arm64: dts: qcom: sm8550: "
` [PATCH v2 09/11] arm64: dts: qcom: sm8650: "
` [PATCH v2 10/11] arm64: dts: qcom: sm8750: "
` [PATCH v2 11/11] soc: qcom: ice: Allow explicit votes on 'iface' clock for ICE

[PATCH v2] padata: Put CPU offline callback in ONLINE section to allow failure
 2026-03-13 15:24 UTC 

[PATCH] crypto: Fix several spelling mistakes in comments
 2026-03-13 14:52 UTC 

[PATCH v7 0/3] Enable ICE clock scaling
 2026-03-13 12:21 UTC  (2+ messages)

[PATCH] crypto:hisilicon - add device load query functionality to debugfs
 2026-03-13  9:40 UTC 

[BUG] crypto: caam - RSA encrypt doesn't always complete new data in out_buf
 2026-03-13  9:18 UTC  (12+ messages)

[PATCH v4 0/2] lib/crypto: x86/sha: Add PHE Extensions support
 2026-03-13  8:01 UTC  (3+ messages)
` [PATCH v4 1/2] crypto: padlock-sha - Disable for Zhaoxin processor
` [PATCH v4 2/2] lib/crypto: x86/sha256: PHE Extensions optimized SHA256 transform function

[PATCH v3 0/3] lib/crypto: x86/sha: Add PHE Extensions support
 2026-03-13  3:28 UTC  (9+ messages)
` [PATCH v3 2/3] lib/crypto: x86/sha1: PHE Extensions optimized SHA1 transform function

[PATCH] ima: remove buggy support for asynchronous hashes
 2026-03-12 23:29 UTC  (2+ messages)

[PATCH v2] lib: crypto: fix comments for count_leading_zeros()
 2026-03-12 21:55 UTC  (4+ messages)

[PATCH] crypto: add missing kernel-doc for anonymous union members
 2026-03-12 21:34 UTC 

[PATCH 0/5] Revoke supported SEV VM types
 2026-03-12 20:04 UTC  (8+ messages)
` [PATCH 1/5] kvm/sev: don't expose unusable "
` [PATCH 4/5] kvm/sev: mask off firmware unsupported vm types
` [PATCH 5/5] selftests/kvm: teach sev_*_test about revoking VM types

[PATCH] crypto:scompress: fix kernel-doc warning and spelling error
 2026-03-12 18:00 UTC 

[PATCH] crypto:skcipher: fix kernel-doc warning for anonymous union member
 2026-03-12 17:47 UTC 

[PATCH] padata: Put CPU offline callback in ONLINE section to allow failure
 2026-03-12 17:29 UTC 

[PATCH] crypto: aead: add service indicator flag for RFC4106 AES-GCM
 2026-03-12 14:00 UTC  (8+ messages)

cleanup the RAID5 XOR library v2
 2026-03-12 13:46 UTC  (35+ messages)
` [PATCH 01/27] xor: assert that xor_blocks is not from preemptible user context
` [PATCH 02/27] arm/xor: remove in_interrupt() handling
` [PATCH 03/27] um/xor: cleanup xor.h
` [PATCH 04/27] xor: move to lib/raid/
` [PATCH 05/27] xor: small cleanups
` [PATCH 06/27] xor: cleanup registration and probing
` [PATCH 07/27] xor: split xor.h
` [PATCH 08/27] xor: remove macro abuse for XOR implementation registrations
` [PATCH 09/27] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 10/27] alpha: move the XOR code to lib/raid/
` [PATCH 11/27] arm: "
` [PATCH 12/27] arm64: "
` [PATCH 13/27] loongarch: "
` [PATCH 14/27] powerpc: "
` [PATCH 15/27] riscv: "
` [PATCH 16/27] sparc: "
` [PATCH 17/27] s390: "
` [PATCH 18/27] x86: "
` [PATCH 19/27] xor: avoid indirect calls for arm64-optimized ops
` [PATCH 20/27] xor: make xor.ko self-contained in lib/raid/
` [PATCH 21/27] xor: add a better public API
` [PATCH 22/27] async_xor: use xor_gen
` [PATCH 23/27] btrfs: "
` [PATCH 24/27] xor: pass the entire operation to the low-level ops
` [PATCH 25/27] xor: use static_call for xor_gen
` [PATCH 26/27] random: factor out a __limit_random_u32_below helper
` [PATCH 27/27] xor: add a kunit test case

[PATCH 1/2] crypto: nx - fix bounce buffer leaks in nx842_crypto_{alloc,free}_ctx
 2026-03-12  8:24 UTC  (3+ messages)
` [PATCH 2/2] crypto: nx - fix context leak in nx842_crypto_free_ctx

[PATCH] hwrng: hw_random.h: avoid kernel-doc warnings
 2026-03-12  5:13 UTC 

[PATCH v2 0/7] Add RMPOPT support
 2026-03-11 22:20 UTC  (14+ messages)
` [PATCH v2 3/7] x86/sev: add support for RMPOPT instruction
` [PATCH v2 5/7] KVM: guest_memfd: Add cleanup interface for guest teardown

[PATCH v3 0/2] Enable inline crypto engine on SM8250
 2026-03-11 18:26 UTC  (6+ messages)
` [PATCH v3 1/2] dt-bindings: crypto: ice: Document sm8250 inline crypto engine
` [PATCH v3 2/2] arm64: dts: qcom: sm8250: Add "

[PATCH] crypto: nx - fix memory leaks in nx842_crypto_{alloc,free}_ctx
 2026-03-11 18:15 UTC  (3+ messages)

[PATCH v12 00/12] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-03-11 13:26 UTC  (23+ messages)
` [PATCH v12 01/12] dmaengine: constify struct dma_descriptor_metadata_ops
` [PATCH v12 02/12] dmaengine: qcom: bam_dma: convert tasklet to a BH workqueue
` [PATCH v12 03/12] dmaengine: qcom: bam_dma: Extend the driver's device match data
` [PATCH v12 04/12] dmaengine: qcom: bam_dma: Add pipe_lock_supported flag support
` [PATCH v12 05/12] dmaengine: qcom: bam_dma: add support for BAM locking
` [PATCH v12 06/12] crypto: qce - Include algapi.h in the core.h header
` [PATCH v12 07/12] crypto: qce - Remove unused ignore_buf
` [PATCH v12 08/12] crypto: qce - Simplify arguments of devm_qce_dma_request()
` [PATCH v12 09/12] crypto: qce - Use existing devres APIs in devm_qce_dma_request()
` [PATCH v12 10/12] crypto: qce - Map crypto memory for DMA
` [PATCH v12 11/12] crypto: qce - Add BAM DMA support for crypto register I/O
` [PATCH v12 12/12] crypto: qce - Communicate the base physical address to the dmaengine

[PATCH] crypto: atmel-aes - guard unregister on error in atmel_aes_register_algs
 2026-03-11 11:39 UTC 

[PATCH] crypto: qat - add wireless mode support for QAT GEN6
 2026-03-11  8:22 UTC 

[PATCH v10 0/3] Add support for more AES modes in TI DTHEv2
 2026-03-11  5:32 UTC  (6+ messages)
` [PATCH v10 2/3] crypto: ti - Add support for AES-GCM in DTHEv2 driver

[PATCH] crypto: caam - Fix DMA corruption on long hmac keys
 2026-03-11  4:15 UTC  (3+ messages)

[PATCH] crypto: atmel-aes - Fix 3-page memory leak in atmel_aes_buff_cleanup
 2026-03-11  2:07 UTC 

[PATCH v2 0/6] Enable UFS support on Milos
 2026-03-11  2:06 UTC  (2+ messages)

[PATCH] lib: crypto: fix comments for count_leading_zeros()
 2026-03-10 22:53 UTC  (2+ messages)

[PATCH 5.10] net/tcp-md5: Fix MAC comparison to be constant-time
 2026-03-10 20:17 UTC 

[PATCH 5.15] net/tcp-md5: Fix MAC comparison to be constant-time
 2026-03-10 20:17 UTC 

[PATCH 6.1] net/tcp-md5: Fix MAC comparison to be constant-time
 2026-03-10 20:17 UTC 

[PATCH 6.6] net/tcp-md5: Fix MAC comparison to be constant-time
 2026-03-10 20:17 UTC 

[PATCH 6.12] net/tcp-md5: Fix MAC comparison to be constant-time
 2026-03-10 20:16 UTC 

[PATCH 6.18] net/tcp-md5: Fix MAC comparison to be constant-time
 2026-03-10 20:16 UTC 

[PATCH 6.18] lib/crypto: tests: Depend on library options rather than selecting them
 2026-03-10 19:56 UTC 

[PATCH 5.15] ksmbd: Compare MACs in constant time
 2026-03-10 19:52 UTC 

[PATCH 6.1] ksmbd: Compare MACs in constant time
 2026-03-10 19:52 UTC 

[PATCH 6.6] ksmbd: Compare MACs in constant time
 2026-03-10 19:52 UTC 

[PATCH 6.12] ksmbd: Compare MACs in constant time
 2026-03-10 19:52 UTC 

[PATCH 6.18] ksmbd: Compare MACs in constant time
 2026-03-10 19:52 UTC 

[PATCH 5.10] smb: client: Compare MACs in constant time
 2026-03-10 19:51 UTC 

[PATCH 5.15] smb: client: Compare MACs in constant time
 2026-03-10 19:51 UTC 

[PATCH 6.1] smb: client: Compare MACs in constant time
 2026-03-10 19:51 UTC 

[PATCH 6.6] smb: client: Compare MACs in constant time
 2026-03-10 19:50 UTC 

[PATCH 6.12] smb: client: Compare MACs in constant time
 2026-03-10 19:50 UTC 

[PATCH 6.18] smb: client: Compare MACs in constant time
 2026-03-10 19:50 UTC 

[PATCH] firmware_loader: use SHA-256 library API instead of crypto_shash API
 2026-03-10 15:12 UTC  (2+ messages)

cleanup the RAID5 XOR library
 2026-03-10 14:00 UTC  (8+ messages)
` [PATCH 09/25] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 21/25] xor: add a better public API

[PATCH] crypto: tegra - Disable softirqs before finalizing request
 2026-03-10  9:28 UTC 

[RFC PATCH 0/8] Reimplement TCP-AO using crypto library
 2026-03-10  7:42 UTC  (4+ messages)

[PATCH v2 0/2] Enable inline crypto engine on SM8250
 2026-03-10  3:03 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: crypto: ice: Document sm8250 inline crypto engine
` [PATCH v2 2/2] arm64: dts: qcom: sm8250: Add "

[PATCH] crypto: artpec6 - use memcpy_and_pad to simplify prepare_hash
 2026-03-09 21:11 UTC 

[PATCH v2] crypto: arm64/aes-neonbs - Move key expansion off the stack
 2026-03-09 20:48 UTC  (3+ messages)

[PATCH] lib/crypto: tests: Fix aes_cbc_macs dependency and add to kunitconfig
 2026-03-09 20:28 UTC  (2+ messages)

[PATCH] MAINTAINERS: update email address for Ignat Korchagin
 2026-03-09 17:59 UTC  (2+ messages)

[PATCH RFC v11 00/12] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-03-09 17:05 UTC  (6+ messages)
` [PATCH RFC v11 12/12] dmaengine: qcom: bam_dma: add support for BAM locking


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