Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-05-15 17:07:31 to 2026-05-16 00:49:52 UTC [more...]

[PATCH net] vsock/virtio: fix zerocopy completion for multi-skb sends
 2026-05-16  0:50 UTC  (3+ messages)

[GIT PULL] VFIO fixes for v7.1-rc4
 2026-05-16  0:06 UTC  (2+ messages)

[PATCH v3 00/10] KVM: x86: Improve #DB handling in the emulator
 2026-05-15 22:26 UTC  (11+ messages)
` [PATCH v3 01/10] KVM: VMX: Refresh GUEST_PENDING_DBG_EXCEPTIONS.BS on all injected #DBs
` [PATCH v3 02/10] KVM: x86: Capture "struct x86_exception" in inject_emulated_exception()
` [PATCH v3 03/10] KVM: x86: Set guest DR6 by kvm_queue_exception_p() in instruction emulation
` [PATCH v3 04/10] KVM: x86: Honor KVM_GUESTDBG_USE_HW_BP when emulating MOV DR (in emulator)
` [PATCH v3 05/10] KVM: x86: Honor KVM_GUESTDBG_USE_HW_BP when checking for code breakpoints in emulation
` [PATCH v3 06/10] KVM: x86: Move KVM_GUESTDBG_SINGLESTEP handling into kvm_inject_emulated_db()
` [PATCH v3 07/10] KVM: x86: Drop kvm_vcpu_do_singlestep() now that it's been gutted
` [PATCH v3 08/10] KVM: selftests: Add all (known) EFLAGS bit definitions
` [PATCH v3 09/10] KVM: selftests: Verify guest debug DR7.GD checking during instruction emulation
` [PATCH v3 10/10] KVM: selftests: Verify VMX's GUEST_PENDING_DBG_EXCEPTIONS.BS Consistency Check

[PATCH 0/8] selftests/vfio: igb: 82576 hardware compatibility
 2026-05-15 22:03 UTC  (9+ messages)
` [PATCH 1/8] selftests/vfio: igb: Use PHY internal loopback on 82576
` [PATCH 2/8] selftests/vfio: igb: Use advanced TX and RX descriptors
` [PATCH 3/8] selftests/vfio: igb: Program MSI-X interrupt routing
` [PATCH 4/8] selftests/vfio: igb: Extend memcpy completion timeout for line-rate hardware
` [PATCH 5/8] selftests/vfio: igb: Disable PCIe completion timeout retries
` [PATCH 6/8] selftests/vfio: Add vfio_pci_irq_reenable() helper
` [PATCH 7/8] selftests/vfio: igb: Factor hardware programming into igb_hw_init()
` [PATCH 8/8] selftests/vfio: igb: Recover after DMA-read faults

[PATCH v9 00/23] Runtime TDX module update support
 2026-05-15 19:43 UTC  (17+ messages)
` [PATCH v9 06/23] x86/virt/seamldr: Introduce a wrapper for P-SEAMLDR SEAMCALLs
` [PATCH v9 07/23] x86/virt/seamldr: Add a helper to retrieve P-SEAMLDR information
` [PATCH v9 08/23] coco/tdx-host: Expose P-SEAMLDR information via sysfs
` [PATCH v9 09/23] coco/tdx-host: Don't expose P-SEAMLDR information on CPUs with erratum
` [PATCH v9 10/23] coco/tdx-host: Implement firmware upload sysfs ABI for TDX module updates
` [PATCH v9 11/23] x86/virt/seamldr: Allocate and populate a module update request

[PATCH v3 00/41] x86: Try to wrangle PV clocks vs. TSC
 2026-05-15 19:19 UTC  (42+ messages)
