Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-07-28 12:21:29 to 2026-07-28 17:33:00 UTC [more...]

[PATCH v4 00/13] KVM: s390: Misc fixes
 2026-07-28 17:32 UTC  (26+ messages)
` [PATCH v4 01/13] KVM: s390: Fix unlikely NULL gmap dereference
` [PATCH v4 02/13] KVM: s390: Fix leaking of PGM_ADDRESSING to userspace
` [PATCH v4 03/13] KVM: s390: Fix race in __do_essa()
` [PATCH v4 04/13] KVM: s390: cmma: Fix dirty tracking when removing memslot
` [PATCH v4 05/13] KVM: s390: ucontrol: Add missing locking around gmap_remove_child()
` [PATCH v4 06/13] KVM: s390: Fix overclearing ESCA in case of error
` [PATCH v4 07/13] KVM: s390: Return -EINTR if a signal was pending while faulting-in
` [PATCH v4 08/13] KVM: s390: Free the mmu cache when kvm_arch_vcpu_create() fails
` [PATCH v4 09/13] KVM: s390: Fix ordering when adding to SCA
` [PATCH v4 10/13] KVM: s390: Fix cleanup in kvm_s390_pv_create_cpu()
` [PATCH v4 11/13] KVM: s390: Fix kvm_arch_commit_memory_region() when low on memory
` [PATCH v4 12/13] KVM: s390: Fix kvm_s390_vcpu_unsetup_cmma()
` [PATCH v4 13/13] KVM: s390: Fix sca_clear_ext_call() for UCONTROL

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

[PATCH] KVM: SVM: make svm_flush_tlb_gva do a full asid flush if NPT enabled
 2026-07-28 17:13 UTC  (2+ messages)

[PATCH v12 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-07-28 17:03 UTC  (2+ messages)

[PATCH 1/2] riscv: ptdump: Move pagetable definitions to common header
 2026-07-28 16:50 UTC  (8+ messages)
` [PATCH v3 0/3] RISC-V KVM gstage page table dumper
  ` [PATCH v3 1/3] riscv: ptdump: Create ptdump.h and move declarations
  ` [PATCH v3 2/3] riscv: ptdump: Use per-level attribute bits for parsing
  ` [PATCH v3 3/3] KVM: riscv: Register ptdump with debugfs on guest creation

[PATCH v3] KVM: s390: Fall back to short-term pinning in MAP ioctl
 2026-07-28 16:47 UTC  (4+ messages)

[PATCH] RISC-V: KVM: Synchronize hrtimer callback during teardown
 2026-07-28 16:42 UTC 

[PATCH v2] s390/vfio-ap: fix stale pqap_hook pointer on error in vfio_ap_mdev_set_kvm()
 2026-07-28 16:41 UTC  (2+ messages)

[PATCH v2 00/17] Enable DICE-based TDX Quoting Extension
 2026-07-28 16:29 UTC  (4+ messages)
` [PATCH v2 02/17] x86/virt/tdx: Configure add-on features on TDX module init and update

[PATCH] KVM: x86: Cancel IOAPIC EOI work before freeing vCPUs
 2026-07-28 16:24 UTC  (3+ messages)

[PATCH v2 0/2] KVM: x86/mmu: fix cross-address-space MMU metadata checks
 2026-07-28 16:18 UTC  (3+ messages)
` [PATCH v2 2/2] KVM: x86/mmu: Check all address spaces before skipping unsync

[PATCH] s390/vfio-ap: fix stale pqap_hook pointer on error in vfio_ap_mdev_set_kvm()
 2026-07-28 16:10 UTC  (3+ messages)

[PATCH] RISC-V: KVM: Add kvm-riscv.wfi_trap_policy to control VS-mode WFI trapping
 2026-07-28 15:53 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 7.2, take #3
 2026-07-28 15:41 UTC  (2+ messages)

[PATCH v5 0/2] Compute safe bound for VMX preemption timer
 2026-07-28 15:40 UTC  (5+ messages)
` [PATCH v5 2/2] KVM: VMX: Cap VMX preemption timer to work around Intel erratum

[PATCH] RISC-V: KVM: Add arch-specific tracepoints
 2026-07-28 15:35 UTC  (2+ messages)

[PATCH v3] KVM: x86: Cancel delayed I/O APIC EOI handling before destroying vCPUs
 2026-07-28 15:33 UTC  (2+ messages)

[PATCH v7 00/36] Cleaning up the KVM clock mess
 2026-07-28 15:31 UTC  (53+ 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 v9 00/10] s390/vfio_ccw fixes
 2026-07-28 14:53 UTC  (7+ messages)
` [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 v7] target/arm: Always add pmu property for host and max
 2026-07-28 13:52 UTC  (5+ 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  (11+ messages)
` [PATCH v4 01/11] liveupdate: Add LIVEUPDATE_GUEST_MEMFD config option
` [PATCH v4 03/11] KVM: Export kvm_uevent_notify_vm_create()
` [PATCH v4 05/11] KVM: LUO: Support VM preservation across live updates
` [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


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