Linux Confidential Computing Development
 help / color / mirror / Atom feed
 messages from 2026-09-10 17:59:17 to 2026-09-13 16:50:05 UTC [more...]

[PATCH v17 00/20] KVM: arm64: CCA: Add basic plumbing for Realms
 2026-09-13 16:50 UTC  (7+ messages)
` [PATCH v17 03/20] KVM: arm64: Track the type of VM in kvm_arch
` [PATCH v17 05/20] KVM: arm64: Add vcpu load/put call backs for flavors

[PATCH v18] arm64: mm: Handle Granule Protection Faults (GPFs)
 2026-09-13  7:04 UTC 

[PATCH v3 00/13] x86/msr: Drop 32-bit MSR interfaces
 2026-09-13  5:36 UTC  (8+ messages)
` [PATCH v3 12/13] treewide: convert rdmsrq() from a macro to an inline function
` [PATCH v3 13/13] x86/msr: Simplify some rdmsrq() use cases

[PATCH] x86/sev: Do not fail SNP platform init if the vTPM cannot be registered
 2026-09-12 18:24 UTC  (3+ messages)

[PATCH v18 0/7] firmware: arm_rmm: Add RMM v2.0 base RMI support
 2026-09-12  8:36 UTC  (8+ messages)
` [PATCH v18 1/7] firmware: arm_rmm: Add SMC definitions for calling the RMM
` [PATCH v18 2/7] firmware: arm_rmm: Check for RMI support at init
` [PATCH v18 3/7] firmware: arm_rmm: Configure the RMM with the host's page size
` [PATCH v18 4/7] firmware: arm_rmm: Add support for SRO
` [PATCH v18 5/7] firmware: arm_rmm: Activate the RMM
` [PATCH v18 6/7] firmware: arm_rmm: Ensure the RMM has GPT entries for memory
` [PATCH v18 7/7] firmware: arm_rmm: Add wrappers for Realm related RMI commands

[PATCH v3 13/13] x86/msr: Simplify some rdmsrq() use cases
 2026-09-12  6:50 UTC  (3+ messages)

[PATCH v14 0/5] Add RMPOPT support
 2026-09-12  1:53 UTC  (7+ messages)
` [PATCH v14 1/5] x86/cpufeatures: Add X86_FEATURE_RMPOPT feature flag
` [PATCH v14 2/5] x86/sev: Disable CPU hotplug while SNP is active
` [PATCH v14 3/5] x86/sev: Initialize RMPOPT configuration MSRs
` [PATCH v14 4/5] x86/sev: Perform RMP optimizations asynchronously
` [PATCH v14 5/5] x86/sev: Re-enable RMP optimizations on SNP guest shutdown

[PATCH 0/2] x86/tdx: Use TDVMCALLs directly for earlyprintk
 2026-09-11 20:25 UTC  (8+ messages)
` [PATCH 1/2] x86/tdx: Move port I/O definitions to a shared header
` [PATCH 2/2] x86/early_printk: Avoid #VE emulation for TDX guest serial output

[PATCH 0/3 v2] x86/sev: Report MSR_AMD64_SEV in SYSFS
 2026-09-11 20:24 UTC  (5+ messages)
` [PATCH 1/3] x86/coco: Add CC_ATTR_GUEST_SEV

[PATCH v3] x86/virt/tdx: Formalize SEAMCALL version encoding support
 2026-09-11 19:58 UTC 

[PATCH] x86/tdx: Remove the early #VE handler
 2026-09-11 17:51 UTC  (7+ messages)

[PATCH v17 0/7] firmware: arm_rmm: Add RMM v2.0 base RMI support
 2026-09-11 15:29 UTC  (5+ messages)
` [PATCH v17 4/7] firmware: arm_rmm: Add support for SRO

[PATCH v10 0/7] Switch Arm SMCCC firmware services to an SMCCC bus
 2026-09-11 14:59 UTC  (6+ messages)
