[PATCH 0/1] [Test Report] get qutoe time via tdvmcall
2026-02-22 2:17 UTC (4+ messages)
` [PATCH 1/1] virt: tdx-guest: Optimize the get-quote polling interval time
[PATCH 0/1] Arm Live Firmware Activation (LFA) support
2026-02-20 21:48 UTC (5+ messages)
` [PATCH 1/1] firmware: smccc: add support for Live Firmware Activation (LFA)
[RFC PATCH v5 00/45] TDX: Dynamic PAMT + S-EPT Hugepage
2026-02-20 17:36 UTC (57+ messages)
` [RFC PATCH v5 05/45] KVM: TDX: Drop kvm_x86_ops.link_external_spt(), use .set_external_spte() for all
` [RFC PATCH v5 08/45] KVM: x86/mmu: Propagate mirror SPTE removal to S-EPT in handle_changed_spte()
` [RFC PATCH v5 16/45] x86/virt/tdx: Add tdx_alloc/free_control_page() helpers
` [RFC PATCH v5 20/45] KVM: x86/mmu: Allocate/free S-EPT pages using tdx_{alloc,free}_control_page()
` [RFC PATCH v5 22/45] KVM: TDX: Get/put PAMT pages when (un)mapping private memory
` [RFC PATCH v5 37/45] KVM: x86/tdp_mmu: Alloc external_spt page for mirror page table splitting
` [RFC PATCH v5 43/45] *** DO NOT MERGE *** KVM: guest_memfd: Add pre-zap arch hook for shared<=>private conversion
` [RFC PATCH v5 44/45] KVM: x86/mmu: Add support for splitting S-EPT hugepages on conversion
[PATCH v4 00/24] Runtime TDX Module update support
2026-02-20 9:36 UTC (32+ messages)
` [PATCH v4 01/24] x86/virt/tdx: Move low level SEAMCALL helpers out of <asm/tdx.h>
` [PATCH v4 02/24] coco/tdx-host: Introduce a "tdx_host" device
` [PATCH v4 03/24] coco/tdx-host: Expose TDX Module version
` [PATCH v4 04/24] x86/virt/seamldr: Introduce a wrapper for P-SEAMLDR SEAMCALLs
` [PATCH v4 05/24] x86/virt/seamldr: Retrieve P-SEAMLDR information
` [PATCH v4 06/24] coco/tdx-host: Expose P-SEAMLDR information via sysfs
` [PATCH v4 07/24] coco/tdx-host: Implement firmware upload sysfs ABI for TDX Module updates
` [PATCH v4 08/24] x86/virt/seamldr: Block TDX Module updates if any CPU is offline
` [PATCH v4 09/24] x86/virt/seamldr: Check update limit before TDX Module updates
` [PATCH v4 10/24] x86/virt/seamldr: Allocate and populate a module update request
` [PATCH v4 11/24] x86/virt/seamldr: Introduce skeleton for TDX Module updates
` [PATCH v4 12/24] x86/virt/seamldr: Abort updates if errors occurred midway
` [PATCH v4 13/24] x86/virt/seamldr: Shut down the current TDX module
` [PATCH v4 14/24] x86/virt/tdx: Reset software states during TDX Module shutdown
` [PATCH v4 15/24] x86/virt/seamldr: Log TDX Module update failures
` [PATCH v4 16/24] x86/virt/seamldr: Install a new TDX Module
` [PATCH v4 17/24] x86/virt/seamldr: Do TDX per-CPU initialization after updates
` [PATCH v4 18/24] x86/virt/tdx: Restore TDX Module state
` [PATCH v4 19/24] x86/virt/tdx: Update tdx_sysinfo and check features post-update
` [PATCH v4 20/24] x86/virt/tdx: Enable TDX Module runtime updates
` [PATCH v4 21/24] x86/virt/tdx: Avoid updates during update-sensitive operations
` [PATCH v4 22/24] coco/tdx-host: Document TDX Module update expectations
` [PATCH v4 23/24] x86/virt/tdx: Document TDX Module updates
` [PATCH v4 24/24] [NOT-FOR-REVIEW] x86/virt/seamldr: Save and restore current VMCS
[PATCH v3 00/16] x86/msr: Inline rdmsr/wrmsr instructions
2026-02-19 6:28 UTC (8+ messages)
` [PATCH v3 02/16] coco/tdx: Rename MSR access helpers
` [PATCH v3 04/16] KVM: x86: Remove the KVM private read_msr() function
[PATCH 0/6] Add RMPOPT support
2026-02-18 22:56 UTC (29+ messages)
` [PATCH 1/6] x86/cpufeatures: Add X86_FEATURE_AMD_RMPOPT feature flag
` [PATCH 2/6] x86/sev: add support for enabling RMPOPT
` [PATCH 3/6] x86/sev: add support for RMPOPT instruction
` [PATCH 4/6] x86/sev: Add interface to re-enable RMP optimizations
` [PATCH 5/6] x86/sev: Use configfs "
` [PATCH 6/6] x86/sev: Add debugfs support for RMPOPT
[Invitation] bi-weekly guest_memfd upstream call on 2026-02-19
2026-02-18 22:46 UTC
[PATCH v3 00/16] KVM: x86/tdx: Have TDX handle VMXON during bringup
2026-02-17 20:30 UTC (23+ messages)
` [PATCH v3 01/16] KVM: x86: Move kvm_rebooting to x86
` [PATCH v3 02/16] KVM: VMX: Move architectural "vmcs" and "vmcs_hdr" structures to public vmx.h
` [PATCH v3 03/16] KVM: x86: Move "kvm_rebooting" to kernel as "virt_rebooting"
` [PATCH v3 04/16] KVM: VMX: Unconditionally allocate root VMCSes during boot CPU bringup
` [PATCH v3 05/16] x86/virt: Force-clear X86_FEATURE_VMX if configuring root VMCS fails
` [PATCH v3 06/16] KVM: VMX: Move core VMXON enablement to kernel
` [PATCH v3 07/16] KVM: SVM: Move core EFER.SVME "
` [PATCH v3 08/16] KVM: x86: Move bulk of emergency virtualizaton logic to virt subsystem
` [PATCH v3 09/16] x86/virt: Add refcounting of VMX/SVM usage to support multiple in-kernel users
` [PATCH v3 10/16] x86/virt/tdx: Drop the outdated requirement that TDX be enabled in IRQ context
` [PATCH v3 11/16] KVM: x86/tdx: Do VMXON and TDX-Module initialization during subsys init
` [PATCH v3 12/16] x86/virt/tdx: Tag a pile of functions as __init, and globals as __ro_after_init
` [PATCH v3 13/16] x86/virt/tdx: KVM: Consolidate TDX CPU hotplug handling
` [PATCH v3 14/16] x86/virt/tdx: Use ida_is_empty() to detect if any TDs may be running
` [PATCH v3 15/16] KVM: Bury kvm_{en,dis}able_virtualization() in kvm_main.c once more
` [PATCH v3 16/16] KVM: TDX: Fold tdx_bringup() into tdx_hardware_setup()
[PATCH v3 0/2] Extend KVM_HC_MAP_GPA_RANGE api to allow retry
2026-02-17 19:20 UTC (8+ messages)
` [PATCH v3 1/2] KVM: TDX: Allow userspace to return errors to guest for MAPGPA
` [PATCH v3 2/2] KVM: SEV: Restrict userspace return codes for KVM_HC_MAP_GPA_RANGE
[PATCH v12 00/46] arm64: Support for Arm CCA in KVM
2026-02-17 17:47 UTC (5+ messages)
SVSM Development Call February 18, 2026
2026-02-17 15:13 UTC
[PATCH v1 00/26] PCI/TSM: TDX Connect: SPDM Session and IDE Establishment
2026-02-17 7:37 UTC (5+ messages)
` [PATCH v1 06/26] x86/virt/tdx: Add tdx_page_array helpers for new TDX Module objects
[PATCH v4 0/2] SEV-SNP Unaccepted Memory Hotplug
2026-02-16 14:45 UTC (10+ messages)
` [PATCH v4 1/2] mm/memory_hotplug: Add support to accept memory during hot-add
[GIT PULL] Confidential Computing: Attestation Updates for 7.0
2026-02-15 18:58 UTC (2+ messages)
[PATCH 0/5] dma-buf: heaps: system: add an option to allocate explicitly decrypted memory
2026-02-12 12:52 UTC (19+ messages)
` [PATCH 1/5] dma-mapping: avoid random addr value print out on error path
` [PATCH 2/5] dma-mapping: introduce DMA_ATTR_CC_DECRYPTED for pre-decrypted memory
` [PATCH 3/5] dma-buf: heaps: use designated initializer for exp_info
` [PATCH 4/5] dma-buf: heaps: allow heap to specify valid heap flags
` [PATCH 5/5] dma-buf: heaps: system: add an option to allocate explicitly decrypted memory
[PATCH v1 0/3] Increase CoCo attestation report buffer size
2026-02-11 21:13 UTC (13+ messages)
` [PATCH v1 1/3] virt: tsm: Document size limits for outblob attributes
` [PATCH v1 2/3] virt: tsm: Increase TSM_REPORT_OUTBLOB_MAX to 16MB
` [PATCH v1 3/3] virt: tdx-guest: Increase Quote buffer size to 128KB
[PATCH 0/2] Arm LFA: timeout and ACPI platform driver support
2026-02-10 23:46 UTC (5+ messages)
` [PATCH 1/2] firmware: smccc: add timeout, touch wdt
` [PATCH 2/2] firmware: smccc: register as platform driver
SVSM Development Call February 11, 2026
2026-02-10 15:56 UTC
[PATCH] crypto: ccp - allow callers to use HV-Fixed page API when SEV is disabled
2026-02-09 22:42 UTC (2+ messages)
[PATCH v2] KVM: x86: synthesize CPUID bits only if CPU capability is set
2026-02-09 15:31 UTC
[PATCH v2 0/2] x86/virt/tdx: Print TDX module version to dmesg
2026-02-09 10:46 UTC (6+ messages)
[PATCH v3 00/26] Runtime TDX Module update support
2026-02-06 17:15 UTC (3+ messages)
` [PATCH v3 10/26] coco/tdx-host: Implement FW_UPLOAD sysfs ABI for TDX Module updates
page: next (older)
- 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;
as well as URLs for NNTP newsgroup(s).