` [PATCH v3 01/41] x86/tsc: Add a standalone helpers for getting TSC info from CPUID.0x15
` [PATCH v3 02/41] x86/tsc: Add helper to register CPU and TSC freq calibration routines
` [PATCH v3 03/41] x86/sev: Mark TSC as reliable when configuring Secure TSC
` [PATCH v3 04/41] x86/sev: Move check for SNP Secure TSC support to tsc_early_init()
` [PATCH v3 05/41] x86/tdx: Override PV calibration routines with CPUID-based calibration
` [PATCH v3 06/41] x86/acrn: Mark TSC frequency as known when using ACRN for calibration
` [PATCH v3 07/41] clocksource: hyper-v: Register sched_clock save/restore iff it's necessary
` [PATCH v3 08/41] clocksource: hyper-v: Drop wrappers to sched_clock save/restore helpers
` [PATCH v3 09/41] clocksource: hyper-v: Don't save/restore TSC offset when using HV sched_clock
` [PATCH v3 10/41] x86/kvmclock: Setup kvmclock for secondary CPUs iff CONFIG_SMP=y
` [PATCH v3 11/41] x86/kvm: Don't disable kvmclock on BSP in syscore_suspend()
` [PATCH v3 12/41] x86/paravirt: Remove unnecessary PARAVIRT=n stub for paravirt_set_sched_clock()
` [PATCH v3 13/41] x86/paravirt: Move handling of unstable PV clocks into paravirt_set_sched_clock()
` [PATCH v3 14/41] x86/kvmclock: Move sched_clock save/restore helpers up in kvmclock.c
` [PATCH v3 15/41] x86/xen/time: Nullify x86_platform's sched_clock save/restore hooks
` [PATCH v3 16/41] x86/vmware: Nullify save/restore hooks when using VMware's sched_clock
` [PATCH v3 17/41] x86/tsc: WARN if TSC sched_clock save/restore used with PV sched_clock
` [PATCH v3 18/41] x86/paravirt: Pass sched_clock save/restore helpers during registration
` [PATCH v3 19/41] x86/kvmclock: Move kvm_sched_clock_init() down in kvmclock.c
` [PATCH v3 20/41] x86/xen/time: Mark xen_setup_vsyscall_time_info() as __init
` [PATCH v3 21/41] x86/pvclock: Mark setup helpers and related various as __init/__ro_after_init
` [PATCH v3 22/41] x86/pvclock: WARN if pvclock's valid_flags are overwritten
` [PATCH v3 23/41] x86/kvmclock: Refactor handling of PVCLOCK_TSC_STABLE_BIT during kvmclock_init()
` [PATCH v3 24/41] timekeeping: Resume clocksources before reading persistent clock
` [PATCH v3 25/41] x86/kvmclock: Hook clocksource.suspend/resume when kvmclock isn't sched_clock
` [PATCH v3 26/41] x86/kvmclock: WARN if wall clock is read while kvmclock is suspended
` [PATCH v3 27/41] x86/kvmclock: Enable kvmclock on APs during onlining if kvmclock isn't sched_clock
` [PATCH v3 28/41] x86/paravirt: Mark __paravirt_set_sched_clock() as __init
` [PATCH v3 29/41] x86/paravirt: Plumb a return code into __paravirt_set_sched_clock()
` [PATCH v3 30/41] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC
` [PATCH v3 31/41] x86/tsc: Pass KNOWN_FREQ and RELIABLE as params to registration
` [PATCH v3 32/41] x86/tsc: Rejects attempts to override TSC calibration with lesser routine
` [PATCH v3 33/41] x86/kvmclock: Mark TSC as reliable when it's constant and nonstop
` [PATCH v3 34/41] KVM: x86: Officially define CPUID 0x40000010 as PV Timing Info (TSC and Bus)
` [PATCH v3 35/41] x86/kvmclock: Obtain TSC frequency from CPUID if present
` [PATCH v3 36/41] x86/kvmclock: Get local APIC bus frequency from PV CPUID Timing Info
` [PATCH v3 37/41] x86/kvmclock: Use TSC for sched_clock if it's constant and non-stop
` [PATCH v3 38/41] x86/paravirt: kvmclock: Setup kvmclock early iff it's sched_clock
` [PATCH v3 39/41] x86/paravirt: Move using_native_sched_clock() stub into timer.h
` [PATCH v3 40/41] x86/tsc: Add standalone helper for getting CPU frequency from CPUID
` [PATCH v3 41/41] x86/kvmclock: Get CPU base frequency from CPUID when it's available

[PATCH v2] KVM: irqchip: KVM: Reduce allocation overhead in kvm_set_irq_routing()
 2026-05-15 18:52 UTC  (2+ messages)

[PATCH v4 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-05-15 18:34 UTC  (4+ messages)
` [PATCH v4 13/15] KVM: guest_memfd: implement userfaultfd operations

[PATCH v6 00/28] KVM: combined patchset for MBEC/GMET support
 2026-05-15 18:31 UTC  (5+ messages)

[PATCH 0/2] x86/kvm/vmx: Fix VMX interrupt injection vs hrtimer_rearm_deferred()
 2026-05-15 18:15 UTC  (4+ messages)
` [PATCH 2/2] x86/kvm/vmx: Fix VMX "

[PATCH v2 00/11] mlx5 support for VFIO self test
 2026-05-15 17:30 UTC  (12+ messages)
` [PATCH v2 01/11] net/mlx5: Add IFC structures for CQE and WQE
` [PATCH v2 02/11] net/mlx5: Move HW constant groups from device.h/cq.h to mlx5_ifc.h
` [PATCH v2 03/11] net/mlx5: Extract MLX5_SET/GET macros into mlx5_ifc_macros.h
` [PATCH v2 04/11] net/mlx5: Add ONCE and MMIO accessor variants to mlx5_ifc_macros.h
` [PATCH v2 05/11] selftests: Add additional kernel functions to tools/include/
` [PATCH v2 06/11] selftests: Fix arm64 IO barriers to match kernel
` [PATCH v2 07/11] vfio: selftests: Allow drivers to specify required region size
` [PATCH v2 08/11] vfio: selftests: Add dev_dbg
` [PATCH v2 09/11] vfio: selftests: Add mlx5 driver - HW init and command interface
` [PATCH v2 10/11] vfio: selftests: Add mlx5 driver - data path and memcpy ops
` [PATCH v2 11/11] vfio: selftests: mlx5 driver - add send_msi support

[PATCH v2 0/3] KVM: Macrofy GPR swapping in assembly code
 2026-05-15 17:27 UTC  (4+ messages)
` [PATCH 1/3] KVM: VMX: Macrofy GPR swapping in __vmx_vcpu_run()
` [PATCH 2/3] KVM: SVM: Macrofy GPR swapping in __svm_vcpu_run()
` [PATCH 3/3] KVM: SEV: Macrofy GPR swapping in __svm_sev_es_vcpu_run()

[PATCH] KVM: SVM: Flush the current TLB when transitioning from xAVIC => x2AVIC
 2026-05-15 17:15 UTC 


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