kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-31 03:16:54 to 2025-11-03 13:59:36 UTC [more...]

[PATCH 00/22] vfio: Give VFIO_DEVICE_GET_REGION_INFO its own op
 2025-11-03 13:59 UTC  (43+ messages)
` [PATCH 01/22] vfio: Provide a get_region_info op
` [PATCH 02/22] vfio/hisi: Convert to the "
` [PATCH 03/22] vfio/virtio: "
` [PATCH 04/22] vfio/nvgrace: "
` [PATCH 05/22] vfio/pci: Fill in the missing get_region_info ops
` [PATCH 06/22] vfio/mtty: Provide a get_region_info op
` [PATCH 07/22] vfio/mdpy: "
` [PATCH 08/22] vfio/mbochs: "
` [PATCH 09/22] vfio/platform: "
` [PATCH 10/22] vfio/fsl: "
` [PATCH 11/22] vfio/cdx: "
` [PATCH 14/22] vfio: Require drivers to implement get_region_info
` [PATCH 15/22] vfio: Add get_region_info_caps op
` [PATCH 19/22] vfio/pci: Convert all PCI drivers to get_region_info_caps
` [PATCH 20/22] vfio/platform: Convert "
` [PATCH 21/22] vfio: Move the remaining drivers "
` [PATCH 22/22] vfio: Remove the get_region_info op

[PATCH] s390/mm: Use pointer from memcpy() call for assignment in s390_replace_asce()
 2025-11-03 13:57 UTC  (2+ messages)

[PATCH 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
 2025-11-03 12:31 UTC  (17+ messages)
` [PATCH 01/16] mm: correctly handle UFFD PTE markers
` [PATCH 02/16] mm: introduce leaf entry type and use to simplify leaf entry logic
` [PATCH 03/16] mm: avoid unnecessary uses of is_swap_pte()
` [PATCH 04/16] mm: eliminate uses of is_swap_pte() when leafent_from_pte() suffices
` [PATCH 05/16] mm: use leaf entries in debug pgtable + remove is_swap_pte()
` [PATCH 06/16] fs/proc/task_mmu: refactor pagemap_pmd_range()
` [PATCH 07/16] mm: avoid unnecessary use of is_swap_pmd()
` [PATCH 08/16] mm/huge_memory: refactor copy_huge_pmd() non-present logic
` [PATCH 09/16] mm/huge_memory: refactor change_huge_pmd() "
` [PATCH 10/16] mm: replace pmd_to_swp_entry() with leafent_from_pmd()
` [PATCH 11/16] mm: introduce pmd_is_huge() and use where appropriate
` [PATCH 12/16] mm: remove remaining is_swap_pmd() users and is_swap_pmd()
` [PATCH 13/16] mm: remove non_swap_entry() and use leaf entry helpers instead
` [PATCH 14/16] mm: remove is_hugetlb_entry_[migration, hwpoisoned]()
` [PATCH 15/16] mm: eliminate further swapops predicates
` [PATCH 16/16] mm: replace remaining pte_to_swp_entry() with leafent_from_pte()

[PATCH v2 0/9] target/i386: SEV: Add support for enabling VMSA SEV features
 2025-11-03 10:55 UTC  (8+ messages)
` [PATCH v2 8/9] target/i386: SEV: Add support for setting TSC frequency for Secure TSC

[PATCH v4 0/8] x86/bugs: KVM: L1TF and MMIO Stale Data cleanups
 2025-11-03 10:51 UTC  (28+ messages)
