Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-08-06 13:33:25 to 2026-08-07 03:26:40 UTC [more...]

[PATCH v7 0/4] KVM: PPC: Expose CPU compatibility modes for nested guests
 2026-08-07  3:08 UTC  (9+ messages)
` [PATCH v7 1/4] KVM: PPC: Introduce KVM_CAP_PPC_COMPAT_CAPS and wire up ioctl
` [PATCH v7 2/4] KVM: PPC: Book3S HV: Implement compat CPU capability retrieval for KVM on PowerVM
` [PATCH v7 3/4] KVM: PPC: Book3S HV: Add support for compat CPU capabilities for KVM on PowerNV
` [PATCH v7 4/4] KVM: PPC: Document KVM_PPC_GET_COMPAT_CAPS ioctl

[PATCH] vduse: reject non-coherent iotlb entries in the coherent fault path
 2026-08-07  2:26 UTC 

[PATCH v4 0/7] KVM: x86: Add LASS virtualization support
 2026-08-07  1:42 UTC  (4+ messages)
` [PATCH v4 4/7] KVM: VMX: Implement LASS violation check

[PATCH 0/3] KVM: x86: BUS_LOCK_EXIT fixes
 2026-08-07  1:27 UTC  (5+ messages)
` [PATCH 2/3] KVM: x86: Reject enabling KVM_CAP_X86_BUS_LOCK_EXIT when !kvm_caps.has_bus_lock_exit

[PATCH v2 0/5] LoongArch: KVM: Add separate vmid support
 2026-08-07  1:10 UTC  (6+ messages)
` [PATCH v2 5/5] LoongArch: KVM: Enable separate vmid feature

[PATCH 0/2] KVM: TDX: Enable VM-DoS Prevention Features for TDX
 2026-08-07  1:07 UTC  (7+ messages)
` [PATCH 1/2] KVM: TDX: Enable Notify VM exit

[PATCH v8 00/17] KVM: x86: Cleaning up the KVM clock mess, part 1
 2026-08-07  0:27 UTC  (5+ messages)
