Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-06-08 14:43:30 to 2026-06-09 07:54:45 UTC [more...]

[PATCH] KVM: x86: Fix emulated CPUID features being applied to wrong sub-leaf
 2026-06-09  7:57 UTC 

[PATCH v4 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-06-09  7:51 UTC  (5+ messages)
` [PATCH v4 1/7] mm: memory_failure: Clarify the MF_DELAYED definition
` [PATCH v4 2/7] mm: memory_failure: Allow truncate_error_folio to return MF_DELAYED

[PATCH v4 00/47] x86: Try to wrangle PV clocks vs. TSC
 2026-06-09  7:48 UTC  (6+ messages)
` [PATCH v4 10/47] x86/tsc: Consolidate forcing of X86_FEATURE_TSC_KNOWN_FREQ for PV code

[PATCH v2 0/2] KVM: LoongArch: selftests: Add FPU test case
 2026-06-09  7:39 UTC  (4+ messages)
` [PATCH v2 1/2] KVM: LoongArch: selftests: Enable LASX feature by auto detect method
` [PATCH v2 2/2] KVM: LoongArch: selftests: Add FPU test case

[PATCH] KVM: arm64: Hold kvm->mmu_lock while initialising vcpu->arch.vncr_tlb
 2026-06-09  7:25 UTC  (4+ messages)

[PATCH v5 00/34] Cleaning up the KVM clock mess
 2026-06-09  7:02 UTC  (62+ messages)
` [PATCH v5 01/34] KVM: x86/xen: Do not corrupt KVM clock in kvm_xen_shared_info_init()
` [PATCH v5 02/34] KVM: x86: Improve accuracy of KVM clock when TSC scaling is in force
` [PATCH v5 03/34] UAPI: x86: Move pvclock-abi to UAPI for x86 platforms
` [PATCH v5 04/34] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
` [PATCH v5 05/34] KVM: selftests: Add KVM/PV clock selftest to prove timer correction
` [PATCH v5 06/34] KVM: x86: Explicitly disable TSC scaling without CONSTANT_TSC
` [PATCH v5 07/34] KVM: x86: Activate master clock immediately on vCPU creation
` [PATCH v5 08/34] KVM: x86: Add KVM_VCPU_TSC_SCALE and fix the documentation on TSC migration
` [PATCH v5 09/34] KVM: x86: Avoid NTP frequency skew for KVM clock on 32-bit host
` [PATCH v5 10/34] KVM: x86: Fold __get_kvmclock() into get_kvmclock()
` [PATCH v5 11/34] KVM: x86: Restructure get_kvmclock()
` [PATCH v5 12/34] KVM: x86: Fix KVM clock precision in get_kvmclock() with TSC scaling
` [PATCH v5 13/34] KVM: x86: Use get_kvmclock() in kvm_get_wall_clock_epoch()
` [PATCH v5 14/34] KVM: x86: Fix compute_guest_tsc() to handle negative time deltas
` [PATCH v5 15/34] KVM: x86: Restructure kvm_guest_time_update() for TSC upscaling
` [PATCH v5 16/34] KVM: x86: Simplify and comment kvm_get_time_scale()
` [PATCH v5 17/34] KVM: x86: Remove implicit rdtsc() from kvm_compute_l1_tsc_offset()
` [PATCH v5 18/34] KVM: x86: Improve synchronization in kvm_synchronize_tsc()
` [PATCH v5 19/34] KVM: x86: Kill last_tsc_{nsec,write,offset} fields
` [PATCH v5 20/34] KVM: x86: Replace nr_vcpus_matched_tsc count with all_vcpus_matched_tsc bool
` [PATCH v5 21/34] KVM: x86: Allow KVM master clock mode when TSCs are offset from each other
` [PATCH v5 22/34] KVM: selftests: Add master clock offset test
` [PATCH v5 23/34] KVM: x86: Factor out kvm_use_master_clock()
` [PATCH v5 24/34] KVM: x86: Avoid gratuitous global clock updates
` [PATCH v5 25/34] KVM: x86/xen: Prevent runstate times from becoming negative
` [PATCH v5 26/34] KVM: x86: Avoid redundant masterclock updates from multiple vCPUs
` [PATCH v5 27/34] KVM: x86: Remove runtime Xen TSC frequency CPUID update
` [PATCH v5 28/34] KVM: selftests: Add Xen/generic CPUID timing leaf test
` [PATCH v5 29/34] KVM: x86: Re-synchronize TSC after KVM_SET_TSC_KHZ
` [PATCH v5 30/34] KVM: selftests: Add Xen runstate migration test
` [PATCH v5 31/34] KVM: x86: Use ktime_get_snapshot_id() for master clock
` [PATCH v5 32/34] KVM: x86: Compute kvmclock base without pvclock_gtod_data
` [PATCH v5 33/34] KVM: x86: Replace pvclock_gtod_data vclock_mode with boolean
` [PATCH v5 34/34] KVM: x86: Remove pvclock_gtod_data and private timekeeping code

[PATCH v13 00/22] TDX KVM selftests
 2026-06-09  6:45 UTC  (5+ messages)
` [PATCH v13 16/22] KVM: selftests: Load per-vCPU guest stack in TDX boot parameters
` [PATCH v13 20/22] KVM: selftests: Implement MMIO WRITE for the TDX VM

[PATCH v3] KVM: PPC: Book3S HV: Validate arch_compat against host compatibility mode
 2026-06-09  5:33 UTC 

[PATCH v2] KVM: PPC: Book3S HV: Validate arch_compat against host compatibility mode
 2026-06-09  5:11 UTC  (4+ messages)

[PATCH] Documentation: KVM: Synchronize x86 VM types
 2026-06-09  3:53 UTC  (2+ messages)

[PATCH 0/3] KVM: harden and cleanup PDPTR load on forced L1 reload
 2026-06-09  3:31 UTC  (3+ messages)
` [PATCH 1/3] KVM: nVMX: unwind PDPTR load if processor triggers a nested VMFail

[PATCH] KVM: selftests: Make guest_code_xsave more friendly
 2026-06-09  3:08 UTC  (4+ messages)

[RFC PATCH 00/27] KVM: x86: Add a paranoid mode for CPUID verification
 2026-06-09  3:00 UTC  (6+ messages)
` [RFC PATCH 01/27] KVM: x86: Fix emulated CPUID features being applied to wrong sub-leaf

[PATCH v1] vsock/virtio: rework MSG_ZEROCOPY flag handling
 2026-06-09  2:08 UTC  (6+ messages)

[PATCH] KVM: guest_memfd: Elaborate on how release() vs. get_pfn() is safe against UAF
 2026-06-09  1:41 UTC  (5+ messages)

[PATCH v2 15/20] KVM: x86/xen: Convert kvm_xen_set_evtchn_fast() to gpc's CLASS() APIs
 2026-06-09  0:53 UTC  (3+ messages)

[PATCH net] vsock/virtio: restore msg_iter on transmission failure
 2026-06-09  0:48 UTC 

[PATCH v2 20/20] KVM: x86: Use gfn_to_pfn_cache for record_steal_time
 2026-06-09  0:45 UTC  (3+ messages)

[PATCH v4 26/47] x86/kvm: Don't disable kvmclock on BSP in syscore_suspend()
 2026-06-09  0:31 UTC  (3+ messages)

[PATCH v4 21/47] x86/xen: Obtain TSC frequency from CPUID if present
 2026-06-09  0:29 UTC  (2+ messages)

[PATCH 00/60] KVM Planes + SEV-SNP Support
 2026-06-08 23:40 UTC  (14+ messages)
` [PATCH 35/60] kvm: Add VCPU plane-scheduling state and helpers
` [PATCH 57/60] kvm: sev: Allow for VMPL level specification in AP create
` [PATCH 58/60] kvm: svm: Invoke a specified VMPL level VMSA for the vCPU
` [PATCH 59/60] kvm: svm: Implement max_planes x86 operation
` [PATCH 60/60] kvm: svm: Advertise full multi-VMPL support to the SNP guest

[PATCH 56/60] kvm: svm: Implement GET_AP_APIC_IDS NAE event
 2026-06-08 22:57 UTC  (2+ messages)

[PATCH 55/60] kvm: svm: Track vmsa_features per plane
 2026-06-08 22:45 UTC  (2+ messages)

[PATCH 54/60] kvm: x86: Restrict KVM planes support to KVM_IRQCHIP_SPLIT
 2026-06-08 22:32 UTC  (2+ messages)

[PATCH 52/60] kvm: x86: Switch to plane0 if it has events
 2026-06-08 22:10 UTC  (2+ messages)

[PATCH 50/60] kvm: x86: Make KVM_REQ_UPDATE_PROTECTED_GUEST_STATE per plane
 2026-06-08 21:44 UTC  (2+ messages)

[PATCH 48/60] kvm: x86: Make event injection VCPU requests per-plane
 2026-06-08 21:22 UTC  (2+ messages)

[PATCH 47/60] kvm: x86: Select a plane to run
 2026-06-08 21:14 UTC  (2+ messages)

[PATCH 0/2] KVM: x86/mmu: Plug an unsync shadow page leak
 2026-06-08 21:06 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86/mmu: Recursively zap orphaned nested TDP shadow pages on emulated writes

[PATCH v5 0/5] Add iommufd ioctls to support TSM operations
 2026-06-08 20:58 UTC  (9+ messages)
` [PATCH v5 5/5] iommufd/vdevice: add TSM request ioctl

[PATCH 45/60] kvm: x86: Update state for all plane VCPUs after CPUID update
 2026-06-08 20:48 UTC  (2+ messages)

[PATCH RFC 00/12] guest_memfd: support in-place memory conversion
 2026-06-08 20:42 UTC  (11+ messages)
` [PATCH RFC 02/12] hostmem: Introduce dedicated memory backend for guest_memfd
` [PATCH RFC 04/12] accel/kvm: Add CGS option to control in-place conversion support

[PATCH 44/60] kvm: x86: Move cpu_caps to struct kvm_vcpu_arch_common
 2026-06-08 20:35 UTC  (2+ messages)

[PATCH 43/60] kvm: x86: Move CPUID state to struct kvm_vcpu_arch_common
 2026-06-08 20:17 UTC  (2+ messages)

[PATCH 42/60] kvm: x86: Make local APIC code aware of planes
 2026-06-08 20:03 UTC  (2+ messages)

[PATCH 41/60] kvm: x86: Make apic_map per plane
 2026-06-08 19:49 UTC  (2+ messages)

[PATCH 40/60] kvm: x86: Handle IOAPIC EOIs per plane
 2026-06-08 19:37 UTC  (2+ messages)

[PATCH 39/60] kvm: Make KVM_SET_GSI_ROUTING per plane
 2026-06-08 19:23 UTC  (2+ messages)

[PATCH v7 0/6] Add RMPOPT support
 2026-06-08 19:17 UTC  (10+ messages)
` [PATCH v7 1/6] x86/cpufeatures: Add X86_FEATURE_RMPOPT feature flag
` [PATCH v7 2/6] x86/sev: Initialize RMPOPT configuration MSRs
` [PATCH v7 3/6] x86/sev: Add support to perform RMP optimizations asynchronously
` [PATCH v7 4/6] x86/sev: Add interface to re-enable RMP optimizations
` [PATCH v7 5/6] KVM: SEV: Perform RMP optimizations on SNP guest shutdown
` [PATCH v7 6/6] x86/sev: Add debugfs support for RMPOPT

[PATCH 38/60] kvm: Make KVM_SIGNAL_MSI per plane
 2026-06-08 19:13 UTC  (2+ messages)

[PATCH 37/60] kvm: Pass plane_level to kvm_set_routing_entry()
 2026-06-08 18:58 UTC  (2+ messages)

[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
 2026-06-08 18:31 UTC  (5+ messages)
` [RFC PATCH 15/15] x86/virt/tdx: Enable TDX Quoting extension

[RFC PATCH v2 10/10] selftests: kvm: Add guest_memfd_preservation_test
 2026-06-08 18:26 UTC  (3+ messages)

[PATCH 34/60] kvm: Keep track of plane VCPUs in struct kvm_vcpu_common
 2026-06-08 18:24 UTC  (2+ messages)

[RFC PATCH v2 07/10] kvm: guest_memfd_luo: add support for guest_memfd preservation
 2026-06-08 18:22 UTC  (3+ messages)

[PATCH v3 0/4] vfio-pci/zdev: Improved zPCI Function Measurement Support
 2026-06-08 18:22 UTC  (8+ messages)
` [PATCH v3 1/4] s390/pci: Hold fmb_lock when enabling or disabling PCI devices
` [PATCH v3 2/4] s390/pci: Preserve FMB state in device re-enablement
` [PATCH v3 3/4] vfio-pci/zdev: Add VFIO FMB device features
` [PATCH v3 4/4] s390/pci: Fence FMB enable/disable via sysfs for passthrough devices

[RFC PATCH v2 06/10] kvm: guest_memfd: Add support for freezing and unfreezing mappings
 2026-06-08 18:20 UTC  (3+ messages)

[PATCH 33/60] KVM: Implement KVM_CREATE_VCPU ioctl for planes
 2026-06-08 18:13 UTC  (2+ messages)

[PATCH 32/60] kvm: Allocate struct kvm_run only for struct kvm_vcpu_common
 2026-06-08 17:53 UTC  (2+ messages)

[PATCH 30/60] kvm: Add KVM_EXIT_PLANE_EVENT
 2026-06-08 17:36 UTC  (2+ messages)

[PATCH 28/60] kvm: Implement KVM_CAP_PLANES
 2026-06-08 17:29 UTC  (2+ messages)

[PATCH 29/60] kvm: Implement KVM_CREATE_PLANE ioctl
 2026-06-08 17:13 UTC  (2+ messages)

[PATCH v7 0/8] target/arm: fully model WFxT instructions for A-profile
 2026-06-08 17:01 UTC  (8+ messages)
` [PATCH v7 5/8] target/arm: implements SEV/SEVL for all modes
` [PATCH v7 7/8] target/arm: handle the WFE trap case

[PATCH 25/60] kvm: Move kvm_vcpu->dirty_ring to struct kvm_vcpu_common
 2026-06-08 17:01 UTC  (2+ messages)

[PATCH 24/60] kvm: Move kvm_vcpu spinloop members to struct kvm_vcpu_common
 2026-06-08 16:50 UTC  (2+ messages)

[PATCH 23/60] kvm: Move kvm_vcpu sigset members to struct kvm_vcpu_common
 2026-06-08 16:49 UTC  (2+ messages)

[PATCH 20/60] kvm: Move kvm_vcpu mode and requests field to struct kvm_vcpu_common
 2026-06-08 16:37 UTC  (2+ messages)

[PATCH] KVM: arm64: Add kvm_for_each_vncr_tlb() helper
 2026-06-08 16:33 UTC  (2+ messages)

[PATCH 21/60] kvm: Introduce per-plane VCPU requests
 2026-06-08 16:33 UTC  (2+ messages)

[PATCH 18/60] kvm: Move kvm_vcpu->rcuwait to struct kvm_vcpu_common
 2026-06-08 16:26 UTC  (2+ messages)

[PATCH] KVM: x86: hyper-v: Bound the bank index in hv_is_vp_in_sparse_set()
 2026-06-08 16:17 UTC  (3+ messages)

[PATCH 19/60] kvm: Introduce accessors for kvm_vcpu->mode
 2026-06-08 16:16 UTC  (2+ messages)

[RFC PATCH v2 04/10] kvm: kvm_luo: Allow kvm preservation with LUO
 2026-06-08 16:13 UTC  (3+ messages)

[PATCH 17/60] kvm: Move VCPU locking to struct kvm_vcpu_common
 2026-06-08 16:12 UTC  (2+ messages)

[PATCH v1] riscv: kvm: Use endian-specific __lelong for NACL shared memory
 2026-06-08 16:08 UTC  (2+ messages)

[PATCH 15/60] kvm: Move VCPU scheduling state to struct kvm_vcpu_common
 2026-06-08 16:07 UTC  (2+ messages)

[PATCH 13/60] kvm: Add read accessors for kvm_vcpu scheduling state
 2026-06-08 15:56 UTC  (2+ messages)

[PATCH 12/60] kvm: Move vcpu accounting to struct kvm_vcpu_common
 2026-06-08 15:52 UTC  (2+ messages)

[PATCH 14/60] kvm: Make kvm_running_vcpus point to struct kvm_vcpu_common
 2026-06-08 15:51 UTC  (2+ messages)

[PATCH v7 1/1] vfio/nvgrace-gpu: Add Blackwell-Next GPU readiness check via CXL DVSEC
 2026-06-08 15:47 UTC  (2+ messages)

[RFC PATCH 00/10] QEMU Support for KVM Planes
 2026-06-08 15:45 UTC  (13+ messages)
` [RFC PATCH 01/10] Update Linux Header for KVM Planes Support
` [RFC PATCH 02/10] accel/kvm: Extend KVMState to carry fds for planes
` [RFC PATCH 03/10] accel/kvm: Extend CPUState to handle Planes
` [RFC PATCH 04/10] accel: Add nr_planes() op
` [RFC PATCH 05/10] accel/kvm: Support nr_planes call-back
` [RFC PATCH 06/10] accel/kvm: Handle KVM_PLANE_EVENT_CREATE_CPU event
` [RFC PATCH 07/10] hw/core/machine: Add device-plane property
` [RFC PATCH 08/10] qdev: Add plane property
` [RFC PATCH 09/10] MSI: Inject into correct plane
` [RFC PATCH 10/10] KVM: Set GSI routes for default plane

[PATCH] vfio/qat: fix f_pos race in qat_vf_resume_write()
 2026-06-08 15:38 UTC  (2+ messages)

[PATCH 06/60] KVM: SVM: Enable Restricted Injection for an SEV-SNP guest
 2026-06-08 15:38 UTC  (2+ messages)

[PATCH 08/60] Documentation: kvm: introduce "VM plane" concept
 2026-06-08 15:29 UTC  (2+ messages)

[PATCH 05/60] KVM: SVM: Inject MCEs when Restricted Injection is active
 2026-06-08 15:28 UTC  (2+ messages)

[PATCH 07/60] KVM: SVM: Add support for the SEV-SNP #HV IPI NAE event
 2026-06-08 15:24 UTC  (2+ messages)

[PATCH 04/60] KVM: SVM: Inject NMIs when Restricted Injection is active
 2026-06-08 15:15 UTC  (2+ messages)

[PATCH 03/60] KVM: SVM: Inject #HV when Restricted Injection is active
 2026-06-08 15:12 UTC  (2+ messages)

[PATCH 02/60] KVM: SVM: Add support for the SEV-SNP #HV doorbell page NAE event
 2026-06-08 15:09 UTC  (2+ messages)


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