` [PATCH v4 1/8] x86/bugs: Use VM_CLEAR_CPU_BUFFERS in VMX as well
` [PATCH v4 2/8] x86/bugs: Decouple ALTERNATIVE usage from VERW macro definition
` [PATCH v4 3/8] x86/bugs: Use an X86_FEATURE_xxx flag for the MMIO Stale Data mitigation
` [PATCH v4 4/8] KVM: VMX: Handle MMIO Stale Data in VM-Enter assembly via ALTERNATIVES_2
` [PATCH v4 5/8] x86/bugs: KVM: Move VM_CLEAR_CPU_BUFFERS into SVM as SVM_CLEAR_CPU_BUFFERS
` [PATCH v4 7/8] KVM: VMX: Disable L1TF L1 data cache flush if CONFIG_CPU_MITIGATIONS=n

[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-11-03 10:50 UTC  (12+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
  ` [PATCH v7 05/12] KVM: guest_memfd: Add flag to remove from direct map
  ` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing

[PATCH] MAINTAINERS : Add myself as reviewer for PPC KVM
 2025-11-03  9:42 UTC 

[PATCH AUTOSEL 6.17] x86/kexec: Disable kexec/kdump on platforms with TDX partial write erratum
 2025-11-03  9:26 UTC  (3+ messages)

[Bug 220019] New: Host call trace and crash after boot guest with perf kvm stat record
 2025-11-03  9:21 UTC  (2+ messages)
` [Bug 220019] "

[Bug 220740] New: Host crash when do PF passthrough to KVM guest with some devices
 2025-11-03  9:17 UTC  (2+ messages)
` [Bug 220740] "

[PATCH v6 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-03  8:05 UTC  (18+ messages)
` [PATCH v6 01/11] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v6 02/11] PCI/P2PDMA: Simplify bus address mapping API
` [PATCH v6 03/11] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation
` [PATCH v6 04/11] PCI/P2PDMA: Provide an access to pci_p2pdma_map_type() function
` [PATCH v6 05/11] PCI/P2PDMA: Document DMABUF model
` [PATCH v6 06/11] dma-buf: provide phys_vec to scatter-gather mapping routine
` [PATCH v6 07/11] vfio: Export vfio device get and put registration helpers
` [PATCH v6 08/11] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH v6 09/11] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v6 10/11] vfio/pci: Add dma-buf export support for MMIO regions
` [PATCH v6 11/11] vfio/nvgrace: Support get_dmabuf_phys

[PATCH v5 0/4] KVM: x86: User-return MSR fix+cleanups
 2025-11-03  7:42 UTC  (4+ messages)
` [PATCH v5 1/4] KVM: TDX: Explicitly set user-return MSRs that *may* be clobbered by the TDX-Module

[PATCH] KVM: PPC: Use pointer from memcpy() call for assignment in kvmppc_kvm_pv()
 2025-11-03  7:11 UTC  (3+ messages)

[PATCH] KVM: riscv: Support enabling dirty log gradually in small chunks
 2025-11-03  6:28 UTC 

[PATCH] KVM: x86: skip userspace IOAPIC EOI exit when Directed EOI is enabled
 2025-11-03  4:36 UTC  (8+ messages)

[PATCH v4 00/28] KVM: x86/mmu: TDX post-populate cleanups
 2025-11-03  1:36 UTC  (34+ messages)
` [PATCH v4 04/28] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
` [PATCH v4 08/28] KVM: TDX: Drop superfluous page pinning in S-EPT management
` [PATCH v4 10/28] KVM: TDX: Fold tdx_sept_drop_private_spte() into tdx_sept_remove_private_spte()
` [PATCH v4 12/28] KVM: TDX: WARN if mirror SPTE doesn't have full RWX when creating S-EPT mapping
` [PATCH v4 16/28] KVM: TDX: ADD pages to the TD image while populating mirror EPT entries
` [PATCH v4 17/28] KVM: TDX: Fold tdx_sept_zap_private_spte() into tdx_sept_remove_private_spte()
` [PATCH v4 18/28] KVM: TDX: Combine KVM_BUG_ON + pr_tdx_error() into TDX_BUG_ON()
` [PATCH v4 19/28] KVM: TDX: Derive error argument names from the local variable names
` [PATCH v4 20/28] KVM: TDX: Assert that mmu_lock is held for write when removing S-EPT entries
` [PATCH v4 21/28] KVM: TDX: Add macro to retry SEAMCALLs when forcing vCPUs out of guest
` [PATCH v4 22/28] KVM: TDX: Add tdx_get_cmd() helper to get and validate sub-ioctl command
` [PATCH v4 23/28] KVM: TDX: Convert INIT_MEM_REGION and INIT_VCPU to "unlocked" vCPU ioctl
` [PATCH v4 24/28] KVM: TDX: Use guard() to acquire kvm->lock in tdx_vm_ioctl()
` [PATCH v4 26/28] KVM: TDX: Guard VM state transitions with "all" the locks

[PATCH v2 0/2] vfio: Fixes in iommufd vfio token handling
 2025-11-03  1:14 UTC  (5+ messages)
` [PATCH v2 1/2] vfio: Fix ksize arg while copying user struct in vfio_df_ioctl_bind_iommufd()
` [PATCH v2 2/2] hisi_acc_vfio_pci: Add .match_token_uuid callback in hisi_acc_vfio_pci_migrn_ops

[PATCH] vfio: Fix ksize arg while copying user struct in vfio_df_ioctl_bind_iommufd()
 2025-11-03  1:11 UTC  (4+ messages)

[PATCH v5 0/3] mm: Implement ECC handling for pfn with no struct page
 2025-11-02 18:44 UTC  (4+ messages)
` [PATCH v5 1/3] mm: Change ghes code to allow poison of non-struct pfn
` [PATCH v5 2/3] mm: handle poisoning of pfn without struct pages
` [PATCH v5 3/3] vfio/nvgrace-gpu: register device memory for poison handling

[RFC PATCH 00/12] remove is_swap_[pte, pmd]() + non-swap confusion
 2025-11-02 14:27 UTC  (9+ messages)

[PATCH v4 0/3] mm: Implement ECC handling for pfn with no struct page
 2025-11-02 11:55 UTC  (6+ messages)
` [PATCH v4 2/3] mm: handle poisoning of pfn without struct pages

[PATCH 1/1] vhost: Fix kthread worker cgroup failure handling
 2025-11-01 20:55 UTC  (2+ messages)

NEW PO 15922 Saturday, November 1, 2025 at 08:22:57 PM
 2025-11-01 19:22 UTC 

[PATCH] KVM: x86: Add a helper to dedup reporting of unhandled VM-Exits
 2025-11-01  1:49 UTC  (6+ messages)

[PATCH] KVM: x86: SVM: Mark VMCB_LBR dirty when L1 sets DebugCtl[LBR]
 2025-11-01  0:02 UTC 

[PATCH 0/4] KVM: x86: Cleanup #MC and XCR0/XSS/PKRU handling
 2025-10-31 23:35 UTC  (6+ messages)
` [PATCH 4/4] KVM: x86: Load guest/host PKRU outside of the fastpath run loop

[RFC PATCH 00/21] VFIO live update support
 2025-10-31 23:12 UTC  (11+ messages)
` [RFC PATCH 05/21] vfio/pci: Register VFIO live update file handler to Live Update Orchestrator
` [RFC PATCH 06/21] vfio/pci: Accept live update preservation request for VFIO cdev
` [RFC PATCH 08/21] vfio/pci: Retrieve preserved VFIO device for Live Update Orechestrator

[PATCH v2] KVM: SVM: Don't skip unrelated instruction if INT3/INTO is replaced
 2025-10-31 22:44 UTC  (2+ messages)

[GIT PULL] VFIO update for v6.18-rc4
 2025-10-31 21:29 UTC  (2+ messages)

[PATCH v3 00/28] vfio/xe: Add driver variant for Xe VF migration
 2025-10-31 18:39 UTC  (24+ messages)
` [PATCH v3 03/28] drm/xe/pf: Convert control state to bitmap
` [PATCH v3 05/28] drm/xe/pf: Add data structures and handlers for migration rings
` [PATCH v3 07/28] drm/xe/pf: Add support for encap/decap of bitstream to/from packet
` [PATCH v3 08/28] drm/xe/pf: Add minimalistic migration descriptor
` [PATCH v3 12/28] drm/xe/pf: Increase PF GuC Buffer Cache size and use it for VF migration
` [PATCH v3 16/28] drm/xe/pf: Handle GuC migration data as part of PF control
` [PATCH v3 17/28] drm/xe/pf: Add helpers for VF GGTT migration data handling
` [PATCH v3 18/28] drm/xe/pf: Handle GGTT migration data as part of PF control
` [PATCH v3 19/28] drm/xe/pf: Handle MMIO "
` [PATCH v3 24/28] drm/xe/pf: Enable SR-IOV VF migration
` [PATCH v3 25/28] drm/xe/pci: Introduce a helper to allow VF access to PF xe_device

[PATCH v12 00/23] TDX KVM selftests
 2025-10-31 16:12 UTC  (39+ messages)
` [PATCH v12 01/23] KVM: selftests: Add macros so simplify creating VM shapes for non-default types
` [PATCH v12 02/23] KVM: selftests: Allocate pgd in virt_map() as necessary
` [PATCH v12 03/23] KVM: selftests: Expose functions to get default sregs values
` [PATCH v12 04/23] KVM: selftests: Expose function to allocate guest vCPU stack
` [PATCH v12 05/23] KVM: selftests: Update kvm_init_vm_address_properties() for TDX
` [PATCH v12 06/23] KVM: selftests: Expose segment definitons to assembly files
` [PATCH v12 07/23] KVM: selftests: Add kbuild definitons
` [PATCH v12 08/23] KVM: selftests: Define structs to pass parameters to TDX boot code
` [PATCH v12 12/23] KVM: selftests: Add helper to initialize TDX VM
` [PATCH v12 14/23] KVM: selftests: Add helpers to init TDX memory and finalize VM
` [PATCH v12 15/23] KVM: selftests: Call TDX init when creating a new TDX vm
` [PATCH v12 18/23] KVM: selftests: Set entry point for TDX guest code
` [PATCH v12 19/23] KVM: selftests: Finalize TD memory as part of kvm_arch_vm_finalize_vcpus
` [PATCH v12 20/23] KVM: selftests: Add support for TDX TDCALL from guest
` [PATCH v12 21/23] KVM: selftests: Add wrapper for TDX MMIO "
` [PATCH v12 22/23] KVM: selftests: Add ucall support for TDX

[PATCH v4 00/27] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
 2025-10-31 14:23 UTC  (5+ messages)

[PATCH v3 0/2] Support for SEV-ES guest shadow stack
 2025-10-31 12:21 UTC  (2+ messages)
` [PATCH] x86/coco/sev: Convert has_cpuflag() to use cpu_feature_enabled()

[PATCH 0/3] Unify VERW mitigation for guests
 2025-10-31 11:25 UTC  (5+ messages)
` [PATCH 1/3] x86/bugs: Use VM_CLEAR_CPU_BUFFERS in VMX as well

[PATCH] KVM: s390: Add capability that forwards operation exceptions
 2025-10-31  9:36 UTC  (4+ messages)

[PATCH v5 0/9] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-10-31  6:48 UTC  (4+ messages)
` [PATCH v5 9/9] vfio/pci: Add dma-buf export support for MMIO regions

[PATCH 0/2] KVM: x86: Fix an FPU+CET splat
 2025-10-31  6:28 UTC  (2+ messages)

[PATCH 0/6] KVM: LoongArch: selftests: Add timer test case
 2025-10-31  3:16 UTC  (2+ messages)
` [PATCH 6/6] KVM: LoongArch: selftests: Add SW emulated timer test


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).