Linux cryptographic layer development
 help / color / mirror / Atom feed
 messages from 2026-04-27 10:02:05 to 2026-05-01 19:04:47 UTC [more...]

[PATCH v4 0/7] Add RMPOPT support
 2026-05-01 19:04 UTC  (12+ messages)
` [PATCH v4 1/7] x86/cpufeatures: Add X86_FEATURE_AMD_RMPOPT feature flag
` [PATCH v4 2/7] x86/msr: add wrmsrq_on_cpus helper
` [PATCH v4 3/7] x86/sev: Initialize RMPOPT configuration MSRs
` [PATCH v4 4/7] x86/sev: Add support to perform RMP optimizations asynchronously
` [PATCH v4 5/7] x86/sev: Add interface to re-enable RMP optimizations

[RFC v2] crypto/ccp: Introduce SNP_VERIFY_MITIGATION command
 2026-05-01 15:20 UTC 

[PATCH] asymmetric_keys: check asymmetric_key_ids() for NULL before dereference
 2026-05-01  7:48 UTC  (3+ messages)

A couple more AF_ALG fixes to cherry-pick
 2026-05-01  7:21 UTC  (2+ messages)

[PATCH] talitos: allocate channels with main struct
 2026-04-30 21:43 UTC 

[PATCH] crypto: fix OOB read in pefile_digest_pe_contents
 2026-04-30 17:36 UTC 

[PATCH net-next v2 0/5] Reimplement TCP-AO using crypto library
 2026-04-30 17:01 UTC  (26+ messages)
` [PATCH net-next v2 1/5] net/tcp-ao: Drop support for most non-RFC-specified algorithms
` [PATCH net-next v2 2/5] net/tcp-ao: Use crypto library API instead of crypto_ahash
` [PATCH net-next v2 3/5] net/tcp-ao: Use stack-allocated MAC and traffic_key buffers
` [PATCH net-next v2 4/5] net/tcp-ao: Return void from functions that can no longer fail
` [PATCH net-next v2 5/5] net/tcp: Remove tcp_sigpool

[RFC v1 0/6] Implement SNP DOWNLOAD_FIRMWARE_EX support
 2026-04-30 16:07 UTC  (7+ messages)
` [RFC v1 1/6] crypto/ccp: Hoist kernel part of SNP_PLATFORM_STATUS
` [RFC v1 2/6] crypto/ccp: Allow snp_get_platform_data() after SNP init
` [RFC v1 3/6] crypto/ccp: Add DOWNLOAD_FIRMWARE_EX message struct
` [RFC v1 4/6] crypto/ccp: Reclaim command buffer when the PSP dies
` [RFC v1 5/6] crypto/ccp: Register with fw_uploader and always fail
` [RFC v1 6/6] crypto/ccp: Implement SNP firmware live update

[PATCH 1/4] hwrng: core - drop unnecessary forward declarations
 2026-04-30 11:00 UTC  (4+ messages)
` [PATCH 2/4] hwrng: core - use bool for wait parameter in rng_get_data
` [PATCH 3/4] hwrng: core - use MAX to simplify RNG_BUFFER_SIZE
` [PATCH 4/4] hwrng: core - use sysfs_emit_at in rng_available_show

[PATCH 6.12 0/8] AF_ALG fixes
 2026-04-30  7:14 UTC  (13+ messages)
` [PATCH 6.12 1/8] crypto: scatterwalk - Backport memcpy_sglist()
` [PATCH 6.12 2/8] crypto: algif_aead - use memcpy_sglist() instead of null skcipher
` [PATCH 6.12 3/8] crypto: algif_aead - Revert to operating out-of-place
` [PATCH 6.12 4/8] crypto: algif_aead - snapshot IV for async AEAD requests
` [PATCH 6.12 5/8] crypto: authenc - use memcpy_sglist() instead of null skcipher
` [PATCH 6.12 6/8] crypto: authencesn - Do not place hiseq at end of dst for out-of-place decryption
` [PATCH 6.12 7/8] crypto: authencesn - Fix src offset when decrypting in-place
` [PATCH 6.12 8/8] crypto: af_alg - Fix page reassignment overflow in af_alg_pull_tsgl

[PATCH 5.10 00/10] AF_ALG fixes
 2026-04-30  7:01 UTC  (11+ messages)
` [PATCH 5.10 01/10] crypto: doc - fix kernel-doc notation in chacha.c and af_alg.c
` [PATCH 5.10 02/10] crypto: scatterwalk - Backport memcpy_sglist()
` [PATCH 5.10 03/10] crypto: algif_aead - use memcpy_sglist() instead of null skcipher
` [PATCH 5.10 04/10] crypto: algif_aead - Revert to operating out-of-place
` [PATCH 5.10 05/10] crypto: algif_aead - snapshot IV for async AEAD requests
` [PATCH 5.10 06/10] crypto: authenc - use memcpy_sglist() instead of null skcipher
` [PATCH 5.10 07/10] crypto: authencesn - Do not place hiseq at end of dst for out-of-place decryption
` [PATCH 5.10 08/10] crypto: authencesn - Fix src offset when decrypting in-place
` [PATCH 5.10 09/10] crypto: af_alg - Fix page reassignment overflow in af_alg_pull_tsgl
` [PATCH 5.10 10/10] crypto: algif_aead - Fix minimum RX size check for decryption

[PATCH 5.15 0/9] AF_ALG fixes
 2026-04-30  6:36 UTC  (10+ messages)
` [PATCH 5.15 1/9] crypto: scatterwalk - Backport memcpy_sglist()
` [PATCH 5.15 2/9] crypto: algif_aead - use memcpy_sglist() instead of null skcipher
` [PATCH 5.15 3/9] crypto: algif_aead - Revert to operating out-of-place
` [PATCH 5.15 4/9] crypto: algif_aead - snapshot IV for async AEAD requests
` [PATCH 5.15 5/9] crypto: authenc - use memcpy_sglist() instead of null skcipher
` [PATCH 5.15 6/9] crypto: authencesn - Do not place hiseq at end of dst for out-of-place decryption
` [PATCH 5.15 7/9] crypto: authencesn - Fix src offset when decrypting in-place
` [PATCH 5.15 8/9] crypto: af_alg - Fix page reassignment overflow in af_alg_pull_tsgl
` [PATCH 5.15 9/9] crypto: algif_aead - Fix minimum RX size check for decryption

