Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-06-12 19:58:06 to 2026-06-15 08:22:26 UTC [more...]

[PATCH v4 0/3] LoongArch: KVM: Add PV TLB flush support
 2026-06-15  8:21 UTC  (2+ messages)
` [PATCH v4 1/3] LoongArch: KVM: Add PV TLB flush support via steal-time shared memory

[PATCH v4 00/30] KVM: x86: x86.{c,h} spring cleaning
 2026-06-15  8:13 UTC  (49+ messages)
` [PATCH v4 01/30] KVM: x86: Extract REGS and SREGS runtime sync code to helpers
` [PATCH v4 02/30] KVM: x86: Move get_segment_base() to regs.h, as kvm_get_segment_base()
` [PATCH v4 03/30] KVM: x86: Rename __{g,s}et_sregs2() => kvm_x86_vcpu_ioctl_{g,s}et_sregs2()
` [PATCH v4 04/30] KVM: x86: Move the bulk of register specific code from x86.c to regs.c
` [PATCH v4 05/30] KVM: x86: Move local APIC specific helpers out of asm/kvm_host.h
` [PATCH v4 06/30] KVM: x86: Move kvm_caps and kvm_host_values to asm/kvm_host.h
` [PATCH v4 07/30] KVM: x86: Swap the include order between x86.h and mmu.h
` [PATCH v4 08/30] KVM: x86: Move tdp_enabled from kvm_host.h to mmu.h
` [PATCH v4 09/30] KVM: x86: Move eager_page_split to mmu.{c,h}
` [PATCH v4 10/30] KVM: x86/hyperv: Eliminate an unnecessary include of x86.h in hyperv.h
` [PATCH v4 11/30] KVM: x86: Move kvm_{load,put}_guest_fpu() to fpu.h
` [PATCH v4 12/30] KVM: x86: Extract get/set MSR (list) ioctl logic to helpers
` [PATCH v4 13/30] KVM: x86: Expose several TSC helpers via x86.h for use by MSR code
` [PATCH v4 14/30] KVM: x86: Move the bulk of MSR specific code from x86.c to msrs.{c,h}
` [PATCH v4 15/30] KVM: x86: Move register helper declarations from kvm_host.h => regs.h
` [PATCH v4 16/30] KVM: x86: Move kvm_{g,s}et_segment() to inline helpers in regs.h
` [PATCH v4 17/30] KVM: x86: Move MSR helper declarations from kvm_host.h => msrs.h
` [PATCH v4 18/30] KVM: x86: Move "struct kvm_x86_msr_filter" definition to msrs.c
` [PATCH v4 19/30] KVM: x86/pmu: Move "struct kvm_x86_pmu_event_filter" definition to pmu.c
` [PATCH v4 20/30] KVM: x86: Move MMU helper declarations from kvm_host.h => mmu.h
` [PATCH v4 21/30] KVM: x86: Move LLDT assembly wrappers into VMX
` [PATCH v4 22/30] KVM: x86: Move misc "VALID MASK" defines from kvm_host.h => x86.c
` [PATCH v4 23/30] KVM: x86: Move __kvm_irq_line_state() from kvm_host.h => ioapic.h
` [PATCH v4 24/30] KVM: x86: Move IRQ-related helper declarations from kvm_host.h => irq.h
` [PATCH v4 25/30] KVM: x86: Move kvm_pv_send_ipi() declaration from kvm_host.h => lapic.h
` [PATCH v4 26/30] KVM: x86: Don't treat interrupts as allowed just because a nested run is pending
` [PATCH v4 27/30] KVM: x86: Rework kvm_arch_interrupt_allowed() into kvm_is_interrupt_allowed()
` [PATCH v4 28/30] KVM: x86/mmu: Move kvm_arch_async_page_ready() below kvm_tdp_page_fault()
` [PATCH v4 29/30] KVM: x86/mmu: Move kvm_mmu_do_page_fault() from mmu_internal.h => mmu.c
` [PATCH v4 30/30] KVM: x86: Move a pile of stuff from kvm_host.h => x86.h

[PATCH v8 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-06-15  6:59 UTC  (5+ messages)
` [PATCH v8 1/4] PCI/TPH: Add requester/completer type helpers
` [PATCH v8 2/4] dma-buf: add optional get_pci_tph() callback
` [PATCH v8 3/4] vfio/pci: implement get_pci_tph and DMA_BUF_TPH feature
` [PATCH v8 4/4] RDMA/mlx5: get tph for p2p access when registering dma-buf mr

[PATCH v3 2/4] KVM: selftests: Verify SNP VMs are rejected from migration and mirroring
 2026-06-15  6:46 UTC 

[PATCH v3 00/18] iommu: Add live update state preservation
 2026-06-15  5:14 UTC  (20+ messages)
` [PATCH v3 01/18] memfd: export memfd_get_seals()
` [PATCH v3 02/18] iommu: Implement IOMMU Live update FLB callbacks
` [PATCH v3 03/18] iommu/pages: Add APIs to preserve/unpreserve/restore iommu pages
` [PATCH v3 04/18] iommupt: Implement preserve/unpreserve/restore callbacks
` [PATCH v3 05/18] iommu: Implement IOMMU domain preservation
` [PATCH v3 06/18] iommu: Implement device and IOMMU HW preservation
` [PATCH v3 07/18] iommu/vt-d: Implement device and iommu preserve/unpreserve ops
` [PATCH v3 08/18] iommu/vt-d: clear unpreserved context entries during shutdown
` [PATCH v3 09/18] iommu: Add APIs to get iommu and device preserved state
` [PATCH v3 10/18] iommu/vt-d: Restore IOMMU state and reclaimed domain ids
` [PATCH v3 11/18] iommu: Restore and reattach preserved domains to devices
` [PATCH v3 12/18] iommu/vt-d: Handle reattach of the restored domain
` [PATCH v3 13/18] iommu/vt-d: preserve PASID table of preserved device
` [PATCH v3 14/18] iommufd: Implement ioctl to mark HWPT for preservation
` [PATCH v3 15/18] iommufd: Persist iommu hardware pagetables for live update
` [PATCH v3 16/18] iommufd: Add APIs to preserve/unpreserve a vfio cdev
` [PATCH v3 17/18] vfio/pci: Preserve the iommufd state of the "
` [PATCH v3 18/18] iommufd/selftest: Add test to verify iommufd preservation

[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
 2026-06-15  4:39 UTC  (41+ messages)
` [PATCH 01/15] x86/virt/tdx: Read global metadata for TDX Module Extensions
` [PATCH 02/15] x86/virt/tdx: Add extra memory to TDX Module for Extensions
` [PATCH 04/15] x86/virt/tdx: Enable the Extensions right after basic TDX Module init
` [RFC PATCH 05/15] x86/virt/tdx: Move tdx_tdr_pa() up in the file
` [RFC PATCH 06/15] x86/virt/tdx: Initialize Quoting extension during bringup
` [RFC PATCH 07/15] x86/virt/tdx: Prepare Quote buffer during extension bringup
` [RFC PATCH 09/15] x86/virt/tdx: Add interface to generate a Quote
` [RFC PATCH 10/15] x86/tdx: Move and rename Quote request structure
` [RFC PATCH 12/15] KVM: TDX: Add in-kernel Quote generation
` [RFC PATCH 13/15] KVM: TDX: Support event-notify interrupts only with userspace quoting

[PATCH v16 12/12] vfio/pci: Virtualize PCIe TPH capability registers
 2026-06-15  3:57 UTC  (3+ messages)

[PATCH] target/i386/kvm: Fix CET SSP MSR read feature check
 2026-06-15  3:33 UTC 

[PATCH v2] KVM: guest_memfd: Fix ABBA deadlock in error_remove_folio
 2026-06-15  3:08 UTC 

[PATCH v6 0/6] LoongArch: KVM: Small enhancement about interrupt injection
 2026-06-15  2:03 UTC  (7+ messages)
` [PATCH v6 5/6] LoongArch: KVM: Add valid bit check when set ESTAT CSR register

