Linux-Crypto Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-28 10:28:57 to 2025-05-03 15:03:51 UTC [more...]

[PATCH] KEYS: Reduce smp_mb() calls in key_put()
 2025-05-03 15:02 UTC  (3+ messages)

[PATCH net-next] r8152: use SHA-256 library API instead of crypto_shash API
 2025-05-03  2:16 UTC  (2+ messages)

[PATCH v3 0/4] Introducing Hornet LSM
 2025-05-02 21:00 UTC  (6+ messages)
` [PATCH v3 1/4] security: "
` [PATCH v3 2/4] hornet: Introduce sign-ebpf
` [PATCH v3 3/4] hornet: Add a light skeleton data extractor script
` [PATCH v3 4/4] selftests/hornet: Add a selftest for the Hornet LSM

[PATCH v9 00/19] zswap compression batching
 2025-05-02 15:53 UTC  (24+ messages)
` [PATCH v9 01/19] crypto: acomp - Remove request chaining
` [PATCH v9 02/19] crypto: acomp - Reinstate non-chained crypto_acomp_[de]compress()
` [PATCH v9 03/19] Revert "crypto: testmgr - Add multibuffer acomp testing"
` [PATCH v9 04/19] crypto: scomp - Fix off-by-one bug when calculating last page
` [PATCH v9 05/19] crypto: iaa - Re-organize the iaa_crypto driver code
` [PATCH v9 06/19] crypto: iaa - New architecture for IAA device WQ comp/decomp usage & core mapping
` [PATCH v9 07/19] crypto: iaa - Define and use req->data instead of req->base.data
` [PATCH v9 08/19] crypto: iaa - Descriptor allocation timeouts with mitigations in iaa_crypto
` [PATCH v9 09/19] crypto: iaa - CRYPTO_ACOMP_REQ_POLL acomp_req flag for sequential vs. parallel
` [PATCH v9 10/19] crypto: acomp - New interfaces to facilitate batching support in acomp & drivers
` [PATCH v9 11/19] crypto: iaa - Implement crypto_acomp batching interfaces for Intel IAA
` [PATCH v9 12/19] crypto: iaa - Enable async mode and make it the default
` [PATCH v9 13/19] crypto: iaa - Disable iaa_verify_compress by default
` [PATCH v9 14/19] mm: zswap: Move the CPU hotplug procedures under "pool functions"
` [PATCH v9 15/19] mm: zswap: Per-CPU acomp_ctx resources exist from pool creation to deletion
` [PATCH v9 16/19] mm: zswap: Consistently use IS_ERR_OR_NULL() to check acomp_ctx resources
` [PATCH v9 17/19] mm: zswap: Allocate pool batching resources if the compressor supports batching
` [PATCH v9 18/19] mm: zswap: zswap_store() will process a folio in batches
` [PATCH v9 19/19] mm: zswap: Batched zswap_compress() with compress batching of large folios

[net-next PATCH v1 00/15] Enable Inbound IPsec offload on Marvell CN10K SoC
 2025-05-02 13:19 UTC  (16+ messages)
` [net-next PATCH v1 01/15] crypto: octeontx2: Share engine group info with AF driver
` [net-next PATCH v1 02/15] octeontx2-af: Configure crypto hardware for inline ipsec
` [net-next PATCH v1 03/15] octeontx2-af: Setup Large Memory Transaction for crypto
` [net-next PATCH v1 04/15] octeontx2-af: Handle inbound inline ipsec config in AF
` [net-next PATCH v1 05/15] crypto: octeontx2: Remove inbound inline ipsec config
` [net-next PATCH v1 06/15] octeontx2-af: Add support for CPT second pass
` [net-next PATCH v1 07/15] octeontx2-af: Add support for SPI to SA index translation
` [net-next PATCH v1 08/15] octeontx2-af: Add mbox to alloc/free BPIDs
` [net-next PATCH v1 09/15] octeontx2-pf: ipsec: Allocate Ingress SA table
` [net-next PATCH v1 10/15] octeontx2-pf: ipsec: Setup NIX HW resources for inbound flows
` [net-next PATCH v1 11/15] octeontx2-pf: ipsec: Handle NPA threshold interrupt
` [net-next PATCH v1 12/15] octeontx2-pf: ipsec: Initialize ingress IPsec
` [net-next PATCH v1 13/15] octeontx2-pf: ipsec: Manage NPC rules and SPI-to-SA table entries
` [net-next PATCH v1 14/15] octeontx2-pf: ipsec: Process CPT metapackets
` [net-next PATCH v1 15/15] octeontx2-pf: ipsec: Add XFRM state and policy hooks for inbound flows

