messages from 2026-05-15 19:20:31 to 2026-05-19 18:05:49 UTC [more...]
SVSM Development Call May 20th, 2026
2026-05-19 18:05 UTC
[PATCH v9 00/23] Runtime TDX module update support
2026-05-19 16:24 UTC (47+ messages)
` [PATCH v9 01/23] x86/virt/tdx: Consolidate TDX global initialization states
` [PATCH v9 02/23] x86/virt/tdx: Move TDX_FEATURES0 bits to asm/tdx.h
` [PATCH v9 04/23] coco/tdx-host: Introduce a "tdx_host" device
` [PATCH v9 05/23] coco/tdx-host: Expose TDX module version
` [PATCH v9 07/23] x86/virt/seamldr: Add a helper to retrieve P-SEAMLDR information
` [PATCH v9 08/23] coco/tdx-host: Expose P-SEAMLDR information via sysfs
` [PATCH v9 09/23] coco/tdx-host: Don't expose P-SEAMLDR information on CPUs with erratum
` [PATCH v9 11/23] x86/virt/seamldr: Allocate and populate a module update request
` [PATCH v9 12/23] x86/virt/seamldr: Introduce skeleton for TDX module updates
` [PATCH v9 13/23] x86/virt/seamldr: Abort updates after a failed step
` [PATCH v9 14/23] x86/virt/seamldr: Shut down the current TDX module
` [PATCH v9 19/23] x86/virt/tdx: Refresh TDX module version after update
[PATCH v4 00/13] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
2026-05-19 16:11 UTC (41+ messages)
` [PATCH v4 03/13] dma-pool: track decrypted atomic pools and select them via attrs
` [PATCH v4 04/13] dma: swiotlb: track pool encryption state and honor DMA_ATTR_CC_SHARED
` [PATCH v4 07/13] dma-direct: make dma_direct_map_phys() "
[PATCH v2 00/15] KVM: x86: Clean up kvm_<reg>_{read,write}() mess
2026-05-19 15:04 UTC (17+ messages)
` [PATCH v2 03/15] KVM: x86/xen: Don't truncate RAX when handling hypercall from protected guest
` [PATCH v2 08/15] KVM: x86: Add mode-aware versions of kvm_<reg>_{read,write}() helpers
` [PATCH v2 15/15] KVM: x86: Move the bulk of register specific code from x86.c to regs.c
[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
2026-05-19 13:06 UTC (22+ messages)
` [PATCH v14 04/44] arm64: RMI: Add SMC definitions for calling the RMM
` [PATCH v14 05/44] arm64: RMI: Add wrappers for RMI calls
` [PATCH v14 08/44] arm64: RMI: Ensure that the RMM has GPT entries for memory
` [PATCH v14 10/44] arm64: RMI: Add support for SRO
` [PATCH v14 14/44] arm64: RMI: Basic infrastructure for creating a realm
` [PATCH v14 17/44] arm64: RMI: RTT tear down
` [PATCH v14 23/44] arm64: RMI: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v14 27/44] arm64: RMI: Set RIPAS of initial memslots
` [PATCH v14 37/44] arm64: RMI: Prevent Device mappings for Realms
[RFC PATCH v4 00/14] coco/TSM: Host-side Arm CCA IDE setup via connect/disconnect callbacks
2026-05-19 9:46 UTC (5+ messages)
[PATCH v2] KVM: TDX: Fix x2APIC MSR handling in tdx_has_emulated_msr()
2026-05-19 0:41 UTC (2+ messages)
[RFC PATCH v5 00/45] TDX: Dynamic PAMT + S-EPT Hugepage
2026-05-19 0:40 UTC (2+ messages)
[PATCH v3 00/41] x86: Try to wrangle PV clocks vs. TSC
2026-05-18 23:38 UTC (42+ messages)
` [PATCH v3 02/41] x86/tsc: Add helper to register CPU and TSC freq calibration routines
` [PATCH v3 06/41] x86/acrn: Mark TSC frequency as known when using ACRN for calibration
` [PATCH v3 07/41] clocksource: hyper-v: Register sched_clock save/restore iff it's necessary
` [PATCH v3 08/41] clocksource: hyper-v: Drop wrappers to sched_clock save/restore helpers
` [PATCH v3 09/41] clocksource: hyper-v: Don't save/restore TSC offset when using HV sched_clock
` [PATCH v3 10/41] x86/kvmclock: Setup kvmclock for secondary CPUs iff CONFIG_SMP=y
` [PATCH v3 11/41] x86/kvm: Don't disable kvmclock on BSP in syscore_suspend()
` [PATCH v3 12/41] x86/paravirt: Remove unnecessary PARAVIRT=n stub for paravirt_set_sched_clock()
` [PATCH v3 13/41] x86/paravirt: Move handling of unstable PV clocks into paravirt_set_sched_clock()
` [PATCH v3 14/41] x86/kvmclock: Move sched_clock save/restore helpers up in kvmclock.c
` [PATCH v3 15/41] x86/xen/time: Nullify x86_platform's sched_clock save/restore hooks
` [PATCH v3 16/41] x86/vmware: Nullify save/restore hooks when using VMware's sched_clock
` [PATCH v3 17/41] x86/tsc: WARN if TSC sched_clock save/restore used with PV sched_clock
` [PATCH v3 18/41] x86/paravirt: Pass sched_clock save/restore helpers during registration
` [PATCH v3 19/41] x86/kvmclock: Move kvm_sched_clock_init() down in kvmclock.c
` [PATCH v3 20/41] x86/xen/time: Mark xen_setup_vsyscall_time_info() as __init
` [PATCH v3 21/41] x86/pvclock: Mark setup helpers and related various as __init/__ro_after_init
` [PATCH v3 22/41] x86/pvclock: WARN if pvclock's valid_flags are overwritten
` [PATCH v3 23/41] x86/kvmclock: Refactor handling of PVCLOCK_TSC_STABLE_BIT during kvmclock_init()
` [PATCH v3 24/41] timekeeping: Resume clocksources before reading persistent clock
` [PATCH v3 25/41] x86/kvmclock: Hook clocksource.suspend/resume when kvmclock isn't sched_clock
` [PATCH v3 26/41] x86/kvmclock: WARN if wall clock is read while kvmclock is suspended
` [PATCH v3 27/41] x86/kvmclock: Enable kvmclock on APs during onlining if kvmclock isn't sched_clock
` [PATCH v3 28/41] x86/paravirt: Mark __paravirt_set_sched_clock() as __init
` [PATCH v3 29/41] x86/paravirt: Plumb a return code into __paravirt_set_sched_clock()
` [PATCH v3 30/41] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC
` [PATCH v3 31/41] x86/tsc: Pass KNOWN_FREQ and RELIABLE as params to registration
` [PATCH v3 32/41] x86/tsc: Rejects attempts to override TSC calibration with lesser routine
` [PATCH v3 33/41] x86/kvmclock: Mark TSC as reliable when it's constant and nonstop
` [PATCH v3 34/41] KVM: x86: Officially define CPUID 0x40000010 as PV Timing Info (TSC and Bus)
` [PATCH v3 35/41] x86/kvmclock: Obtain TSC frequency from CPUID if present
` [PATCH v3 36/41] x86/kvmclock: Get local APIC bus frequency from PV CPUID Timing Info
` [PATCH v3 37/41] x86/kvmclock: Use TSC for sched_clock if it's constant and non-stop
` [PATCH v3 38/41] x86/paravirt: kvmclock: Setup kvmclock early iff it's sched_clock
` [PATCH v3 39/41] x86/paravirt: Move using_native_sched_clock() stub into timer.h
` [PATCH v3 40/41] x86/tsc: Add standalone helper for getting CPU frequency from CPUID
` [PATCH v3 41/41] x86/kvmclock: Get CPU base frequency from CPUID when it's available
[PATCH 0/4] x86/vmware: Hypercall refactoring and improved guest support
2026-05-18 22:52 UTC (3+ messages)
` [PATCH v2 "
[PATCH v5 0/7] Add RMPOPT support
2026-05-18 22:38 UTC (11+ messages)
` [PATCH v5 1/7] x86/cpufeatures: Add X86_FEATURE_AMD_RMPOPT feature flag
` [PATCH v5 2/7] x86/msr: add wrmsrq_on_cpus helper
` [PATCH v5 3/7] x86/sev: Initialize RMPOPT configuration MSRs
` [PATCH v5 4/7] x86/sev: Add support to perform RMP optimizations asynchronously
` [PATCH v5 5/7] x86/sev: Add interface to re-enable RMP optimizations
` [PATCH v5 6/7] KVM: SEV: Perform RMP optimizations on SNP guest shutdown
` [PATCH v5 7/7] x86/sev: Add debugfs support for RMPOPT
[PATCH v5 0/3] Switch Arm CCA to use an auxiliary device instead of a platform device
2026-05-18 6:29 UTC (7+ messages)
` [PATCH v5 1/3] firmware: smccc: coco: Manage arm-smccc platform device and CCA auxiliary drivers
page: | prev (newer) | latest
- 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