Linux-Crypto Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-10 19:31:12 to 2025-03-17 09:40:40 UTC [more...]

[PATCH v2 0/4] ecdsa KEYCTL_PKEY_QUERY fixes
 2025-03-17  9:40 UTC  (5+ messages)
` [PATCH v2 3/4] crypto: ecdsa - Fix enc/dec size reported by KEYCTL_PKEY_QUERY

[PATCH] [v2] crypto: lib/Kconfig: hide library options
 2025-03-17  9:04 UTC  (4+ messages)

[v3 PATCH 0/8] crypto: acomp - Add request chaining and virtual address support
 2025-03-17  8:36 UTC  (11+ messages)
` [v3 PATCH 3/8] crypto: acomp - Move stream management into scomp layer
` [v3 PATCH 5/8] crypto: acomp - Add request chaining and virtual addresses

[PATCH 0/3] crypto: scomp - Allocate per-cpu buffers on first use
 2025-03-17  8:33 UTC  (4+ messages)
` [PATCH 1/3] crypto: api - Move alg destroy work from instance to template
` [PATCH 2/3] crypto: api - Ensure cra_type->destroy is done in process context
` [PATCH 3/3] crypto: scomp - Allocate per-cpu buffer on first use of each CPU

[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
 2025-03-17  2:32 UTC  (38+ messages)
` [RFC PATCH v2 06/22] KVM: X86: Define tsm_get_vmid
` [RFC PATCH v2 07/22] coco/tsm: Add tsm and tsm-host modules
` [RFC PATCH v2 10/22] KVM: SVM: Add uAPI to change RMP for MMIO
` [RFC PATCH v2 12/22] iommufd: Allow mapping from guest_memfd
` [RFC PATCH v2 14/22] iommufd: Add TIO calls

[PATCH] crypto: essiv - Replace memcpy() + NUL-termination with strscpy()
 2025-03-16 21:15 UTC 

[PATCH 0/2] crypto: scomp - Fix memory leak on module unload
 2025-03-16  9:50 UTC  (3+ messages)
` [PATCH 1/2] crypto: scompress - Fix incorrect stream freeing
` [PATCH 2/2] crypto: api - Call crypto_alg_put in crypto_unregister_alg

[PATCH] crypto: lib/chacha - remove unused arch-specific init support
 2025-03-16  8:24 UTC  (2+ messages)

[PATCH] crypto: scompress - Fix scratch allocation failure handling
 2025-03-16  8:20 UTC  (2+ messages)

[v4 PATCH 0/2] crypto: Use nth_page instead of doing it by hand
 2025-03-16  4:42 UTC  (6+ messages)
` [v4 PATCH 1/2] crypto: scatterwalk - "
` [v4 PATCH 2/2] crypto: hash "

[v3 PATCH 0/3] crypto: Hash scatterwalk fixes
 2025-03-16  4:34 UTC  (6+ messages)
` [v3 PATCH 1/3] lib/scatterlist: Add SG_MITER_LOCAL and use it
` [v3 PATCH 2/3] crypto: krb5 - Use SG miter instead of doing it by hand
` [v3 PATCH 3/3] crypto: hash - Fix test underflow in shash_ahash_digest

[PATCH 00/11] crypto: comp - Remove comp interface
 2025-03-16  1:21 UTC  (12+ messages)
` [PATCH 01/11] crypto: nx - Migrate to scomp API
` [PATCH 02/11] crypto: 842 - drop obsolete 'comp' implementation
` [PATCH 03/11] crypto: deflate "
` [PATCH 04/11] crypto: lz4 "
` [PATCH 05/11] crypto: lz4hc "
` [PATCH 06/11] crypto: lzo-rle "
` [PATCH 07/11] crypto: lzo "
` [PATCH 08/11] crypto: zstd "
` [PATCH 09/11] crypto: cavium/zip "
` [PATCH 10/11] crypto: compress_null "
` [PATCH 11/11] crypto: remove obsolete 'comp' compression API

[PATCH] async_xor: Remove unused 'async_xor_val'
 2025-03-15 12:44 UTC  (3+ messages)

[v5 PATCH 00/14] crypto: acomp - Add virtual address and folio support
 2025-03-15 10:30 UTC  (15+ messages)
` [v5 PATCH 01/14] xfrm: ipcomp: Call pskb_may_pull in ipcomp_input
` [v5 PATCH 02/14] crypto: scomp - Remove support for some non-trivial SG lists
` [v5 PATCH 03/14] crypto: iaa - Remove dst_null support
` [v5 PATCH 04/14] crypto: qat "
` [v5 PATCH 05/14] crypto: acomp - Remove dst_free
` [v5 PATCH 06/14] crypto: scomp - Add chaining and virtual address support
` [v5 PATCH 07/14] crypto: acomp - Add ACOMP_REQUEST_ALLOC and acomp_request_alloc_extra
` [v5 PATCH 08/14] crypto: iaa - Use acomp stack fallback
` [v5 PATCH 09/14] crypto: acomp - Add async nondma fallback
` [v5 PATCH 10/14] crypto: acomp - Add support for folios
` [v5 PATCH 11/14] xfrm: ipcomp: Use crypto_acomp interface
` [v5 PATCH 12/14] PM: hibernate: "
` [v5 PATCH 13/14] ubifs: "
` [v5 PATCH 14/14] ubifs: Pass folios to acomp

[v4 PATCH 00/13] crypto: acomp - Add virtual address and folio support
 2025-03-15  9:34 UTC  (28+ messages)
` [v4 PATCH 01/13] crypto: qat - Remove dst_null support
` [v4 PATCH 02/13] crypto: iaa "
` [v4 PATCH 03/13] crypto: scomp - Remove support for some non-trivial SG lists
` [v4 PATCH 04/13] crypto: acomp - Remove dst_free
` [v4 PATCH 05/13] crypto: scomp - Add chaining and virtual address support
` [v4 PATCH 06/13] crypto: acomp - Add ACOMP_REQUEST_ALLOC and acomp_request_alloc_extra
` [v4 PATCH 07/13] crypto: iaa - Use acomp stack fallback
` [v4 PATCH 08/13] crypto: acomp - Add async nondma fallback
` [v4 PATCH 09/13] crypto: acomp - Add support for folios
` [v4 PATCH 10/13] ubifs: Use crypto_acomp interface
` [v4 PATCH 11/13] ubifs: Pass folios to acomp
` [v4 PATCH 12/13] PM: hibernate: Use crypto_acomp interface
` [v4 PATCH 13/13] xfrm: ipcomp: "

[PATCH] crypto: axis/artpec6: change from kzalloc to kcalloc in artpec6_crypto_probe()
 2025-03-15  9:17 UTC  (2+ messages)

[PATCH] crypto: ccp: Fix uAPI definitions of PSP errors
 2025-03-15  9:17 UTC  (5+ messages)

[PATCH v2] dt-bindings: rng: rockchip,rk3588-rng: Drop unnecessary status from example
 2025-03-15  9:16 UTC  (2+ messages)

[PATCH] dt-bindings: rng: rockchip,rk3588-rng.: Drop unnecessary status from example
 2025-03-15  9:15 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add Lukas & Ignat & Stefan for asymmetric keys
 2025-03-15  9:13 UTC  (2+ messages)

[PATCH] crypto: octeontx2: suppress auth failure screaming due to negative tests
 2025-03-15  9:09 UTC  (2+ messages)

[PATCH] MAINTAINERS: add myself to co-maintain ZSTD
 2025-03-15  9:08 UTC  (2+ messages)

[PATCH] crypto: virtio - Erase some sensitive memory when it is freed
 2025-03-15  9:07 UTC  (2+ messages)

[PATCH] crypto: nx - Fix uninitialised hv_nxc on error
 2025-03-15  8:50 UTC 

[PATCH] crypto: padlock - Use zero page instead of stack buffer
 2025-03-15  8:20 UTC 

[PATCH v5 0/6] Drivers for Loongson security engine
 2025-03-15  3:47 UTC  (8+ messages)
` [PATCH v5 1/6] mfd: Add support for Loongson Security Module
` [PATCH v5 2/6] MAINTAINERS: Add entry for Loongson Security Module driver
` [PATCH v5 3/6] crypto: loongson - add Loongson RNG driver support
` [PATCH v5 4/6] MAINTAINERS: Add entry for Loongson RNG driver

[v4 PATCH 01/13] crypto: scomp - Remove support for some non-trivial SG lists
 2025-03-15  0:31 UTC  (7+ messages)
` [v4 PATCH 02/13] crypto: qat - Remove dst_null support
    ` [PATCH] crypto: qat - Remove dead code related to null dst
` [v4 PATCH 03/13] crypto: iaa - Remove dst_null support

[PATCH 0/6] arm64: dts: qcom: sm8750: Introduce crypto support for SM8750
 2025-03-14 20:01 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/2] Enable TRNG for QCS615 Platform
 2025-03-14 20:01 UTC  (2+ messages)
` (subset) "

[PATCH] crypto: tegra: fix size_t format string
 2025-03-14 15:59 UTC 

[PATCH] crypto: qat - remove access to parity register for QAT GEN4
 2025-03-14 15:09 UTC 

[PATCH v5 5/6] tpm: Add a driver for Loongson TPM device
 2025-03-14 14:43 UTC  (3+ messages)
` [PATCH v5 6/6] MAINTAINERS: Add tpm_lsse.c to LOONGSON CRYPTO DRIVER entry

[PATCH] crypto: qat - set parity error mask for qat_420xx
 2025-03-14 13:14 UTC 

[PATCH 0/3] crypto: qat - add improvements to FW loader
 2025-03-14 12:57 UTC  (4+ messages)
` [PATCH 1/3] crypto: qat - remove unused members in suof structure
` [PATCH 2/3] crypto: qat - remove redundant FW image size check
` [PATCH 3/3] crypto: qat - optimize allocations for fw authentication

[PATCH] crypto: powerpc: Mark ghashp8-ppc.o as an OBJECT_FILES_NON_STANDARD
 2025-03-14  3:46 UTC  (2+ messages)

[PATCH] crypto: tegra - Fix format specifier in tegra_sha_prep_cmd()
 2025-03-13 15:29 UTC 

[PATCH *-next 00/18] Remove weird and needless 'return' for void APIs
 2025-03-13 13:03 UTC  (3+ messages)
` [PATCH *-next 15/18] mfd: db8500-prcmu: Remove needless return in three "
  ` (subset) "

Get back
 2025-03-13  5:13 UTC 

[syzbot] [xfs?] KASAN: slab-out-of-bounds Read in xlog_cksum
 2025-03-13  4:29 UTC  (5+ messages)

[v2 PATCH 0/2] crypto: Use nth_page instead of doing it by hand
 2025-03-13  4:04 UTC  (10+ messages)
` [v2 PATCH 1/2] crypto: scatterwalk - "
` [v2 PATCH 2/2] crypto: hash "

[PATCH v5 0/7] Move initializing SEV/SNP functionality to KVM
 2025-03-12 23:02 UTC  (10+ messages)
` [PATCH v5 6/7] KVM: SVM: Add support to initialize SEV/SNP functionality in KVM

[PATCH v6 0/8] Move initializing SEV/SNP functionality to KVM
 2025-03-12 13:34 UTC  (3+ messages)
` [PATCH v6 7/8] KVM: SVM: Add support to initialize SEV/SNP functionality in KVM

[PATCH] crypto: qat - introduce fuse array
 2025-03-12 11:39 UTC 

[PATCH v4 0/6] Drivers for Loongson security engine
 2025-03-12  8:38 UTC  (4+ messages)
` [PATCH v4 1/6] mfd: Add support for Loongson Security Module

[PATCH 0/3] crypto: Use nth_page instead of doing it by hand
 2025-03-12  2:49 UTC  (10+ messages)
` [PATCH 1/3] crypto: scatterwalk - "
` [PATCH 2/3] crypto: hash "
` [PATCH 3/3] crypto: krb5 - Use SG miter "

[GIT PULL net-next] crypto: Add Kerberos crypto lib
 2025-03-11 23:14 UTC  (2+ messages)

[PATCH v7 0/8] dmaengine: qcom: bam_dma: add command descriptor support
 2025-03-11 16:02 UTC  (12+ messages)
` [PATCH v7 1/8] dmaengine: add DMA_PREP_LOCK and DMA_PREP_UNLOCK flag
` [PATCH v7 2/8] dmaengine: qcom: bam_dma: extend the driver's device match data
` [PATCH v7 3/8] dmaengine: qcom: bam_dma: add bam_pipe_lock flag support
` [PATCH v7 4/8] crypto: qce - use devres to allocate the result buffer
` [PATCH v7 5/8] crypto: qce - Map crypto memory for DMA
` [PATCH v7 6/8] crypto: qce - Add BAM DMA support for crypto register I/O
` [PATCH v7 7/8] crypto: qce - Switch to using DMA
` [PATCH v7 8/8] crypto: qce - Add support for BAM locking

[PATCH 1/2] crypto: fix dependencies on lib/crypto modules
 2025-03-11 12:32 UTC  (3+ messages)

[PATCH v6 00/12] dmaengine: qcom: bam_dma: add cmd descriptor support
 2025-03-11  5:11 UTC  (4+ messages)
` [PATCH v6 02/12] dmaengine: add DMA_PREP_LOCK and DMA_PREP_UNLOCK flag

[v2 PATCH 0/3] crypto: scatterwalk - scatterwalk_next and memcpy_sglist
 2025-03-11  4:36 UTC  (3+ messages)
` [v2 PATCH 2/3] crypto: scatterwalk - Add memcpy_sglist

[v3 PATCH 7/8] crypto: scomp - Remove support for most non-trivial destination SG lists
 2025-03-11  3:16 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).