messages from 2025-03-13 09:05:37 to 2025-03-20 08:14:20 UTC [more...]
[PATCH 0/3] crypto: Add SG support to deflate
2025-03-20 8:14 UTC (6+ messages)
` [PATCH 1/3] crypto: acomp - Move scomp stream allocation code into acomp
` [PATCH 2/3] crypto: acomp - Add acomp_walk
` [PATCH 3/3] crypto: deflate - Convert to acomp
[PATCH 0/3] crypto: Remove cavium zip and drop scomp dst buffer
2025-03-20 7:49 UTC (5+ messages)
` [PATCH 1/3] crypto: cavium - Move cpt and nitrox rules into cavium Makefile
` [PATCH 2/3] crypto: cavium/zip - Remove driver
` [PATCH 3/3] crypto: scomp - Drop the dst scratch buffer
[PATCH] crypto: x86/aes - drop the avx10_256 AES-XTS and AES-CTR code
2025-03-19 19:17 UTC
[PATCH] x86/crc: drop the avx10_256 functions and rename avx10_512 to avx512
2025-03-19 18:13 UTC
[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
2025-03-19 17:40 UTC (28+ 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: atmel - add CRYPTO_ALG_KERN_DRIVER_ONLY flag to atmel-aes, atmel-sha, atmel-tdes drivers
2025-03-19 15:06 UTC
[v5 PATCH 00/14] crypto: acomp - Add virtual address and folio support
2025-03-19 12:28 UTC (20+ 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
[PATCH] crypto: crypto4xx - Fix gcc12 uninitialized warning in crypto4xx_crypt
2025-03-19 9:26 UTC
Cavium and lzs
2025-03-19 8:47 UTC (4+ messages)
[PATCH v8 00/14] zswap IAA compress batching
2025-03-18 23:37 UTC (15+ messages)
` [PATCH v8 12/14] mm: zswap: Simplify acomp_ctx resource allocation/deletion and mutex lock usage
[PATCH v3] crypto: ccp: Abort doing SEV INIT if SNP INIT fails
2025-03-18 21:06 UTC
[PATCH v2] crypto: ccp: Abort doing SEV INIT if SNP INIT fails
2025-03-18 20:35 UTC (3+ messages)
[PATCH v2 0/8] drivers: Transition to the faux device interface
2025-03-18 17:01 UTC (2+ messages)
` [PATCH v2 3/8] hwrng: arm-smccc-trng - transition "
[PATCH net 00/24] net/rxrpc, crypto: Add Kerberos crypto lib and AF_RXRPC GSSAPI security class
2025-03-18 11:09 UTC (4+ messages)
` [PATCH net 03/24] crypto: Add 'krb5enc' hash and cipher AEAD algorithm
[PATCH v2 0/2] Enable Qualcomm Crypto Engine for QCS615
2025-03-18 9:43 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: crypto: qcom-qce: document QCS615 crypto engine
` [PATCH v2 2/2] arm64: dts: qcom: qcs615: add QCrypto nodes
[PATCH 0/2] Enable Qualcomm Crypto Engine for QCS615
2025-03-18 8:57 UTC (4+ messages)
` [PATCH 2/2] arm64: dts: qcom: qcs615: add QCrypto nodes
[PATCH 0/9] drivers: Transition to the faux device interface
2025-03-17 18:10 UTC (12+ messages)
` [PATCH 2/9] hwrng: arm-smccc-trng - transition "
` (subset) [PATCH 0/9] drivers: Transition "
[PATCH] [v2] crypto: lib/Kconfig: hide library options
2025-03-17 12:38 UTC (5+ messages)
[PATCH] crypto: x509 - Replace kmalloc() + NUL-termination with kzalloc()
2025-03-17 10:48 UTC
[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
[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
[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 (4+ messages)
` [v3 PATCH 1/3] lib/scatterlist: Add SG_MITER_LOCAL and use it
[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)
[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) "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox