messages from 2026-06-15 20:57:49 to 2026-06-16 16:51:23 UTC [more...]
[PATCH v3 0/4] KVM: s390: Fixes for gmap and _PAGE_UNUSED
2026-06-16 16:51 UTC (5+ messages)
` [PATCH v3 1/4] s390/mm: Fix handling of _PAGE_UNUSED pte bit
` [PATCH v3 2/4] KVM: s390: Fix dat_peek_cmma() overflow
` [PATCH v3 3/4] KVM: s390: Do not set special large pages dirty
` [PATCH v3 4/4] KVM: s390: Fix code typo in gmap_protect_asce_top_level()
[PATCH v13 00/22] TDX KVM selftests
2026-06-16 16:51 UTC (21+ messages)
` [PATCH v13 01/22] KVM: selftests: Add macros to simplify creating VM shapes for non-default types
` [PATCH v13 03/22] KVM: selftests: Initialize the TDX VM
` [PATCH v13 08/22] KVM: selftests: Add TDX boot code
` [PATCH v13 13/22] KVM: selftests: Set first memory region as shared if guest_memfd
` [PATCH v13 19/22] KVM: selftests: Finalize TD memory as part of kvm_arch_vm_finalize_vcpus
[PATCH v4] KVM: PPC: Book3S HV: Validate arch_compat against host compatibility mode
2026-06-16 16:34 UTC
[PATCH V3 0/4] KVM: x86/pmu: Add hardware Topdown metrics support
2026-06-16 16:32 UTC (9+ messages)
` [PATCH V3 1/4] KVM: x86/pmu: Do not map fixed counters >= 3 to generic perf events
` [PATCH V3 2/4] KVM: x86/pmu: Support Intel fixed counter 3 on mediated vPMU
` [PATCH V3 3/4] KVM: x86/pmu: Support PERF_METRICS MSR in "
` [PATCH V3 4/4] KVM: selftests: Add perf_metrics and fixed counter 3 tests
[PATCH v1] s390/virtio_ccw: Also suppress -EINVAL on device detach
2026-06-16 16:27 UTC (10+ messages)
[PATCH v4 00/30] KVM: x86: x86.{c,h} spring cleaning
2026-06-16 16:19 UTC (37+ 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 v4 0/9] KVM: selftests: Create KVM selftests runner
2026-06-16 16:15 UTC (9+ messages)
` [PATCH v4 1/9] KVM: selftest: Create KVM selftest runner
[PATCH 0/4] vhost/vsock: add support for VHOST_RESET_OWNER and CPR migration
2026-06-16 16:13 UTC (17+ messages)
` [PATCH 1/4] vhost/vsock: split out vhost_vsock_drop_backends helper
` [PATCH 2/4] vhost/vsock: add VHOST_RESET_OWNER ioctl
` [PATCH 3/4] vhost/vsock: suppress EHOSTUNREACH fast-fail during CPR pause
` [PATCH 4/4] vhost/vsock: re-scan TX virtqueue on device start
[PATCH v3 0/2] vfio: selftests: Add calloc_assert() and avoid VLAs
2026-06-16 16:04 UTC (6+ messages)
` [PATCH v3 1/2] vfio: selftests: Add calloc_assert() helper
` [PATCH v3 2/2] vfio: selftests: Avoid VLAs
[PATCH v3 0/9] vfio/pci: Add mmap() for DMABUFs
2026-06-16 15:45 UTC (19+ 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 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
2026-06-16 15:19 UTC (5+ messages)
[PATCH v4 3/3] KVM: selftests: loongarch: Add PV TLB flush performance test
2026-06-16 15:42 UTC (2+ messages)
[PATCH v4 0/3] LoongArch: KVM: Add PV TLB flush support
2026-06-16 15:08 UTC (8+ 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
[PATCH v2] vsock/virtio: rework MSG_ZEROCOPY flag handling
2026-06-16 15:02 UTC (3+ messages)
[PATCH v17 00/12] vfio/pci: Add PCIe TPH support
2026-06-16 14:42 UTC (26+ 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 0/2] target/loongarch: PV TLB flush advertisement
2026-06-16 13:46 UTC (2+ messages)
[PATCH v3] KVM: PPC: Book3S HV: Validate arch_compat against host compatibility mode
2026-06-16 13:37 UTC (9+ messages)
[PATCH v4 0/4] KVM: PPC: Expose CPU compatibility modes for nested guests
2026-06-16 13:00 UTC (9+ messages)
` [PATCH v4 1/4] KVM: PPC: Introduce KVM_CAP_PPC_COMPAT_CAPS and wire up ioctl
` [PATCH v4 2/4] KVM: PPC: Book3S HV: Implement compat CPU capability retrieval for KVM on PowerVM
` [PATCH v4 3/4] KVM: PPC: Book3S HV: Add support for compat CPU capabilities for KVM on PowerNV
` [PATCH v4 4/4] KVM: PPC: Document KVM_PPC_GET_COMPAT_CAPS ioctl
[PATCH net v2 0/2] vsock/virtio: fix msg_iter desync on transmission failure
2026-06-16 12:59 UTC (7+ 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 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] 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 v16 00/12] vfio/pci: Add PCIe TPH support
2026-06-16 10:51 UTC (4+ messages)
[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] 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
[RFC PATCH v2 00/25] Optimize nSVM TLB flushes
2026-06-16 1:30 UTC (32+ messages)
` [RFC PATCH v2 01/25] KVM: nSVM: Flush the TLB after forcefully leaving nested
` [RFC PATCH v2 02/25] KVM: SVM: Passthrough the number of supported ASIDs
` [RFC PATCH v2 03/25] KVM: VMX: Generalize VPID allocation to be vendor-neutral
` [RFC PATCH v2 04/25] KVM: x86/mmu: Support specifying a minimum TLB tag
` [RFC PATCH v2 05/25] KVM: SVM: Add helpers to set/clear ASID flush in VMCB
` [RFC PATCH v2 06/25] KVM: SVM: Fallback to flush everything if FLUSHBYASID is not available
` [RFC PATCH v2 07/25] KVM: SVM: Duplicate pre-run ASID check for SEV and non-SEV guests
` [RFC PATCH v2 08/25] KVM: SEV: Stop using per-vCPU ASID for SEV VMs
` [RFC PATCH v2 09/25] KVM: SVM: Use a static ASID per vCPU
` [RFC PATCH v2 10/25] KVM: nSVM: Add a placeholder ASID for L2
` [RFC PATCH v2 11/25] KVM: x86: hyper-v: Rename kvm_hv_vcpu_purge_flush_tlb()
` [RFC PATCH v2 12/25] KVM: x86: hyper-v: Allow puring all TLB flush FIFOs
` [RFC PATCH v2 13/25] KVM: nSVM: Flush both L1 and L2 ASIDs on KVM_REQ_TLB_FLUSH
` [RFC PATCH v2 14/25] KVM: nSVM: Move svm_switch_vmcb() to nested.c
` [RFC PATCH v2 15/25] KVM: nSVM: Call nested_svm_transition_tlb_flush() on every VMCB switch
` [RFC PATCH v2 16/25] KVM: nSVM: Split nested_svm_transition_tlb_flush() into entry/exit fns
` [RFC PATCH v2 17/25] KVM: nSVM: Service local TLB flushes before nested transitions
` [RFC PATCH v2 18/25] KVM: nSVM: Handle nested TLB flush requests through TLB_CONTROL
` [RFC PATCH v2 19/25] KVM: nSVM: Flush the TLB if L1 changes L2's ASID in vmcb12
` [RFC PATCH v2 20/25] KVM: nSVM: Do not reset TLB_CONTROL in vmcb02 on nested VM-Enter
` [RFC PATCH v2 21/25] KVM: x86/mmu: rename __kvm_mmu_invalidate_addr()
` [RFC PATCH v2 22/25] KVM: x86/mmu: Refactor kvm_mmu_invlpg() to allow skipping the gva flush
` [RFC PATCH v2 23/25] KVM: nSVM: Flush L2's ASID when emulating INVLPGA
` [RFC PATCH v2 24/25] KVM: nSVM: Use different ASIDs for L1 and L2
` [RFC PATCH v2 25/25] DO NOT MERGE: Add nested_tlb_force_flush
[PATCH v2] KVM: x86/mmu: Expose number of shadow MMU shadow pages as a stat
2026-06-16 0:29 UTC (6+ messages)
[PATCH v2 1/4] KVM: SEV: Do not allow intra-host migration/mirroring of SNP VMs
2026-06-16 0:19 UTC (6+ messages)
[GIT PULL] VFIO updates for v7.2-rc1
2026-06-15 22:38 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox