messages from 2026-06-25 17:34:14 to 2026-06-30 12:06:55 UTC [more...]
i.MX95: EdgeLock Enclave secure storage
2026-06-30 12:06 UTC (2+ messages)
` [EXT] "
[PATCH RESEND] hwrng: atmel - drop __maybe_unused from atmel_trng_pm_ops
2026-06-30 10:18 UTC
[PATCH v5 0/5] crypto: skcipher - multi-data-unit dispatch as a template
2026-06-30 8:34 UTC (5+ messages)
` [PATCH v5 1/5] crypto: skcipher - add per-request data_unit_size
` [PATCH v5 2/5] crypto: dun - data-unit-number dispatch template
` [PATCH v5 3/5] crypto: testmgr - test dun() dispatch
` [PATCH v5 4/5] dm crypt: batch a bio segment's sectors via dun()
[PATCH v2 0/4] virtio-crypto: support ECDSA algorithm
2026-06-30 5:17 UTC
[PATCH v20 00/14] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
2026-06-29 15:04 UTC (16+ messages)
` [PATCH v20 01/14] dmaengine: constify struct dma_descriptor_metadata_ops
` [PATCH v20 02/14] dmaengine: qcom: bam_dma: free interrupt before the clock in error path
` [PATCH v20 03/14] dmaengine: qcom: bam_dma: convert tasklet to a BH workqueue
` [PATCH v20 04/14] dmaengine: qcom: bam_dma: Extend the driver's device match data
` [PATCH v20 05/14] dmaengine: qcom: bam_dma: Add pipe_lock_supported flag support
` [PATCH v20 06/14] dmaengine: qcom: bam_dma: add support for BAM locking
` [PATCH v20 07/14] crypto: qce - Cancel work on device detach
` [PATCH v20 08/14] crypto: qce - Include algapi.h in the core.h header
` [PATCH v20 09/14] crypto: qce - Remove unused ignore_buf
` [PATCH v20 10/14] crypto: qce - Simplify arguments of devm_qce_dma_request()
` [PATCH v20 11/14] crypto: qce - Use existing devres APIs in devm_qce_dma_request()
` [PATCH v20 12/14] crypto: qce - Map crypto memory for DMA
` [PATCH v20 13/14] crypto: qce - Add BAM DMA support for crypto register I/O
` [PATCH v20 14/14] crypto: qce - Communicate the base physical address to the dmaengine
cleanup the RAID6 P/Q library v3
2026-06-29 12:48 UTC (9+ messages)
` [PATCH 08/18] raid6: warn when using less than four devices
[PATCH 0/5] Shikra: Add DT support for ice, rng and qce
2026-06-29 11:40 UTC (5+ messages)
` [PATCH 5/5] arm64: dts: qcom: shikra: Add ICE, TRNG and QCE nodes
[PATCH 00/32] x86/msr: Drop 32-bit MSR interfaces
2026-06-29 11:19 UTC (9+ messages)
` [PATCH 23/32] hw_random/via-rng: Stop using "
` [PATCH 31/32] treewide: convert rdmsrq() from a macro to an inline function
[PATCH v5 0/2] hwrng: starfive: add JHB100 support and fix clk/reset teardown
2026-06-29 8:36 UTC (3+ messages)
` [PATCH v5 1/2] dt-bindings: rng: starfive,jh7110-trng: add jhb100, drop jh8100
` [PATCH v5 2/2] hwrng: starfive: rework clk/reset teardown order for JHB100
[PATCH v4 0/2] mfd: loongson-se: Fix miscellaneous issues and add multi-node support
2026-06-29 7:11 UTC (3+ messages)
` [PATCH v4 1/2] mfd: loongson-se: Fix miscellaneous issues
` [PATCH v4 2/2] mfd: loongson-se: Add multi-node support
[PATCH v2 0/3] dt-bindings: crypto: Add Qualcomm Maili crypto support
2026-06-29 6:44 UTC (4+ messages)
` [PATCH v2 1/3] dt-bindings: crypto: qcom,prng: Document Maili TRNG
` [PATCH v2 2/3] dt-bindings: crypto: qcom,inline-crypto-engine: Document Maili ICE
` [PATCH v2 3/3] dt-bindings: crypto: qcom,ice: Fix missing power-domain and iface clk on Hawi
[PATCH] lib/crypto: md5: Remove support for md5_mod_init_arch()
2026-06-29 3:25 UTC
[PATCH] crypto: af_alg - Add af_alg_restrict sysctl, defaulting to 1
2026-06-29 3:11 UTC (6+ messages)
[PATCH v9 3/6] x86/sev: Disable CPU hotplug while SNP is active
2026-06-29 3:11 UTC (12+ messages)
[PATCH] crypto: cesa: add missing free_irq() calls
2026-06-28 23:20 UTC
[PATCH] crypto: algif_aead - stop recvmsg looping after a completed request
2026-06-28 15:34 UTC
[PATCH 00/19] crypto: cmh - add CRI CryptoManager Hub driver
2026-06-28 8:41 UTC (27+ messages)
` [PATCH 01/19] dt-bindings: crypto: add Rambus CryptoManager Hub
` [PATCH 02/19] crypto: cmh - add core platform driver
` [PATCH 03/19] crypto: cmh - add key provisioning and management
` [PATCH 04/19] crypto: cmh - add SHA-2/SHA-3/SHAKE ahash
` [PATCH 05/19] crypto: cmh - add HMAC ahash
` [PATCH 06/19] crypto: cmh - add CSHAKE/KMAC ahash
` [PATCH 07/19] crypto: cmh - add SM3 ahash
` [PATCH 09/19] crypto: cmh - add SM4 skcipher/aead/cmac/xcbc
` [PATCH 10/19] crypto: cmh - add ChaCha20-Poly1305
` [PATCH 11/19] crypto: cmh - add DRBG hwrng
` [PATCH 12/19] crypto: cmh - add RSA akcipher
` [PATCH 13/19] crypto: cmh - add ECDSA/SM2 sig
` [PATCH 14/19] crypto: cmh - add ECDH/X25519 kpp
` [PATCH 15/19] crypto: cmh - add ML-KEM/ML-DSA (QSE)
` [PATCH 16/19] crypto: cmh - add SLH-DSA/LMS/XMSS (HCQ)
` [PATCH 17/19] Documentation: ioctl: add CMH ioctl documentation and register 'J'
` [PATCH 18/19] selftests: crypto: cmh - add kselftest for management ioctl
` [PATCH 19/19] MAINTAINERS: add Rambus CryptoManager Hub (CMH)
[PATCH 0/8] x86: Remove cpu_has_xfeatures() and add AVX-512 xor_gen()
2026-06-26 21:33 UTC (18+ messages)
` [PATCH 1/8] x86/fpu: Check for missing AVX and AVX-512 xstate bits
` [PATCH 2/8] um: "
` [PATCH 3/8] crypto: x86 - Stop using cpu_has_xfeatures()
` [PATCH 4/8] lib/crypto: x86: "
` [PATCH 5/8] lib/crc: "
` [PATCH 6/8] x86/fpu: Remove cpu_has_xfeatures()
` [PATCH 7/8] lib/raid/xor: x86: Remove redundant X86_FEATURE_OSXSAVE check
` [PATCH 8/8] lib/raid/xor: x86: Add AVX-512 optimized xor_gen()
[PATCH] fix: crypto/tegra: tegra_se_host1x_submit: timeout path leaks host1x_job reference
2026-06-26 15:07 UTC (2+ messages)
[PATCH v4 0/3] Add support for hashing algorithms in TI DTHE V2
2026-06-26 12:57 UTC (6+ messages)
` [PATCH v4 1/3] crypto: ti - Add support for SHA224/256/384/512 in DTHEv2 driver
[PATCH] hwrng: omap: disable runtime PM on resume failure
2026-06-26 9:07 UTC (2+ messages)
[PATCH 01/19] btrfs: require at least 4 devices for RAID 6
2026-06-26 8:21 UTC (2+ messages)
[PATCH 01/18] raid6: turn the userspace test harness into a kunit test
2026-06-26 8:20 UTC (2+ messages)
[PATCH 00/21] nvme-auth: use crypto library for HMAC and hashing
2026-06-25 18:01 UTC (4+ messages)
` [PATCH 12/21] nvme-auth: common: use crypto library in nvme_auth_derive_tls_psk()
page: | 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