` [PATCH v10 6/7] firmware: smccc: arm-cca-guest: Bind the TSM provider to an SMCCC device

[PATCH] x86/tdx: Harden exports
 2026-09-11 14:19 UTC  (3+ messages)

[PATCH v3 0/9] KVM: guest_memfd: folio migration for non-confidential VMs
 2026-09-11 13:22 UTC  (12+ messages)
` [PATCH v3 1/9] KVM: guest_memfd: take the invalidate lock when unbinding a dying file
` [PATCH v3 2/9] mm: split AS_UNMOVABLE back out of AS_INACCESSIBLE
` [PATCH v3 3/9] KVM: guest_memfd: implement folio migration for non-confidential VMs

[PATCH v13 00/44] guest_memfd: In-place conversion support
 2026-09-11  9:45 UTC  (48+ messages)
` [PATCH v13 01/44] KVM: guest_memfd: Optimize away conversion overheads via dead-code elimination
` [PATCH v13 02/44] KVM: guest_memfd: Use kvm_mem_is_private() when populating guest_memfd memory
` [PATCH v13 03/44] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v13 04/44] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v13 05/44] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v13 06/44] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v13 07/44] KVM: Rename kvm_mem_is_private() to kvm_is_private_gfn()
` [PATCH v13 08/44] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v13 09/44] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v13 10/44] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v13 11/44] KVM: guest_memfd: Invalidate both SHARED and PRIVATE mappings for in-place conversions
` [PATCH v13 12/44] KVM: guest_memfd: Always fault from guest_memfd if in-place conversion is enabled
` [PATCH v13 13/44] KVM: guest_memfd: Pass mapping type filter to invalidation helper
` [PATCH v13 14/44] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v13 15/44] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v13 16/44] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v13 17/44] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v13 18/44] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v13 19/44] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v13 20/44] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v13 21/44] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v13 22/44] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v13 23/44] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v13 24/44] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v13 25/44] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v13 26/44] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v13 27/44] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v13 28/44] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v13 29/44] KVM: selftests: Test basic single-page conversion flow
` [PATCH v13 30/44] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v13 31/44] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v13 32/44] KVM: selftests: Test conversion before allocation
` [PATCH v13 33/44] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v13 34/44] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v13 35/44] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v13 36/44] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v13 37/44] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v13 38/44] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v13 39/44] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v13 40/44] KVM: selftests: Provide common function to set memory attributes
` [PATCH v13 41/44] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v13 42/44] KVM: selftests: Set up page size and alignment independently for guest_memfd
` [PATCH v13 43/44] KVM: selftests: Update private_mem_conversions_test for in-place conversions
` [PATCH v13 44/44] KVM: selftests: Update private memory exits test to work with per-gmem attributes

[PATCH v5 00/17] x86/msr: Inline rdmsr/wrmsr instructions
 2026-09-11  8:41 UTC  (2+ messages)
` [PATCH v5 02/17] coco/tdx: Rename MSR access helpers

[PATCH] virt: coco: change tsm_register() to use a const struct
 2026-09-11  2:47 UTC 

[PATCH] KVM: SEV: Return INVALID_INPUT on SNP req/resp buffer access failure
 2026-09-11  1:00 UTC  (3+ messages)

[PATCH v3 0/4] tdx-guest: Make Quote buffer size dynamic
 2026-09-10 21:39 UTC  (6+ messages)
` [PATCH v3 3/4] virt: tdx-guest: Use a variable to store the Quote buffer size

[PATCH v6] x86/virt/tdx: Formalize SEAMCALL leaf version encoding support
 2026-09-10 20:16 UTC  (2+ messages)

[PATCH v5] x86/virt/tdx: Formalize SEAMCALL leaf version encoding support
 2026-09-10 20:15 UTC  (3+ messages)

[PATCH RFC 00/10] KVM: Enable Clang Context Analysis
 2026-09-10 19:19 UTC  (8+ messages)
` [PATCH RFC 02/10] KVM: Allow reading memslots while holding slots_arch_lock

[PATCH v6 00/51] x86: Try to wrangle PV clocks vs. TSC
 2026-09-10 18:36 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