linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-24 09:17:08 to 2025-02-28 22:32:21 UTC [more...]

[PATCH v5 0/7] Move initializing SEV/SNP functionality to KVM
 2025-02-28 22:32 UTC  (12+ messages)
` [PATCH v5 1/7] crypto: ccp: Move dev_info/err messages for SEV/SNP init and shutdown
` [PATCH v5 2/7] crypto: ccp: Ensure implicit SEV/SNP init and shutdown in ioctls
` [PATCH v5 3/7] crypto: ccp: Reset TMR size at SNP Shutdown
` [PATCH v5 4/7] crypto: ccp: Register SNP panic notifier only if SNP is enabled
` [PATCH v5 5/7] crypto: ccp: Add new SEV/SNP platform shutdown API
` [PATCH v5 6/7] KVM: SVM: Add support to initialize SEV/SNP functionality in KVM
` [PATCH v5 7/7] crypto: ccp: Move SEV/SNP Platform initialization to KVM

[PATCH v2 0/2] Enable TRNG for QCS615 Platform
 2025-02-28 21:46 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: crypto: qcom,prng: document QCS615
` [PATCH v2 2/2] arm64: dts: qcom: qcs615: add TRNG node

[PATCH] x86/crc32: use builtins to improve code generation
 2025-02-28 21:29 UTC  (13+ messages)