` [PATCH v8 05/17] KVM: x86: Avoid NTP frequency skew for KVM clock on 32-bit host

[PATCH v6 00/51] x86: Try to wrangle PV clocks vs. TSC
 2026-08-07  0:08 UTC  (57+ messages)
` [PATCH v6 01/51] x86/apic: Provide helpers to set local APIC timer frequency in hz and khz
` [PATCH v6 02/51] x86/apic: Add CONFIG_X86_LOCAL_APIC=n stubs for APIC timer frequency APIs
` [PATCH v6 03/51] x86/tsc: Ensure that TSC recalibration doesn't run if TSC frequency is known
` [PATCH v6 04/51] x86/tsc: Restrict recalibrate_cpu_khz() export to p4-clockmod and powernow-k7
` [PATCH v6 05/51] x86/sev: Mark TSC as reliable when configuring Secure TSC
` [PATCH v6 06/51] x86/sev: Don't override CPU frequency calibration for SNP's "
` [PATCH v6 07/51] x86/sev: Move check for SNP Secure TSC support to tsc_early_init()
` [PATCH v6 08/51] x86/sev: Shove SNP's secure/trusted TSC frequency directly into "calibration"
` [PATCH v6 09/51] x86/tsc: Add a standalone helper for getting TSC info from CPUID.0x15
` [PATCH v6 10/51] x86/tdx: Force TSC frequency with CPUID-based info provided by the TDX-Module
` [PATCH v6 11/51] x86/tsc: Add dedicated hypervisor hooks for getting known TSC/CPU frequencies
` [PATCH v6 12/51] x86/acrn: Register TSC/CPU frequency callbacks iff frequency is actually in CPUID
` [PATCH v6 13/51] x86/acrn: Mark TSC frequency as known when using ACRN for calibration
` [PATCH v6 14/51] x86/tsc: Consolidate forcing of X86_FEATURE_TSC_KNOWN_FREQ for PV code
` [PATCH v6 15/51] x86/tsc: Kill off x86_platform_ops.calibrate_{cpu,tsc}() hooks
` [PATCH v6 16/51] x86/tsc: Rename pit_hpet_ptimer_calibrate_cpu() => native_calibrate_cpu_late()
` [PATCH v6 17/51] x86/tsc: Fold native_calibrate_cpu() into recalibrate_cpu_khz()
` [PATCH v6 18/51] x86/kvmclock: Rename kvm_get_tsc_khz() to kvmclock_get_tsc_khz()
` [PATCH v6 19/51] x86/kvmclock: Drop dead check on TSC being unstable during kvmclock_init()
` [PATCH v6 20/51] KVM: x86: Officially define CPUID 0x40000010 as PV Timing Info (TSC and Bus)
` [PATCH v6 21/51] x86/kvm: Obtain TSC frequency from PV CPUID if present
` [PATCH v6 22/51] x86/kvm: Mark TSC as reliable when it's constant and nonstop
` [PATCH v6 23/51] x86/tsc: Add standalone helper for getting CPU frequency from CPUID
` [PATCH v6 24/51] x86/kvm: Get CPU base frequency from CPUID when it's available
` [PATCH v6 25/51] clocksource: hyper-v: Register sched_clock save/restore iff it's necessary
` [PATCH v6 26/51] clocksource: hyper-v: Drop wrappers to sched_clock save/restore helpers
` [PATCH v6 27/51] clocksource: hyper-v: Don't save/restore TSC offset when using HV sched_clock
` [PATCH v6 28/51] x86/kvmclock: Setup kvmclock for secondary CPUs iff CONFIG_SMP=y
` [PATCH v6 29/51] x86/kvm: Don't disable kvmclock on BSP in syscore_suspend()
` [PATCH v6 30/51] x86/paravirt: Remove unnecessary PARAVIRT=n stub for paravirt_set_sched_clock()
` [PATCH v6 31/51] x86/paravirt: Move handling of unstable PV clocks into paravirt_set_sched_clock()
` [PATCH v6 32/51] x86/kvmclock: Move sched_clock save/restore helpers up in kvmclock.c
` [PATCH v6 33/51] x86/xen/time: NOP-ify x86_platform's sched_clock save/restore hooks
` [PATCH v6 34/51] x86/vmware: NOP-ify save/restore hooks when using VMware's sched_clock
` [PATCH v6 35/51] x86/tsc: WARN if TSC sched_clock save/restore used with PV sched_clock
` [PATCH v6 36/51] x86/paravirt: Pass sched_clock save/restore helpers during registration
` [PATCH v6 37/51] x86/kvmclock: Move kvm_sched_clock_init() down in kvmclock.c
` [PATCH v6 38/51] x86/xen/time: Mark xen_setup_vsyscall_time_info() as __init
` [PATCH v6 39/51] x86/pvclock: Mark setup helpers and related various as __init/__ro_after_init
` [PATCH v6 40/51] x86/pvclock: WARN if pvclock's valid_flags are overwritten
` [PATCH v6 41/51] x86/kvmclock: Refactor handling of PVCLOCK_TSC_STABLE_BIT during kvmclock_init()
` [PATCH v6 42/51] timekeeping: Resume clocksources before reading persistent clock
` [PATCH v6 43/51] x86/kvmclock: Hook clocksource.suspend/resume when kvmclock isn't sched_clock
` [PATCH v6 44/51] x86/kvmclock: WARN if wall clock is read while kvmclock is suspended
` [PATCH v6 45/51] x86/paravirt: Mark __paravirt_set_sched_clock() as __init
` [PATCH v6 46/51] x86/paravirt: Plumb a return code into __paravirt_set_sched_clock()
` [PATCH v6 47/51] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC
` [PATCH v6 48/51] x86/kvmclock: Use TSC for sched_clock if it's constant and non-stop
` [PATCH v6 49/51] x86/kvmclock: Plumb in AP-online and BSP-resume to kvmlock, for documentation
` [PATCH v6 50/51] x86/paravirt: Move using_native_sched_clock() stub into timer.h
` [PATCH v6 51/51] x86/kvm: Get local APIC bus frequency from PV CPUID Timing Info

[PATCH v9 00/11] Dynamic PAMT
 2026-08-06 23:48 UTC  (26+ messages)
` [PATCH v9 01/11] x86/virt/tdx: Simplify PAMT layout calculation
` [PATCH v9 02/11] x86/virt/tdx: Allocate page bitmap for Dynamic PAMT
` [PATCH v9 03/11] x86/virt/tdx: Add tdx_alloc/free_control_page() helpers
` [PATCH v9 04/11] x86/virt/tdx: Allocate refcounts for Dynamic PAMT memory
` [PATCH v9 05/11] x86/virt/tdx: Handle multiple callers in tdx_pamt_get/put()
` [PATCH v9 06/11] KVM: TDX: Allocate PAMT memory for TD and vCPU control structures
` [PATCH v9 07/11] x86/tdx: Add APIs to support Dynamic PAMT ops from KVM's fault path
` [PATCH v9 08/11] KVM: TDX: Get/put PAMT pages when (un)mapping private memory

[PATCH v2 0/6] mm, drm: fix interaction of .pfn_mkwrite() with fixup_user_fault()
 2026-08-06 23:32 UTC  (3+ messages)