[PATCH] x86/apic: KVM: Use cpu_physical_id() to get APIC ID of running vCPU for AVIC
 2026-06-15  2:00 UTC  (3+ messages)

[PATCH v16 10/12] vfio/pci: Add TPH_CPU_ST to query CPU's TPH steering tag
 2026-06-15  1:31 UTC  (3+ messages)

[PATCH v16 09/12] vfio/pci: Add TPH_ENABLE feature skeleton and unsafe module parameter
 2026-06-15  1:26 UTC  (3+ messages)

[PATCH v4 00/16] riscv: hwprobe: Expose RVA23U64 base behavior
 2026-06-15  1:20 UTC  (3+ messages)
` [PATCH v4 10/16] riscv: dts: spacemit: k3: Add Zic64b ISA extension

[PATCH v2 0/5] vfio/pci: Latch module params, fix bitfield use and VGA unwind
 2026-06-15  1:10 UTC  (6+ messages)
` [PATCH v2 5/5] vfio/pci: Latch all module parameters per device

[PATCH v1] s390/virtio_ccw: Also suppress -EINVAL on device detach
 2026-06-14 22:23 UTC  (4+ messages)

[PATCH v2] vsock/virtio: rework MSG_ZEROCOPY flag handling
 2026-06-14 17:47 UTC 