[PATCH v3 0/2] Add support for Texas Instruments DTHE V2 crypto accelerator
 2025-05-02 13:01 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: crypto: Add binding for TI DTHE V2
` [PATCH v3 2/2] crypto: ti: Add driver for DTHE V2 AES Engine (ECB, CBC)

[PATCH 1/3] crypto: shash - Cap state size to HASH_MAX_DESCSIZE
 2025-05-02  9:04 UTC  (3+ messages)
` [PATCH 2/3] crypto: shash - Mark shash algorithms as REQ_CHAIN
` [PATCH 3/3] crypto: ahash - Enforce MAX_SYNC_HASH_REQSIZE for sync ahash

[PATCH 0/2] crypto: s390/hmac - Use generic hash export format
 2025-05-02  9:00 UTC  (6+ messages)
` [PATCH 1/2] crypto: s390/hmac - Extend hash length counters to 128 bits
` [PATCH 2/2] crypto: s390/hmac - Use generic hash export format
    ` [PATCH] crypto: s390/hmac - Use API partial block handling
      ` [v2 PATCH] "

[v2 PATCH 0/9] crypto: sha256 - Use partial block API
 2025-05-02  5:31 UTC  (10+ messages)
` [v2 PATCH 1/9] crypto: lib/sha256 - Add helpers for block-based shash
` [v2 PATCH 2/9] crypto: sha256 - Use the partial block API for generic
` [v2 PATCH 3/9] crypto: arch/sha256 - Export block functions as GPL only
` [v2 PATCH 4/9] crypto: arm/sha256 - Add simd block function
` [v2 PATCH 5/9] crypto: arm64/sha256 "
` [v2 PATCH 6/9] crypto: riscv/sha256 "
` [v2 PATCH 7/9] crypto: x86/sha256 "
` [v2 PATCH 8/9] crypto: lib/sha256 - Use generic block helper
` [v2 PATCH 9/9] crypto: sha256 - Use the partial block API

[PATCH 1/2] crypto: sun8i-ce: undo runtime PM changes during driver removal
 2025-05-01 19:06 UTC  (2+ messages)
` [PATCH 2/2] crypto: sun8i-ce-hash - use pm_runtime_resume_and_get()

[PATCH 0/4] crypto: acomp - Add compression segmentation support
 2025-05-01 12:37 UTC  (5+ messages)
` [PATCH 1/4] crypto: acomp - Clone folios properly
` [PATCH 2/4] crypto: api - Rename CRYPTO_ALG_REQ_CHAIN to CRYPTO_ALG_REQ_VIRT
` [PATCH 3/4] crypto: acomp - Add compression segmentation support
` [PATCH 4/4] crypto: testmgr - Add multibuffer acomp testing

[PATCH 00/12] crypto: sha256 - Use partial block API
 2025-05-01  5:19 UTC  (17+ messages)
` [PATCH 01/12] crypto: lib/sha256 - Restore lib_sha256 finup code
` [PATCH 02/12] crypto: sha256 - Use the partial block API for generic
` [PATCH 03/12] crypto: arm/sha256 - Add simd block function
` [PATCH 04/12] crypto: arm64/sha256 "
` [PATCH 05/12] crypto: mips/sha256 - Export block functions as GPL only
` [PATCH 06/12] crypto: powerpc/sha256 "
` [PATCH 07/12] crypto: riscv/sha256 - Add simd block function
` [PATCH 08/12] crypto: s390/sha256 - Export block functions as GPL only
` [PATCH 09/12] crypto: sparc/sha256 "
` [PATCH 10/12] crypto: x86/sha256 - Add simd block function
` [PATCH 11/12] crypto: lib/sha256 - Use generic block helper
` [PATCH 12/12] crypto: sha256 - Use the partial block API

[RFC] Looking at the IAA driver
 2025-04-30 22:10 UTC  (2+ messages)

[PATCH v8 00/14] zswap IAA compress batching
 2025-04-30 21:15 UTC  (12+ messages)
` [PATCH v8 13/14] mm: zswap: Allocate pool batching resources if the compressor supports batching
` [PATCH v8 14/14] mm: zswap: Compress batching with request chaining in zswap_store() of large folios

[syzbot] [crypto?] KASAN: use-after-free Read in scatterwalk_copychunks
 2025-04-30 20:35 UTC  (2+ messages)
` [syzbot] [bcachefs] "

