messages from 2026-05-07 20:22:52 to 2026-05-09 05:13:53 UTC [more...]
[PATCH v2 0/5] KVM: SVM: Fix x2AVIC MSR interception issues
2026-05-09 5:08 UTC (17+ 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] LoongArch: KVM: Remove timer interrupt injection with SW timer expired
2026-05-09 4:01 UTC
[PATCH v8 0/7] vfio/pci: Add PCIe TPH support
2026-05-09 3:28 UTC (10+ messages)
` [PATCH v8 1/7] PCI/TPH: Fix pcie_tph_get_st_table_loc() field extraction
` [PATCH v8 2/7] PCI/TPH: Export pcie_tph_get_st_modes() for external use
` [PATCH v8 3/7] PCI/TPH: Fix pcie_tph_get_st_table_size() for MSI-X table location
` [PATCH v8 4/7] vfio/pci: Add PCIe TPH interface with capability query
` [PATCH v8 5/7] vfio/pci: Add PCIe TPH enable/disable support
` [PATCH v8 6/7] vfio/pci: Add PCIe TPH GET_ST interface
` [PATCH v8 7/7] vfio/pci: Add PCIe TPH SET_ST interface
[PATCH 0/2] kvm: minor cleanups in kvm_close and kvm_irqchip_release_virq
2026-05-09 2:45 UTC (3+ messages)
` [PATCH 1/2] kvm: remove redundant check in kvm_close
` [PATCH 2/2] kvm: fix kvm_irqchip_release_virq loop after swap-remove
Re: [BUG REPORT] USE_AFTER_FREE in complete_emulated_mmio found by KASAN/Syzkaller fuzz test (v5.10.0)
2026-05-09 1:55 UTC (6+ messages)
` "
[PATCH] LoongArch: KVM: Move some variable declaration to file paravirt.h
2026-05-09 1:31 UTC (7+ messages)
[PATCH v10 00/30] KVM: arm64: Implement support for SME
2026-05-09 0:43 UTC (6+ messages)
` [PATCH v10 01/30] arm64/sysreg: Update SMIDR_EL1 to DDI0601 2025-06
` [PATCH v10 15/30] KVM: arm64: Support SME control registers
[PATCH v2 00/14] userfaultfd: working set tracking for VM guest memory
2026-05-08 23:52 UTC (18+ messages)
` [PATCH v2 01/14] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
` [PATCH v2 02/14] mm: rename uffd-wp PTE bit macros to uffd
` [PATCH v2 03/14] mm: rename uffd-wp PTE accessors "
` [PATCH v2 04/14] mm: add VM_UFFD_RWP VMA flag
` [PATCH v2 05/14] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v2 06/14] mm: preserve RWP marker across PTE rewrites
` [PATCH v2 07/14] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
` [PATCH v2 08/14] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH v2 09/14] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH v2 10/14] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
` [PATCH v2 11/14] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
` [PATCH v2 12/14] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
` [PATCH v2 13/14] selftests/mm: add userfaultfd RWP tests
` [PATCH v2 14/14] Documentation/userfaultfd: document RWP working set tracking
[PATCH v6 00/43] guest_memfd: In-place conversion support
2026-05-08 23:36 UTC (24+ messages)
` [PATCH v6 01/43] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v6 27/43] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v6 30/43] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v6 31/43] KVM: selftests: Test conversion before allocation
` [PATCH v6 32/43] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v6 33/43] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v6 34/43] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v6 35/43] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v6 36/43] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v6 37/43] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v6 38/43] KVM: selftests: Provide common function to set memory attributes
` [PATCH v6 39/43] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [PATCH v6 40/43] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v6 41/43] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH v6 42/43] KVM: selftests: Add script to exercise private_mem_conversions_test
` [PATCH v6 43/43] KVM: selftests: Update private memory exits test to work with per-gmem attributes
` [POC PATCH 0/5] guest_memfd in-place conversion selftests for SNP
` [POC PATCH 1/5] KVM: selftests: Initialize guest_memfd with INIT_SHARED
` [POC PATCH 2/5] KVM: selftests: Use guest_memfd memory contents in-place for SNP launch update
` [POC PATCH 3/5] KVM: selftests: Make guest_code_xsave more friendly
` [POC PATCH 4/5] KVM: selftests: Allow specifying CoCo-privateness while mapping a page
` [POC PATCH 5/5] KVM: selftests: Test conversions for SNP
[PATCH v3 0/9] perf/x86: Don't write PEBS_ENABLED on KVM transitions
2026-05-08 23:13 UTC (10+ messages)
` [PATCH v3 1/9] perf/x86/intel: Ensure guest PEBS path doesn't set unwanted PERF_GLOBAL_CTRL bits
` [PATCH v3 2/9] perf/x86/intel: Don't write PEBS_ENABLED on host<=>guest xfers if CPU has isolation
` [PATCH v3 3/9] perf/x86/intel: Don't context switch DS_AREA (and PEBS config) if PEBS is unused
` [PATCH v3 4/9] perf/x86/intel: Make @data a mandatory param for intel_guest_get_msrs()
` [PATCH v3 5/9] perf/x86/intel: Invert names of intel_ctrl_{guest,host}_mask
` [PATCH v3 6/9] perf/x86: KVM: Have perf define a dedicated struct for getting guest PEBS data
` [PATCH v3 7/9] perf/x86/intel: KVM: Handle cross-mapped PEBS PMCs entirely within KVM
` [PATCH v3 8/9] KVM: VMX: Drop a redundant pmu->global_ctrl check when processing pebs_enable
` [PATCH v3 9/9] KVM: VMX: Only tell perf to enable PEBS counters for fully enabled PMCs
[PATCH v6 0/7] KVM: SVM: Add Page Modification Logging (PML) support
2026-05-08 22:57 UTC (5+ messages)
` [PATCH v6 1/7] KVM: x86: Carve out PML flush routine
` [PATCH v6 2/7] KVM: x86: Move PML page to common vcpu arch structure
[PATCH v2 0/2] x86/tdx: Port I/O emulation fixes
2026-05-08 22:53 UTC (3+ messages)
[PATCH v2 0/1] vfio: selftests: Find devices that have VFIO selftest drivers
2026-05-08 22:49 UTC (6+ messages)
` [PATCH v2 1/1] "
[PATCH 0/5] Fix and enhance KVM steal accounting for both guest and host
2026-05-08 22:40 UTC (3+ messages)
` [PATCH 2/5] KVM: x86: Reset vcpu->arch.st.last_steal when enabling steal time
[PATCH net 0/2] vsock/virtio: fix vsockmon tap skb construction
2026-05-08 22:30 UTC (5+ messages)
` [PATCH net 1/2] vsock/virtio: fix length and offset in tap skb for split packets
` [PATCH net 2/2] vsock/virtio: fix empty payload in tap skb for non-linear buffers
[PATCH v2] KVM: nSVM: Never use L0's PAUSE loop exiting while L2 is running
2026-05-08 21:33 UTC
[PATCH RFC v4 00/44] guest_memfd: In-place conversion support
2026-05-08 21:21 UTC (10+ messages)
` [PATCH RFC v4 10/44] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2
[PATCH v4 0/7] Add RMPOPT support
2026-05-08 21:07 UTC (2+ messages)
[PATCH v11 00/12] VMSCAPE optimization for BHI variant
2026-05-08 21:05 UTC (3+ messages)
` [PATCH v11 02/12] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
[PATCH 1/2] vfio: selftests: Add support of creating multiple iommus from iommufd
2026-05-08 20:14 UTC (4+ messages)
` [PATCH 2/2] vfio: selftests: Add iommufd multi iommu test
[PATCH v3 0/6] KVM: SEV: Add support for IBPB-on-Entry and BTB Isolation
2026-05-08 20:11 UTC (2+ messages)
Bug with nested PAUSE intercept on SVM
2026-05-08 19:31 UTC (6+ messages)
[PATCH] x86/virt: Fix RCU lockdep splat in emergency virt callback path
2026-05-08 19:21 UTC (4+ messages)
` [PATCH v2] x86/virt: Silence "
[PATCH 0/7] KVM: x86/xen: Fix Xen / GPC / PREEMPT_RT issues with rwlock_t
2026-05-08 18:10 UTC (8+ messages)
` [PATCH 1/7] locking/rt: Use raw_spin_lock_irqsave() in __rwbase_read_unlock()
` [PATCH 2/7] KVM: x86: Use gfn_to_pfn_cache for record_steal_time
` [PATCH 3/7] KVM: x86/xen: Use read_trylock() for GPC locks in hardirq/atomic paths
` [PATCH 4/7] KVM: x86/xen: Remove unnecessary irqsave from GPC lock usage in xen.c
` [PATCH 5/7] KVM: x86: Remove unnecessary irqsave from kvm_setup_guest_pvclock()
` [PATCH 6/7] KVM: Remove unnecessary IRQ disabling from GPC lock in pfncache.c
` [PATCH 7/7] KVM: x86/xen: Handle pending Xen timer events in vcpu_enter_guest()
[PATCH v9 00/22] Enable FRED with KVM VMX
2026-05-08 18:06 UTC (14+ messages)
[PATCH] KVM: x86/xen: bail in IRQ context on PREEMPT_RT in kvm_xen_set_evtchn_fast()
2026-05-08 17:48 UTC (6+ messages)
[PATCH v4 0/3] vfio/pci: Request resources and map BARs at enable time
2026-05-08 17:45 UTC (8+ messages)
` [PATCH v4 1/3] vfio/pci: Set up BAR resources and maps in vfio_pci_core_enable()
` [PATCH v4 3/3] vfio/pci: Replace vfio_pci_core_setup_barmap() with vfio_pci_core_get_iomap()
[PATCH 00/43] KVM: arm64: Add GICv5 IRS support
2026-05-08 17:11 UTC (26+ messages)
` [PATCH 07/43] KVM: arm64: gic-v5: Create & manage VM and VPE tables
` [PATCH 08/43] KVM: arm64: gic-v5: Introduce guest IST alloc and management
` [PATCH 09/43] KVM: arm64: gic-v5: Implement VMT/vIST IRS MMIO Ops
` [PATCH 10/43] KVM: arm64: gic-v5: Implement VPE "
` [PATCH 11/43] KVM: arm64: gic-v5: Make VPEs valid in vgic_v5_reset()
` [PATCH 13/43] KVM: arm64: gic-v5: Make VPEs (non-)resident in vgic_load/put
` [PATCH 43/43] Documentation: KVM: Add the VGICv5 IRS save/restore sequences
[PATCH v2 0/3] KVM: x86: Virtualize AMD CPUID faulting
2026-05-08 17:07 UTC (4+ messages)
` [PATCH v2 1/3] KVM: x86: Remove supports_cpuid_fault() helper
` [PATCH v2 2/3] KVM: x86: Virtualize AMD CPUID faulting
` [PATCH v2 3/3] KVM: selftests: Update hwcr_msr_test for CPUID faulting bit
[PATCH v8 00/21] Runtime TDX module update support
2026-05-08 16:48 UTC (11+ messages)
` [PATCH v8 08/21] x86/virt/seamldr: Allocate and populate a module update request
` [PATCH v8 17/21] x86/virt/seamldr: Abort updates on failure
` [PATCH v8 18/21] coco/tdx-host: Don't expose P-SEAMLDR features on CPUs with erratum
[PATCH] vsock/virtio: fix vsockmon info leak in non-linear tap copy
2026-05-08 16:47 UTC (9+ messages)
` [PATCH] vsock/virtio: fix vsockmon info leak in non-linear tap, copy
[PATCH] KVM: selftests: Add guest-side test for AMD HWCR.McStatusWrEn
2026-05-08 16:12 UTC (2+ messages)
` [PATCH v2] "
[PATCH net-next v11 0/4] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
2026-05-08 15:10 UTC (5+ messages)
` [PATCH net-next v11 1/4] tun/tap: add ptr_ring consume helper with netdev queue wakeup
` [PATCH net-next v11 2/4] vhost-net: wake queue of tun/tap after ptr_ring consume
` [PATCH net-next v11 3/4] ptr_ring: move free-space check into separate helper
` [PATCH net-next v11 4/4] tun/tap & vhost-net: avoid ptr_ring tail-drop when a qdisc is present
[PATCH v2 0/3] KVM: s390: Toggle operation exception for userspace
2026-05-08 14:50 UTC (11+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] KVM: s390: selftests: Extended user_operexec tests
` [PATCH v2 3/3] KVM: s390: Fix typo in UCONTROL documentation
[PATCH v2] target/ppc/kvm: Fix const violation when trimming CPU alias suffix
2026-05-08 14:40 UTC (2+ messages)
[PATCH net] vsock/virtio: fix skb overhead accounting to preserve full buf_alloc
2026-05-08 10:38 UTC (5+ messages)
[PATCH v5 0/4] KVM: s390: Introducing kvm_arch_set_irq_inatomic Fast Inject
2026-05-08 10:27 UTC (9+ messages)
` [PATCH v5 3/4] KVM: s390: Change the fi->lock to a raw_spinlock for RT case
[PATCH net] vsock/virtio: fix potential unbounded skb queue
2026-05-08 10:11 UTC (18+ messages)
[PATCH 0/2] x86/kvm/vmx: Fix VMX interrupt injection vs hrtimer_rearm_deferred()
2026-05-08 9:41 UTC (10+ messages)
` [PATCH 1/2] x86/kvm/vmx: Move IRQ/NMI dispatch from KVM into x86 core
` [PATCH v2 "
` [PATCH v3 "
[PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map
2026-05-08 8:18 UTC (2+ messages)
[PATCH 0/5] KVM: Fix race conditions in kvm_arch_flush_shadow_all()
2026-05-08 7:21 UTC (3+ messages)
` [PATCH 2/5] KVM: loongarch: Grab MMU lock "
[mst-vhost:balloon 4/30] Warning: mm/mempolicy.c:2527 expecting prototype for vma_alloc_folio(). Prototype was for alloc_frozen_pages() instead
2026-05-08 6:16 UTC (2+ messages)
[mst-vhost:balloon 6/30] Warning: mm/mempolicy.c:2444 function parameter 'user_addr' not described in '__alloc_pages_mpol'
2026-05-08 6:09 UTC (2+ messages)
[PATCH v2 00/16] iommu: Add live update state preservation
2026-05-08 6:05 UTC (6+ messages)
` [PATCH v2 07/16] iommu/vt-d: Implement device and iommu preserve/unpreserve ops
` [PATCH v2 11/16] iommu/vt-d: preserve PASID table of preserved device
[PATCH] target/ppc/kvm: Fix const violation when trimming CPU alias suffix
2026-05-08 5:57 UTC (3+ messages)
[PATCH v4 0/4] Add iommufd ioctls to support TSM operations
2026-05-08 4:12 UTC (7+ messages)
` [PATCH v4 4/4] iommufd/vdevice: add TSM guest request ioctl
[PATCH] KVM: selftests: Check guest memfd validity with flags
2026-05-08 1:50 UTC
[PATCH v3 1/1] KVM: x86: Introduce has_protected_pmu state for TDX VMs
2026-05-07 21:32 UTC (3+ messages)
[PATCH v4 1/1] KVM: x86: Introduce has_protected_pmu state for TDX VMs
2026-05-07 21:29 UTC
[PATCH] vfio/pci: Use a private flag to prevent power state change with VFs
2026-05-07 21:09 UTC (2+ messages)
[syzbot] Monthly kvm report (May 2026)
2026-05-07 20:32 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