[PATCH 6.18.y] KVM: VMX: Update SVI during runtime APICv activation
 2026-06-14 16:48 UTC  (4+ messages)

[GIT PULL] KVM/riscv changes for 7.2
 2026-06-14  9:49 UTC 

[PATCH v7 0/5] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-06-14  7:06 UTC  (9+ messages)
` [PATCH v7 1/5] net/mlx5: free mlx5_st_idx_data on final dealloc
` [PATCH v7 2/5] PCI/TPH: Add requester/completer type helpers
` [PATCH v7 4/5] vfio/pci: implement get_tph and DMA_BUF_TPH feature

[PATCH v1] riscv: kvm: Use endian-specific __lelong for NACL shared memory
 2026-06-14  6:00 UTC  (2+ messages)

[PATCH net v2 0/2] vsock/virtio: fix msg_iter desync on transmission failure
 2026-06-14  0:10 UTC  (5+ messages)
` [PATCH net v2 1/2] iov_iter: export iov_iter_restore
` [PATCH net v2 2/2] vsock/virtio: restore msg_iter on transmission failure

[PATCH v7 4/5] vfio/pci: implement get_tph and DMA_BUF_TPH feature
 2026-06-13 22:32 UTC  (4+ messages)

[PATCH v2 0/8] KVM: x86/hyperv: Fix racy usage of vcpu->arch.hyperv
 2026-06-13 20:38 UTC  (15+ messages)
` [PATCH v2 1/8] KVM: x86/hyperv: Get target FIFO in hv_tlb_flush_enqueue(), not caller
` [PATCH v2 2/8] KVM: x86/hyperv: Check for NULL vCPU Hyper-V object in kvm_hv_get_tlb_flush_fifo()
` [PATCH v2 3/8] KVM: x86/hyperv: Ensure vCPU's Hyper-V object is initialized on cross-vCPU accesses
` [PATCH v2 4/8] KVM: Initialize a vCPU's index to '-1' while it's being created
` [PATCH v2 5/8] KVM: Move nVMX's lockdep logic for vcpu->mutex to a common helper
` [PATCH v2 6/8] KVM: x86: Treat a vCPU as unreachable if its index is invalid
` [PATCH v2 7/8] KVM: x86/hyperv: Assert vCPU's mutex is held in to_hv_vcpu()
` [PATCH v2 8/8] KVM: x86/hyperv: Use {READ,WRITE}_ONCE for cross-task synic->active accesses
` [syzbot ci] Re: KVM: x86/hyperv: Fix racy usage of vcpu->arch.hyperv

[PATCH RFC 0/3] vfio/pci: Hide and optionally override the PCIe Device Serial Number
 2026-06-13 20:35 UTC  (9+ messages)
` [PATCH RFC 1/3] vfio/pci: Virtualize and scrub Device Serial Number from guests
` [PATCH RFC 2/3] vfio/pci: Allow userspace to set a virtual Device Serial Number
` [PATCH RFC 3/3] selftests/vfio: Add PCIe Device Serial Number test

[PATCH 2/4] vhost/vsock: add VHOST_RESET_OWNER ioctl
 2026-06-13 16:57 UTC  (2+ messages)

[PATCH 3/4] vhost/vsock: suppress EHOSTUNREACH fast-fail during CPR pause
 2026-06-13 16:57 UTC  (2+ messages)

[PATCH 4/4] vhost/vsock: re-scan TX virtqueue on device start
 2026-06-13 16:57 UTC  (2+ messages)

[PATCH V9 2/2] KVM: selftests: Add test for configure of x86 APIC bus frequency
 2026-06-13  3:03 UTC  (13+ messages)
` VMX Preemption Timer appears to be buggy on SKX, CLX, and ICX

[GIT PULL] LoongArch KVM changes for v7.2
 2026-06-13  2:42 UTC 

