messages from 2024-11-03 13:57:32 to 2024-11-11 22:13:31 UTC [more...]
[PATCH v10 00/22] Support more Amlogic SoC families in crypto driver
2024-11-11 22:13 UTC (26+ messages)
` [PATCH v10 01/22] crypto: amlogic - Don't hardcode IRQ count
` [PATCH v10 02/22] crypto: amlogic - Add platform data
` [PATCH v10 03/22] crypto: amlogic - Remove clock input
` [PATCH v10 04/22] crypto: amlogic - Add MMIO helpers
` [PATCH v10 05/22] crypto: amlogic - Move get_engine_number()
` [PATCH v10 06/22] crypto: amlogic - Drop status field from meson_flow
` [PATCH v10 07/22] crypto: amlogic - Move algs definition and cipher API to cipher.c
` [PATCH v10 08/22] crypto: amlogic - Cleanup defines
` [PATCH v10 09/22] crypto: amlogic - Process more than MAXDESCS descriptors
` [PATCH v10 10/22] crypto: amlogic - Avoid kzalloc in engine thread
` [PATCH v10 11/22] crypto: amlogic - Introduce hasher
` [PATCH v10 12/22] crypto: amlogic - Use fallback for 192-bit keys
` [PATCH v10 13/22] crypto: amlogic - Add support for G12-series
` [PATCH v10 14/22] crypto: amlogic - Add support for AXG-series
` [PATCH v10 15/22] crypto: amlogic - Add support for A1-series
` [PATCH v10 16/22] dt-bindings: crypto: amlogic,gxl-crypto: correct clk and interrupt lines
` [PATCH v10 17/22] dt-bindings: crypto: amlogic,gxl-crypto: support new SoC's
` [PATCH v10 18/22] arm64: dts: amlogic: gxl: correct crypto node definition
` [PATCH v10 19/22] arm64: dts: amlogic: a1: add crypto node
` [PATCH v10 20/22] arm64: dts: amlogic: s4: "
` [PATCH v10 21/22] arm64: dts: amlogic: g12: "
` [PATCH v10 22/22] arm64: dts: amlogic: axg: "
[PATCH v5 04/10] crypto: ccp: Fix uapi definitions of PSP errors
2024-11-11 22:10 UTC (17+ messages)
` [PATCH v5 05/10] crypto: ccp: Add GCTX API to track ASID assignment
` [PATCH v5 06/10] crypto: ccp: Add DOWNLOAD_FIRMWARE_EX support
` [PATCH v5 07/10] crypto: ccp: Add preferred access checking method
` [PATCH v5 08/10] KVM: SVM: move sev_issue_cmd_external_user to new API
[PATCH] crypto: ccp: Use scoped guard for mutex
2024-11-11 14:28 UTC (3+ messages)
[PATCH] crypto: caam - use JobR's space to access page 0 regs
2024-11-11 12:22 UTC
[PATCH v3 0/3] New s390 specific protected key hmac
2024-11-11 12:13 UTC (5+ 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: caam - use JobR's space to access page 0 regs
2024-11-11 12:12 UTC
[PATCH] crypto: caam - add error check to caam_rsa_set_priv_key_form
2024-11-11 5:28 UTC (3+ messages)
` [EXT] "
[PATCH] crypto: bcm - add error check in the ahash_hmac_init function
2024-11-11 2:22 UTC (2+ messages)
[PATCH v2] crypto: tegra - do not transfer req when tegra init fails
2024-11-11 1:28 UTC
[PATCH] crypto: marvell/cesa: fix uninit value for struct mv_cesa_op_ctx
2024-11-10 18:50 UTC
[PATCH v6 1/3] spinlock: extend guard with spinlock_bh variants
2024-11-10 12:00 UTC (8+ 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 v2 0/2] hwrng: bcm74110 - Add Broadcom BCM74110 RNG driver
2024-11-10 3:57 UTC (2+ messages)
[PATCH] padata: Clean up in padata_do_multithreaded()
2024-11-10 3:57 UTC (2+ messages)
[PATCH] crypto: inside-secure - Fix the return value of safexcel_xcbcmac_cra_init()
2024-11-10 3:55 UTC (4+ messages)
[PATCH cryptodev-2.6] crypto: rsassa-pkcs1 - Reinstate support for legacy protocols
2024-11-10 3:54 UTC (2+ messages)
[PATCH v2] crypto: qat - Fix missing destroy_workqueue in adf_init_aer()
2024-11-10 3:54 UTC (2+ messages)
[PATCH v3 0/2] crypto: hisilicon - fix the authsize and icv problems of aead in sec
2024-11-10 3:36 UTC (3+ messages)
` [PATCH v3 2/2] crypto: hisilicon/sec2 - fix for aead invalid authsize
[PATCH v3 00/13] zswap IAA compress batching
2024-11-09 1:05 UTC (38+ 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
Reading public key portion of asymmetric keys
2024-11-08 20:12 UTC
[PATCH] crypto: cavium - Fix an error handling path in cpt_ucode_load_fw()
2024-11-08 17:22 UTC
[PATCH] virtio: only reset device and restore status if needed in device resume
2024-11-08 2:53 UTC (7+ messages)
` [PATCH v2] "
[PATCH] crypto: tegra - do not transfer req when tegra_sha_init returns an error
2024-11-08 1:08 UTC (3+ messages)
[PATCH v3 3/4] crypto: ccp: Add SNP firmware hotload support
2024-11-07 17:20 UTC (7+ 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] hwrng: amd - remove reference to removed PPC_MAPLE config
2024-11-06 12:54 UTC (2+ messages)
[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 13/13] mm: zswap: Compress batching with Intel IAA in zswap_store() of large folios
2024-11-04 18:29 UTC (3+ messages)
[PATCH v2 06/18] loongarch/crc32: expose CRC32 functions through lib
2024-11-04 2:34 UTC (4+ 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).