Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-05-14 14:08:04 to 2026-05-14 23:16:49 UTC [more...]

[PATCH] vfio: selftests: Add driver for IGB QEMU device
 2026-05-14 23:16 UTC  (10+ messages)

[PATCH v2 00/15] KVM: x86: Clean up kvm_<reg>_{read,write}() mess
 2026-05-14 22:31 UTC  (19+ messages)
` [PATCH v2 01/15] KVM: SVM: Truncate INVLPGA address in compatibility mode
` [PATCH v2 02/15] KVM: x86/xen: Bug the VM if 32-bit KVM observes a 64-bit mode hypercall
` [PATCH v2 03/15] KVM: x86/xen: Don't truncate RAX when handling hypercall from protected guest
` [PATCH v2 04/15] KVM: VMX: Read 32-bit GPR values for ENCLS instructions outside of 64-bit mode
` [PATCH v2 05/15] KVM: x86: Trace hypercall register *after* truncating values for 32-bit
` [PATCH v2 06/15] KVM: x86: Rename kvm_cache_regs.h => regs.h
` [PATCH v2 07/15] KVM: x86: Move inlined CR and DR helpers from x86.h to regs.h
` [PATCH v2 08/15] KVM: x86: Add mode-aware versions of kvm_<reg>_{read,write}() helpers
` [PATCH v2 09/15] KVM: x86: Drop non-raw kvm_<reg>_write() helpers
` [PATCH v2 10/15] KVM: nSVM: Use kvm_rax_read() now that it's mode-aware
` [PATCH v2 11/15] Revert "KVM: VMX: Read 32-bit GPR values for ENCLS instructions outside of 64-bit mode"
` [PATCH v2 12/15] KVM: x86: Harden is_64_bit_hypercall() against bugs on 32-bit kernels
` [PATCH v2 13/15] KVM: x86: Move update_cr8_intercept() to lapic.c
` [PATCH v2 14/15] KVM: x86: Move kvm_pv_async_pf_enabled() to x86.h (as an inline)
` [PATCH v2 15/15] KVM: x86: Move the bulk of register specific code from x86.c to regs.c

[kvm-unit-tests PATCH] x86: Disable PKU in vCPU model for vmx_pf_{vpid/no_vpid/invvpid}_test
 2026-05-14 21:37 UTC  (2+ messages)

[PATCH v3 0/3] KVM: SVM: Fix x2AVIC MSR interception issues
 2026-05-14 21:31 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: x86: Add dedicated API for getting mask of accelerated x2APIC MSRs
` [PATCH v3 2/3] KVM: SVM: Disable x2AVIC RDMSR interception for MSRs KVM actually supports
` [PATCH v3 3/3] KVM: SVM: Only disable x2AVIC WRMSR interception for MSRs that are accelerated

[kvm-unit-tests PATCH] x86/emulator: Add testcases for ENTER + emulated MMIO
 2026-05-14 21:15 UTC 

[kvm-unit-tests PATCH] x86/debug: Verify DR6 is always empty on an INT1/ICEBP #DB
 2026-05-14 21:12 UTC 

VMX Preemption Timer appears to be buggy on SKX, CLX, and ICX
 2026-05-14 21:09 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86/apic: Verify LVT timer register mode reads back what was written
 2026-05-14 21:07 UTC 

[kvm-unit-tests PATCH v3 00/20] x86: Better backtraces for leaf functions
 2026-05-14 21:05 UTC  (21+ messages)
` [kvm-unit-tests PATCH v3 01/20] x86/vmx: Drop unused SYSENTER "support" in nested VMX infrastructure
` [kvm-unit-tests PATCH v3 02/20] x86/vmx: Drop unused guest_regs "
` [kvm-unit-tests PATCH v3 03/20] x86/svm: Sort (and swap) GPRs by their index, not alphabetically
` [kvm-unit-tests PATCH v3 04/20] x86: Dedup guest/host context switch of registers across SVM and VMX
` [kvm-unit-tests PATCH v3 05/20] x86/virt: Use macro shenanigans to get reg offsets when swapping guest/host regs
` [kvm-unit-tests PATCH v3 06/20] x86/virt: Track "guest regs" using per-CPU variable
` [kvm-unit-tests PATCH v3 07/20] x86/svm: Don't VMLOAD/VMSAVE "guest" state around VMRUN
` [kvm-unit-tests PATCH v3 08/20] x86/vmx: Use separate VMCSes for BSP vs. AP in INIT test
` [kvm-unit-tests PATCH v3 09/20] x86/vmx: Swap GPRs after checking "launched" status
` [kvm-unit-tests PATCH v3 10/20] x86/vmx: Track VMCS "launched" state per-CPU
` [kvm-unit-tests PATCH v3 11/20] x86/vmx: Track "is this CPU in guest mode" per-CPU
` [kvm-unit-tests PATCH v3 12/20] x86/vmx: Communicate hypercalls via RAX, not a global field
` [kvm-unit-tests PATCH v3 13/20] x86/vmx: Initialize test stage in SIPI test *before* launching AP thread
` [kvm-unit-tests PATCH v3 14/20] x86/kvmclock: Replace spaces with tabs
` [kvm-unit-tests PATCH v3 15/20] x86/kvmclock: Skip kvmclock test when not running on KVM with CLOCKSOURCE2
` [kvm-unit-tests PATCH v3 16/20] x86/vmx: Tag "struct vmx_msr_entry" as needing to be 16-byte aligned
` [kvm-unit-tests PATCH v3 17/20] x86/smp: Align the stack to a 16-byte boundary when invoking SMP function calls
` [kvm-unit-tests PATCH v3 18/20] x86/vmx: Write to KVM's WALL_CLOCK MSR via VM-Entry load list sync in SIPI test
` [kvm-unit-tests PATCH v3 19/20] x86: Better backtraces for leaf functions
` [kvm-unit-tests PATCH v3 20/20] x86: Prevent realmode test code instrumentation with nop-mcount

[kvm-unit-tests PATCH] x86/xsave: Extend VMOVDQA testing to also cover VMOVNTDQA
 2026-05-14 20:40 UTC 

[PATCH 0/3] KVM: Macrofy GPR swapping in assembly code
 2026-05-14 19:30 UTC  (3+ messages)
` [PATCH 1/3] KVM: VMX: Macrofy GPR swapping in __vmx_vcpu_run()