` [PATCH v2 3/6] drm/ttm, drm/vmwgfx: directly create writable PTEs when mkwrite is in use

[PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-06 23:27 UTC  (22+ messages)
` [PATCH v4 01/20] mm/vma: introduce VMA anon page offset field and add helpers
` [PATCH v4 02/20] mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()
` [PATCH v4 03/20] mm: introduce linear_anon_page_index()
` [PATCH v4 04/20] mm: abstract vma_address() and introduce vma_anon_address()
` [PATCH v4 05/20] mm: update print_bad_page_map() to show anon index if appropriate
` [PATCH v4 06/20] mm: introduce and use vma_filebacked_address()
` [PATCH v4 07/20] mm/vma: fix self-merge check in copy_vma()
` [PATCH v4 08/20] tools/testing/vma: add tests for copy_vma() self-merge
` [PATCH v4 09/20] mm: propagate VMA anonymous page offset on map, remap, split + merge
` [PATCH v4 10/20] mm/rmap: track whether the page VMA mapped pgoff is anonymous
` [PATCH v4 11/20] mm: clean up vma_address_end()
` [PATCH v4 12/20] mm/huge_memory: update remove_migration_pmd() to accept a folio
` [PATCH v4 13/20] mm/migrate: calculate large folio page index using PFN
` [PATCH v4 14/20] mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon folios
` [PATCH v4 15/20] tools/testing/vma: expand VMA merge tests to assert anon pgoff
` [PATCH v4 16/20] tools/testing/selftests/mm: test anonymous page offset merge behaviour
` [PATCH v4 17/20] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
` [PATCH v4 18/20] mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymous
` [PATCH v4 19/20] tools/testing/vma: add test to assert MAP_PRIVATE-/dev/zero is anon
` [PATCH v4 20/20] tools/testing/selftests/mm: add MAP_PRIVATE-/dev/zero merge tests

[PATCH v16 00/45] arm64: Support for Arm CCA in KVM
 2026-08-06 23:11 UTC  (6+ messages)
` [PATCH v16 27/45] KVM: arm64: CCA: Allow populating initial contents
` [PATCH v16 29/45] KVM: arm64: CCA: Support runtime faulting of memory

[PATCH 0/4] KVM: x86/mmu: Fix pre-fault and map private loops
 2026-08-06 22:21 UTC  (11+ messages)
` [PATCH 1/4] KVM: x86/mmu: Reload MMU on *every* page pre-fault attempt/iteration
` [PATCH 2/4] KVM: x86/mmu: Harden "map private PFN" against unexpected root invalidation
` [PATCH 3/4] KVM: x86/mmu: Top-up memory caches when retrying "map private PFN"
` [PATCH 4/4] KVM: x86/mmu: Add sanity check to detect stale page faults in "

[PATCH v5 00/51] x86: Try to wrangle PV clocks vs. TSC
 2026-08-06 22:18 UTC  (4+ messages)
` [PATCH v5 47/51] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC

[PATCH] KVM: Never clear KVM_REQ_VM_DEAD from a vCPU's requests
 2026-08-06 22:08 UTC  (2+ messages)

[PATCH v3 0/7] KVM: x86/xen: Fix Xen/GPC/PREEMPT_RT issues with rwlock_t
 2026-08-06 22:02 UTC  (10+ messages)
` [PATCH v3 3/7] KVM: pfncache: Use RCU for readers instead of a rwlock

[PATCH] tools: Use fputc() calls in some functions
 2026-08-06 21:50 UTC  (2+ messages)

[PATCH v2] KVM: x86: Track kvm_vcpu_arch.pending_ioapic_eoi as a u8 to drop dead BUG_ON()
 2026-08-06 21:51 UTC  (3+ messages)

[PATCH v4 00/10] KVM: SEV: Add support for IBPB-on-Entry and BTB Isolation
 2026-08-06 20:12 UTC  (6+ messages)
` [PATCH v4 01/10] x86/bugs: Only log missing retpoline when it's actually the missing mitigation

[RFC PATCH 0/1] vfio/pci: Disable sriov on PF device close
 2026-08-06 19:47 UTC  (4+ messages)
