messages from 2026-05-06 04:57:42 to 2026-05-07 18:40:21 UTC [more...]
[PATCH v2 00/16] iommu: Add live update state preservation
2026-05-07 18:40 UTC (14+ messages)
` [PATCH v2 04/16] iommu: Implement device and IOMMU HW preservation
` [PATCH v2 06/16] iommupt: Implement preserve/unpreserve/restore callbacks
` [PATCH v2 07/16] iommu/vt-d: Implement device and iommu preserve/unpreserve ops
` [PATCH v2 09/16] iommu/vt-d: Restore IOMMU state and reclaimed domain ids
` [PATCH v2 10/16] iommu: Restore and reattach preserved domains to devices
[PATCH RFC v5 00/53] guest_memfd: In-place conversion support
2026-05-07 18:31 UTC (7+ messages)
` [PATCH RFC v5 01/53] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH RFC v5 10/53] KVM: guest_memfd: Add basic support for KVM_SET_MEMORY_ATTRIBUTES2
[PATCH] KVM: selftests: Add guest-side test for AMD HWCR.McStatusWrEn
2026-05-07 18:28 UTC (2+ messages)
[PATCH v2 0/5] KVM: SVM: Fix x2AVIC MSR interception issues
2026-05-07 18:26 UTC (11+ messages)
` [PATCH v2 1/5] KVM: SVM: Disable x2AVIC RDMSR interception for MSRs KVM actually supports
` [PATCH v2 2/5] KVM: SVM: Always intercept RDMSR for TMCCT (current APIC timer count)
` [PATCH v2 3/5] KVM: SVM: Only disable x2AVIC WRMSR interception for MSRs that are accelerated
` [PATCH v2 4/5] *** DO NOT MERGE *** KVM: x86: Hack in a stat to track guest-induced exits (for testing)
` [PATCH v2 5/5] *** DO NOT MERGE *** KVM: selftests: Add hacky test to verify x2APIC MSR interception
[PATCH v6 00/28] KVM: combined patchset for MBEC/GMET support
2026-05-07 17:49 UTC (7+ messages)
` [PATCH 08/28] KVM: x86/mmu: separate more EPT/non-EPT permission_fault()
` [PATCH 15/28] KVM: VMX: enable use of MBEC
[PATCH] KVM: x86/xen: bail in IRQ context on PREEMPT_RT in kvm_xen_set_evtchn_fast()
2026-05-07 17:45 UTC (14+ messages)
[PATCH v3 1/1] KVM: x86: Introduce has_protected_pmu state for TDX VMs
2026-05-07 17:43 UTC (2+ messages)
[PATCH net] vsock/virtio: fix potential unbounded skb queue
2026-05-07 17:18 UTC (19+ messages)
[PATCH 0/9] vfio/pci: Add mmap() for DMABUFs
2026-05-07 17:17 UTC (30+ messages)
` [PATCH 1/9] vfio/pci: Fix vfio_pci_dma_buf_cleanup() double-put
` [PATCH 2/9] vfio/pci: Add a helper to look up PFNs for DMABUFs
` [PATCH 3/9] vfio/pci: Add a helper to create a DMABUF for a BAR-map VMA
` [PATCH 4/9] vfio/pci: Convert BAR mmap() to use a DMABUF
` [PATCH 5/9] vfio/pci: Provide a user-facing name for BAR mappings
` [PATCH 7/9] vfio/pci: Support mmap() of a VFIO DMABUF
[PATCH] KVM: SVM: Always intercept ICEBP, add INT1 selftests
2026-05-07 15:57 UTC (5+ messages)
[GIT PULL] KVM/arm64 fixes for 7.1, take #2
2026-05-07 15:42 UTC
[PATCH 0/6] KVM: PPC: Handle CPU compatibility mode for nested guests
2026-05-07 15:20 UTC (19+ messages)
` [PATCH 1/6] KVM: PPC: Book3S HV: Validate arch_compat against host compatibility mode
` [PATCH 2/6] KVM: PPC: Introduce KVM_CAP_PPC_COMPAT_CAPS and KVM_PPC_GET_COMPAT_CAPS
` [PATCH 3/6] KVM: PPC: Wire up KVM_PPC_GET_COMPAT_CAPS ioctl
` [PATCH 4/6] KVM: PPC: Book3S HV: Implement compat CPU capability retrieval for KVM on PowerVM
` [PATCH 5/6] KVM: PPC: Book3S HV: Add support for compat CPU capabilities for KVM on PowerNV
` [PATCH 6/6] KVM: PPC: Document KVM_PPC_GET_COMPAT_CAPS ioctl
[PATCH net-next v10 0/4] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
2026-05-07 15:19 UTC (11+ messages)
` [PATCH net-next v10 1/4] tun/tap: add ptr_ring consume helper with netdev queue wakeup
` [PATCH net-next v10 2/4] vhost-net: wake queue of tun/tap after ptr_ring consume
` [PATCH net-next v10 3/4] ptr_ring: move free-space check into separate helper
` [PATCH net-next v10 4/4] tun/tap & vhost-net: avoid ptr_ring tail-drop when a qdisc is present
[PATCH 00/43] KVM: arm64: Add GICv5 IRS support
2026-05-07 15:10 UTC (5+ messages)
` [PATCH 17/43] KVM: arm64: gic-v5: Enable VPE DBs on VPE reset and disable on teardown
` [PATCH 18/43] KVM: arm64: gic-v5: Define remaining IRS MMIO registers
[PATCH v5 0/4] KVM: s390: Introducing kvm_arch_set_irq_inatomic Fast Inject
2026-05-07 14:49 UTC (8+ messages)
` [PATCH v5 3/4] KVM: s390: Change the fi->lock to a raw_spinlock for RT case
[PATCH 0/2] KVM: TDX: Disable PMU virtualization for TDX VMs
2026-05-07 14:24 UTC (7+ messages)
` [PATCH 2/2] KVM: TDX: Disable pmu "
[PATCH v9 00/22] Enable FRED with KVM VMX
2026-05-07 14:01 UTC (13+ messages)
[PATCH v2 0/2] KVM: TDX: Disable PMU virtualization for TDX VMs
2026-05-07 13:23 UTC (5+ messages)
` [PATCH v2 1/2] KVM: x86: Introduce arch specific has_protected_pmu state
` [PATCH v2 2/2] KVM: TDX: Set the has_protected_pmu flag for TDX VMs
[PATCH v8 00/21] Runtime TDX module update support
2026-05-07 13:19 UTC (18+ messages)
` [PATCH v8 08/21] x86/virt/seamldr: Allocate and populate a module update request
` [PATCH v8 09/21] x86/virt/seamldr: Introduce skeleton for TDX module updates
` [PATCH v8 10/21] x86/virt/seamldr: Shut down the current TDX module
` [PATCH v8 11/21] x86/virt/tdx: Reset software states during TDX module shutdown
` [PATCH v8 15/21] x86/virt/tdx: Refresh TDX module version after update
[PATCH v7 0/6] vfio/pci: Add PCIe TPH support
2026-05-07 13:09 UTC (7+ messages)
` [PATCH v7 1/6] PCI/TPH: Fix pcie_tph_get_st_table_loc() field extraction
` [PATCH v7 2/6] PCI/TPH: Export pcie_tph_get_st_modes() for external use
` [PATCH v7 3/6] vfio/pci: Add PCIe TPH interface with capability query
` [PATCH v7 4/6] vfio/pci: Add PCIe TPH enable/disable support
` [PATCH v7 5/6] vfio/pci: Add PCIe TPH GET_ST interface
` [PATCH v7 6/6] vfio/pci: Add PCIe TPH SET_ST interface
[PATCH V2 0/4] RISC-V: KVM: AIA: Convert HGEI management to fully per-HART
2026-05-07 12:01 UTC (5+ messages)
` [PATCH V2 3/4] irqchip/riscv-imsic: Move nr_guest_files to per-HART local config
[RFC PATCH v2 00/10] iommu/riscv: Add hardware dirty tracking for second-stage domains
2026-05-07 11:37 UTC (11+ messages)
` [RFC PATCH v2 01/10] iommupt: Add RISC-V Second-stage (iohgatp) page table support
` [RFC PATCH v2 02/10] iommupt: Add RISC-V dirty tracking PTE ops
` [RFC PATCH v2 03/10] iommu/riscv: report iommu capabilities
` [RFC PATCH v2 04/10] iommu/riscv: use data structure instead of individual values
` [RFC PATCH v2 05/10] iommu/riscv: support GSCID and GVMA invalidation command
` [RFC PATCH v2 06/10] RISC-V: KVM: Enable KVM_VFIO interfaces on RISC-V arch
` [RFC PATCH v2 07/10] iommu/riscv: Add domain_alloc_paging_flags for second-stage domain
` [RFC PATCH v2 08/10] iommu/riscv: Pre-enable GADE for second-stage domains
` [RFC PATCH v2 09/10] iommu/riscv: Add dirty tracking support "
` [RFC PATCH v2 10/10] iommu/riscv: Add IOTINVAL.GVMA after updating DDT/PDT entries
[PATCH v2] KVM: PPC: Book3S HV: Add H_FAC_UNAVAIL mapping for tracing exits
2026-05-07 9:42 UTC (3+ messages)
[PATCH v1] KVM: x86: Rate-limit global clock updates on vCPU load
2026-05-07 9:27 UTC (11+ messages)
` [PATCH v2] "
[PATCH v2 0/4] struct page to PFN conversion for TDX guest private memory
2026-05-07 8:08 UTC (10+ messages)
` [PATCH v2 1/4] x86/tdx: Use PFN directly for mapping "
` [PATCH v2 2/4] x86/tdx: Use PFN directly for unmapping "
` [PATCH v2 3/4] x86/tdx: Drop exported function tdx_quirk_reset_page()
` [PATCH v2 4/4] x86/virt/tdx: Move mk_keyed_paddr() to tdx.c due to no external users
[PATCH v1 0/3] KVM: s390: some vSIE and UCONTROL fixes
2026-05-07 8:40 UTC (5+ messages)
` [PATCH v1 1/3] KVM: s390: vsie: Fix memory leak when unshadowing
` [PATCH v1 2/3] KVM: s390: Fix memory leak in UCONTROL path
` [PATCH v1 3/3] KVM: s390: vsie: Fix unshadowing logic
[PATCH v2 0/3] KVM: Fix and clean up kvm_vcpu_map[_readonly]() usages
2026-05-07 8:18 UTC (5+ messages)
[kvm-unit-tests PATCH] s390x: Fix typos
2026-05-07 8:07 UTC
[PATCH] vfio/xe: avoid duplicate reset in xe_vfio_pci_reset_done
2026-05-07 8:04 UTC (3+ messages)
` [PATCH v2] "
[RFC PATCH 00/12] Private MMIO support for private assigned dev
2026-05-07 7:16 UTC (5+ messages)
` [RFC PATCH 04/12] vfio/pci: Allow MMIO regions to be exported through dma-buf
[PATCH 0/5] KVM: Fix race conditions in kvm_arch_flush_shadow_all()
2026-05-07 1:40 UTC (5+ messages)
` [PATCH 1/5] KVM: arm64: Grab KVM MMU write lock "
[PATCH] KVM: arm64: Add memslot for ST_GPA_BASE in check_steal_time_uapi()
2026-05-07 1:35 UTC (2+ messages)
[PATCH v2] KVM: x86: Swap the dst and src operand for MOVNTDQA
2026-05-06 22:27 UTC (2+ messages)
[PATCH] KVM: riscv: selftests: add check_supported_reg() into get-reg-list test
2026-05-06 22:00 UTC (2+ messages)
[PATCH] KVM: x86: Swap the dst and src operand for MOVNTDQA
2026-05-06 21:32 UTC (3+ messages)
[PATCH v2 2/2] RDMA/mlx5: get tph for p2p access when registering dma-buf mr
2026-05-06 18:23 UTC (2+ messages)
` [PATCH v2 1/2] vfio: add dma-buf get_tph callback and DMA_BUF_TPH feature
[RFC PATCH v2 00/28] KVM: s390: Introduce arm64 KVM - using symlinks
2026-05-06 16:36 UTC (3+ messages)
` [RFC PATCH v2 15/28] MAINTAINERS: Add Steffen as reviewer for KVM/arm64
` (subset) "
[PATCH] KVM: selftests: fix steal_time for arm64
2026-05-06 16:14 UTC (2+ messages)
[PATCH v6 0/6] vfio/pci: Add PCIe TPH support
2026-05-06 15:54 UTC (8+ messages)
` [PATCH v6 1/6] PCI/TPH: Fix pcie_tph_get_st_table_loc() field extraction
` [PATCH v6 2/6] PCI/TPH: Export pcie_tph_get_st_modes() for external use
` [PATCH v6 3/6] vfio/pci: Add PCIe TPH interface with capability query
` [PATCH v6 4/6] vfio/pci: Add PCIe TPH enable/disable support
` [PATCH v6 5/6] vfio/pci: Add PCIe TPH GET_ST interface
` [PATCH v6 6/6] vfio/pci: Add PCIe TPH SET_ST interface
[PATCH 0/3] KVM: SVM: Fix x2AVIC MSR interception mess
2026-05-06 14:07 UTC (5+ messages)
` [PATCH 1/3] KVM: SVM: Disable x2AVIC RDMSR interception for MSRs KVM actually supports
[PATCH v2 0/4] perf/x86: Don't write PEBS_ENABLED on KVM transitions
2026-05-06 14:02 UTC (6+ messages)
` [PATCH v2 4/4] perf/x86: KVM: Have perf define a dedicated struct for getting guest PEBS data
[syzbot] [mm?] BUG: sleeping function called from invalid context in kvm_mmu_notifier_invalidate_range_start
2026-05-06 13:57 UTC (2+ messages)
[PATCH] KVM: s390: Toggle operation exception for userspace
2026-05-06 13:55 UTC (3+ messages)
[RFC PATCH] riscv: kvm: return SBI_ERR_FAILURE for PMU shmem OOM
2026-05-06 13:21 UTC (2+ messages)
[kvm-unit-tests PATCH v2] realmode: load above stack
2026-05-06 13:06 UTC
[PATCH v1 0/9] KVM: x86: Add support for AMD Extended APIC registers
2026-05-06 11:22 UTC (3+ messages)
` [PATCH v1 2/9] x86/apic: Add helper to get maximum number of Extended LVT registers
[kvm-unit-tests PATCH] arm: add wfx test case
2026-05-06 9:00 UTC (4+ messages)
[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
2026-05-06 8:07 UTC (2+ messages)
[PATCH] vfio/pci: Fix double-put during dma-buf cleanup
2026-05-06 5:45 UTC (3+ messages)
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