Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-07-28 00:36:11 to 2026-07-28 15:23:57 UTC [more...]

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

[PATCH v3 00/10] KVM: s390: Misc fixes
 2026-07-28 15:09 UTC  (16+ messages)
` [PATCH v3 01/10] KVM: s390: Fix unlikely NULL gmap dereference
` [PATCH v3 07/10] KVM: s390: Return -EINTR if a signal was pending while faulting-in
` [PATCH v3 08/10] KVM: s390: Free the mmu cache when kvm_arch_vcpu_create() fails
` [PATCH v3 09/10] KVM: s390: Fix ordering when adding to SCA
` [PATCH v3 10/10] KVM: s390: Fix cleanup in kvm_s390_pv_create_cpu()

[PATCH v8 00/21] ARM64 PMU Partitioning
 2026-07-28 15:07 UTC  (3+ messages)
` [PATCH 05/21] perf: arm_pmuv3: Check cntr_mask before using pmccntr

[PATCH v4 00/12] KVM: selftests: Stress save+restore and #PF (ft. nested)
 2026-07-28 15:07 UTC  (8+ messages)
` [PATCH v4 09/12] KVM: selftests: Add basic stress test for save+restore and #PF handling
` [PATCH v4 10/12] KVM: selftests: Trigger save+restore randomly in the #PF stress test
` [PATCH v4 11/12] KVM: selftests: Support running stress save+restore and #PF test in L2

[PATCH v5 0/2] Compute safe bound for VMX preemption timer
 2026-07-28 15:03 UTC  (7+ messages)
` [PATCH v5 1/2] KVM: VMX: Bury all of the VMX preemption timer code under CONFIG_X86_64=y
` [PATCH v5 2/2] KVM: VMX: Cap VMX preemption timer to work around Intel erratum

[PATCH v9 00/10] s390/vfio_ccw fixes
 2026-07-28 14:53 UTC  (25+ messages)
` [PATCH v9 01/10] s390/vfio_ccw: free all memory if cp_init() fails
` [PATCH v9 02/10] s390/vfio_ccw: limit the number of channel program segments
` [PATCH v9 03/10] s390/vfio_ccw: fix out of bounds check on CCW array
` [PATCH v9 04/10] s390/vfio_ccw: ensure first IDAW remains constant
` [PATCH v9 05/10] s390/vfio_ccw: calculate idal length based on idaw type
` [PATCH v9 06/10] s390/vfio_ccw: ensure index for read/write regions are within range
` [PATCH v9 07/10] s390/vfio_ccw: cancel existing workqueues
` [PATCH v9 08/10] s390/vfio_ccw: move cp cleanup out of not operational
` [PATCH v9 09/10] s390/vfio_ccw: selectively expand io_mutex
` [PATCH v9 10/10] s390/vfio_ccw: implement a crw lock

[PATCH v7] target/arm: Always add pmu property for host and max
 2026-07-28 13:52 UTC  (5+ messages)

[PATCH] KVM: x86: Cancel IOAPIC EOI work before freeing vCPUs
 2026-07-28 12:56 UTC  (2+ messages)

[PATCH 2/2] KVM: LoongArch: selftests: Add in-kernel MMIO read fast path test
 2026-07-28 12:38 UTC  (4+ messages)

[PATCH v4 00/11] liveupdate: kvm: Guest_memfd preservation
 2026-07-28 12:27 UTC  (18+ messages)
` [PATCH v4 01/11] liveupdate: Add LIVEUPDATE_GUEST_MEMFD config option
` [PATCH v4 02/11] KVM: Introduce kvm_create_vm_file() helper
` [PATCH v4 03/11] KVM: Export kvm_uevent_notify_vm_create()
` [PATCH v4 04/11] KVM: Track weak reference to vm_file in struct kvm
` [PATCH v4 05/11] KVM: LUO: Support VM preservation across live updates
` [PATCH v4 06/11] KVM: guest_memfd: Move internal definitions to internal header
` [PATCH v4 07/11] KVM: guest_memfd: Add support for freezing mappings
` [PATCH v4 08/11] KVM: guest_memfd: Add support for preservation via LUO
` [PATCH v4 09/11] docs: liveupdate: Add documentation for VM and guest_memfd preservation
` [PATCH v4 10/11] KVM: selftests: Split ____vm_create() and add vm_create_from_fd()
` [PATCH v4 11/11] KVM: selftests: Add guest_memfd_preservation_test

