public inbox for linux-crypto@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-20 10:51:11 to 2026-03-24 16:13:32 UTC [more...]

[PATCH v4 0/7] Move SNP initialization to the CCP driver
 2026-03-24 16:12 UTC  (6+ messages)
` [PATCH v4 1/7] x86/sev: Create a function to clear/zero the RMP
` [PATCH v4 2/7] x86/sev: Create snp_prepare()
` [PATCH v4 3/7] x86/sev: Create snp_shutdown()
` [PATCH v4 4/7] x86/sev, crypto/ccp: Move SNP init to ccp driver
` [PATCH v4 5/7] x86/sev, crypto/ccp: Move HSAVE_PA setup to arch/x86/

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

[PATCH v2] crypto: qat - replace scnprintf() with sysfs_emit()
 2026-03-24 12:34 UTC  (2+ messages)

[PATCH] crypto: ccp - Replace snprintf("%s") with strscpy
 2026-03-24 11:30 UTC 

[PATCH] crypto: hifn_795x - Replace snprintf("%s") with strscpy
 2026-03-24 11:27 UTC 

[PATCH] crypto: qat - disable 420xx AE cluster when lead engine is fused off
 2026-03-24 11:12 UTC 

[PATCH] crypto: qat - disable 4xxx AE cluster when lead engine is fused off
 2026-03-24 11:11 UTC 

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

[PATCH] crypto: caam - Fix DMA corruption on long hmac keys
 2026-03-24  9:51 UTC  (3+ messages)

cleanup the RAID6 P/Q library
 2026-03-24  6:40 UTC  (18+ messages)
` [PATCH 01/17] raid6: turn the userspace test harness into a kunit test
` [PATCH 02/17] raid6: remove __KERNEL__ ifdefs
` [PATCH 03/17] raid6: move to lib/raid/
` [PATCH 04/17] raid6: remove unused defines in pq.h
` [PATCH 05/17] raid6: remove raid6_get_zero_page
` [PATCH 06/17] raid6: use named initializers for struct raid6_calls
` [PATCH 07/17] raid6: improve the public interface
` [PATCH 08/17] raid6: hide internals
` [PATCH 09/17] raid6: rework the init helpers
` [PATCH 10/17] raid6: use static_call for gen_syndrom and xor_syndrom
` [PATCH 11/17] raid6: use static_call for raid6_recov_2data and raid6_recov_datap
` [PATCH 12/17] raid6: update top of file comments
` [PATCH 13/17] raid6_kunit: use KUNIT_CASE_PARAM
` [PATCH 14/17] raid6_kunit: dynamically allocate data buffers using vmalloc
` [PATCH 15/17] raid6_kunit: cleanup dataptr handling
` [PATCH 16/17] raid6_kunit: randomize parameters and increase limits
` [PATCH 17/17] raid6_kunit: randomize buffer alignment

[PATCH v2] crypto: cryptomgr - Select algorithm types only when CRYPTO_SELFTESTS
 2026-03-24  5:01 UTC 

[PATCH 00/19] GHASH library
 2026-03-24  0:50 UTC  (3+ messages)

[PATCH v2 0/5] workqueue: Introduce a sharded cache affinity scope
 2026-03-23 22:43 UTC  (13+ messages)
` [PATCH v2 1/5] workqueue: fix typo in WQ_AFFN_SMT comment
` [PATCH v2 2/5] workqueue: add WQ_AFFN_CACHE_SHARD affinity scope
` [PATCH v2 3/5] workqueue: set WQ_AFFN_CACHE_SHARD as the default "
` [PATCH v2 4/5] tools/workqueue: add CACHE_SHARD support to wq_dump.py
` [PATCH v2 5/5] workqueue: add test_workqueue benchmark module

[PATCH 0/3] crypto: atmel-sha204a - multiple RNG fixes
 2026-03-23 21:27 UTC  (4+ messages)
` [PATCH 1/3] crypto: atmel-sha204a - fix memory leak at non-blocking RNG work_data
` [PATCH 2/3] crypto: atmel-sha204a - fix truncated 32-byte blocking read
` [PATCH 3/3] crypto: atmel-sha204a - fix non-blocking read logic