[PATCH] firmware_loader: use SHA-256 library API instead of crypto_shash API
 2025-04-30 20:08 UTC  (4+ messages)

[PATCH v14 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2025-04-30 18:51 UTC  (5+ messages)
` [PATCH v14 18/19] x86: Secure Launch late initcall platform module

[PATCH 0/3] RK3576 Hardware RNG
 2025-04-30 18:49 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: rng: rockchip,rk3588-rng: add rk3576-rng compatible
` [PATCH 2/3] hwrng: rockchip - add support for RK3576's RNG
` [PATCH 3/3] arm64: dts: rockchip: add RK3576 RNG node

[PATCH 1/1] Revert "crypto: run initcalls for generic implementations earlier"
 2025-04-30 17:52 UTC  (7+ messages)
` [v2 PATCH] "

[PATCH] x86/sgx: Use SHA-256 library API instead of crypto_shash API
 2025-04-30 15:20 UTC  (4+ messages)

[PATCH] crypto: rng - fix documentation for crypto_rng_alg()
 2025-04-30 11:59 UTC 

[PATCH 00/11] crypto: qat - add support for QAT GEN6 devices
 2025-04-30 11:34 UTC  (12+ messages)
` [PATCH 01/11] crypto: qat - rename and relocate timer logic
` [PATCH 02/11] crypto: qat - refactor compression template logic
` [PATCH 03/11] crypto: qat - use pr_fmt() in qat uclo.c
` [PATCH 04/11] crypto: qat - refactor FW signing algorithm
` [PATCH 05/11] crypto: qat - add GEN6 firmware loader
` [PATCH 06/11] crypto: qat - export adf_get_service_mask()
` [PATCH 07/11] crypto: qat - expose configuration functions
` [PATCH 08/11] crypto: qat - export adf_init_admin_pm()
` [PATCH 09/11] crypto: qat - update firmware api
` [PATCH 10/11] crypto: qat - add firmware headers for GEN6 devices
` [PATCH 11/11] crypto: qat - add qat_6xxx driver

[PATCH v8 0/5] Add Loongson Security Engine chip driver
 2025-04-30  9:10 UTC  (8+ messages)

[PATCH] crypto: x86/blake2s - Include linux/init.h
 2025-04-30  8:25 UTC 

[PATCH v8 0/5] Add Loongson Security Engine chip driver
 2025-04-30  7:55 UTC  (4+ messages)
` [PATCH v8 4/5] tpm: Add a driver for Loongson TPM device

[GIT PULL] Crypto Update for 6.8
 2025-04-30  4:19 UTC  (12+ messages)
` [GIT PULL] Crypto Fixes "
  ` [GIT PULL] Crypto Fixes for 6.9
    ` [GIT PULL] Crypto Fixes for 6.10
      ` [GIT PULL] Crypto Fixes for 6.12
        ` [GIT PULL] Crypto Fixes for 6.13
          ` [GIT PULL] Crypto Fixes for 6.15

[PATCH v4 00/13] Architecture-optimized SHA-256 library API
 2025-04-30  3:48 UTC  (15+ messages)
` [PATCH v4 01/13] crypto: sha256 - support arch-optimized lib and expose through shash
` [PATCH v4 02/13] crypto: arm/sha256 - implement library instead of shash
` [PATCH v4 03/13] crypto: arm64/sha256 - remove obsolete chunking logic
` [PATCH v4 04/13] crypto: arm64/sha256 - implement library instead of shash
` [PATCH v4 05/13] crypto: mips/sha256 "
` [PATCH v4 06/13] crypto: powerpc/sha256 "
` [PATCH v4 07/13] crypto: riscv/sha256 "
` [PATCH v4 08/13] crypto: s390/sha256 "
` [PATCH v4 09/13] crypto: sparc - move opcodes.h into asm directory
` [PATCH v4 10/13] crypto: sparc/sha256 - implement library instead of shash
` [PATCH v4 11/13] crypto: x86/sha256 "
` [PATCH v4 12/13] crypto: sha256 - remove sha256_base.h
` [PATCH v4 13/13] crypto: lib/sha256 - improve function prototypes

[v3 PATCH 00/13] Architecture-optimized SHA-256 library API
 2025-04-30  2:43 UTC  (5+ messages)

[PATCH] arm64: Kconfig: remove unnecessary selection of CRC32
 2025-04-29 20:27 UTC  (2+ messages)

[PATCH net-next] crypto/krb5: Fix change to use SG miter to use offset
 2025-04-29 19:10 UTC  (3+ messages)

[PATCH v1 4/6] Add SPAcc ahash support
 2025-04-29 10:46 UTC  (3+ messages)

s390: CI failures on all sha kernel modules on linux-next
 2025-04-29  9:12 UTC  (2+ messages)
` [PATCH] crypto: s390/sha512 - Fix sha512 state size

[PATCH v3 00/13] Finish disentangling ChaCha, Poly1305, and BLAKE2s from CRYPTO
 2025-04-29  8:22 UTC  (4+ messages)
` [PATCH v3 02/13] crypto: powerpc - drop redundant dependencies on PPC

[PATCH] crypto: streebog - Use API partial block handling
 2025-04-29  8:43 UTC 

[PATCH] crypto: rmd160 - Use API partial block handling
 2025-04-29  8:42 UTC 

[PATCH v14 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2025-04-29  0:56 UTC  (4+ messages)

[PATCH] nfsd: use SHA-256 library API instead of crypto_shash API
 2025-04-28 20:24 UTC  (4+ messages)

[PATCH v1 0/6] Add SPAcc Crypto Driver
 2025-04-28 19:05 UTC  (6+ messages)
` [PATCH v1 1/6] dt-bindings: crypto: Document support for SPAcc

[PATCH] apparmor: use SHA-256 library API instead of crypto_shash API
 2025-04-28 19:04 UTC 

[PATCH] kexec_file: use SHA-256 library API instead of crypto_shash API
 2025-04-28 18:57 UTC 

[PATCH] x86/microcode/AMD: Use sha256() instead of init/update/final
 2025-04-28 18:30 UTC 

[PATCH] crypto: qat - include qat_common in top Makefile
 2025-04-28 17:24 UTC 

[PATCH v2] crypto: crc32 - remove "generic" from file and module names
 2025-04-28 16:55 UTC  (2+ messages)

[PATCH 00/33] Add support for Qualcomm Snapdragon SM7150 SoC and Google Pixel 4a
 2025-04-28 16:21 UTC  (3+ messages)
` [PATCH 11/33] dt-bindings: mmc: sdhci-msm: Add the SM7150 compatible

[PATCH] Revert "crypto: crc32 - remove "_generic" from filenames"
 2025-04-28 16:11 UTC  (2+ messages)

[PATCH RESEND] crypto: sun8i-ss: do not use sg_dma_len before calling DMA functions
 2025-04-28 11:54 UTC  (2+ messages)

[PATCH] crypto: octeontx2 - Simplify multiple return statements
 2025-04-28 11:54 UTC  (2+ messages)

[PATCH] crypto: iaa: Adjust workqueue allocation type
 2025-04-28 11:53 UTC  (2+ messages)

[PATCH 1/4] crypto: sun8i-ce-cipher - fix error handling in sun8i_ce_cipher_prepare()
 2025-04-28 11:53 UTC  (4+ messages)
` [PATCH 2/4] crypto: sun8i-ce-cipher - use crypto_skcipher_driver_name()


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).