[PATCH v4 00/48] KVM: arm64: Add GICv5 IRS support
 2026-07-28 12:14 UTC  (5+ messages)
` [PATCH v4 03/48] irqchip/gic-v5: Set up gic_kvm_info on ACPI hosts

[PATCH RFC 00/12] guest_memfd: support in-place memory conversion
 2026-07-28 11:20 UTC  (3+ messages)
` [PATCH RFC 10/12] accel/kvm: Don't default to private attributes for in-place conversion

[RFC] KVM: Proposed uAPI for querying GSI and irqbypass status
 2026-07-28  9:45 UTC  (2+ messages)

[PATCH RFC v2 0/4] KVM: guest_memfd: folio migration for non-confidential VMs
 2026-07-28  9:28 UTC  (8+ messages)
` [PATCH RFC v2 1/4] mm: split AS_UNMOVABLE back out of AS_INACCESSIBLE
` [PATCH RFC v2 2/4] KVM: guest_memfd: implement folio migration for non-confidential VMs
` [PATCH RFC v2 3/4] KVM: guest_memfd: add GUEST_MEMFD_FLAG_MIGRATABLE
` [PATCH RFC v2 4/4] KVM: selftests: exercise guest_memfd folio migration

[PATCH net 0/4] Revert "tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops"
 2026-07-28  9:22 UTC  (5+ messages)
` [PATCH net 1/4] Revert "tun/tap & vhost-net: avoid ptr_ring tail-drop when a qdisc is present"
` [PATCH net 2/4] Revert "ptr_ring: move free-space check into separate helper"
` [PATCH net 3/4] Revert "vhost-net: wake queue of tun/tap after ptr_ring consume"
` [PATCH net 4/4] Revert "tun/tap: add ptr_ring consume helper with netdev queue wakeup"

[PATCH v4 0/6] Support the FEAT_HDBSS introduced in Armv9.5
 2026-07-28  8:49 UTC  (17+ messages)
` [PATCH v4 3/6] KVM: arm64: Add auto DBM support for hardware dirty tracking
` [PATCH v4 5/6] KVM: arm64: Add HDBSS fault handling and buffer flush

[PATCH v4 3/3] RISC-V: KVM: fix vcpu vector context handling for kernel-mode vector
 2026-07-28  6:07 UTC  (2+ messages)

[PATCH v5 00/20] vfio/pci: Base Live Update support for VFIO
 2026-07-28  5:34 UTC  (4+ messages)