[PATCH 6.1 0/9] AF_ALG fixes
 2026-04-30  6:27 UTC  (10+ messages)
` [PATCH 6.1 1/9] crypto: scatterwalk - Backport memcpy_sglist()
` [PATCH 6.1 2/9] crypto: algif_aead - use memcpy_sglist() instead of null skcipher
` [PATCH 6.1 3/9] crypto: algif_aead - Revert to operating out-of-place
` [PATCH 6.1 4/9] crypto: algif_aead - snapshot IV for async AEAD requests
` [PATCH 6.1 5/9] crypto: authenc - use memcpy_sglist() instead of null skcipher
` [PATCH 6.1 6/9] crypto: authencesn - Do not place hiseq at end of dst for out-of-place decryption
` [PATCH 6.1 7/9] crypto: authencesn - Fix src offset when decrypting in-place
` [PATCH 6.1 8/9] crypto: af_alg - Fix page reassignment overflow in af_alg_pull_tsgl
` [PATCH 6.1 9/9] crypto: algif_aead - Fix minimum RX size check for decryption

[PATCH v6 0/3] soc: qcom: ice: Enable firmware managed resource
 2026-04-30  6:13 UTC  (5+ messages)
` [PATCH v6 1/3] dt-bindings: crypto: qcom,ice: Add sa8255p support
` [PATCH v6 2/3] soc: qcom: ice: Enable PM runtime for ICE driver
` [PATCH v6 3/3] soc: qcom: ice: Add SCMI support for sa8255p based targets

[PATCH 01/28] xor: assert that xor_blocks is not call from interrupt context
 2026-04-30  3:24 UTC  (2+ messages)

[PATCH] crypto: af_alg - Document the deprecation of AF_ALG
 2026-04-30  2:10 UTC  (3+ messages)

[PATCH net-next] Documentation/tcp_ao: Document the supported MAC algorithms and lengths
 2026-04-29 21:08 UTC 

[PATCH v4 0/2] Skip SNP inititalization if CPUs are offlined
 2026-04-29 15:56 UTC  (3+ messages)
` [PATCH v4 1/2] x86/sev: Do not initialize SNP if missing CPUs
` [PATCH v4 2/2] crypto/ccp: Skip SNP_INIT if preparation fails

[PATCH] hwrng: tpm: Do not enable by default
 2026-04-29 14:33 UTC  (3+ messages)

[PATCH v1 0/4] SEV re-initialization fixes
 2026-04-29 14:09 UTC  (11+ messages)
` [PATCH v1 1/4] crypto/ccp: Do not initialize SNP for SEV ioctls
` [PATCH v1 2/4] crypto/ccp: Do not initialize SNP for ioctl(SNP_COMMIT)
` [PATCH v1 3/4] crypto/ccp: Do not initialize SNP for ioctl(SNP_VLEK_LOAD)
` [PATCH v1 4/4] crypto/ccp: Do not initialize SNP for ioctl(SNP_CONFIG)

[PATCH 1/2] mm/slab: Add kvfree_atomic() helper
 2026-04-29 11:19 UTC  (5+ messages)
