Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-06-16 01:06:04 to 2026-06-16 11:40:06 UTC [more...]

[PATCH v3 0/3] ppc/kvm: Handle CPU compatibility mode correctly for nested guests
 2026-06-16 11:39 UTC  (4+ messages)
` [PATCH v3 1/3] [DO_NOT_MERGE] linux-headers: Add uapi header changes
` [PATCH v3 2/3] target/ppc/kvm: Add support for querying host compatibility mode
` [PATCH v3 3/3] target/ppc/kvm: Use host compatibility mode for nested guests

[PATCH v1] s390/virtio_ccw: Also suppress -EINVAL on device detach
 2026-06-16 11:38 UTC  (8+ messages)

[PATCH v3 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-06-16 11:37 UTC  (16+ messages)
` [PATCH v3 2/9] vfio/pci: Add a helper to look up PFNs "
` [PATCH v3 6/9] vfio/pci: Clean up BAR zap and revocation
` [PATCH v3 7/9] vfio/pci: Support mmap() of a VFIO DMABUF
` [PATCH v3 8/9] vfio/pci: Permanently revoke a DMABUF on request
` [PATCH v3 9/9] vfio/pci: Add mmap() attributes to DMABUF feature

[PATCH] vfio: Validate that bitmap.pgsize is a power-of-2 in vfio_iommu_type1_unmap_dma
 2026-06-16 11:28 UTC  (2+ messages)

[PATCH v5 00/34] Cleaning up the KVM clock mess
 2026-06-16 11:13 UTC  (4+ messages)
` [PATCH v5 04/34] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration

[PATCH v2 0/1] s390/mm: Fix handling of _PAGE_UNUSED pte bit
 2026-06-16 11:06 UTC  (7+ messages)
` [PATCH v2 1/1] "

[PATCH v17 00/12] vfio/pci: Add PCIe TPH support
 2026-06-16 11:05 UTC  (25+ messages)
` [PATCH v17 01/12] PCI/TPH: Fix pcie_tph_get_st_table_loc() field extraction
` [PATCH v17 02/12] PCI/TPH: Fix tph_enabled concurrent update race by bitfield packing
` [PATCH v17 03/12] PCI/TPH: Cache TPH requester capability at probe time
` [PATCH v17 04/12] PCI/TPH: Refactor pcie_enable_tph & add explicit requester variant
` [PATCH v17 05/12] PCI/TPH: Refactor pcie_tph_get_cpu_st & add explicit variant
` [PATCH v17 06/12] PCI/TPH: Expose the enabled TPH requester type
` [PATCH v17 07/12] PCI/TPH: Add pcie_tph_supported() helper to check TPH capability attributes
` [PATCH v17 08/12] PCI/TPH: Add sysfs binary file to export CPU to steering-tag mapping
` [PATCH v17 09/12] vfio/pci: Hide TPH capability when TPH is unsupported
` [PATCH v17 10/12] vfio/pci: Add TPH_ENABLE feature skeleton and unsafe module parameter
` [PATCH v17 11/12] vfio/pci: Add TPH_ST_CONFIG for PCIe TPH ST configuration
` [PATCH v17 12/12] vfio/pci: Virtualize PCIe TPH capability registers

[PATCH v3] KVM: PPC: Book3S HV: Validate arch_compat against host compatibility mode
 2026-06-16 10:54 UTC  (4+ messages)

[PATCH v16 00/12] vfio/pci: Add PCIe TPH support
 2026-06-16 10:51 UTC  (4+ messages)

[PATCH v13 00/22] TDX KVM selftests
 2026-06-16  9:21 UTC  (5+ messages)
` [PATCH v13 01/22] KVM: selftests: Add macros to simplify creating VM shapes for non-default types
` [PATCH v13 08/22] KVM: selftests: Add TDX boot code

[PATCH kvmtool 0/6] x86 compilation fixes and arm64 PMU improvements
 2026-06-16  9:11 UTC  (2+ messages)

[PATCH v7 00/20] ARM64 PMU Partitioning
 2026-06-16  9:07 UTC  (3+ messages)
` [PATCH v7 11/20] KVM: arm64: Enforce PMU event filter at vcpu_load()

[PATCH] vhost/net: fix clear_user start address in VHOST_GET_FEATURES_ARRAY
 2026-06-16  9:01 UTC 

[PATCH] LoongArch: KVM: User internal API to deliver interrupt in kernel mode
 2026-06-16  8:57 UTC  (2+ messages)

[PATCH v4 00/30] KVM: x86: x86.{c,h} spring cleaning
 2026-06-16  8:48 UTC  (36+ messages)
` [PATCH v4 06/30] KVM: x86: Move kvm_caps and kvm_host_values to asm/kvm_host.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 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] x86/apic: KVM: Use cpu_physical_id() to get APIC ID of running vCPU for AVIC
 2026-06-16  7:57 UTC  (2+ messages)

[PATCH v8 2/7] x86/sev: Initialize RMPOPT configuration MSRs
 2026-06-16  7:27 UTC  (4+ messages)
` [PATCH v8 4/7] x86/sev: Add support to perform RMP optimizations asynchronously

[RFC PATCH 0/5] vfio/pci: Support ZONE_DEVICE-backed P2P Registration
 2026-06-16  6:38 UTC  (7+ messages)

[PATCH] RISC-V: KVM: Fix lost virtual interrupts during IRQ sync
 2026-06-16  6:17 UTC 

[PATCH 00/16] riscv: Generate riscv instruction functions
 2026-06-16  6:06 UTC  (12+ messages)
` [PATCH 01/16] riscv: Introduce instruction table generation
` [PATCH 03/16] riscv: kgdb: Use generated instruction headers
` [PATCH 04/16] riscv: kprobes: "

[PATCH v3 0/2] KVM: LoongArch: selftests: Add FPU test case
 2026-06-16  2:39 UTC  (5+ messages)
` [PATCH v3 1/2] KVM: LoongArch: selftests: Enable LASX feature by auto detect method
` [PATCH v3 2/2] KVM: LoongArch: selftests: Add FPU test case

[PATCH v4 0/3] LoongArch: KVM: Add PV TLB flush support
 2026-06-16  2:19 UTC  (6+ messages)
` [PATCH v4 1/3] LoongArch: KVM: Add PV TLB flush support via steal-time shared memory
` [PATCH v4 2/3] LoongArch: KVM: Implement guest-side PV TLB flush

[RFC PATCH v2 24/25] KVM: nSVM: Use different ASIDs for L1 and L2
 2026-06-16  1:30 UTC  (2+ messages)

[RFC PATCH v2 25/25] DO NOT MERGE: Add nested_tlb_force_flush
 2026-06-16  1:21 UTC  (2+ messages)

[RFC PATCH v2 17/25] KVM: nSVM: Service local TLB flushes before nested transitions
 2026-06-16  1:20 UTC  (2+ messages)

[RFC PATCH v2 09/25] KVM: SVM: Use a static ASID per vCPU
 2026-06-16  1:08 UTC  (2+ messages)

[RFC PATCH v2 08/25] KVM: SEV: Stop using per-vCPU ASID for SEV VMs
 2026-06-16  1:06 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