messages from 2026-02-26 13:28:02 to 2026-03-02 15:57:48 UTC [more...]
[PATCH RFC v11 00/12] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
2026-03-02 15:57 UTC (6+ messages)
` [PATCH RFC v11 01/12] crypto: qce - Include algapi.h in the core.h header
` [PATCH RFC v11 02/12] crypto: qce - Remove unused ignore_buf
` [PATCH RFC v11 03/12] crypto: qce - Simplify arguments of devm_qce_dma_request()
` [PATCH RFC v11 04/12] crypto: qce - Use existing devres APIs in devm_qce_dma_request()
` [PATCH RFC v11 05/12] crypto: qce - Map crypto memory for DMA
[PATCH 1/2] crypto: ccp - simplify sev_update_firmware()
2026-03-02 15:17 UTC (4+ messages)
` [PATCH 2/2] include/psp-sev.h: fix structure member in comment
[PATCH v7 0/1] KVM: SEV: Add KVM_SEV_SNP_HV_REPORT_REQ command
2026-03-02 15:08 UTC (3+ messages)
` [PATCH v7 1/1] "
[PATCH 00/21] nvme-auth: use crypto library for HMAC and hashing
2026-03-02 15:06 UTC (32+ messages)
` [PATCH 01/21] nvme-auth: add NVME_AUTH_MAX_DIGEST_SIZE constant
` [PATCH 02/21] nvme-auth: common: constify static data
` [PATCH 03/21] nvme-auth: use proper argument types
` [PATCH 04/21] nvme-auth: common: add KUnit tests for TLS key derivation
` [PATCH 05/21] nvme-auth: rename nvme_auth_generate_key() to nvme_auth_parse_key()
` [PATCH 06/21] nvme-auth: common: explicitly verify psk_len == hash_len
` [PATCH 07/21] nvme-auth: common: add HMAC helper functions
` [PATCH 08/21] nvme-auth: common: use crypto library in nvme_auth_transform_key()
` [PATCH 09/21] nvme-auth: common: use crypto library in nvme_auth_augmented_challenge()
` [PATCH 10/21] nvme-auth: common: use crypto library in nvme_auth_generate_psk()
` [PATCH 11/21] nvme-auth: common: use crypto library in nvme_auth_generate_digest()
` [PATCH 12/21] nvme-auth: common: use crypto library in nvme_auth_derive_tls_psk()
` [PATCH 13/21] nvme-auth: host: use crypto library in nvme_auth_dhchap_setup_host_response()
` [PATCH 14/21] nvme-auth: host: use crypto library in nvme_auth_dhchap_setup_ctrl_response()
` [PATCH 15/21] nvme-auth: host: remove allocation of crypto_shash
` [PATCH 16/21] nvme-auth: target: remove obsolete crypto_has_shash() checks
` [PATCH 17/21] nvme-auth: target: use crypto library in nvmet_auth_host_hash()
` [PATCH 18/21] nvme-auth: target: use crypto library in nvmet_auth_ctrl_hash()
` [PATCH 19/21] nvme-auth: common: remove nvme_auth_digest_name()
` [PATCH 20/21] nvme-auth: common: remove selections of no-longer used crypto modules
` [PATCH 21/21] crypto: remove HKDF library
[PATCH] lib/crypto: tests: Add a .kunitconfig file
2026-03-02 15:01 UTC (2+ messages)
[PATCH] crypto: qce - Remove return variable and unused assignments
2026-03-02 14:15 UTC (3+ messages)
[PATCH v8 0/3] Add support for more AES modes in TI DTHEv2
2026-03-02 14:08 UTC (6+ messages)
` [PATCH v8 1/3] crypto: ti - Add support for AES-CTR in DTHEv2 driver
[PATCH] crypto: sa2ul: add missing IS_ERR checks
2026-03-02 12:27 UTC (4+ messages)
[PATCH] crypto: aead: add service indicator flag for RFC4106 AES-GCM
2026-03-02 12:26 UTC (6+ messages)
[PATCH] crypto: drbg - convert to guard(mutex)
2026-03-02 12:24 UTC (4+ messages)
[PATCH v6 0/6] Add support for Microchip LAN969x
2026-03-02 11:20 UTC (7+ messages)
` [PATCH v6 1/6] dt-bindings: serial: atmel,at91-usart: add microchip,lan9691-usart
` [PATCH v6 2/6] dt-bindings: rng: atmel,at91-trng: add microchip,lan9691-trng
` [PATCH v6 3/6] arm64: dts: microchip: add LAN969x clock header file
` [PATCH v6 4/6] arm64: dts: microchip: add LAN969x support
` [PATCH v6 5/6] dt-bindings: arm: AT91: document EV23X71A board
` [PATCH v6 6/6] arm64: dts: microchip: add "
[PATCH v7 0/3] Enable ICE clock scaling
2026-03-02 10:49 UTC (4+ messages)
` [PATCH v7 1/3] soc: qcom: ice: Add OPP-based clock scaling support for ICE
` [PATCH v7 2/3] ufs: host: Add ICE clock scaling during UFS clock changes
` [PATCH v7 3/3] soc: qcom: ice: Set ICE clk to TURBO on probe
cleanup the RAID5 XOR library
2026-03-02 7:38 UTC (51+ messages)
` [PATCH 01/25] xor: assert that xor_blocks is not called from interrupt context
` [PATCH 02/25] arm/xor: remove in_interrupt() handling
` [PATCH 03/25] um/xor: don't override XOR_SELECT_TEMPLATE
` [PATCH 04/25] xor: move to lib/raid/
` [PATCH 05/25] xor: small cleanups
` [PATCH 06/25] xor: cleanup registration and probing
` [PATCH 07/25] xor: split xor.h
` [PATCH 08/25] xor: remove macro abuse for XOR implementation registrations
` [PATCH 09/25] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 10/25] alpha: move the XOR code to lib/raid/
` [PATCH 11/25] arm: "
` [PATCH 12/25] arm64: "
` [PATCH 13/25] loongarch: "
` [PATCH 14/25] powerpc: "
` [PATCH 15/25] riscv: "
` [PATCH 16/25] sparc: "
` [PATCH 17/25] s390: "
` [PATCH 18/25] x86: "
` [PATCH 19/25] xor: avoid indirect calls for arm64-optimized ops
` [PATCH 20/25] xor: make xor.ko self-contained in lib/raid/
` [PATCH 21/25] xor: add a better public API
` [PATCH 22/25] async_xor: use xor_gen
` [PATCH 23/25] btrfs: "
` [PATCH 24/25] xor: pass the entire operation to the low-level ops
` [PATCH 25/25] xor: use static_call for xor_gen
[PATCH 1/5] crypto: testmgr - Add test vectors for authenc(hmac(sha1),rfc3686(ctr(aes)))
2026-03-01 15:53 UTC (5+ messages)
` [PATCH 2/5] crypto: testmgr - Add test vectors for authenc(hmac(sha224),rfc3686(ctr(aes)))
` [PATCH 3/5] crypto: testmgr - Add test vectors for authenc(hmac(sha256),rfc3686(ctr(aes)))
` [PATCH 4/5] crypto: testmgr - Add test vectors for authenc(hmac(sha384),rfc3686(ctr(aes)))
` [PATCH 5/5] crypto: testmgr - Add test vectors for authenc(hmac(sha512),rfc3686(ctr(aes)))
[PATCH v2] crypto: drbg - convert to guard(mutex)
2026-03-01 12:07 UTC
[PATCH] lib/crypto: tests: Depend on library options rather than selecting them
2026-03-01 3:19 UTC (6+ messages)
FAILED: Patch "crypto: virtio: Remove duplicated virtqueue_kick in virtio_crypto_skcipher_crypt_req" failed to apply to 5.10-stable tree
2026-03-01 2:02 UTC
FAILED: Patch "crypto: virtio: Add spinlock protection with virtqueue notification" failed to apply to 5.10-stable tree
2026-03-01 2:02 UTC
FAILED: Patch "crypto: virtio: Add spinlock protection with virtqueue notification" failed to apply to 5.15-stable tree
2026-03-01 1:52 UTC
FAILED: Patch "crypto: virtio: Remove duplicated virtqueue_kick in virtio_crypto_skcipher_crypt_req" failed to apply to 5.15-stable tree
2026-03-01 1:52 UTC
FAILED: Patch "crypto: virtio: Remove duplicated virtqueue_kick in virtio_crypto_skcipher_crypt_req" failed to apply to 6.1-stable tree
2026-03-01 1:44 UTC
FAILED: Patch "crypto: virtio: Add spinlock protection with virtqueue notification" failed to apply to 6.1-stable tree
2026-03-01 1:44 UTC
FAILED: Patch "crypto: virtio: Remove duplicated virtqueue_kick in virtio_crypto_skcipher_crypt_req" failed to apply to 6.6-stable tree
2026-03-01 1:35 UTC
FAILED: Patch "crypto: virtio: Add spinlock protection with virtqueue notification" failed to apply to 6.6-stable tree
2026-03-01 1:35 UTC
FAILED: Patch "crypto: virtio: Remove duplicated virtqueue_kick in virtio_crypto_skcipher_crypt_req" failed to apply to 6.12-stable tree
2026-03-01 1:24 UTC
FAILED: Patch "crypto: virtio: Add spinlock protection with virtqueue notification" failed to apply to 6.12-stable tree
2026-03-01 1:24 UTC
FAILED: Patch "crypto: virtio: Remove duplicated virtqueue_kick in virtio_crypto_skcipher_crypt_req" failed to apply to 6.18-stable tree
2026-03-01 1:17 UTC
FAILED: Patch "crypto: virtio: Add spinlock protection with virtqueue notification" failed to apply to 6.18-stable tree
2026-03-01 1:17 UTC
FAILED: Patch "crypto: virtio: Remove duplicated virtqueue_kick in virtio_crypto_skcipher_crypt_req" failed to apply to 6.19-stable tree
2026-03-01 1:14 UTC
FAILED: Patch "crypto: virtio: Add spinlock protection with virtqueue notification" failed to apply to 6.19-stable tree
2026-03-01 1:14 UTC
[PATCH 3/4] arm64: crypto: fix SPDX comment style in sm3-neon-core.S
2026-03-01 0:38 UTC
[PATCH 2/4] arm64: crypto: fix SPDX comment style in sm4-ce-cipher-core.S
2026-03-01 0:38 UTC
[PATCH v3] crypto: testmgr - Add test vectors for authenc(hmac(md5),cbc(aes))
2026-02-28 20:17 UTC
[PATCH v2] crypto: testmgr - Add test vectors for authenc(hmac(md5),cbc(aes))
2026-02-28 13:19 UTC
[PATCH] crypto: atmel-sha204a - Fix error codes in OTP reads
2026-02-28 9:57 UTC (3+ messages)
[PATCH v6 0/4] Enable ICE clock scaling
2026-02-28 8:57 UTC (3+ messages)
` [PATCH v6 1/4] dt-bindings: crypto: ice: add operating-points-v2 property for QCOM ICE
[PATCH] crypto: atmel-sha204a - Fix OOM ->tfm_count leak
2026-02-28 8:56 UTC (2+ messages)
[PATCH v2] crypto: atmel-sha204a - Fix OTP sysfs read and error handling
2026-02-28 8:48 UTC (2+ messages)
AFALG with TLS on Openssl questions
2026-02-28 8:47 UTC (5+ messages)
[PATCH] crypto/ccp: Fix use-after-free on error path
2026-02-28 8:44 UTC (2+ messages)
[PATCH] crypto: inside-secure/eip93 - fix register definition
2026-02-28 8:43 UTC (2+ messages)
[PATCH] crypto: virtio: Convert from tasklet to BH workqueue
2026-02-28 8:43 UTC (2+ messages)
[PATCH] crypto: testmgr - Add test vectors for authenc(hmac(md5),cbc(des))
2026-02-28 8:43 UTC (2+ messages)
[PATCH] crypto: ccp - allow callers to use HV-Fixed page API when SEV is disabled
2026-02-28 8:43 UTC (2+ messages)
[PATCH] crypto: tesmgr - allow authenc(hmac(sha224/sha384),cbc(aes)) in fips mode
2026-02-28 8:41 UTC (2+ messages)
[PATCH] crypto: octeontx - Replace scnprintf with strscpy in print_ucode_info
2026-02-28 3:57 UTC (2+ messages)
[PATCH] crypto: caam - Replace snprintf with strscpy in caam_hash_alloc
2026-02-28 3:58 UTC (2+ messages)
[PATCH v9 03/11] dmaengine: qcom: bam_dma: implement support for BAM locking
2026-02-27 21:32 UTC (12+ messages)
[PATCH] crypto: qat - Drop redundant local variables
2026-02-27 12:21 UTC (2+ messages)
[PATCH v3 0/5] pkcs7: better handling of signed attributes
2026-02-27 3:50 UTC (4+ messages)
` [PATCH v3 3/5] crypto: pkcs7: allow pkcs7_digest() to be called from pkcs7_trust
[PATCH v15 00/28] x86: Secure Launch support for Intel TXT
2026-02-26 22:33 UTC (7+ messages)
[PATCH 0/4] Allow setting RAPL_DIS during SNP_INIT_EX
2026-02-26 22:28 UTC (11+ messages)
` [PATCH 2/4] selftests/kvm: check that SEV-ES VMs are allowed in SEV-SNP mode
[PATCH] crypto: atmel-sha204a - Fix OTP address check and uninitialized data access
2026-02-26 21:22 UTC (2+ messages)
IMA and PQC
2026-02-26 21:05 UTC (15+ messages)
[PATCH 0/5] crypto: Drop stale usages in various help texts
2026-02-26 19:54 UTC (7+ messages)
` [PATCH 1/5] crypto: Clean up CRYPTO_BLAKE2B usage
` [PATCH 2/5] crypto: Clean up CRYPTO_SHA256 usage
` [PATCH 3/5] crypto: Clean up CRYPTO_XXHASH usage
` [PATCH 4/5] crypto: Clean up CRYPTO_CRC32C usage
` [PATCH 5/5] crypto: Clean up CRYPTO_CRC32 usage
[PATCH v4 0/2] lib/crypto: ML-DSA verification support
2026-02-26 19:21 UTC (5+ messages)
` [PATCH v4 2/2] lib/crypto: tests: Add KUnit tests for ML-DSA verification
[PATCH 00/12] NH library and Adiantum cleanup
2026-02-26 18:11 UTC (4+ messages)
` [PATCH 02/12] lib/crypto: tests: Add KUnit tests for NH
[PATCH] docs: crypto: userspace-if: Fix outdated links
2026-02-26 15:56 UTC
[PATCH] treewide: fix duplicated word "the" in comments
2026-02-26 14:13 UTC (2+ messages)
[PATCH v7] crypto: jitterentropy - Use SHA-3 library
2026-02-26 14:05 UTC (2+ messages)
[BUG] crypto: caam - RSA encrypt doesn't always complete new data in out_buf
2026-02-26 13:27 UTC (10+ 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