messages from 2025-06-01 22:45:54 to 2025-06-10 19:12:32 UTC [more...]
[PATCH v2 00/12] lib/crc: improve how arch-optimized code is integrated
2025-06-10 19:12 UTC (25+ messages)
` [PATCH v2 01/12] lib/crc: move files into lib/crc/
` [PATCH v2 02/12] lib/crc: prepare for arch-optimized code in subdirs of lib/crc/
` [PATCH v2 03/12] lib/crc/arm: migrate arm-optimized CRC code into lib/crc/
` [PATCH v2 04/12] lib/crc/arm64: migrate arm64-optimized "
` [PATCH v2 05/12] lib/crc/loongarch: migrate loongarch-optimized "
` [PATCH v2 06/12] lib/crc/mips: migrate mips-optimized "
` [PATCH v2 07/12] lib/crc/powerpc: migrate powerpc-optimized "
` [PATCH v2 08/12] lib/crc/riscv: migrate riscv-optimized "
` [PATCH v2 09/12] lib/crc/s390: migrate s390-optimized "
` [PATCH v2 10/12] lib/crc/sparc: migrate sparc-optimized "
` [PATCH v2 11/12] lib/crc/x86: migrate x86-optimized "
` [PATCH v2 12/12] lib/crc: remove ARCH_HAS_* kconfig symbols
[PATCH] crypto: lib/curve25519-hacl64 - Disable KASAN with clang-17 and older
2025-06-10 18:42 UTC (4+ messages)
[PATCH] crypto: Annotate crypto strings with nonstring
2025-06-10 18:41 UTC (2+ messages)
[PATCH v5 0/4] crypto: caam - iMX8QXP support (and related fixes)
2025-06-10 15:25 UTC (7+ messages)
` [PATCH v5 4/4] arm64: dts: freescale: imx8qxp/imx8qm: Add CAAM support
` [PATCH v5 1/4] crypto: caam - Prevent crash on suspend with iMX8QM / iMX8ULP
` [PATCH v5 2/4] crypto: caam - Support iMX8QXP and variants thereof
` [PATCH v5 3/4] dt-bindings: crypto: fsl,sec-v4.0: Add power domains for iMX8QM and iMX8QXP
[PATCH v3] crypto: riscv/poly1305 - import OpenSSL/CRYPTOGAMS implementation
2025-06-10 13:26 UTC (4+ messages)
CI: Another strange crypto message in syslog
2025-06-10 12:37 UTC (5+ messages)
[PATCH] ARM: crypto: work around gcc-15 warning
2025-06-10 9:42 UTC (2+ messages)
[PATCH v2 0/6] Add Versal TRNG driver
2025-06-10 8:00 UTC (15+ messages)
` [PATCH v2 1/6] dt-bindings: crypto: Add node for True Random Number Generator
` [PATCH v2 2/6] crypto: xilinx: Add TRNG driver for Versal
` [PATCH v2 3/6] crypto: drbg: Export CTR DRBG DF functions
` [PATCH v2 4/6] crypto: xilinx: Select dependant Kconfig option for CRYPTO_DRBG_CTR
` [PATCH v2 5/6] crypto: xilinx: Fix missing goto in probe
` [PATCH v2 6/6] crypto: xilinx: Use min_t macro to compare value
[PATCH] crypto: caam - Set DMA alignment explicitly
2025-06-10 5:55 UTC (3+ messages)
[PATCH 1/1] Revert "crypto: run initcalls for generic implementations earlier"
2025-06-09 9:44 UTC (4+ messages)
` [v2 PATCH] "
[PATCH v4 0/4] crypto: caam - iMX8QXP support (and related fixes)
2025-06-09 10:49 UTC (12+ messages)
` [PATCH v4 1/4] crypto: caam - Prevent crash on suspend with iMX8QM / iMX8ULP
` [PATCH v4 2/4] crypto: caam - Support iMX8QXP and variants thereof
` [PATCH v4 3/4] dt-bindings: crypto: fsl,sec-v4.0: Add power domains for iMX8QM and iMX8QXP
` [PATCH v4 4/4] arm64: dts: freescale: imx8qxp/imx8qm: Add CAAM support
[PATCH v2] crypto: riscv/poly1305 - import OpenSSL/CRYPTOGAMS implementation
2025-06-09 4:28 UTC (2+ messages)
[PATCH] lib/crc32: remove unused combination support
2025-06-08 23:47 UTC (2+ messages)
[PATCH 00/13] lib/crc: improve how arch-optimized code is integrated
2025-06-08 23:46 UTC (13+ messages)
` [PATCH 03/13] lib/crc: move files into lib/crc/
` [PATCH 04/13] lib/crc: prepare for arch-optimized code in subdirs of lib/crc/
` [PATCH 05/13] lib/crc/arm: migrate arm-optimized CRC code into lib/crc/
` [PATCH 06/13] lib/crc/arm64: migrate arm64-optimized "
` [PATCH 07/13] lib/crc/loongarch: migrate loongarch-optimized "
` [PATCH 08/13] lib/crc/mips: migrate mips-optimized "
` [PATCH 09/13] lib/crc/powerpc: migrate powerpc-optimized "
` [PATCH 10/13] lib/crc/riscv: migrate riscv-optimized "
` [PATCH 11/13] lib/crc/s390: migrate s390-optimized CRC code into lib/s390/
` [PATCH 12/13] lib/crc/sparc: migrate sparc-optimized CRC code into lib/crc/
` [PATCH 13/13] lib/crc/x86: migrate x86-optimized "
[PATCH v2] crypto: stm32 - remove crc32 and crc32c support
2025-06-08 23:44 UTC (3+ messages)
[PATCH] crypto: inside-secure - remove crc32 support
2025-06-08 23:41 UTC (2+ messages)
[PATCH] crypto: testmgr - remove crc32c context format test
2025-06-08 23:40 UTC (2+ messages)
[PATCH] x86/crc: drop checks of CONFIG_AS_VPCLMULQDQ
2025-06-08 23:40 UTC (2+ messages)
[PATCH] crypto: qce - Add suspend and resume support
2025-06-08 0:13 UTC (3+ messages)
[PATCH 0/9] SAMA7D65 Add support for Crypto, CAN and PWM
2025-06-07 11:44 UTC (13+ messages)
` [PATCH 1/9] dt-bindings: crypto: add sama7d65 in Atmel AES
` [PATCH 4/9] dt-bindings: rng: atmel,at91-trng: add sama7d65 TRNG
` [PATCH 6/9] ARM: dts: microchip: sama7d65: Add crypto support
` [PATCH 7/9] ARM: dts: microchip: sama7d65: Add PWM support
` [PATCH 8/9] ARM: dts: microchip: sama7d65: Add CAN bus support
` [PATCH 9/9] ARM: dts: microchip: sama7d65: Enable CAN bus
[PATCH v3 0/6] Add SPAcc Crypto Driver
2025-06-06 13:04 UTC (22+ messages)
` [PATCH v3 1/6] dt-bindings: crypto: Document support for SPAcc
` [PATCH v3 2/6] Add SPAcc Skcipher support
` [PATCH v3 3/6] Add SPAcc AUTODETECT Support
` [PATCH v3 4/6] Add SPAcc ahash support
` [PATCH v3 5/6] Add SPAcc AEAD support
` [PATCH v3 6/6] Add SPAcc Kconfig and Makefile
[PATCH 0/3] Add Versal TRNG driver
2025-06-06 6:13 UTC (4+ messages)
` [PATCH 1/3] dt-bindings: crypto: Add node for True Random Number Generator
[PATCH v2] crypto: ccp: Fix SNP panic notifier unregistration
2025-06-05 20:38 UTC
[PATCH v4 0/5] Add SEV-SNP CipherTextHiding feature support
2025-06-05 19:34 UTC (26+ messages)
` [PATCH v4 1/5] crypto: ccp: New bit-field definitions for SNP_PLATFORM_STATUS command
` [PATCH v4 2/5] crypto: ccp: Add support for SNP_FEATURE_INFO command
` [PATCH v4 3/5] crypto: ccp: Add support to enable CipherTextHiding on SNP_INIT_EX
` [PATCH v4 4/5] KVM: SEV: Introduce new min,max sev_es and sev_snp asid variables
` [PATCH v4 5/5] KVM: SEV: Add SEV-SNP CipherTextHiding support
[PATCH] MAINTAINERS: add entry for crypto library
2025-06-05 19:27 UTC (7+ messages)
[PATCH] crypto: riscv/poly1305 - import OpenSSL/CRYPTOGAMS implementation
2025-06-05 16:42 UTC (3+ messages)
[v2 PATCH 0/9] crypto: sha256 - Use partial block API
2025-06-05 13:29 UTC (8+ messages)
` [v2 PATCH 1/9] crypto: lib/sha256 - Add helpers for block-based shash
` [v2 PATCH 1/9] crypto: lib/sha256 - Add helpers for block-based shash (RT build failure)
` Regression: hash - Add HASH_REQUEST_ON_STACK causes asynch hashes to fail
` [PATCH] crypto: ahash - Add support for drivers with no fallback
[PATCH 0/2] crypto: qat - enable decompression service for GEN6 devices
2025-06-05 11:25 UTC (3+ messages)
` [PATCH 1/2] crypto: qat - add support for decompression service to "
` [PATCH 2/2] Documentation: qat: update sysfs-driver-qat for "
[PATCH] crypto: qat - allow enabling VFs in the absence of IOMMU
2025-06-05 8:11 UTC (2+ messages)
[PATCH] padata: use cpumask_nth()
2025-06-04 23:58 UTC
[PATCH] crypto: ccp: Fix SNP panic notifier unregistration
2025-06-04 21:31 UTC (3+ messages)
[PATCH 0/2] crypto: replace cpumask_next with better API
2025-06-04 20:47 UTC (3+ messages)
` [PATCH 1/2] crypto: pcrypt: Optimize pcrypt_aead_init_tfm()
` [PATCH 2/2] crypto: caam - Fix opencoded cpumask_next_wrap() in caam_drv_ctx_init()
[PATCH 0/3] BPF signature verification
2025-06-04 16:25 UTC (15+ messages)
` [PATCH 1/3] bpf: Add bpf_check_signature
[PATCH] crypto: qat - fix state restore for banks with exceptions
2025-06-04 15:59 UTC
[PATCH] crypto: qat - allow enabling VFs in the absence of IOMMU
2025-06-04 9:35 UTC
[PATCH v6] crypto: zstd - convert to acomp
2025-06-04 4:25 UTC
[PATCH] crypto: iaa - Fix race condition when probing IAA devices
2025-06-03 23:55 UTC
[GIT PULL] Crypto Fixes for 6.16
2025-06-03 16:09 UTC (2+ messages)
[PATCH v5 0/2] Add support for Texas Instruments DTHE V2 crypto accelerator
2025-06-03 12:37 UTC (3+ messages)
` [PATCH v5 1/2] dt-bindings: crypto: Add binding for TI DTHE V2
` [PATCH v5 2/2] crypto: ti: Add driver for DTHE V2 AES Engine (ECB, CBC)
[PATCH v4 0/2] Add support for Texas Instruments DTHE V2 crypto accelerator
2025-06-03 12:25 UTC (5+ messages)
` [PATCH v4 1/2] dt-bindings: crypto: Add binding for TI DTHE V2
[PATCH] asm-generic: Add sched.h inclusion in simd.h
2025-06-03 5:44 UTC (2+ messages)
[PATCH v4 00/13] Architecture-optimized SHA-256 library API
2025-06-02 14:45 UTC (10+ messages)
` [PATCH v4 08/13] crypto: s390/sha256 - implement library instead of shash
[PATCH 3/3] crypto: drbg: Export CTR DRBG DF functions
2025-06-02 6:50 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).