messages from 2026-05-11 14:47:58 to 2026-05-12 16:59:16 UTC [more...]
[PATCH v2 00/14] userfaultfd: working set tracking for VM guest memory
2026-05-12 16:59 UTC (7+ messages)
` [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 v6 00/28] KVM: combined patchset for MBEC/GMET support
2026-05-12 16:34 UTC (4+ messages)
[RFC PATCH 00/22] KVM: apply chainsaw to struct kvm_mmu
2026-05-12 16:31 UTC (24+ messages)
` [PATCH 01/22] KVM: x86: remove nested_mmu from mmu_is_nested()
` [PATCH 02/22] KVM: x86: move pdptrs out of the MMU
` [PATCH 03/22] KVM: x86: check that kvm_handle_invpcid is only invoked with shadow paging
` [PATCH 04/22] KVM: x86/hyperv: remove unnecessary mmu_is_nested() check
` [PATCH 05/22] KVM: x86/mmu: introduce struct kvm_pagewalk
` [PATCH 06/22] KVM: x86/mmu: move get_guest_pgd to "
` [PATCH 07/22] KVM: x86/mmu: move gva_to_gpa "
` [PATCH 08/22] KVM: x86/mmu: move get_pdptr "
` [PATCH 09/22] KVM: x86/mmu: move inject_page_fault "
` [PATCH 10/22] KVM: x86/mmu: move CPU-related fields "
` [PATCH 11/22] KVM: x86/mmu: change CPU-role accessor fields to take "
` [PATCH 12/22] KVM: x86/mmu: move remaining permission fields to "
` [PATCH 13/22] KVM: x86/mmu: pass struct kvm_pagewalk to kvm_mmu_invalidate_addr
` [PATCH 14/22] KVM: x86/mmu: change walk_mmu to struct kvm_pagewalk
` [PATCH 15/22] KVM: x86/mmu: change nested_mmu.w to nested_cpu_walk
` [PATCH 16/22] KVM: x86/mmu: make cpu_walk a value
` [PATCH 17/22] KVM: x86/mmu: pull struct kvm_pagewalk out of struct kvm_mmu
` [PATCH 18/22] KVM: x86/mmu: cleanup functions that initialize shadow MMU
` [PATCH 19/22] KVM: x86/mmu: pull page format to a new struct
` [PATCH 20/22] KVM: x86/mmu: merge struct rsvd_bits_validate into struct kvm_page_format
` [PATCH 21/22] KVM: x86/mmu: parameterize update_permission_bitmask()
` [PATCH 22/22] KVM: x86/mmu: use kvm_page_format to test SPTEs
[PATCH] KVM: selftests: sync_regs_test: use KVM_SYNC_X86_VALID_FIELDS
2026-05-12 16:13 UTC (5+ messages)
` [PATCH] KVM: selftests: sync_regs_test: drop stale TODO comment
[PATCH] vhost/vsock: Refuse the connection immediately when guest isn't ready
2026-05-12 16:02 UTC (5+ messages)
[PATCH] KVM: selftests: Ensure gmem file sizes are multiple of host page size
2026-05-12 15:56 UTC
[PATCH v17 00/24] KVM: Enable mmap() for guest_memfd
2026-05-12 15:53 UTC (6+ messages)
` [PATCH v17 24/24] KVM: selftests: Add guest_memfd testcase to fault-in on !mmap()'d memory
[PATCH] iommupt: Fixup build warning by using BIT_ULL() for RISCVPT_NC/IO
2026-05-12 15:12 UTC (2+ messages)
[PATCH 0/2] KVM: selftests: Fixes for guest_memfd_test and FD double-close
2026-05-12 15:06 UTC (11+ messages)
` [PATCH 1/2] KVM: selftests: Fix MADV_COLLAPSE build failure on older toolchains
` [PATCH 2/2] KVM: selftests: Fix FD double-close in kvm_vm_release()
[PATCH] KVM: VMX: introduce module parameter to disable CET
2026-05-12 15:00 UTC
[PATCH v4 0/2] iommu/riscv: Support Svpbmt memory types in generic_pt
2026-05-12 14:50 UTC (5+ messages)
` [PATCH v4 1/2] iommu/riscv: Advertise Svpbmt support to generic page table
` [PATCH v4 2/2] iommupt: Encode IOMMU_MMIO/IOMMU_CACHE via RISC-V Svpbmt bits
` Re: [PATCH v4 0/2] iommu/riscv: Support Svpbmt memory types in generic_pt
[PATCH 0/2] KVM: arm64: nv: Reduce FP/SVE overhead on exception/exception return
2026-05-12 14:07 UTC (3+ messages)
` [PATCH 1/2] KVM: arm64: nv: Track L2 to L1 exception emulation
` [PATCH 2/2] KVM: arm64: nv: Don't save/restore FP register during a nested ERET or exception
[PATCH v2 0/2] vfio: Fix racy bitfields and tighten struct layout
2026-05-12 13:26 UTC (6+ messages)
` [PATCH v2 1/2] vfio/pci: "
` [PATCH v2 2/2] vfio/mlx5: "
[PATCH v3 0/9] perf/x86: Don't write PEBS_ENABLED on KVM transitions
2026-05-12 12:39 UTC (15+ 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 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 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 v3] KVM: PPC: Book3S HV: Add missing mappings for tracing exits
2026-05-12 11:57 UTC
[PATCH v2 00/16] iommu: Add live update state preservation
2026-05-12 11:32 UTC (5+ messages)
` [PATCH v2 11/16] iommu/vt-d: preserve PASID table of preserved device
[PATCH net v2] vsock/virtio: fix skb overhead accounting to preserve full buf_alloc
2026-05-12 11:17 UTC (4+ messages)
[PATCH net 0/2] vsock/virtio: fix vsockmon tap skb construction
2026-05-12 11:10 UTC (2+ messages)
[PATCH kvm-unit-tests 0/9] Combined GMET and MBEC tests
2026-05-12 11:06 UTC (2+ messages)
[PATCH] KVM: arm64: Add memslot for ST_GPA_BASE in check_steal_time_uapi()
2026-05-12 10:39 UTC (4+ messages)
[PATCH v8 0/7] vfio/pci: Add PCIe TPH support
2026-05-12 9:41 UTC (6+ messages)
` [PATCH v8 4/7] vfio/pci: Add PCIe TPH interface with capability query
[PATCH v2] KVM: PPC: Book3S HV: Add H_FAC_UNAVAIL mapping for tracing exits
2026-05-12 8:36 UTC (2+ messages)
[PATCH v9 0/5] vfio/pci: Add PCIe TPH support
2026-05-12 8:03 UTC (6+ messages)
` [PATCH v9 1/5] PCI/TPH: Fix pcie_tph_get_st_table_loc() field extraction
` [PATCH v9 2/5] PCI/TPH: Export pcie_tph_get_st_modes() for external use
` [PATCH v9 3/5] PCI/TPH: Add pcie_tph_enabled_mode() helper
` [PATCH v9 4/5] vfio/pci: Add PCIe TPH configuration space virtualization
` [PATCH v9 5/5] vfio/pci: Add VFIO_DEVICE_FEATURE_TPH_ST for TPH ST entry management
[PATCH net] vsock/virtio: fix skb overhead accounting to preserve full buf_alloc
2026-05-12 7:19 UTC (10+ messages)
[PATCH 0/3] KVM: x86: Mitigate kvm-clock drift caused by masterclock update
2026-05-12 7:19 UTC (9+ messages)
` [PATCH 2/3] KVM: x86: conditionally clear KVM_REQ_MASTERCLOCK_UPDATE at the end of KVM_SET_CLOCK
` [PATCH 3/3] KVM: x86: conditionally update masterclock data in pvclock_update_vm_gtod_copy()
[PATCH] KVM: Reject wrapped offset in kvm_reset_dirty_gfn()
2026-05-12 6:07 UTC
[RFC PATCH 00/12] Private MMIO support for private assigned dev
2026-05-12 5:49 UTC (8+ messages)
` [RFC PATCH 04/12] vfio/pci: Allow MMIO regions to be exported through dma-buf
[PATCH 0/5] Fix and enhance KVM steal accounting for both guest and host
2026-05-12 5:46 UTC (14+ messages)
` [PATCH 2/5] KVM: x86: Reset vcpu->arch.st.last_steal when enabling steal time
` [PATCH 3/5] KVM: x86: account KVM_SET_CLOCK downtime in "
[PATCH v6 0/7] KVM: SVM: Add Page Modification Logging (PML) support
2026-05-12 5:45 UTC (7+ 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] x86/cpu: Skip reading MSR_IA32_PLATFORM_ID in virtualized environment
2026-05-12 1:57 UTC (3+ messages)
[PATCH] KVM: x86: Fix Xen hypercall tracepoint argument assignment
2026-05-12 1:53 UTC
[PATCH v4 00/21] KVM: x86: Enable APX for guests
2026-05-12 1:15 UTC (22+ messages)
` [PATCH v4 01/21] KVM: VMX: Macrofy GPR swapping in __vmx_vcpu_run()
` [PATCH v4 02/21] KVM: SVM: Macrofy GPR swapping in __svm_vcpu_run()
` [PATCH v4 03/21] KVM: SEV: Macrofy GPR swapping in __svm_sev_es_vcpu_run()
` [PATCH v4 04/21] KVM: x86: Extend VCPU registers for EGPRs
` [PATCH v4 05/21] KVM: VMX: Save guest EGPRs in VCPU cache
` [PATCH v4 06/21] x86/fpu: Ignore APX when copying from/to guest FPU
` [PATCH v4 07/21] KVM: x86: Support APX state for XSAVE ABI
` [PATCH v4 08/21] KVM: VMX: Refactor VMX instruction information access
` [PATCH v4 09/21] KVM: VMX: Refactor instruction information decoding
` [PATCH v4 10/21] KVM: VMX: Refactor register index retrieval from exit qualification
` [PATCH v4 11/21] KVM: VMX: Support instruction information extension
` [PATCH v4 12/21] KVM: nVMX: Propagate the extended instruction info field
` [PATCH v4 13/21] KVM: x86: Support EGPR accessing and tracking for emulator
` [PATCH v4 14/21] KVM: x86: Handle EGPR index and REX2-incompatible opcodes
` [PATCH v4 15/21] KVM: x86: Support REX2-prefixed opcode decode
` [PATCH v4 16/21] KVM: x86: Reject EVEX-prefixed instructions
` [PATCH v4 17/21] KVM: x86: Guard valid XCR0.APX settings
` [PATCH v4 18/21] KVM: x86: Expose APX foundation feature to guests
` [PATCH v4 19/21] KVM: x86: Expose APX sub-features "
` [PATCH v4 20/21] KVM: x86: selftests: Add APX state and ABI test
` [PATCH v4 21/21] KVM: x86: selftests: Add APX state handling and XCR0 sanity checks
[PATCH] KVM: x86: Block TSC multiplier writes for protected guest TSC
2026-05-12 11:18 UTC (3+ messages)
[BUG] x86/virt/tdx: tdx_offline_cpu() violates tdx_cpu_flush_cache() preemption assert
2026-05-12 1:00 UTC (2+ messages)
[PATCH v2] KVM: nSVM: Never use L0's PAUSE loop exiting while L2 is running
2026-05-12 0:38 UTC (2+ messages)
[PATCH v4 00/10] KVM: nVMX: Improve performance for unmanaged guest memory
2026-05-12 0:13 UTC (8+ messages)
` [PATCH v4 01/10] KVM: nVMX: Implement cache for L1 MSR bitmap
` [PATCH v4 04/10] KVM: nVMX: Implement cache for L1 APIC pages
` [PATCH v4 08/10] KVM: x86: Add nested context management
[PATCH v4 00/16] vfio/pci: Base Live Update support for VFIO
2026-05-11 23:48 UTC (17+ messages)
` [PATCH v4 01/16] vfio/pci: Register a file handler with Live Update Orchestrator
` [PATCH v4 02/16] vfio/pci: Preserve vfio-pci device files across Live Update
` [PATCH v4 03/16] vfio/pci: Retrieve preserved device files after "
` [PATCH v4 04/16] vfio/pci: Notify PCI subsystem about devices preserved across "
` [PATCH v4 05/16] vfio: Enforce preserved devices are retrieved via LIVEUPDATE_SESSION_RETRIEVE_FD
` [PATCH v4 06/16] vfio/pci: Store incoming Live Update state in struct vfio_pci_core_device
` [PATCH v4 07/16] docs: liveupdate: Add documentation for VFIO PCI
` [PATCH v4 08/16] vfio: selftests: Build liveupdate library in VFIO selftests
` [PATCH v4 09/16] vfio: selftests: Add vfio_pci_liveupdate_uapi_test
` [PATCH v4 10/16] vfio: selftests: Initialize vfio_pci_device using a VFIO cdev FD
` [PATCH v4 11/16] vfio: selftests: Add Makefile support for TEST_GEN_PROGS_EXTENDED
` [PATCH v4 12/16] vfio: selftests: Add vfio_pci_liveupdate_kexec_test
` [PATCH v4 13/16] vfio: selftests: Expose iommu_modes to tests
` [PATCH v4 14/16] vfio: selftests: Expose low-level helper routines for setting up struct vfio_pci_device
` [PATCH v4 15/16] vfio: selftests: Verify that opening VFIO device fails during Live Update
` [PATCH v4 16/16] vfio: selftests: Add continuous DMA to vfio_pci_liveupdate_kexec_test
[PATCH] vfio: selftests: Add driver for IGB QEMU device
2026-05-11 23:45 UTC (2+ messages)
[PATCH 1/2] vfio: selftests: Add support of creating multiple iommus from iommufd
2026-05-11 21:41 UTC (10+ messages)
` [PATCH 2/2] vfio: selftests: Add iommufd multi iommu test
[PULL 13/24] accel/kvm: free device path on finalization
2026-05-11 20:20 UTC
[PATCH 0/9] vfio/pci: Add mmap() for DMABUFs
2026-05-11 20:09 UTC (8+ messages)
` [PATCH 9/9] vfio/pci: Add mmap() attributes to DMABUF feature
[PATCH 0/7] KVM: x86/xen: Fix Xen / GPC / PREEMPT_RT issues with rwlock_t
2026-05-11 18:12 UTC (6+ messages)
` [PATCH 4/7] KVM: x86/xen: Remove unnecessary irqsave from GPC lock usage in xen.c
[PATCH] Documentation: KVM: Document guest-visible compatibility expectations
2026-05-11 17:53 UTC (5+ messages)
[PATCH] Documentation: kvm: update links in the references section of AMD Memory Encryption
2026-05-11 17:46 UTC (2+ messages)
[PATCH v6 0/4] KVM: s390: Introducing kvm_arch_set_irq_inatomic Fast Inject
2026-05-11 16:14 UTC (5+ messages)
` [PATCH v6 1/4] KVM: s390: Add map/unmap ioctl and clean mappings post-guest
` [PATCH v6 2/4] KVM: s390: Enable adapter_indicators_set to use mapped pages
` [PATCH v6 3/4] KVM: S390: Change fi->lock, li->lock to raw
` [PATCH v6 4/4] KVM: s390: Introducing kvm_arch_set_irq_inatomic fast inject
[Invitation] bi-weekly guest_memfd upstream call on 2026-05-14
2026-05-11 16:13 UTC
[PATCH v2 0/1] vfio: selftests: Find devices that have VFIO selftest drivers
2026-05-11 16:12 UTC (7+ messages)
` [PATCH v2 1/1] "
[PATCH v2 0/9] KVM: x86: Improve the handling of debug exceptions during instruction emulation
2026-05-11 15:45 UTC (6+ messages)
` [PATCH v2 2/9] KVM: x86: Set guest DR6 by kvm_queue_exception_p() in "
[PATCH v5 0/3] vfio/pci: Request resources and map BARs at enable time
2026-05-11 14:58 UTC (4+ messages)
` [PATCH v5 1/3] vfio/pci: Set up BAR resources and maps in vfio_pci_core_enable()
` [PATCH v5 2/3] vfio/pci: Check BAR resources before exporting a DMABUF
` [PATCH v5 3/3] vfio/pci: Replace vfio_pci_core_setup_barmap() with vfio_pci_core_get_iomap()
[PATCH v7 00/20] ARM64 PMU Partitioning
2026-05-11 14:51 UTC (7+ messages)
` [PATCH v7 06/20] perf: arm_pmuv3: Add method to partition the PMU
` [PATCH v7 10/20] KVM: arm64: Context swap Partitioned PMU guest registers
` [PATCH v7 13/20] KVM: arm64: Apply dynamic guest counter reservations
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