Linux Confidential Computing Development
 help / color / mirror / Atom feed
 messages from 2026-08-31 00:25:24 to 2026-09-07 09:45:35 UTC [more...]

[RFC PATCH v4 00/16] coco/TSM: Implement host-side support for Arm CCA TDISP setup
 2026-09-07  9:45 UTC  (35+ messages)
` [RFC PATCH v4 01/16] iommu/arm-smmu-v3: Discover RME support and realm IRQ topology
` [RFC PATCH v4 03/16] iommu/arm-smmu-v3: Add initial pSMMU realm viommu plumbing

[PATCH v3 0/4] tdx-guest: Make Quote buffer size dynamic
 2026-09-07  7:55 UTC  (22+ messages)
` [PATCH v3 1/4] x86/tdx: Add helper to query maximum TD Quote size
` [PATCH v3 2/4] virt: tdx-guest: Calculate the Quote buffer size safely
` [PATCH v3 3/4] virt: tdx-guest: Use a variable to store the Quote buffer size
` [PATCH v3 4/4] virt: tdx-guest: Allocate Quote buffer dynamically

[PATCH v16 00/45] arm64: Support for Arm CCA in KVM
 2026-09-07  7:44 UTC  (13+ messages)
` [PATCH v16 14/45] KVM: arm64: CCA: Add basic infrastructure for creating a realm
` [PATCH v16 15/45] KVM: arm64: CCA: Don't expose unsupported capabilities for realm guests
` [PATCH v16 16/45] KVM: arm64: CCA: Allow passing the machine type in KVM creation
` [PATCH v16 22/45] KVM: arm64: CCA: Handle RMI_EXIT_RIPAS_CHANGE

[PATCH v13 0/5] Add RMPOPT support
 2026-09-06 17:24 UTC  (10+ messages)
` [PATCH v13 1/5] x86/cpufeatures: Add X86_FEATURE_RMPOPT feature flag
` [PATCH v13 2/5] x86/sev: Disable CPU hotplug while SNP is active
` [PATCH v13 3/5] x86/sev: Initialize RMPOPT configuration MSRs
` [PATCH v13 4/5] x86/sev: Add support to perform RMP optimizations asynchronously
` [PATCH v13 5/5] x86/sev: Re-enable RMP optimizations on SNP guest shutdown

[PATCH] Documentation: virt: Fix the struct snp_guest_request_ioctl name in sev-guest.rst
 2026-09-05 17:20 UTC  (2+ messages)

[PATCH v11 00/11] Dynamic PAMT
 2026-09-04 21:58 UTC  (12+ messages)
` [PATCH v11 01/11] x86/virt/tdx: Simplify PAMT layout calculation
` [PATCH v11 02/11] x86/virt/tdx: Allocate page bitmap for Dynamic PAMT
` [PATCH v11 03/11] x86/virt/tdx: Add __tdx_pamt_get/put() helpers
` [PATCH v11 04/11] x86/virt/tdx: Allocate refcounts for Dynamic PAMT memory
` [PATCH v11 05/11] x86/virt/tdx: Handle multiple callers in tdx_pamt_get/put()
` [PATCH v11 06/11] KVM: TDX: Allocate PAMT memory for TD and vCPU control structures
` [PATCH v11 07/11] x86/virt/tdx: Add APIs to support Dynamic PAMT ops from KVM's fault path
` [PATCH v11 08/11] KVM: TDX: Get/put PAMT pages when (un)mapping private memory
` [PATCH v11 09/11] x86/virt/tdx: Enable Dynamic PAMT
` [PATCH v11 10/11] Documentation/x86: Add documentation for TDX's "
` [PATCH v11 11/11] x86/virt/tdx: Optimize tdx_pamt_get/put()

[PATCH v10 0/7] Switch Arm SMCCC firmware services to an SMCCC bus
 2026-09-04 19:39 UTC  (15+ messages)
` [PATCH v10 1/7] firmware: smccc: Add an Arm "
` [PATCH v10 2/7] firmware: hwrng: arm_smccc_trng: Register as an SMCCC device
` [PATCH v10 3/7] firmware: arm_rmm: Move RSI support out of arch/arm64
` [PATCH v10 4/7] arm64: realm: Move Realm memory encryption ops to RSI code
` [PATCH v10 5/7] virt: coco: arm-cca-guest: Rename TSM report source file
` [PATCH v10 6/7] firmware: smccc: arm-cca-guest: Bind the TSM provider to an SMCCC device
` [PATCH v10 7/7] coco: guest: arm64: Replace dummy CCA device with sysfs ABI

[PATCH v9 0/7] Switch Arm SMCCC firmware services to an SMCCC bus
 2026-09-04 17:50 UTC  (16+ messages)
` [PATCH v9 1/7] firmware: smccc: Add an Arm "

