messages from 2024-11-01 09:31:00 to 2024-11-07 23:28:50 UTC [more...]
[PATCH v5 04/10] crypto: ccp: Fix uapi definitions of PSP errors
2024-11-07 23:24 UTC
[PATCH v3 00/13] zswap IAA compress batching
2024-11-07 22:50 UTC (28+ messages)
` [PATCH v3 01/13] crypto: acomp - Define two new interfaces for compress/decompress batching
` [PATCH v3 02/13] crypto: iaa - Add an acomp_req flag CRYPTO_ACOMP_REQ_POLL to enable async mode
` [PATCH v3 03/13] crypto: iaa - Implement compress/decompress batching API in iaa_crypto
` [PATCH v3 04/13] crypto: iaa - Make async mode the default
` [PATCH v3 05/13] crypto: iaa - Disable iaa_verify_compress by default
` [PATCH v3 06/13] crypto: iaa - Change cpu-to-iaa mappings to evenly balance cores to IAAs
` [PATCH v3 07/13] crypto: iaa - Distribute compress jobs to all IAA devices on a NUMA node
` [PATCH v3 08/13] mm: zswap: acomp_ctx mutex lock/unlock optimizations
` [PATCH v3 09/13] mm: zswap: Modify struct crypto_acomp_ctx to be configurable in nr of acomp_reqs
` [PATCH v3 10/13] mm: zswap: Add a per-cpu "acomp_batch_ctx" to struct zswap_pool
` [PATCH v3 11/13] mm: zswap: Allocate acomp_batch_ctx resources for a given zswap_pool
` [PATCH v3 12/13] mm: Add sysctl vm.compress-batching switch for compress batching during swapout
` [PATCH v3 13/13] mm: zswap: Compress batching with Intel IAA in zswap_store() of large folios
[PATCH v3 3/4] crypto: ccp: Add SNP firmware hotload support
2024-11-07 17:20 UTC (7+ messages)
[PATCH v3 0/3] New s390 specific protected key hmac
2024-11-07 14:55 UTC (4+ messages)
` [PATCH v3 1/3] crypto: api - Adjust HASH_MAX_DESCSIZE for s390-phmac context
` [PATCH v3 2/3] s390/crypto: Add protected key hmac subfunctions for KMAC
` [PATCH v3 3/3] s390/crypto: New s390 specific shash phmac
[PATCH] crypto: tegra - do not transfer req when tegra_sha_init returns an error
2024-11-07 13:13 UTC (2+ messages)
[PATCH V2 0/2] Enable TRNG for QCS8300
2024-11-07 12:22 UTC (4+ messages)
` [PATCH V2 1/2] dt-bindings: crypto: qcom,prng: document QCS8300
` [PATCH V2 2/2] arm64: dts: qcom: qcs8300: add TRNG node
[PATCH V1 0/2] Enable TRNG for QCS8300
2024-11-07 12:08 UTC (5+ messages)
` [PATCH V1 1/2] dt-bindings: crypto: qcom,prng: document QCS8300
` [PATCH V1 2/2] arm64: dts: qcom: qcs8300: add TRNG node
[PATCH 2/3] crypto: Register modules as SIMD modules for ppcle64 AES/GCM algs
2024-11-07 11:43 UTC (3+ messages)
` [PATCH] aes-gcm-p10: Use the correct bit to test for P10
[PATCH] crypto: aesni - Move back to module_init
2024-11-07 9:57 UTC
[PATCH] crypto: lib/mpi - Export mpi_set_bit
2024-11-07 5:37 UTC
[PATCH] crypto: tegra - do not transfer req when tegra_cmac_init returns an error
2024-11-07 1:24 UTC
[PATCH] crypto: inside-secure - Fix the return value of safexcel_xcbcmac_cra_init()
2024-11-07 1:18 UTC (3+ messages)
[PATCH] hwrng: amd - remove reference to removed PPC_MAPLE config
2024-11-06 12:54 UTC (2+ messages)
[PATCH] virtio: only reset device and restore status if needed in device resume
2024-11-06 9:28 UTC (6+ messages)
` [PATCH v2] "
[PATCH v1 0/3] New s390 specific protected key hmac
2024-11-05 23:23 UTC (4+ messages)
` [PATCH v1 3/3] s390/crypto: New s390 specific shash phmac
[PATCH v2 0/3] New s390 specific protected key hmac
2024-11-05 23:24 UTC (6+ messages)
` [PATCH v2 1/3] crypto: api - Adjust HASH_MAX_DESCSIZE for s390-phmac context
` [PATCH v2 2/3] s390/crypto: Add protected key hmac subfunctions for KMAC
` [PATCH v2 3/3] s390/crypto: New s390 specific shash phmac
[PATCH v4 3/6] crypto: ccp: Track GCTX through sev commands
2024-11-05 22:47 UTC (7+ messages)
` [PATCH v4 4/6] crypto: ccp: Add DOWNLOAD_FIRMWARE_EX support
` [PATCH v4 5/6] crypto: ccp: Use firmware_upload API for SNP firmware
[PATCH v2 0/6] Clean up and improve ARM/arm64 CRC-T10DIF code
2024-11-05 16:09 UTC (7+ messages)
` [PATCH v2 1/6] crypto: arm64/crct10dif - Remove obsolete chunking logic
` [PATCH v2 2/6] crypto: arm64/crct10dif - Use faster 16x64 bit polynomial multiply
` [PATCH v2 3/6] crypto: arm64/crct10dif - Remove remaining 64x64 PMULL fallback code
` [PATCH v2 4/6] crypto: arm/crct10dif - Use existing mov_l macro instead of __adrl
` [PATCH v2 5/6] crypto: arm/crct10dif - Macroify PMULL asm code
` [PATCH v2 6/6] crypto: arm/crct10dif - Implement plain NEON variant
[PATCH v2 00/18] Wire up CRC32 library functions to arch-optimized code
2024-11-02 22:26 UTC (3+ messages)
` [PATCH v2 15/18] ext4: switch to using the crc32c library
[PATCH v3 00/18] Wire up CRC32 library functions to arch-optimized code
2024-11-05 9:22 UTC (31+ messages)
` [PATCH v3 01/18] lib/crc32: drop leading underscores from __crc32c_le_base
` [PATCH v3 02/18] lib/crc32: improve support for arch-specific overrides
` [PATCH v3 03/18] lib/crc32: expose whether the lib is really optimized at runtime
` [PATCH v3 04/18] crypto: crc32 - don't unnecessarily register arch algorithms
` [PATCH v3 05/18] arm/crc32: expose CRC32 functions through lib
` [PATCH v3 06/18] loongarch/crc32: "
` [PATCH v3 07/18] mips/crc32: "
` [PATCH v3 08/18] powerpc/crc32: "
` [PATCH v3 09/18] s390/crc32: "
` [PATCH v3 10/18] sparc/crc32: "
` [PATCH v3 11/18] x86/crc32: update prototype for crc_pcl()
` [PATCH v3 12/18] x86/crc32: update prototype for crc32_pclmul_le_16()
` [PATCH v3 13/18] x86/crc32: expose CRC32 functions through lib
` [PATCH v3 14/18] lib/crc32: make crc32c() go directly to lib
` [PATCH v3 15/18] ext4: switch to using the crc32c library
` [PATCH v3 16/18] jbd2: "
` [PATCH v3 17/18] f2fs: switch to using the crc32 library
` [f2fs-dev] "
` [PATCH v3 18/18] scsi: target: iscsi: switch to using the crc32c library
[PATCH 4/6] crypto: ahash - Add virtual address support
2024-11-05 2:08 UTC (2+ messages)
[PATCH v2 00/13] zswap IAA compress batching
2024-11-04 18:29 UTC (19+ messages)
` [PATCH v2 01/13] crypto: acomp - Define two new interfaces for compress/decompress batching
` [PATCH v2 02/13] crypto: iaa - Add an acomp_req flag CRYPTO_ACOMP_REQ_POLL to enable async mode
` [PATCH v2 03/13] crypto: iaa - Implement compress/decompress batching API in iaa_crypto
` [PATCH v2 04/13] crypto: iaa - Make async mode the default
` [PATCH v2 05/13] crypto: iaa - Disable iaa_verify_compress by default
` [PATCH v2 06/13] crypto: iaa - Change cpu-to-iaa mappings to evenly balance cores to IAAs
` [PATCH v2 07/13] crypto: iaa - Distribute compress jobs to all IAA devices on a NUMA node
` [PATCH v2 08/13] mm: zswap: acomp_ctx mutex lock/unlock optimizations
` [PATCH v2 09/13] mm: zswap: Modify struct crypto_acomp_ctx to be configurable in nr of acomp_reqs
` [PATCH v2 10/13] mm: zswap: Add a per-cpu "acomp_batch_ctx" to struct zswap_pool
` [PATCH v2 11/13] mm: zswap: Allocate acomp_batch_ctx resources for a given zswap_pool
` [PATCH v2 12/13] mm: Add sysctl vm.compress-batching switch for compress batching during swapout
` [PATCH v2 13/13] mm: zswap: Compress batching with Intel IAA in zswap_store() of large folios
[PATCH v6 1/3] spinlock: extend guard with spinlock_bh variants
2024-11-04 16:11 UTC (4+ messages)
` [PATCH v6 2/3] dt-bindings: crypto: Add Inside Secure SafeXcel EIP-93 crypto engine
` [PATCH v6 3/3] crypto: Add Mediatek EIP-93 crypto engine support
[PATCH] crypto: bcm - add error check in the ahash_hmac_init function
2024-11-04 12:17 UTC
[PATCH] crypto: caam - add error check to caam_rsa_set_priv_key_form
2024-11-04 12:15 UTC
[PATCH v2 06/18] loongarch/crc32: expose CRC32 functions through lib
2024-11-04 2:34 UTC (4+ messages)
[PATCH v2 04/18] crypto: crc32 - don't unnecessarily register arch algorithms
2024-11-02 17:21 UTC (10+ messages)
[PATCH v9 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
2024-11-02 16:04 UTC (14+ messages)
` [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements
[PATCH v11 00/20] x86: Trenchboot secure dynamic launch Linux kernel support
2024-11-02 14:26 UTC (43+ messages)
` [PATCH v11 01/20] Documentation/x86: Secure Launch kernel documentation
` [PATCH v11 14/20] tpm: Protect against locality counter underflow
` [PATCH v11 15/20] tpm: Ensure tpm is in known state at startup
` [PATCH v11 16/20] tpm: Make locality requests return consistent values
` [PATCH v11 17/20] tpm: Add ability to set the default locality the TPM chip uses
` [RFC PATCH] tpm, tpm_tis: Introduce TPM_IOC_SET_LOCALITY
` [RFC PATCH v2 1/2] "
` [RFC PATCH v2 2/2] tpm: show the default locality in sysfs
` [PATCH v11 18/20] tpm: Add sysfs interface to allow setting and querying the default locality
[PATCH v2 0/2] hwrng: bcm74110 - Add Broadcom BCM74110 RNG driver
2024-11-02 13:13 UTC (4+ messages)
` [PATCH v2 1/2] dt-bindings: rng: add binding for BCM74110 RNG
` [PATCH v2 2/2] hwrng: bcm74110 - Add Broadcom BCM74110 RNG driver
[PATCH] crypto: hisilicon/qm - disable same error report before resetting
2024-11-02 10:27 UTC (2+ messages)
[PATCH] crypto: hisilicon - support querying the capability register
2024-11-02 10:27 UTC (2+ messages)
[PATCH] crypto: Remove unused asymmetric_keys functions
2024-11-02 10:26 UTC (2+ messages)
[PATCH] hwrng - Switch back to struct platform_driver::remove()
2024-11-02 10:25 UTC (2+ messages)
[PATCH 1/2] [RFC] hwrng: fix khwrng lifecycle
2024-11-02 10:14 UTC (2+ messages)
[PATCH v3 0/2] crypto: hisilicon - fix the authsize and icv problems of aead in sec
2024-11-02 2:55 UTC (3+ messages)
` [PATCH v3 1/2] crypto: hisilicon/sec2 - fix for aead icv error
` [PATCH v3 2/2] crypto: hisilicon/sec2 - fix for aead invalid authsize
[PATCH v5 1/3] spinlock: extend guard with spinlock_bh variants
2024-11-01 19:12 UTC (5+ messages)
` [PATCH v5 2/3] dt-bindings: crypto: Add Inside Secure SafeXcel EIP-93 crypto engine
[PATCH v2 3/4] crypto: ccp: Add SNP firmware hotload support
2024-11-01 18:15 UTC
[PATCH] padata: Clean up in padata_do_multithreaded()
2024-11-01 14:09 UTC (2+ messages)
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;
as well as URLs for NNTP newsgroup(s).