` [PATCH 2/2] rhashtable: Add bucket_table_free_atomic() helper

[PATCH v12 0/4] crypto: spacc - Add SPAcc Crypto Driver
 2026-04-29 10:06 UTC  (2+ messages)

[PATCH] dt-bindings: crypto: qcom-qce: document the Nord crypto engine
 2026-04-29  8:10 UTC 

[PATCH v2] dt-bindings: crypto: qcom,inline-crypto-engine: Document Nord ICE
 2026-04-29  7:15 UTC  (4+ messages)

[PATCH 1/6] sock: add sock_kzalloc helper
 2026-04-28 20:09 UTC  (12+ messages)
` [PATCH 2/6] crypto: af_alg - use sock_kzalloc in af_alg_alloc_areq
` [PATCH 3/6] crypto: algif_aead - use sock_kzalloc in aead_accept_parent_nokey
` [PATCH 4/6] crypto: af_alg - use sock_kzalloc in alloc_result + accept_parent_nokey
` [PATCH 5/6] crypto: algif_rng - use sock_kzalloc in rng_accept_parent
` [PATCH 6/6] crypto: algif_skcipher - use sock_kzalloc in accept_parent_nokey

[PATCH v2 0/4] Allow disabling RAPL during SNP initialization
 2026-04-28 18:04 UTC  (13+ messages)
` [PATCH v2 1/4] crypto/ccp: Pass init_args to __sev_snp_init_locked()
` [PATCH v2 2/4] crypto/ccp: Support setting RAPL_DIS in SNP_INIT_EX
` [PATCH v2 3/4] KVM: SEV: Add the kvm-amd.rapl_disable module parameter
` [PATCH v2 4/4] KVM: selftests: Add a smoke test support for RAPL_DIS

[PATCH net-next 0/5] Consolidate FCrypt and PCBC code into net/rxrpc/
 2026-04-28 17:15 UTC  (12+ messages)
` [PATCH net-next 1/5] net/rxrpc: Add local FCrypt-PCBC implementation
` [PATCH net-next 2/5] net/rxrpc: Use "
` [PATCH net-next 3/5] net/rxrpc: Reimplement DES-PCBC using DES library
` [PATCH net-next 4/5] crypto: fcrypt - Remove support for FCrypt block cipher
` [PATCH net-next 5/5] crypto: pcbc - Remove support for PCBC mode

[PATCH v2] crypto: atmel-sha204a - drop hwrng quality reduction for ATSHA204A
 2026-04-28 16:30 UTC  (7+ messages)

[PATCH v3 0/3] crypto: atmel-sha204a - multiple RNG fixes
 2026-04-28 15:35 UTC  (3+ messages)
` [PATCH v3 2/3] crypto: atmel-sha204a - fix truncated 32-byte blocking read

[PATCH v2] mfd: loongson-se: Add multi-node support
 2026-04-28 12:55 UTC  (7+ messages)

[PATCH v5 0/1] crypto: atmel-sha204a - multiple RNG fixes
 2026-04-28 10:41 UTC  (3+ messages)
` [PATCH v5 1/1] crypto: atmel-sha204a - fix blocking and non-blocking rng logic

[RFC] crypto: skcipher multi-data-unit requests for dm-crypt
 2026-04-28 10:12 UTC  (3+ messages)

[PATCH] crypto: atmel-sha204a - drop hwrng quality reduction for ATSHA204A
 2026-04-28 10:05 UTC  (3+ messages)

[PATCH 5.10.y 0/2] backport to fix a race condition/UAF in the padata subsystem
 2026-04-28  8:57 UTC  (3+ messages)
` [PATCH 5.10.y 1/2] padata: Fix pd UAF once and for all
` [PATCH 5.10.y 2/2] padata: Remove comment for reorder_work

[PATCH 5.15.y 0/2] backport to fix a race condition/UAF in the
 2026-04-28  5:07 UTC  (3+ messages)
` [PATCH 5.15.y 1/2] padata: Fix pd UAF once and for all
` [PATCH 5.15.y 2/2] padata: Remove comment for reorder_work

[PATCH] crypto: starfive - use list_first_entry_or_null to simplify cryp_find_dev
 2026-04-27 21:35 UTC 

[PATCH 1/3] crypto: omap - add omap_aes_unregister_algs helper
 2026-04-27 17:20 UTC  (3+ messages)
` [PATCH 2/3] crypto: omap - add omap_des_unregister_algs helper
` [PATCH 3/3] crypto: omap - add omap_sham_unregister_algs helper

[PATCH 1/2] crypto: caam - use print_hex_dump_devel to guard key hex dumps
 2026-04-27 16:39 UTC  (2+ messages)
` [PATCH 2/2] "

[PATCH v2] crypto: ccp: Fix incorrect return type for psp_get_capability()
 2026-04-27 15:24 UTC  (3+ messages)

[PATCH RFC] hwrng: core - Set hwrng_fillfn() kernel thread freezable
 2026-04-27 13:58 UTC 

[PATCH] rhashtable: give each instance its own lockdep class
 2026-04-27 12:51 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox