Linux Confidential Computing Development
 help / color / mirror / Atom feed
 messages from 2026-07-15 14:31:37 to 2026-07-23 14:47:06 UTC [more...]

[PATCH v15 00/37] arm64: Support for Arm CCA in KVM
 2026-07-23 14:46 UTC  (43+ messages)
` [PATCH v15 02/37] KVM: arm64: Avoid including linux/kvm_host.h in kvm_pgtable.h
` [PATCH v15 05/37] KVM: arm64: CCA: Check for LPA2 support
` [PATCH v15 06/37] KVM: arm64: CCA: Define the user ABI
` [PATCH v15 09/37] KVM: arm64: CCA: Allow passing the machine type in KVM creation
` [PATCH v15 12/37] KVM: arm64: CCA: Support the VGIC in realms
` [PATCH v15 17/37] KVM: arm64: Expose support for private memory
` [PATCH v15 25/37] KVM: arm64: CCA: Handle Realm PSCI requests
` [PATCH v15 26/37] KVM: arm64: WARN on injected undef exceptions
` [PATCH v15 27/37] KVM: arm64: CCA: Allow userspace to inject aborts
` [PATCH v15 28/37] KVM: arm64: CCA: Support RSI_HOST_CALL
` [PATCH v15 34/37] KVM: arm64: CCA: Configure max SVE vector length for a Realm
` [PATCH v15 35/37] KVM: arm64: CCA: Provide register list for unfinalized RECs
` [PATCH v15 36/37] KVM: arm64: CCA: Provide an accurate register list
` [PATCH v15 37/37] KVM: arm64: CCA: Enable realms to be created

[PATCH v10 0/6] Add RMPOPT support
 2026-07-23 14:29 UTC  (29+ messages)
` [PATCH v10 1/6] x86/cpufeatures: Add X86_FEATURE_RMPOPT feature flag
` [PATCH v10 2/6] x86/sev: Initialize RMPOPT configuration MSRs
` [PATCH v10 4/6] x86/sev: Add support to perform RMP optimizations asynchronously

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

[PATCH v14 00/22] TDX KVM selftests
 2026-07-23  8:44 UTC  (24+ messages)
` [PATCH v14 01/22] KVM: selftests: Add macros to simplify creating VM shapes for non-default types
` [PATCH v14 02/22] KVM: selftests: Update kvm_init_vm_address_properties() for TDX
` [PATCH v14 03/22] KVM: selftests: Initialize the TDX VM
` [PATCH v14 04/22] KVM: selftests: TDX: Use KVM_TDX_CAPABILITIES to validate TDs' attribute configuration
` [PATCH v14 05/22] KVM: selftests: Expose segment definitions to assembly files
` [PATCH v14 06/22] tools: include: Add kbuild.h for assembly structure offsets
` [PATCH v14 07/22] KVM: selftests: Introduce structures for TDX guest boot parameters
` [PATCH v14 08/22] KVM: selftests: Add TDX boot code
` [PATCH v14 09/22] KVM: selftests: Expose functions to get default sregs values
` [PATCH v14 10/22] KVM: selftests: Set up TDX boot code region
` [PATCH v14 11/22] KVM: selftests: Set up TDX boot parameters region
` [PATCH v14 12/22] KVM: selftests: Require guest_memfd for TDX VMs
` [PATCH v14 13/22] KVM: selftests: Support guest_memfd in-place conversion
` [PATCH v14 14/22] KVM: selftests: Expose function to allocate vCPU stack
` [PATCH v14 15/22] KVM: selftests: Call KVM_TDX_INIT_VCPU when creating a new TDX vcpu
` [PATCH v14 16/22] KVM: selftests: Load per-vCPU guest stack in TDX boot parameters
` [PATCH v14 17/22] KVM: selftests: Set entry point for TDX guest code
` [PATCH v14 18/22] KVM: selftests: Add helpers to init TDX memory and finalize VM
` [PATCH v14 19/22] KVM: selftests: Finalize TD memory as part of kvm_arch_vm_finalize_vcpus
` [PATCH v14 20/22] KVM: selftests: Implement MMIO WRITE for the TDX VM
` [PATCH v14 21/22] KVM: selftests: Add ucall support for TDX
` [PATCH v14 22/22] KVM: selftests: Add TDX lifecycle test

[PATCH v2 0/2] tdx-guest: Make Quote buffer size dynamic
 2026-07-23  8:19 UTC  (12+ messages)
` [PATCH v2 1/2] x86/tdx: Add helper to query maximum TD Quote size
` [PATCH v2 2/2] virt: tdx-guest: Allocate Quote buffer dynamically

[PATCH v8 00/23] dma-mapping: Track shared DMA state through direct, pool and swiotlb paths
 2026-07-23  7:57 UTC  (37+ messages)
` [PATCH v8 01/23] dma-direct: return struct page from dma_direct_alloc_from_pool()
` [PATCH v8 02/23] dma-pool: fix page leak in atomic_pool_expand() cleanup
` [PATCH v8 03/23] iommu/dma: Check atomic pool allocation result directly
` [PATCH v8 04/23] dma: free atomic pool pages by physical address
` [PATCH v8 05/23] swiotlb: Preserve allocation virtual address for dynamic pools
` [PATCH v8 06/23] s390: Expose protected virtualization through cc_platform_has()
` [PATCH v8 07/23] dma-direct: swiotlb: handle swiotlb alloc/free outside __dma_direct_alloc_pages
` [PATCH v8 08/23] coco: arm64: s390: powerpc: Mark secure guests with CC_ATTR_GUEST_MEM_ENCRYPT
` [PATCH v8 09/23] dma-mapping: Add internal shared allocation attribute
` [PATCH v8 10/23] dma-direct: use __DMA_ATTR_ALLOC_CC_SHARED in alloc/free paths
` [PATCH v8 11/23] dma-pool: track decrypted atomic pools and select them via attrs
` [PATCH v8 12/23] dma: swiotlb: pass mapping attributes by reference
` [PATCH v8 13/23] dma: swiotlb: track pool encryption state and honor DMA_ATTR_CC_SHARED
` [PATCH v8 14/23] dma-mapping: make dma_pgprot() honor __DMA_ATTR_ALLOC_CC_SHARED
` [PATCH v8 15/23] dma-direct: pass attrs to dma_capable() for DMA_ATTR_CC_SHARED checks
` [PATCH v8 16/23] dma-direct: Move dma_direct_map_phys() to dma/direct.c
` [PATCH v8 17/23] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED
` [PATCH v8 18/23] dma-direct: set decrypted flag for remapped DMA allocations
` [PATCH v8 19/23] dma-direct: select DMA address encoding from __DMA_ATTR_ALLOC_CC_SHARED
` [PATCH v8 20/23] dma-direct: rename ret to cpu_addr in alloc helpers
` [PATCH v8 21/23] dma: swiotlb: free dynamic pools from process context
` [PATCH v8 22/23] dma: swiotlb: handle set_memory_decrypted() failures
` [PATCH v8 23/23] swiotlb: remove unused SWIOTLB_FORCE flag

[PATCH v8 0/6] Switch Arm SMCCC firmware services to an SMCCC bus
 2026-07-23  7:55 UTC  (2+ messages)

[PATCH 0/6] firmware: arm_rmm: Add RMM v2.0 support
 2026-07-23  7:11 UTC  (3+ messages)
` [PATCH 1/6] firmware: arm_rmm: Add SMC definitions for calling the RMM

[PATCH v3] x86/virt/tdx: Formalize SEAMCALL version encoding support
 2026-07-23  5:43 UTC  (2+ messages)

[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
 2026-07-22 23:43 UTC  (3+ messages)
` [RFC PATCH 12/15] KVM: TDX: Add in-kernel Quote generation

[PATCH 00/15] Device Evidence and Trust for PCI Security Protocol (TDISP)
 2026-07-22  1:20 UTC  (14+ messages)
` [PATCH 01/15] netlink: specs: Introduce multi-message blobs for SPDM
` [PATCH 07/15] modules: Document the global async_probe parameter

[Invitation] bi-weekly guest_memfd upstream call on 2026-07-23
 2026-07-21 23:07 UTC 

[PATCH v5 00/10] coco: guest: Enforce host page-size alignment for shared buffers
 2026-07-21 22:03 UTC  (3+ messages)
` [PATCH v5 08/10] arm64: realm: Move Realm memory encryption ops to RSI code

SVSM Development Call May 27th, 2026
 2026-07-21 15:59 UTC  (3+ messages)
` SVSM Development Call July 15th, 2026
  ` SVSM Development Call July 22nd, 2026

[PATCH 0/6] configfs: Allow the registration of const struct configfs_attribute
 2026-07-20 10:28 UTC  (13+ messages)
` [PATCH 1/6] rust: configfs: remove mutability from some field initializers
` [PATCH 2/6] configfs: Constify is_visible/is_visible_bin in configfs_group_operations
` [PATCH 3/6] configfs: Treat attribute structures as const internally
` [PATCH 4/6] configfs: Constify configfs_bin_attribute
` [PATCH 5/6] configfs: Allow the registration of const struct configfs_attribute
` [PATCH 6/6] samples: configfs: constify the configfs_attribute structures

[PATCH linux-6.12.y v1 0/2] Backporting SEV-SNP CVE-2023-20585 to linux-stable
 2026-07-19 15:00 UTC  (4+ messages)
` [PATCH linux-6.12.y v1 1/2] iommu/amd: Use maximum Event log buffer size when SNP is enabled on Family 0x19
` [PATCH linux-6.12.y v1 2/2] iommu/amd: Use maximum PPR "

[PATCH v2] x86/virt/tdx: Formalize SEAMCALL version encoding support
 2026-07-17 13:10 UTC  (8+ messages)

[PATCH 00/32] x86/msr: Drop 32-bit MSR interfaces
 2026-07-17  9:38 UTC  (9+ messages)

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-07-16 17:20 UTC  (4+ messages)
` [PATCH v8 09/46] KVM: guest_memfd: Introduce function to check GFN private/shared status

[PATCH v7 00/22] dma-mapping: Track shared DMA state through direct, pool and swiotlb paths
 2026-07-16 14:52 UTC  (6+ messages)
` [PATCH v7 16/22] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED


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