[PATCH v6 00/28] KVM: combined patchset for MBEC/GMET support
 2026-05-14 19:13 UTC  (6+ messages)

[PATCH v2 0/9] KVM: x86: Improve the handling of debug exceptions during instruction emulation
 2026-05-14 19:06 UTC  (7+ messages)
` [PATCH v2 7/9] KVM: VMX: Refresh 'PENDING_DBG_EXCEPTIONS.BS' bit "
` [PATCH v2 9/9] KVM: selftests: Verify 'BS' bit checking in pending debug exception state during VM-Entry

[PATCH v7 13/20] KVM: arm64: Apply dynamic guest counter reservations
 2026-05-14 19:05 UTC  (2+ messages)

[PATCH 00/11] mlx5 support for VFIO self test
 2026-05-14 19:03 UTC  (4+ messages)
` [PATCH 05/11] selftests: Add additional kernel functions to tools/include/

[PATCH v7 10/20] KVM: arm64: Context swap Partitioned PMU guest registers
 2026-05-14 18:59 UTC  (2+ messages)

[PATCH v7 09/20] KVM: arm64: Set up MDCR_EL2 to handle a Partitioned PMU
 2026-05-14 18:43 UTC  (2+ messages)

[PATCH v7 08/20] KVM: arm64: Add Partitioned PMU register trap handlers
 2026-05-14 18:18 UTC  (2+ messages)

[PATCH v3 0/4] KVM: x86: Virtualize AMD's "disable CPUID in usermode"
 2026-05-14 18:17 UTC  (10+ messages)
` [PATCH v3 3/4] KVM: x86: Virtualize AMD CPUID faulting

