Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-06-08 13:47:04 to 2026-06-08 20:03:14 UTC [more...]

[PATCH 00/60] KVM Planes + SEV-SNP Support
 2026-06-08 20:03 UTC  (96+ messages)
` [PATCH 01/60] x86/sev: Define the #HV doorbell page structure
` [PATCH 02/60] KVM: SVM: Add support for the SEV-SNP #HV doorbell page NAE event
` [PATCH 03/60] KVM: SVM: Inject #HV when Restricted Injection is active
` [PATCH 04/60] KVM: SVM: Inject NMIs "
` [PATCH 05/60] KVM: SVM: Inject MCEs "
` [PATCH 06/60] KVM: SVM: Enable Restricted Injection for an SEV-SNP guest
` [PATCH 07/60] KVM: SVM: Add support for the SEV-SNP #HV IPI NAE event
` [PATCH 08/60] Documentation: kvm: introduce "VM plane" concept
` [PATCH 09/60] kvm: Introduce struct kvm_plane
` [PATCH 10/60] kvm: Move vcpu_array to "
` [PATCH 11/60] kvm: Introduce struct kvm_vcpu_common
` [PATCH 12/60] kvm: Move vcpu accounting to "
` [PATCH 13/60] kvm: Add read accessors for kvm_vcpu scheduling state
` [PATCH 14/60] kvm: Make kvm_running_vcpus point to struct kvm_vcpu_common
` [PATCH 15/60] kvm: Move VCPU scheduling state "
` [PATCH 16/60] kvm: Add accessors for kvm_vcpu->mutex
` [PATCH 17/60] kvm: Move VCPU locking to struct kvm_vcpu_common
` [PATCH 18/60] kvm: Move kvm_vcpu->rcuwait "
` [PATCH 19/60] kvm: Introduce accessors for kvm_vcpu->mode
` [PATCH 20/60] kvm: Move kvm_vcpu mode and requests field to struct kvm_vcpu_common
` [PATCH 21/60] kvm: Introduce per-plane VCPU requests
` [PATCH 22/60] kvm: Move kvm_vcpu pid members to struct kvm_vcpu_common
` [PATCH 23/60] kvm: Move kvm_vcpu sigset "
` [PATCH 24/60] kvm: Move kvm_vcpu spinloop "
` [PATCH 25/60] kvm: Move kvm_vcpu->dirty_ring "
` [PATCH 26/60] kvm: Introduce arch-specific plane state
` [PATCH 27/60] kvm: Introduce arch-specific part of struct kvm_vcpu_common
` [PATCH 28/60] kvm: Implement KVM_CAP_PLANES
` [PATCH 29/60] kvm: Implement KVM_CREATE_PLANE ioctl
` [PATCH 30/60] kvm: Add KVM_EXIT_PLANE_EVENT
` [PATCH 31/60] kvm: Allocate struct kvm_plane in architecture code
` [PATCH 32/60] kvm: Allocate struct kvm_run only for struct kvm_vcpu_common
` [PATCH 33/60] KVM: Implement KVM_CREATE_VCPU ioctl for planes
` [PATCH 34/60] kvm: Keep track of plane VCPUs in struct kvm_vcpu_common
` [PATCH 35/60] kvm: Add VCPU plane-scheduling state and helpers
` [PATCH 36/60] kvm: Add plane_level to kvm_kernel_irq_routing_entry
` [PATCH 37/60] kvm: Pass plane_level to kvm_set_routing_entry()
` [PATCH 38/60] kvm: Make KVM_SIGNAL_MSI per plane
` [PATCH 39/60] kvm: Make KVM_SET_GSI_ROUTING "
` [PATCH 40/60] kvm: x86: Handle IOAPIC EOIs "
` [PATCH 41/60] kvm: x86: Make apic_map "
` [PATCH 42/60] kvm: x86: Make local APIC code aware of planes
` [PATCH 43/60] kvm: x86: Move CPUID state to struct kvm_vcpu_arch_common
` [PATCH 44/60] kvm: x86: Move cpu_caps "
` [PATCH 45/60] kvm: x86: Update state for all plane VCPUs after CPUID update
` [PATCH 46/60] kvm: x86: Share MTRR state across planes
` [PATCH 47/60] kvm: x86: Select a plane to run
` [PATCH 48/60] kvm: x86: Make event injection VCPU requests per-plane
` [PATCH 49/60] kvm: x86: Allow hardware backend to overwrite struct kvm_plane allocation
` [PATCH 50/60] kvm: x86: Make KVM_REQ_UPDATE_PROTECTED_GUEST_STATE per plane
` [PATCH 51/60] kvm: x86: Share pio_data across planes
` [PATCH 52/60] kvm: x86: Switch to plane0 if it has events
` [PATCH 53/60] kvm: x86: Introduce max_planes x86-op
` [PATCH 54/60] kvm: x86: Restrict KVM planes support to KVM_IRQCHIP_SPLIT
` [PATCH 55/60] kvm: svm: Track vmsa_features per plane
` [PATCH 56/60] kvm: svm: Implement GET_AP_APIC_IDS NAE event
` [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 v5 00/34] Cleaning up the KVM clock mess
 2026-06-08 19:58 UTC  (47+ 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 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 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)

[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

[PATCH v1] vsock/virtio: rework MSG_ZEROCOPY flag handling
 2026-06-08 18:20 UTC  (5+ messages)

[RFC PATCH v2 06/10] kvm: guest_memfd: Add support for freezing and unfreezing mappings
 2026-06-08 18:20 UTC  (3+ 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] KVM: arm64: Hold kvm->mmu_lock while initialising vcpu->arch.vncr_tlb
 2026-06-08 16:34 UTC  (2+ messages)

[PATCH] KVM: arm64: Add kvm_for_each_vncr_tlb() helper
 2026-06-08 16:33 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)

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

[PATCH v1] riscv: kvm: Use endian-specific __lelong for NACL shared memory
 2026-06-08 16:08 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] KVM: PPC: Book3S HV: Validate arch_compat against host compatibility mode
 2026-06-08 14:19 UTC  (5+ messages)

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

[kvm-unit-tests RFC PATCH 0/6] powerpc improvements
 2026-06-08 13:57 UTC  (4+ messages)
` [kvm-unit-tests RFC PATCH 1/6] powerpc: add pmu tests

[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
 2026-06-08 13:53 UTC  (6+ messages)
` [PATCH v14 26/44] arm64: RMI: Allow populating initial contents

[PATCH] KVM: x86: Add IDT limit check in __emulate_int_real()
 2026-06-08 13:46 UTC  (2+ messages)
` [PATCH v2] "


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