` [PATCH v2] "

[RFC PATCH v3 00/13] Clavis LSM
 2025-02-28 17:51 UTC  (12+ messages)

[PATCH] crypto: lib/Kconfig - fix chacha/poly1305 dependencies more more
 2025-02-28 17:10 UTC  (18+ messages)
        ` [PATCH] crypto: lib/Kconfig - Select and hide arch options
          ` [v2 PATCH] crypto: lib/Kconfig - Hide arch options from user
            ` [v3 "

[PATCH 0/7] crypto: acomp - Add request chaining and virtual address support
 2025-02-28 15:56 UTC  (17+ messages)
` [PATCH 1/7] crypto: iaa - Test the correct request flag
` [PATCH 2/7] crypto: acomp - Remove acomp request flags
` [PATCH 3/7] crypto: acomp - Add request chaining and virtual addresses
` [PATCH 4/7] crypto: testmgr - Remove NULL dst acomp tests
` [PATCH 5/7] crypto: scomp - Remove support for non-trivial SG lists
` [PATCH 6/7] crypto: scomp - Add chaining and virtual address support
` [RFC PATCH 7/7] mm: zswap: Use acomp virtual address interface

[PATCH v4 0/6] Drivers for Loongson security engine
 2025-02-28 14:13 UTC  (6+ messages)
` [PATCH v4 1/6] mfd: Add support for Loongson Security Module
` [PATCH v4 2/6] MAINTAINERS: Add entry for Loongson Security Module driver
` [PATCH v4 3/6] crypto: loongson - add Loongson RNG driver support
` [PATCH v4 4/6] MAINTAINERS: Add entry for Loongson RNG driver

[PATCH] lib/lzo: Avoid output overruns when compressing
 2025-02-28 14:02 UTC  (14+ messages)
    ` [v2 PATCH] crypto: lzo - Fix compression buffer overrun
      ` [v3 "

[RFC PATCH 0/2] Eliminate the no-SIMD en/decryption fallbacks on x86
 2025-02-28 12:39 UTC  (10+ messages)
` [RFC PATCH 1/2] x86/fpu: make kernel-mode FPU reliably usable in softirqs

[PATCH v2] crypto: lib/chachapoly - Drop dependency on CRYPTO_ALGAPI
 2025-02-28 12:11 UTC 

[PATCH v7 00/15] zswap IAA compress batching
 2025-02-28 10:00 UTC  (16+ messages)
` [PATCH v7 01/15] crypto: acomp - Add synchronous/asynchronous acomp request chaining
` [PATCH v7 02/15] crypto: acomp - New interfaces to facilitate batching support in acomp & drivers
` [PATCH v7 03/15] crypto: iaa - Add an acomp_req flag CRYPTO_ACOMP_REQ_POLL to enable async mode
` [PATCH v7 04/15] crypto: iaa - Implement batch compression/decompression with request chaining
` [PATCH v7 05/15] crypto: iaa - Enable async mode and make it the default
` [PATCH v7 06/15] crypto: iaa - Disable iaa_verify_compress by default
` [PATCH v7 07/15] crypto: iaa - Re-organize the iaa_crypto driver code
` [PATCH v7 08/15] crypto: iaa - Map IAA devices/wqs to cores based on packages instead of NUMA
` [PATCH v7 09/15] crypto: iaa - Distribute compress jobs from all cores to all IAAs on a package
` [PATCH v7 10/15] crypto: iaa - Descriptor allocation timeouts with mitigations in iaa_crypto
` [PATCH v7 11/15] crypto: iaa - Fix for "deflate_generic_tfm" global being accessed without locks
` [PATCH v7 12/15] mm: zswap: Simplify acomp_ctx resource allocation/deletion and mutex lock usage
` [PATCH v7 13/15] mm: zswap: Allocate pool batching resources if the compressor supports batching
` [PATCH v7 14/15] mm: zswap: Restructure & simplify zswap_store() to make it amenable for batching
` [PATCH v7 15/15] mm: zswap: Compress batching with request chaining in zswap_store() of large folios

[PATCH v6 00/16] zswap IAA compress batching
 2025-02-28 10:00 UTC  (14+ messages)
` [PATCH v6 02/16] crypto: acomp - Define new interfaces for compress/decompress batching
` [PATCH v6 12/16] mm: zswap: Allocate pool batching resources if the compressor supports batching
` [PATCH v6 15/16] mm: zswap: Compress batching with Intel IAA in zswap_store() of large folios
` [PATCH v6 16/16] mm: zswap: Fix for zstd performance regression with 2M folios

[GIT PULL] crypto: Add Kerberos crypto lib
 2025-02-28  9:55 UTC 

[PATCH] crypto: lib/chachapoly - Drop dependency on CRYPTO_ALGAPI
 2025-02-28  4:19 UTC  (5+ messages)

[PATCH *-next 00/18] Remove weird and needless 'return' for void APIs
 2025-02-27 23:12 UTC  (16+ messages)
` [PATCH *-next 01/18] mm/mmu_gather: Remove needless return in void API tlb_remove_page()
` [PATCH *-next 14/18] PM: wakeup: Remove needless return in three void APIs
` [PATCH *-next 15/18] mfd: db8500-prcmu: "

[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
 2025-02-27 16:01 UTC  (12+ messages)
` [RFC PATCH v2 14/22] iommufd: Add TIO calls
` [RFC PATCH v2 20/22] sev-guest: Stop changing encrypted page state for TDISP devices

[PATCH] MAINTAINERS: .mailmap: Update Sumit Garg's email address
 2025-02-27 11:32 UTC 

[PATCH 0/1] mxs-dcp: Fix support for UNIQUE_KEY?
 2025-02-27 10:48 UTC  (3+ messages)

[PATCH RFC 00/24] Compiler-Based Capability- and Locking-Analysis
 2025-02-27  7:00 UTC  (2+ messages)

[PATCH v5 02/12] crypto: acomp - Define new interfaces for compress/decompress batching
 2025-02-27  3:05 UTC  (12+ messages)

[PATCH v2] mm: zswap: fix crypto_free_acomp() deadlock in zswap_cpu_comp_dead()
 2025-02-27  2:30 UTC  (8+ messages)

[PATCH] crypto: octeontx2 - Remove unused otx2_cpt_print_uc_dbg_info
 2025-02-27  1:53 UTC  (2+ messages)

[PATCH] dt-bindings: crypto: inside-secure,safexcel: Allow dma-coherent
 2025-02-26 21:42 UTC 

[syzbot] [crypto?] possible deadlock in crypto_exit_scomp_ops_async
 2025-02-26  3:08 UTC  (9+ messages)
` mm: zswap: fix crypto_free_acomp deadlock in zswap_cpu_comp_dead

[PATCH v4 5/6] tpm: Add a driver for Loongson TPM device
 2025-02-26  3:05 UTC  (2+ messages)
` [PATCH v4 6/6] MAINTAINERS: Add tpm_lsse.c to LOONGSON CRYPTO DRIVER entry

[PATCH v7 00/10] Basic SEV-SNP Selftests
 2025-02-25 19:45 UTC  (9+ messages)
` [PATCH v7 01/10] KVM: SEV: Disable SEV-SNP support on initialization failure

[PATCH 0/2] Enable TRNG for QCS615 Platform
 2025-02-25 13:53 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: crypto: qcom,prng: document QCS615
` [PATCH 2/2] arm64: dts: qcom: qcs615: add TRNG node

[PATCH 0/2] Enable Qualcomm Crypto Engine for QCS615
 2025-02-25 13:52 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: crypto: qcom-qce: document QCS615 crypto engine
` [PATCH 2/2] arm64: dts: qcom: qcs615: add QCrypto nodes

[PATCH v2 00/12] YAML conversion of several Freescale/PowerPC DT bindings
 2025-02-25 12:54 UTC  (5+ messages)
` [PATCH v2 05/12] dt-bindings: dma: Convert fsl,elo*-dma to YAML

[PATCH] LoongArch: vDSO: vgetrandom-chacha: Make use of the t8 register
 2025-02-25 12:43 UTC  (2+ messages)

[PATCH 5.10] crypto: tcrypt - Fix missing return value check
 2025-02-25 12:32 UTC 

[PATCH] crypto: api - Move struct crypto_type into internal.h
 2025-02-25  5:03 UTC 

[PATCH v2 00/13] cpumask: cleanup cpumask_next_wrap() implementation and usage
 2025-02-24 21:18 UTC  (2+ messages)

[PATCH 0/4] RISC-V CRC optimizations
 2025-02-24 18:06 UTC  (2+ messages)

[PATCH v3 00/10] Tegra Security Engine driver improvements
 2025-02-24  9:16 UTC  (10+ messages)
` [PATCH v3 02/10] crypto: tegra: Do not use fixed size buffers
` [PATCH v3 03/10] crypto: tegra: finalize crypto req on error
` [PATCH v3 04/10] crypto: tegra: check return value for hash do_one_req
` [PATCH v3 05/10] crypto: tegra: Transfer HASH init function to crypto engine
` [PATCH v3 06/10] crypto: tegra: Fix HASH intermediate result handling
` [PATCH v3 07/10] crypto: tegra: Fix CMAC "
` [PATCH v3 08/10] crypto: tegra: Set IV to NULL explicitly for AES ECB
` [PATCH v3 09/10] crypto: tegra: Reserve keyslots to allocate dynamically
` [PATCH v3 10/10] crypto: tegra: Use HMAC fallback when keyslots are full


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).