messages from 2026-08-03 22:22:28 to 2026-08-10 09:30:30 UTC [more...]
[PATCH v5 00/10] crypto: Provide a function for zeroizing crypto_aes_ctx
2026-08-10 9:29 UTC (3+ messages)
` [PATCH v5 01/10] crypto: Provide a wrapper "
` [PATCH v5 02/10] crypto: aspeed - clear the crypto_aes_ctx when done
[PATCH v4 00/10] crypto: Provide a function for zeroizing crypto_aes_ctx
2026-08-10 8:43 UTC (14+ messages)
` [PATCH v4 01/10] crypto: Provide a wrapper "
` [PATCH v4 02/10] crypto: aspeed - clear the crypto_aes_ctx when done
` [PATCH v4 03/10] crypto: inside-secure/eip93 "
` [PATCH v4 04/10] crypto: padlock-aes "
` [PATCH v4 05/10] crypto: sa2ul "
` [PATCH v4 06/10] crypto: arm/aes-neonbs "
` [PATCH v4 07/10] crypto: arm64/aes-neonbs "
` [PATCH v4 08/10] crypto: qat - zeroize crypto_aes_ctx with __cleanup(aes_zeroize_ctx)
` [PATCH v4 09/10] crypto: safexcel - Rework cleanup of sensitive structs in safexcel_aead_setkey
` [PATCH v4 10/10] crypto: safexcel - zeroize crypto_aes_ctx with __cleanup(aes_zeroize_ctx)
[PATCH 0/3] crypto: af_alg_restrict cleanups
2026-08-10 8:36 UTC (4+ messages)
` [PATCH 1/3] crypto: af_alg - Make cbc(paes) privileged-only
[PATCH v1] hwrng: imx-rngc: Disable clock on registration failure
2026-08-10 8:36 UTC (3+ messages)
[PATCH] crypto: qat - remove dead ADF_HEX code
2026-08-10 8:35 UTC (2+ messages)
[PATCH 1/2] crypto: qce - simplify devm_qce_register_algs
2026-08-10 8:35 UTC (2+ messages)
[PATCH] crypto: caam: simplify probe resource and IRQ handling
2026-08-10 8:33 UTC (3+ messages)
[PATCH] crypto: amcc: get irq and ioremap resource first
2026-08-10 8:33 UTC (2+ messages)
[PATCH] crypto: amcc - fix racy teardown with devm_request_irq
2026-08-10 8:31 UTC (2+ messages)
[PATCHv2] crypto: cesa: clear cesa_dev on _remove
2026-08-10 8:31 UTC (2+ messages)
[PATCH] crypto: ecdsa - Fix typo in function documentation
2026-08-10 8:31 UTC (2+ messages)
[PATCH] crypto: ccp - don't abuse kernel-doc comment format
2026-08-10 8:30 UTC (2+ messages)
[Patch v9] crypto: qce - Add runtime PM and interconnect bandwidth scaling support
2026-08-10 8:27 UTC (2+ messages)
[PATCHv2] crypto: talitos: Use platform_get_irq() to retrieve interrupt
2026-08-10 8:26 UTC (2+ messages)
[PATCH 1/2] crypto: atmel-ecc - simplify control flow in atmel_ecdh_set_secret
2026-08-10 8:26 UTC (2+ messages)
[PATCH v3 0/2] Enable ICE for UFS on Hamoa IoT EVK
2026-08-10 8:26 UTC (3+ messages)
` [PATCH v3 1/2] dt-bindings: crypto: qcom,inline-crypto-engine: Add x1e80100 support
[PATCH v3 00/19] crypto: cmh - add Rambus CryptoManager Hub driver
2026-08-10 8:16 UTC (21+ messages)
` [PATCH v3 01/19] dt-bindings: crypto: add Rambus CryptoManager Hub
` [PATCH v3 02/19] crypto: cmh - add core platform driver
` [PATCH v3 03/19] crypto: cmh - add key provisioning and management
` [PATCH v3 04/19] crypto: cmh - add SHA-2/SHA-3/SHAKE ahash
` [PATCH v3 05/19] crypto: cmh - add HMAC ahash
` [PATCH v3 06/19] crypto: cmh - add CSHAKE/KMAC ahash
` [PATCH v3 07/19] crypto: cmh - add SM3 ahash
` [PATCH v3 08/19] crypto: cmh - add AES skcipher/aead/cmac
` [PATCH v3 09/19] crypto: cmh - add SM4 skcipher/aead/cmac/xcbc
` [PATCH v3 10/19] crypto: cmh - add ChaCha20-Poly1305
` [PATCH v3 11/19] crypto: cmh - add DRBG hwrng
` [PATCH v3 12/19] crypto: cmh - add RSA akcipher
` [PATCH v3 13/19] crypto: cmh - add ECDSA/SM2 sig
` [PATCH v3 14/19] crypto: cmh - add ECDH/X25519 kpp
` [PATCH v3 15/19] crypto: cmh - add ML-KEM/ML-DSA (QSE)
` [PATCH v3 16/19] crypto: cmh - add SLH-DSA/LMS/XMSS (HCQ)
` [PATCH v3 17/19] Documentation: ioctl: add CMH ioctl documentation and register 'J'
` [PATCH v3 18/19] selftests: crypto: cmh - add kselftest for management ioctl
` [PATCH v3 19/19] MAINTAINERS: add Rambus CryptoManager Hub (CMH)
[PATCH] crypto: amcc - fix missing DMA memory barriers in descriptor handling
2026-08-10 8:15 UTC (2+ messages)
[PATCH] crypto: caam/jr: fix use-after-free in interrupt handler teardown
2026-08-10 8:10 UTC (2+ messages)
[PATCH 0/4] crypto: introduce generic dynamic software fallback and EIP93 support
2026-08-10 7:55 UTC (2+ messages)
[GIT PULL] Crypto Fixes for 7.2
2026-08-10 7:01 UTC
[PATCH] crypto: sl3516: fix autosuspend cleanup during teardown
2026-08-09 22:15 UTC (2+ messages)
[RFC] ML-KEM (FIPS 203) implementation with reusable decapsulation pool
2026-08-09 14:16 UTC (7+ messages)
[PATCH] crypto: lskcipher - propagate errors from unaligned crypt
2026-08-08 11:48 UTC
[PATCH v2 0/6] crypto: Add __cleanup functions for zeroizing aes_cmac_key & aes_cmac_ctx
2026-08-08 10:38 UTC (10+ messages)
` [PATCH v2 1/6] crypto: Provide wrapper functions for zeroizing aes_cmac_key and aes_cmac_ctx
` [PATCH v2 2/6] smb: clear the aes_cmac_key and aes_cmac_ctx when done
` [PATCH v2 3/6] net/tcp-ao: clear the aes_cmac_key "
` [PATCH v2 4/6] Bluetooth: SMP: "
` [PATCH v2 5/6] lib/crypto: aes: Use __cleanup() for aes_cmac_key instead of memzero_explicit()
` [PATCH v2 6/6] mac80211: fils_aead: "
[PATCH] crypto: stm32/hash: fix autosuspend cleanup during teardown
2026-08-08 9:41 UTC
[PATCH] crypto: stm32/cryp: fix autosuspend cleanup during teardown
2026-08-08 9:36 UTC
[PATCH] crypto: rockchip: fix autosuspend cleanup during teardown
2026-08-08 9:30 UTC
[PATCH] crypto: ccree: fix autosuspend cleanup during teardown
2026-08-08 9:17 UTC
[PATCH] crypto: sun8i-ss: fix autosuspend cleanup during teardown
2026-08-08 9:01 UTC
[PATCH] crypto: sun4i-ss: fix autosuspend cleanup during teardown
2026-08-08 8:53 UTC
[PATCH] crypto: omap-des: fix autosuspend cleanup during teardown
2026-08-08 8:42 UTC
[PATCH] crypto: omap-aes: fix autosuspend cleanup during teardown
2026-08-08 8:36 UTC
[PATCH] hwrng: stm32: fix usage_count leak when autosuspend_delay is negative
2026-08-08 7:45 UTC
[PATCH] hwrng: npcm: fix usage_count leak when autosuspend_delay is negative
2026-08-08 7:37 UTC
[PATCH] hwrng: starfive: fix runtime PM autosuspend cleanup
2026-08-08 7:25 UTC
[PATCH] hwrng: cctrng: fix usage_count leak when autosuspend_delay is negative
2026-08-08 6:41 UTC
[PATCH] hwrng: atmel: fix usage_count leak when autosuspend_delay is negative
2026-08-08 6:34 UTC
[PATCH] kunit: irq: Unregister on-stack timer and work from debugobjects
2026-08-07 22:04 UTC (3+ messages)
[PATCH 1/2] crypto: keembay - use crypto_memneq() to compare GCM AEAD tags
2026-08-07 16:13 UTC
[PATCH] crypto: sa2ul - use crypto_memneq() to compare AEAD tag
2026-08-07 15:44 UTC
[PATCH v3 0/3] Fixes and rework for aes_s390
2026-08-07 13:54 UTC (4+ messages)
` [PATCH v3 1/3] s390/crypto: Fix skcipher_walk return code handling in aes_s390
` [PATCH v3 2/3] s390/crypto: Fix missing scrub of temp buffers with AES ctr and gcm algorithm
` [PATCH v3 3/3] s390/crypto: Rewrite AES ctr mode to be prepared for context analysis
[PATCH 0/4] char: use named initializers for acpi_device_id
2026-08-07 12:26 UTC (7+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] char: hw_random: "
` [PATCH 3/4] char: ipmi: "
` [PATCH 4/4] char: tpm: "
[PATCH v5 0/3] Add support for hashing algorithms in TI DTHE V2
2026-08-07 11:04 UTC (4+ messages)
` [PATCH v5 1/3] crypto: ti - Add support for SHA224/256/384/512 in DTHEv2 driver
` [PATCH v5 2/3] crypto: ti - Add support for MD5 in DTHEv2 Hashing Engine driver
` [PATCH v5 3/3] crypto: ti - Add support for HMAC "
[PATCH] crypto: qce: fix CCM AAD buffer underallocation
2026-08-07 6:54 UTC
[PATCH 00/36] treewide: remove conditional returns with no effect
2026-08-06 19:06 UTC (2+ messages)
` (subset) "
[PATCH 0/6] crypto: Add __cleanup functions for zeroizing aes_cmac_key & aes_cmac_ctx
2026-08-06 13:06 UTC (14+ messages)
` [PATCH 1/6] crypto: Provide wrapper functions for zeroizing aes_cmac_key and aes_cmac_ctx
` [PATCH 2/6] smb: clear the aes_cmac_key and aes_cmac_ctx when done
` [PATCH 3/6] net/tcp-ao: clear the aes_cmac_key "
` [PATCH 4/6] Bluetooth: SMP: "
` [PATCH 5/6] lib/crypto: aes: Use _cleanup() for aes_cmac_key instead of memzero_explicit()
` [PATCH 6/6] mac80211: fils_aead: Use _cleanup for aes_cmac_key instead of memzero_explicit
[PATCH v3 00/10] crypto: Provide a function for zeroizing crypto_aes_ctx
2026-08-06 12:37 UTC (16+ messages)
` [PATCH v3 01/10] crypto: Provide a wrapper "
` [PATCH v3 02/10] crypto: aspeed - clear the crypto_aes_ctx when done
` [PATCH v3 03/10] crypto: inside-secure/eip93 "
` [PATCH v3 04/10] crypto: padlock-aes "
` [PATCH v3 05/10] crypto: sa2ul "
` [PATCH v3 06/10] crypto: arm/aes-neonbs "
` [PATCH v3 07/10] crypto: arm64/aes-neonbs "
` [PATCH v3 08/10] crypto: qat - zeroize crypto_aes_ctx with __cleanup(aes_zeroize_ctx)
` [PATCH v3 09/10] crypto: safexcel - Rework cleanup of sensitive structs in safexcel_aead_setkey
` [PATCH v3 10/10] crypto: safexcel - zeroize crypto_aes_ctx with __cleanup(aes_zeroize_ctx)
[PATCH v2 0/2] Fix skcipher_walk return code handling in aes_s390
2026-08-06 8:49 UTC (3+ messages)
` [PATCH v2 1/2] s390/crypto: "
` [PATCH v2 2/2] s390/crypto: Explicit scrub temp buffer in AES ctr mode algorithm
[PATCH] lib/crypto: x86/chacha: Add a 16-block AVX-512 variant
2026-08-06 7:40 UTC (4+ messages)
[PATCH v2 0/2] PAES - Fix rc handling at skcipher_walk_done
2026-08-06 4:50 UTC (5+ messages)
` [PATCH v2 1/2] s390/crypto: Fix return code handling at skcipher_walk_done in PAES algorithms
` [PATCH v2 2/2] s390/crypto: Explicit scrub temp buffer in PAES ctr mode algorithm
[PATCH v2 0/5] crypto: iaa - Fixes for multi entry SG lists
2026-08-05 21:19 UTC (6+ messages)
` [PATCH v2 1/5] dmaengine: idxd: assign all engines to group 0 in IAA defaults
` [PATCH v2 2/5] crypto: iaa - fall back to software for multi-entry scatterlists
` [PATCH v2 3/5] crypto: iaa - avoid counting fallback decompression bytes
` [PATCH v2 4/5] crypto: iaa - use bounce buffer for multi-sg decompress input
` [PATCH v2 5/5] crypto: iaa - unmap dst before software fallback on decompress
[PATCH v11 4/6] x86/sev: Add support to perform RMP optimizations asynchronously
2026-08-05 21:04 UTC (13+ messages)
[PATCH] kunit: irq: Continue increasing hrtimer interval for longer
2026-08-05 19:47 UTC (4+ messages)
[PATCH v2 0/5] lib/crypto: KUnit tests for AES-CCM and AES-GCM
2026-08-05 19:47 UTC (2+ messages)
[PATCH 0/3] lib/crypto: FIPS self-tests for AES encryption modes
2026-08-05 19:46 UTC (2+ messages)
[PATCH v20 0/4] crypto: spacc - Add SPAcc Crypto Driver
2026-08-05 16:48 UTC (5+ messages)
` [PATCH v20 1/4] dt-bindings: crypto: Document support for SPAcc
` [PATCH v20 2/4] crypto: spacc - Add SPAcc ahash support
` [PATCH v20 3/4] crypto: spacc - add spacc autodetect support
` [PATCH v20 4/4] crypto: spacc - Add SPAcc Kconfig and Makefile
[PATCH v1 0/1] Fix skcipher_walk return code handling in aes_s390
2026-08-05 14:53 UTC (2+ messages)
` [PATCH v1 1/1] s390/crypto: "
[PATCH v5 0/2] mfd: loongson-se: Add multi-node support and fix miscellaneous issues
2026-08-05 13:40 UTC (7+ messages)
` [PATCH v5 2/2] mfd: loongson-se: Fix "
[PATCH v1 0/1] PAES - Fix rc handling at skcipher_walk_done
2026-08-05 12:28 UTC (2+ messages)
` [PATCH v1 1/1] s390/crypto: Fix return code handling at skcipher_walk_done in PAES algorithms
[PATCH v5] crypto: rsassa-pkcs1 - Avoid cacheline sharing with underlying driver
2026-08-05 4:28 UTC (2+ messages)
[PATCH] crypto: caam - Use bounce buffer for unaligned RSA destination buffers
2026-08-05 4:19 UTC
[PATCH v2 0/9] crypto: Provide a function for zeroizing crypto_aes_ctx
2026-08-04 18:54 UTC (7+ messages)
` [PATCH v2 1/9] crypto: Provide a wrapper "
[PATCH 0/3] s390/crypto: Enable CONTEXT_ANALYSIS
2026-08-04 11:37 UTC (4+ messages)
` [PATCH 1/3] s390/crypto: Rework ctr_aes_crypt() to remove conditional locking
` [PATCH 2/3] s390/crypto: Rework ctr_paes_do_crypt() "
` [PATCH 3/3] s390/crypto: Enable CONTEXT_ANALYSIS
[PATCH v5] hwrng: core - Stop/start hwrng_fillfn() kthread before/after suspend-resume
2026-08-04 10:01 UTC
[PATCH 0/5] lib/crypto: add HKDF and convert fscrypt and NVMe
2026-08-04 9:16 UTC (3+ messages)
[PATCH] crypto: eip93 - use struct_size() and flexible array for ring allocation
2026-08-04 8:47 UTC (5+ messages)
[PATCH v6 0/2] hwrng: starfive: updates for jh7110-trng DT binding and rework clk/reset teardown
2026-08-04 7:41 UTC (4+ messages)
` [PATCH v6 2/2] hwrng: starfive: rework clk/reset teardown order for JHB100
` 回复: "
[PATCH] hwrng: cctrng: Fix use-after-free in cctrng_remove due to race condition
2026-08-04 7:34 UTC
[PATCH] crypto: hisilicon/sec2: fix CCM algorithm long packet failure
2026-08-04 2:22 UTC
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