[PATCH v7 00/20] KVM: selftests: Add eventfd+VFIO IRQ test
 2026-06-13  0:35 UTC  (26+ messages)
` [PATCH v7 01/20] KVM: selftests: Build and link selftests/vfio/lib into KVM selftests
` [PATCH v7 02/20] KVM: selftests: Add macros to read/write+sync to/from guest memory
` [PATCH v7 03/20] KVM: selftests: Rename guest_rng to kvm_rng
` [PATCH v7 04/20] KVM: selftests: Initialize the default/global pRNG during kvm_selftest_init()
` [PATCH v7 05/20] KVM: selftests: Seed libc's RNG before using it to generate a seed for KVM's pRNG
` [PATCH v7 06/20] KVM: selftests: Add helper to generate random u64 in range [min,max]
` [PATCH v7 07/20] KVM: selftests: Add an irqfd send+receive (and later IRQ bypass) test
` [PATCH v7 08/20] KVM: selftests: Add helper to get host IRQ from device MSI-X for IRQ bypass test
` [PATCH v7 09/20] KVM: selftests: Add VFIO device support to eventfd IRQ test
` [PATCH v7 10/20] KVM: selftests: Add a helper to set proc IRQ affinity for "
` [PATCH v7 11/20] KVM: selftests: Verify interrupts are received when IRQ affinity changes in "
` [PATCH v7 12/20] KVM: selftests: Add option to set empty routing between IRQs in eventfd "
` [PATCH v7 13/20] KVM: selftests: Make number of IRQs configurable in "
` [PATCH v7 14/20] KVM: selftests: Verify non-postable IRQ remapping "
` [PATCH v7 15/20] KVM: selftests: Add kvm_gettid() wrapper and convert users
` [PATCH v7 16/20] KVM: selftests: Add kvm_sched_getaffinity() "
` [PATCH v7 17/20] KVM: selftests: Add a utility to pin a task to a random CPU, given a CPU set
` [PATCH v7 18/20] KVM: selftests: Verify vCPU migration during IRQ delivery in IRQ test
` [PATCH v7 19/20] KVM: selftests: Make number of vCPUs configurable "
` [PATCH v7 20/20] KVM: selftests: Add xAPIC support in eventfd "

[PATCH v4 0/9] KVM: selftests: Create KVM selftests runner
 2026-06-12 23:56 UTC  (8+ messages)
` [PATCH v4 1/9] KVM: selftest: Create KVM selftest runner

[PATCH] selftests/vfio: avoid VLAs
 2026-06-12 23:45 UTC  (2+ messages)

[PATCH v3 0/8] KVM: x86: Fix emulated MOV DR{4,5} #GP bugs
 2026-06-12 23:28 UTC  (10+ messages)
` [PATCH v3 1/8] KVM: x86: Treat any non-zero return from set_dr() as a faulting condition
` [PATCH v3 2/8] KVM: x86: Prioritize DR7.GD #DB over #GP due to illegal DR6/7 value
` [PATCH v3 3/8] KVM: x86: Manually check DR4/5 write values to fix SVM intercept priority
` [PATCH v3 4/8] KVM: x86: Prioritize #UD on MOV DR over #GP due to non-zero CPL
` [PATCH v3 5/8] KVM: VMX: Prioritize DR7.GD=1 #DB over CPL>0 #GP on Intel
` [PATCH v3 6/8] KVM: x86: Use kvm_dr{6,7}_valid() to check DR{4,5,6,7} write values in emulator
` [PATCH v3 7/8] KVM: x86: WARN if MOV DR emulation hits a "too late" #GP
` [PATCH v3 8/8] KVM: x86: Read CR4.DE in emulator if and only if accessing DR4 or DR5

[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
 2026-06-12 23:07 UTC  (5+ messages)
` [PATCH v14 10/44] arm64: RMI: Add support for SRO

[PATCH v2] KVM: Replace guest-triggerable BUG_ON() in ioeventfd datamatch with get_unaligned()
 2026-06-12 22:52 UTC 

[PATCH v3 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-06-12 20:35 UTC  (3+ messages)
` [PATCH v3 7/9] vfio/pci: Support mmap() of a VFIO DMABUF

[PATCH 19/21] KVM: selftests: Add find_bit to KVM library
 2026-06-12 20:01 UTC  (2+ messages)

[PATCH 17/21] KVM: arm64: Detect overflows for the Partitioned PMU
 2026-06-12 19:58 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