[PATCH 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-05-14 17:52 UTC  (8+ messages)
` [PATCH 4/9] vfio/pci: Convert BAR mmap() to use a DMABUF

[PATCH v7 07/20] KVM: arm64: Set up FGT for Partitioned PMU
 2026-05-14 17:49 UTC  (2+ messages)

[awilliam-vfio:for-linus 3/4] drivers/vfio/pci/vfio_pci_core.c:499:35: sparse: sparse: incorrect type in assignment (different address spaces)
 2026-05-14 17:45 UTC  (3+ messages)

[PATCH net v3 0/2] vsock/virtio: fix skb overhead accounting to preserve full buf_alloc
 2026-05-14 17:44 UTC  (8+ messages)
` [PATCH net v3 1/2] vsock/virtio: reset connection on receiving queue overflow
` [PATCH net v3 2/2] vsock/virtio: fix skb overhead accounting to preserve full buf_alloc

[RFC PATCH] riscv: kvm: return SBI_ERR_FAILURE for PMU shmem OOM
 2026-05-14 17:40 UTC  (3+ messages)

[PATCH] vfio/pci: Use a private flag to prevent power state change with VFs
 2026-05-14 17:37 UTC  (3+ messages)

[PATCH 1/2] riscv: kvm: return SBI_ERR_FAILURE for pmu_snapshot_set_shmem OOM
 2026-05-14 17:36 UTC  (2+ messages)
` [PATCH 2/2] riscv: kvm: return SBI_ERR_FAILURE for pmu_event_info OOM

[PATCH v2] vfio/pci: Use a private flag to prevent power state change with VFs
 2026-05-14 17:34 UTC 

[PATCH v4 00/21] KVM: x86: Enable APX for guests
 2026-05-14 17:33 UTC  (6+ messages)
` [PATCH v4 06/21] x86/fpu: Ignore APX when copying from/to guest FPU

[PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map
 2026-05-14 16:45 UTC  (3+ messages)

[PATCH v5 0/3] vfio/pci: Request resources and map BARs at enable time
 2026-05-14 16:38 UTC  (2+ messages)

[PATCH] vfio/pci: Make VFIO_PCI_OFFSET_TO_INDEX() return unsigned
 2026-05-14 16:38 UTC  (2+ messages)

[PATCH v2] vfio: selftests: Fix out-of-tree build with make O=
 2026-05-14 16:04 UTC 

[PATCH] riscv: KVM: Fix missing TLB flush on HENVCFG.PMM updates
 2026-05-14 15:56 UTC  (2+ messages)

[PATCH v4 00/16] vfio/pci: Base Live Update support for VFIO
 2026-05-14 15:24 UTC  (6+ messages)
` [PATCH v4 02/16] vfio/pci: Preserve vfio-pci device files across Live Update

[PATCH v1 0/9] KVM: x86: Add support for AMD Extended APIC registers
 2026-05-14 15:10 UTC  (12+ messages)
` [PATCH v1 5/9] KVM: x86: Refactor APIC state get/set to accept variable-sized buffers
` [PATCH v1 6/9] KVM: Add KVM_GET_LAPIC2 and KVM_SET_LAPIC2 for extended APIC
` [PATCH v1 7/9] KVM: x86: Emulate Extended LVT registers for AMD guests
` [PATCH v1 9/9] KVM: SVM: Add AVIC support for extended LVT MSRs

[PATCH v2] x86/cpu: Skip reading MSR_IA32_PLATFORM_ID in virtualized environment
 2026-05-14 14:13 UTC  (9+ messages)
          ` [PATCH 1/2] x86/microcode: Do not access MSR_IA32_PLATFORM_ID when running as a guest

[PATCH net] vsock/virtio: fix zerocopy completion for multi-skb sends
 2026-05-14 14:07 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