[PATCH v6 0/9] coco: guest: Enforce host page-size alignment for shared buffers
 2026-09-04 10:34 UTC  (10+ messages)
` [PATCH v6 1/9] mm/mem_encrypt: Add helpers for shared-buffer alignment
` [PATCH v6 2/9] irqchip/gic-v3-its: Align shared ITS allocations to the CoCo shared granule size
` [PATCH v6 3/9] dma-mapping: Pass allocation attrs to contiguous allocation helpers
` [PATCH v6 4/9] dma-direct: Align CoCo shared DMA allocations to the shared granule size
` [PATCH v6 5/9] swiotlb: Align shared IO TLB pools "
` [PATCH v6 6/9] swiotlb: Reject misaligned restricted DMA pools for CoCo guests
` [PATCH v6 7/9] dma-buf: system_heap: Enforce shared-granule alignment for cc-shared buffers
` [PATCH v6 8/9] arm64: realm: Add RHI helper to query IPA state change alignment
` [PATCH v6 9/9] arm64: realm: Expose the CCA shared granule size through mem_encrypt ops

[PATCH 00/15] Device Evidence and Trust for PCI Security Protocol (TDISP)
 2026-09-04  9:52 UTC  (20+ messages)

[PATCH v10 00/11] Dynamic PAMT
 2026-09-03 23:16 UTC  (21+ messages)
` [PATCH v10 01/11] x86/virt/tdx: Simplify PAMT layout calculation
` [PATCH v10 02/11] x86/virt/tdx: Allocate page bitmap for Dynamic PAMT
` [PATCH v10 03/11] x86/virt/tdx: Add __tdx_pamt_get/put() helpers
` [PATCH v10 04/11] x86/virt/tdx: Allocate refcounts for Dynamic PAMT memory
` [PATCH v10 05/11] x86/virt/tdx: Handle multiple callers in tdx_pamt_get/put()
` [PATCH v10 06/11] KVM: TDX: Allocate PAMT memory for TD and vCPU control structures
` [PATCH v10 07/11] x86/virt/tdx: Add APIs to support Dynamic PAMT ops from KVM's fault path
` [PATCH v10 08/11] KVM: TDX: Get/put PAMT pages when (un)mapping private memory
` [PATCH v10 09/11] x86/virt/tdx: Enable Dynamic PAMT
` [PATCH v10 10/11] Documentation/x86: Add documentation for TDX's "
` [PATCH v10 11/11] x86/virt/tdx: Optimize tdx_pamt_get/put()

[PATCH 0/6] Enable TDX module extensions
 2026-09-03 15:05 UTC  (9+ messages)
` [PATCH 4/6] x86/virt/tdx: Add extra memory to TDX module for the extensions

SVSM Development Call September 2nd, 2026
 2026-09-03  6:38 UTC  (2+ messages)

[PATCH v5 0/8] Add SEV-SNP BTB Isolation and IBPB-on-Entry guest features
 2026-09-03  4:03 UTC  (3+ messages)
` [PATCH v5 1/8] x86/bugs: Allow forcing Automatic IBRS with SNP active using spectre_v2=eibrs

SVSM: Updated Linux and QEMU branches available for testing
 2026-09-02 13:54 UTC  (9+ messages)

[PATCH v12 00/45] guest_memfd: In-place conversion support
 2026-09-02 13:30 UTC  (40+ messages)
` [PATCH v12 01/45] KVM: guest_memfd: Optimize away conversion overheads via dead-code elimination
` [PATCH v12 07/45] KVM: Rename kvm_mem_is_private() to kvm_is_private_gfn()
` [PATCH v12 09/45] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v12 11/45] KVM: guest_memfd: Invalidate both SHARED and PRIVATE mappings for in-place conversions
` [PATCH v12 12/45] KVM: guest_memfd: Always fault from guest_memfd if in-place conversion is enabled
` [PATCH v12 13/45] KVM: guest_memfd: Pass mapping type filter to invalidation helper
` [PATCH v12 14/45] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v12 15/45] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v12 18/45] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v12 23/45] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v12 42/45] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v12 43/45] KVM: selftests: Set up page size and alignment independently for guest_memfd
` [PATCH v12 44/45] KVM: selftests: Update private_mem_conversions_test for in-place conversions
` [PATCH v12 45/45] KVM: selftests: Update private memory exits test to work with per-gmem attributes

[PATCH v12 0/5] Add RMPOPT support
 2026-09-01 19:20 UTC  (5+ messages)
` [PATCH v12 4/5] x86/sev: Add support to perform RMP optimizations asynchronously

[PATCH v5] x86/virt/tdx: Formalize SEAMCALL leaf version encoding support
 2026-09-01 10:54 UTC 

[PATCH v14 00/22] TDX KVM selftests
 2026-08-31 22:10 UTC  (8+ messages)
` [PATCH v14 21/22] KVM: selftests: Add ucall support for TDX


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