Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-05-15 06:05:32 to 2026-05-15 18:59:37 UTC [more...]

[PATCH v9 00/23] Runtime TDX module update support
 2026-05-15 18:59 UTC  (28+ messages)
` [PATCH v9 01/23] x86/virt/tdx: Consolidate TDX global initialization states
` [PATCH v9 02/23] x86/virt/tdx: Move TDX_FEATURES0 bits to asm/tdx.h
` [PATCH v9 04/23] coco/tdx-host: Introduce a "tdx_host" device
` [PATCH v9 05/23] coco/tdx-host: Expose TDX module version
` [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 v9 20/23] x86/virt/tdx: Reject updates during compatibility-sensitive operations

[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()

[GIT PULL] VFIO fixes for v7.1-rc4
 2026-05-15 17:22 UTC 

[PATCH net] vsock/virtio: fix zerocopy completion for multi-skb sends
 2026-05-15 17:18 UTC  (2+ messages)

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

[PATCH 0/3] KVM: Macrofy GPR swapping in assembly code
 2026-05-15 17:06 UTC  (4+ messages)
` [PATCH 1/3] KVM: VMX: Macrofy GPR swapping in __vmx_vcpu_run()

[RFC 0/4] KVM: selftests: add powerpc support
 2026-05-15 16:04 UTC  (5+ messages)
` [RFC 1/4] KVM: selftests: Move pgd_created check into virt_pgd_alloc
` [RFC 2/4] KVM: selftests: Add aligned guest physical page allocator
` [RFC 3/4] KVM: PPC: selftests: add support for powerpc
` [RFC 4/4] KVM: PPC: selftests: powerpc enable kvm_create_max_vcpus test

[RFC PATCH 00/27] KVM: x86: Add a paranoid mode for CPUID verification
 2026-05-15 15:45 UTC  (5+ messages)
` [RFC PATCH 01/27] KVM: x86: Fix emulated CPUID features being applied to wrong sub-leaf

[PATCH] RISC-V: KVM: Fix NULL pointer dereference in SBI v0.1 SEND_IPI handler
 2026-05-15 14:57 UTC  (2+ messages)

[PATCH v3 0/3] KVM: SVM: Fix x2AVIC MSR interception issues
 2026-05-15 14:19 UTC  (5+ 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 v1 0/1] KVM: x86: Merge pending debug causes when vectoring #DB
 2026-05-15 14:20 UTC  (6+ messages)
` [PATCH v1 1/1] "

[PATCH 1/3] KVM: selftests: Add unit to dirty_log_test
 2026-05-15 13:51 UTC  (4+ messages)

[PATCH v2 00/15] KVM: x86: Clean up kvm_<reg>_{read,write}() mess
 2026-05-15 12:55 UTC  (24+ 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 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

[kvm-unit-tests PATCH] x86/svm: work around Virtual VMLOAD/VMSAVE bug on Naples and Rome
 2026-05-15 12:44 UTC  (2+ messages)

[PATCH v2 0/5] KVM: s390: some vSIE and UCONTROL fixes
 2026-05-15 11:51 UTC  (3+ messages)
` [PATCH v2 5/5] KVM: s390: Properly reset zero bit in PGSTE

[PATCH] x86/svm: work around Virtual VMLOAD/VMSAVE bug on Naples and Rome
 2026-05-15 11:11 UTC  (2+ messages)

[PATCH v2 0/3] ppc/kvm: Handle CPU compatibility mode correctly for nested guests
 2026-05-15 10:52 UTC  (2+ messages)

[PATCH v2 0/5] KVM: PPC: Handle CPU compatibility mode for nested guests
 2026-05-15 10:50 UTC  (2+ messages)

[PATCH for 6.12] LoongArch: KVM: Compile switch.S directly into the kernel
 2026-05-15 10:09 UTC  (2+ messages)

[PATCH v10 0/5] vfio/pci: Add PCIe TPH support
 2026-05-15  9:40 UTC  (6+ messages)
` [PATCH v10 1/5] PCI/TPH: Fix pcie_tph_get_st_table_loc() field extraction
` [PATCH v10 2/5] PCI/TPH: Export pcie_tph_get_st_modes() for external use
` [PATCH v10 3/5] PCI/TPH: Add pcie_tph_enabled_mode() helper
` [PATCH v10 4/5] vfio/pci: Add PCIe TPH configuration space virtualization
` [PATCH v10 5/5] vfio/pci: Add VFIO_DEVICE_FEATURE_TPH_ST for TPH ST entry management

[PATCH v2] vhost/vsock: Refuse the connection immediately when guest isn't ready
 2026-05-15  9:33 UTC  (2+ messages)

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

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

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

[PATCH 1/2] riscv: kvm: return SBI_ERR_FAILURE for pmu_snapshot_set_shmem OOM
 2026-05-15  6:48 UTC  (4+ messages)
` [PATCH 2/2] riscv: kvm: return SBI_ERR_FAILURE for pmu_event_info OOM

VMX Preemption Timer appears to be buggy on SKX, CLX, and ICX
 2026-05-15  6:34 UTC  (3+ messages)


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