Does the SPARC optimized crypto and CRC code actually work?
 2026-03-23 18:20 UTC  (10+ messages)

[PATCH v7 0/3] Enable ICE clock scaling
 2026-03-23 17:12 UTC  (3+ messages)
` [PATCH v7 3/3] soc: qcom: ice: Set ICE clk to TURBO on probe

[PATCH v3 0/7] Move SNP initialization to the CCP driver
 2026-03-23 15:49 UTC  (14+ messages)
` [PATCH v3 2/7] x86/snp: create snp_prepare_for_snp_init()
` [PATCH v3 3/7] x86/snp: create snp_x86_shutdown()
` [PATCH v3 5/7] x86/snp, crypto: move HSAVE_PA setup to arch/
` [PATCH v3 6/7] crypto: ccp - implement SNP x86 shutdown
` [PATCH v3 7/7] crypto: ccp - Update HV_FIXED page states to allow freeing of memory

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

[PATCH 00/12] SM3 library
 2026-03-23 14:13 UTC  (14+ messages)
` [PATCH 01/12] crypto: sm3 - Fold sm3_init() into its caller
` [PATCH 02/12] crypto: sm3 - Remove sm3_zero_message_hash and SM3_T[1-2]
` [PATCH 03/12] crypto: sm3 - Rename CRYPTO_SM3_GENERIC to CRYPTO_SM3
` [PATCH 04/12] lib/crypto: sm3: Add SM3 library API
` [PATCH 05/12] lib/crypto: tests: Add KUnit tests for SM3
` [PATCH 06/12] crypto: sm3 - Replace with wrapper around library
` [PATCH 07/12] lib/crypto: arm64/sm3: Migrate optimized code into library
` [PATCH 08/12] lib/crypto: riscv/sm3: "
` [PATCH 09/12] lib/crypto: x86/sm3: "
` [PATCH 10/12] crypto: sm3 - Remove sm3_base.h
` [PATCH 11/12] crypto: sm3 - Remove the original "sm3_block_generic()"
` [PATCH 12/12] crypto: sm3 - Remove 'struct sm3_state'

[PATCH v13 00/12] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-03-23 13:41 UTC  (7+ messages)
` [PATCH v13 04/12] dmaengine: qcom: bam_dma: Add pipe_lock_supported flag support
` [PATCH v13 05/12] dmaengine: qcom: bam_dma: add support for BAM locking

[PATCH] crypto: qce - use memcpy_and_pad in qce_aead_setkey
 2026-03-23 10:47 UTC  (2+ messages)

[PATCH] crypto: inside-secure/eip93 - make it selectable for ECONET
 2026-03-23  9:19 UTC  (3+ messages)

[PATCH net-next] octeontx2-pf: macsec: Use AES library instead of ecb(aes) skcipher
 2026-03-23  7:02 UTC  (2+ messages)

[PATCH] lib: Move crypto library tests to Runtime Testing menu
 2026-03-22 20:08 UTC  (2+ messages)

[PATCH] lib/crc: arm64: add NEON accelerated CRC64-NVMe implementation
 2026-03-22 14:13 UTC  (7+ messages)

[PATCH] MAINTAINERS: update email address for Ignat Korchagin
 2026-03-22  2:19 UTC  (4+ messages)

[PATCH] crypto: cryptomgr - Select algorithm types only when CRYPTO_SELFTESTS
 2026-03-22  1:54 UTC  (2+ messages)

[PATCH 0/2] dm-crypt: Reimplement elephant diffuser using AES library
 2026-03-21 23:06 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] dm-crypt: Make crypt_iv_operations::wipe return void

[PATCH v2] crypto: inside-secure/eip93 - add missing address terminator character
 2026-03-21 10:23 UTC 