` [PATCH v5 17/20] vfio: selftests: Add vfio_pci_liveupdate_kexec_test

[PATCH] vsock/virtio: prevent workers from using deleted virtqueues
 2026-07-28  3:58 UTC  (2+ messages)

[PATCH v8 00/10] s390/vfio_ccw fixes
 2026-07-28  3:23 UTC  (25+ messages)
` [PATCH v8 01/10] s390/vfio_ccw: free all memory if cp_init() fails
` [PATCH v8 02/10] s390/vfio_ccw: limit the number of channel program segments
` [PATCH v8 03/10] s390/vfio_ccw: fix out of bounds check on CCW array
` [PATCH v8 04/10] s390/vfio_ccw: ensure first IDAW remains constant
` [PATCH v8 05/10] s390/vfio_ccw: calculate idal length based on idaw type
` [PATCH v8 06/10] s390/vfio_ccw: ensure index for read/write regions are within range
` [PATCH v8 07/10] s390/vfio_ccw: cancel existing workqueues
` [PATCH v8 08/10] s390/vfio_ccw: move cp cleanup out of not operational
` [PATCH v8 09/10] s390/vfio_ccw: selectively expand io_mutex
` [PATCH v8 10/10] s390/vfio_ccw: implement a crw lock

[PATCH v4 0/6] KVM: nVMX: Synthesize SHUTDOWN on RSM with bad state
 2026-07-28  3:01 UTC  (11+ messages)
` [PATCH v4 1/6] KVM: x86: Extract VMX's unhandleable emulation check to common x86
` [PATCH v4 2/6] KVM: nVMX: Synthesize SHUTDOWN on RSM if L2 requires emulation
` [PATCH v4 3/6] KVM: x86: Rework kvm_x86_ops.vcpu_pre_run() into .vcpu_needs_initialization()
` [PATCH v4 4/6] KVM: selftests: Use port 0x80 in invalid nVMX guest state test
` [PATCH v4 5/6] KVM: selftests: Refactor invalid nVMX state test to prepare for RSM testcase
` [PATCH v4 6/6] KVM: selftests: Extend the invalid nVMX guest state test to cover RSM

[PATCH v6 00/36] Cleaning up the KVM clock mess
 2026-07-28  2:13 UTC  (14+ messages)
` [PATCH v6 05/36] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
` [PATCH v6 12/36] KVM: x86: Restructure get_kvmclock()
` [PATCH v6 15/36] KVM: x86: Fix compute_guest_tsc() to handle negative time deltas

[PATCH] KVM: x86: Re-pend NMI in vNMI hardware when injection is blocked
 2026-07-28  1:54 UTC 

[PATCH v5 00/20] KVM: x86: Enable APX for guests
 2026-07-28  1:43 UTC  (2+ messages)

[PATCH v1 00/28] KVM: nSVM: Optimize nSVM TLB flushes
 2026-07-28  1:18 UTC  (17+ messages)
` [PATCH v1 15/28] KVM: nSVM: Drop svm->nested.initialized
` [PATCH v1 16/28] KVM: nSVM: Flush both L1 and L2 ASIDs on KVM_REQ_TLB_FLUSH
` [PATCH v1 17/28] KVM: nSVM: Always switch VMCB before leaving guest mode
` [PATCH v1 18/28] KVM: nSVM: Split nested_svm_transition_tlb_flush() into entry/exit fns
` [PATCH v1 19/28] KVM: nSVM: Service local TLB flushes before nested transitions
` [PATCH v1 20/28] KVM: nSVM: Handle nested TLB flush requests through TLB_CONTROL
` [PATCH v1 21/28] KVM: nSVM: Flush the TLB if L1 changes L2's ASID in vmcb12
` [PATCH v1 22/28] KVM: nSVM: Do not reset TLB_CONTROL in vmcb02 on nested VM-Enter
` [PATCH v1 23/28] KVM: x86/mmu: Rename __kvm_mmu_invalidate_addr() to kvm_mmu_sync_addr()
` [PATCH v1 24/28] KVM: x86/mmu: Refactor kvm_mmu_invlpg() to allow skipping the GVA flush
` [PATCH v1 25/28] KVM: nSVM: Flush L2's ASID when emulating INVLPGA
` [PATCH v1 26/28] KVM: nSVM: Flush the ASID on nested transitions if shared by L1 and L2
` [PATCH v1 27/28] KVM: nSVM: Use different ASIDs for "
` [PATCH v1 28/28] KVM: selftests: Add a test for nested TLB flushes

[PATCH v6 0/9] KVM: guest_memfd: RECLAIM+CONVERT cleanups
 2026-07-28  1:00 UTC  (5+ messages)
` [PATCH v6 7/9] KVM: guest_memfd: Rename prepare() hook and Kconfig to make_private() / CONVERT

[PATCH v7 00/10] s390/vfio_ccw fixes
 2026-07-28  0:54 UTC  (4+ messages)
` [PATCH v7 08/10] s390/vfio_ccw: move cp cleanup out of not operational

[PATCH v2] KVM: nVMX: Service local TLB flushes on failed nested VM-Enter
 2026-07-28  0:43 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