` [RFC PATCH 1/1] "

[PATCH v2 0/2] vhost-scsi: fix max_io_vqs handling
 2026-08-06 19:30 UTC  (5+ messages)
` [PATCH v2 1/2] vhost-scsi: use kvzalloc for vq array allocation
` [PATCH v2 2/2] vhost-scsi: clamp max_io_vqs module parameter

[PATCH v5] s390/vfio-ap: fix stale pqap_hook pointer on error in vfio_ap_mdev_set_kvm()
 2026-08-06 19:20 UTC  (3+ messages)

[PATCH] KVM: x86/mmu: Bug the VM if KVM attempts to unsync an upper-level shadow page
 2026-08-06 19:19 UTC 

[PATCH v4] s390/vfio-ap: fix stale pqap_hook pointer on error in vfio_ap_mdev_set_kvm()
 2026-08-06 19:18 UTC  (6+ messages)

[PATCH v5 00/17] riscv: hwprobe: Expose RVA23U64 base behavior
 2026-08-06 18:32 UTC  (7+ messages)
` [PATCH v5 04/17] riscv: Standardize extension capitalization
` [PATCH v5 05/17] riscv: Add Zicclsm to cpufeature and hwprobe
` [PATCH v5 06/17] riscv: Add Ziccamoa, Ziccif, Ziccrse, and Za64rs "

[PATCH v3 0/9] perf/x86: Don't write PEBS_ENABLED on KVM transitions
 2026-08-06 17:18 UTC  (2+ messages)

[PATCH RFC v2 00/20] mm: optimize unnecessary loads due to ptep_get() and friends out
 2026-08-06 17:11 UTC  (2+ messages)

[PATCH kvmtool] virtio: 9p: Order used ring updates before notifications
 2026-08-06 17:11 UTC  (3+ messages)
` [PATCH kvmtool v2] "

[PATCH v2 0/2] KVM: TDX: INIT_MEM_REGION fixes
 2026-08-06 17:06 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: TDX: Reject INIT_MEM_REGION if number of bytes would overflow a u64
` [PATCH v2 2/2] KVM: TDX: Fix a benign off-by-one bug on the end GPA for INIT_MEM_REGION

[PATCH v3 00/17] riscv: Generate riscv instruction functions
 2026-08-06 16:36 UTC  (8+ messages)
` [PATCH v3 07/17] riscv: Maintain epc on misaligned emulation error
` [PATCH v3 08/17] riscv: Use generated instruction headers for misaligned loads/stores
` [PATCH v3 09/17] riscv: kvm: Use generated instruction headers for csr code

[PATCH v6 0/4] KVM: PPC: Expose CPU compatibility modes for nested guests
 2026-08-06 16:15 UTC  (17+ messages)
` [PATCH v6 1/4] KVM: PPC: Introduce KVM_CAP_PPC_COMPAT_CAPS and wire up ioctl
` [PATCH v6 2/4] KVM: PPC: Book3S HV: Implement compat CPU capability retrieval for KVM on PowerVM
` [PATCH v6 3/4] KVM: PPC: Book3S HV: Add support for compat CPU capabilities for KVM on PowerNV
` [PATCH v6 4/4] KVM: PPC: Document KVM_PPC_GET_COMPAT_CAPS ioctl

[PATCH v3 4/7] KVM: x86/xen: Extract delivery of event to vCPU into a separate helper
 2026-08-06 14:32 UTC  (3+ messages)

[PATCH] KVM: SVM: Serialize accesses to the owner and mirror list with separate lock
 2026-08-06 15:15 UTC  (2+ messages)

[PATCH v2] KVM: s390: Fix memory corruption by not reinjecting CK machine checks
 2026-08-06 15:14 UTC  (3+ messages)

[PATCH] vhost-vdpa: drop the parent's vq callback before the call fd is released
 2026-08-06 15:03 UTC 

[PATCH 2/2] KVM: SVM: Re-check enc_context_owner under the owner's lock in sev_vm_destroy()
 2026-08-06 14:49 UTC  (3+ messages)

[PATCH 1/2] KVM: SVM: Serialize the owner's mirror list in sev_migrate_from()
 2026-08-06 14:40 UTC  (3+ messages)

[PATCH] vhost: clear vq->worker under vq->mutex when freeing workers
 2026-08-06 14:40 UTC  (5+ messages)

[PATCH 0/1] address one of sashiko pre-existing issues
 2026-08-06 14:39 UTC  (5+ messages)
` [PATCH 1/1] KVM: s390: Fix memory corruption by not reinjecting CK machine checks

[RFC PATCH] vhost: coalesce and retry IOTLB miss messages
 2026-08-06 14:06 UTC 

[Bug 221841] New: KVM: nested VMX eVMCS VMPTRLD/VMPTRST causes infinite VM-Exit loop due to missing RIP advance
 2026-08-06 14:01 UTC  (3+ messages)
` [Bug 221841] "

[GIT PULL v1 00/23] KVM: s390: Misc KVM and vfio-ccw fixes
 2026-08-06 13:48 UTC  (2+ messages)

[PATCH 1/2] KVM: x86: ioapic: Set remote_irr only after successful delivery
 2026-08-06 13:46 UTC  (2+ messages)
` [PATCH 2/2] KVM: selftests: Verify IOAPIC doesn't set remote_irr on failed delivery


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