[PATCH v2] crypto: inside-secure/eip93 - correct ecb(des-eip93) typo
 2026-03-21  9:59 UTC 

[PATCH 1/5] crypto: add missing kernel-doc for anonymous union members
 2026-03-21  8:52 UTC  (2+ messages)

[PATCH v2] crypto: atmel-sha204a - Fix potential UAF and memory leak in remove path
 2026-03-21  8:51 UTC  (2+ messages)

[PATCH] crypto: simd - Remove unused skcipher support
 2026-03-21  8:52 UTC  (2+ messages)

[PATCH v2] padata: Put CPU offline callback in ONLINE section to allow failure
 2026-03-21  8:51 UTC  (2+ messages)

[PATCH] crypto: Fix several spelling mistakes in comments
 2026-03-21  8:50 UTC  (2+ messages)

[PATCH] crypto:hisilicon - add device load query functionality to debugfs
 2026-03-21  8:49 UTC  (2+ messages)

[PATCH] hwrng: hw_random.h: avoid kernel-doc warnings
 2026-03-21  8:49 UTC  (2+ messages)

[PATCH 1/2] crypto: nx - fix bounce buffer leaks in nx842_crypto_{alloc,free}_ctx
 2026-03-21  8:49 UTC  (2+ messages)

[PATCH] crypto: atmel-aes - guard unregister on error in atmel_aes_register_algs
 2026-03-21  8:48 UTC  (2+ messages)

[PATCH] crypto: qat - add wireless mode support for QAT GEN6
 2026-03-21  8:47 UTC  (2+ messages)

[PATCH] crypto: atmel-aes - Fix 3-page memory leak in atmel_aes_buff_cleanup
 2026-03-21  8:47 UTC  (2+ messages)

[PATCH] crypto: artpec6 - use memcpy_and_pad to simplify prepare_hash
 2026-03-21  8:45 UTC  (2+ messages)

[PATCH] crypto: krb5enc - fix sleepable flag handling in encrypt dispatch
 2026-03-21  8:41 UTC  (2+ messages)

[PATCH] crypto: simd - reject compat registrations without __ prefixes
 2026-03-21  8:41 UTC  (2+ messages)

[PATCH] fscrypt: use AES library for v1 key derivation
 2026-03-21  7:53 UTC 

[PATCH] crypto: inside-secure/eip93 - correct ecb(des-eip93) typo
 2026-03-21  7:51 UTC  (2+ messages)

[PATCH] crypto: hisilicon/sec2 - prevent req used-after-free for sec
 2026-03-21  7:00 UTC 

[PATCH] lib/crypto: sha1: Explicitly specify alignment of sha1_ctx::buf
 2026-03-21  5:59 UTC  (2+ messages)

[PATCH] Crypto : qat: Replace scnprintf with sysfs_emit function
 2026-03-21  4:44 UTC  (3+ messages)

[PATCH] crypto: cryptd - Remove unused functions
 2026-03-20 22:17 UTC 

[PATCH v2] crypto: zstd - fix segmented acomp streaming paths
 2026-03-20 21:51 UTC 

[PATCH] crypto: zstd - fix segmented acomp streaming paths
 2026-03-20 20:44 UTC  (3+ messages)

[PATCH 1/2] crypto: stm32 - use list_first_entry_or_null to simplify hash_find_dev
 2026-03-20 18:26 UTC  (3+ messages)
` [PATCH 2/2] crypto: stm32 - use list_first_entry_or_null to simplify cryp_find_dev

[PATCH] crypto: nx - Fix packed layout in struct nx842_crypto_header
 2026-03-20 15:06 UTC  (2+ messages)

[PATCH v11 0/2] Add support for more AES modes in TI DTHEv2
 2026-03-20 10:50 UTC  (3+ messages)
` [PATCH v11 1/2] crypto: ti - Add support for AES-GCM in DTHEv2 driver
` [PATCH v11 2/2] crypto: ti - Add support for AES-CCM "


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