public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-07 14:24:34 to 2025-11-10 07:05:45 UTC [more...]

[PATCH] KVM: x86: Allocate/free user_return_msrs at kvm.ko (un)loading time
 2025-11-10  7:05 UTC  (2+ messages)

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

[PATCH v2 1/1] KVM: VMX: configure SVI during runtime APICv activation
 2025-11-10  6:32 UTC 

[PATCH] KVM: x86: Enforce use of EXPORT_SYMBOL_FOR_KVM_INTERNAL
 2025-11-10  5:36 UTC  (2+ messages)

[PATCH 00/10] sched/kvm: Semantics-aware vCPU scheduling for oversubscribed KVM
 2025-11-10  5:16 UTC  (13+ messages)
` [PATCH 01/10] sched: Add vCPU debooster infrastructure
` [PATCH 02/10] sched/fair: Add rate-limiting and validation helpers
` [PATCH 03/10] sched/fair: Add cgroup LCA finder for hierarchical yield
` [PATCH 04/10] sched/fair: Add penalty calculation and application logic
` [PATCH 05/10] sched/fair: Wire up yield deboost in yield_to_task_fair()
` [PATCH 06/10] KVM: Fix last_boosted_vcpu index assignment bug
` [PATCH 07/10] KVM: x86: Add IPI tracking infrastructure
` [PATCH 08/10] KVM: x86/lapic: Integrate IPI tracking with interrupt delivery
` [PATCH 09/10] KVM: Implement IPI-aware directed yield candidate selection
` [PATCH 10/10] KVM: Relaxed boost as safety net

[PATCH v2] KVM: x86: Add a helper to dedup loading guest/host XCR0 and XSS
 2025-11-10  5:05 UTC 

[PATCH 00/12] vfio: selftests: Support for multi-device tests
 2025-11-10  4:54 UTC  (7+ messages)
` [PATCH 01/12] vfio: selftests: Split run.sh into separate scripts
` [PATCH 02/12] vfio: selftests: Allow passing multiple BDFs on the command line
` [PATCH 07/12] vfio: selftests: Prefix logs with device BDF where relevant

[PATCH] MAINTAINERS : Add myself as reviewer for PPC KVM
 2025-11-10  4:44 UTC  (2+ messages)

[PATCH v2 00/45] KVM: arm64: Add LR overflow infrastructure
 2025-11-09 17:16 UTC  (46+ messages)
` [PATCH v2 01/45] irqchip/gic: Add missing GICH_HCR control bits
` [PATCH v2 02/45] irqchip/gic: Expose CPU interface VA to KVM
` [PATCH v2 03/45] irqchip/apple-aic: Spit out ICH_MISR_EL2 value on spurious vGIC MI
` [PATCH v2 04/45] KVM: arm64: Turn vgic-v3 errata traps into a patched-in constant
` [PATCH v2 05/45] KVM: arm64: GICv3: Detect and work around the lack of ICV_DIR_EL1 trapping
` [PATCH v2 06/45] KVM: arm64: Repack struct vgic_irq fields
` [PATCH v2 07/45] KVM: arm64: Add tracking of vgic_irq being present in a LR
` [PATCH v2 08/45] KVM: arm64: Add LR overflow handling documentation
` [PATCH v2 09/45] KVM: arm64: GICv3: Drop LPI active state when folding LRs
` [PATCH v2 10/45] KVM: arm64: GICv3: Preserve EOIcount on exit
` [PATCH v2 11/45] KVM: arm64: GICv3: Decouple ICH_HCR_EL2 programming from LRs
` [PATCH v2 12/45] KVM: arm64: GICv3: Extract LR folding primitive
` [PATCH v2 13/45] KVM: arm64: GICv3: Extract LR computing primitive
` [PATCH v2 14/45] KVM: arm64: GICv2: Preserve EOIcount on exit
` [PATCH v2 15/45] KVM: arm64: GICv2: Decouple GICH_HCR programming from LRs being loaded
` [PATCH v2 16/45] KVM: arm64: GICv2: Extract LR folding primitive
` [PATCH v2 17/45] KVM: arm64: GICv2: Extract LR computing primitive
` [PATCH v2 18/45] KVM: arm64: Compute vgic state irrespective of the number of interrupts
` [PATCH v2 19/45] KVM: arm64: Eagerly save VMCR on exit
` [PATCH v2 20/45] KVM: arm64: Revamp vgic maintenance interrupt configuration
` [PATCH v2 21/45] KVM: arm64: Turn kvm_vgic_vcpu_enable() into kvm_vgic_vcpu_reset()
` [PATCH v2 22/45] KVM: arm64: Make vgic_target_oracle() globally available
` [PATCH v2 23/45] KVM: arm64: Invert ap_list sorting to push active interrupts out
` [PATCH v2 24/45] KVM: arm64: Move undeliverable interrupts to the end of ap_list
` [PATCH v2 25/45] KVM: arm64: Use MI to detect groups being enabled/disabled
` [PATCH v2 26/45] KVM: arm64: GICv3: Handle LR overflow when EOImode==0
` [PATCH v2 27/45] KVM: arm64: GICv3: Handle deactivation via ICV_DIR_EL1 traps
` [PATCH v2 28/45] KVM: arm64: GICv3: Add GICv2 SGI handling to deactivation primitive
` [PATCH v2 29/45] KVM: arm64: GICv3: Set ICH_HCR_EL2.TDIR when interrupts overflow LR capacity
` [PATCH v2 30/45] KVM: arm64: GICv3: Add SPI tracking to handle asymmetric deactivation
` [PATCH v2 31/45] KVM: arm64: GICv3: Handle in-LR deactivation when possible
` [PATCH v2 32/45] KVM: arm64: GICv3: Avoid broadcast kick on CPUs lacking TDIR
` [PATCH v2 33/45] KVM: arm64: GICv2: Handle LR overflow when EOImode==0
` [PATCH v2 34/45] KVM: arm64: GICv2: Handle deactivation via GICV_DIR traps
` [PATCH v2 35/45] KVM: arm64: GICv2: Always trap GICV_DIR register
` [PATCH v2 36/45] KVM: arm64: selftests: gic_v3: Add irq group setting helper
` [PATCH v2 37/45] KVM: arm64: selftests: gic_v3: Disable Group-0 interrupts by default
` [PATCH v2 38/45] KVM: arm64: selftests: vgic_irq: Fix GUEST_ASSERT_IAR_EMPTY() helper
` [PATCH v2 39/45] KVM: arm64: selftests: vgic_irq: Change configuration before enabling interrupt
` [PATCH v2 40/45] KVM: arm64: selftests: vgic_irq: Exclude timer-controlled interrupts
` [PATCH v2 41/45] KVM: arm64: selftests: vgic_irq: Remove LR-bound limitation
` [PATCH v2 42/45] KVM: arm64: selftests: vgic_irq: Perform EOImode==1 deactivation in ack order
` [PATCH v2 43/45] KVM: arm64: selftests: vgic_irq: Add asymmetric SPI deaectivation test
` [PATCH v2 44/45] KVM: arm64: selftests: vgic_irq: Add Group-0 enable test
` [PATCH v2 45/45] KVM: arm64: selftests: vgic_irq: Add timer deactivation test

[PATCH 0/6] KVM: SVM: LBR virtualization fixes
 2025-11-09  7:59 UTC  (11+ messages)
` [PATCH 1/6] KVM: SVM: Mark VMCB_LBR dirty when MSR_IA32_DEBUGCTLMSR is updated
` [PATCH 2/6] KVM: nSVM: Always recalculate LBR MSR intercepts in svm_update_lbrv()
` [PATCH 3/6] KVM: nSVM: Fix and simplify LBR virtualization handling with nested
` [PATCH 4/6] KVM: SVM: Switch svm_copy_lbrs() to a macro
` [PATCH 5/6] KVM: SVM: Add missing save/restore handling of LBR MSRs
` [PATCH 6/6] KVM: selftests: Add a test for LBR save/restore (ft. nested)

[GIT PULL] KVM/arm64 fixes for 6.18, take #2
 2025-11-09  7:12 UTC  (2+ messages)

[GIT PULL] KVM: x86 fixes and a guest_memd fix for 6.18
 2025-11-09  7:11 UTC  (2+ messages)

[GIT PULL v2] KVM/riscv fixes for 6.18 take #2
 2025-11-09  7:07 UTC  (2+ messages)

[PATCH] vfio: selftests: Skip vfio_dma_map_limit_test if mapping returns -EINVAL
 2025-11-09  1:20 UTC  (5+ messages)

[PATCH] vfio: selftests: Incorporate IOVA range info
 2025-11-08 22:58 UTC  (2+ messages)

[PATCH v2 0/3] KVM: arm64: Fix handling of ID_PFR1_EL1.GIC
 2025-11-08 11:58 UTC  (4+ messages)

[PATCH v4 00/28] vfio/xe: Add driver variant for Xe VF migration
 2025-11-08  4:31 UTC  (12+ messages)
` [PATCH v4 22/28] drm/xe/pf: Handle VRAM migration data as part of PF control
` [PATCH v4 27/28] drm/intel/bmg: Allow device ID usage with single-argument macros
` [PATCH v4 28/28] vfio/xe: Add device specific vfio_pci driver variant for Intel graphics

[PATCH 00/11] Nested SVM fixes, cleanups, and hardening
 2025-11-08  2:29 UTC  (6+ messages)
` [PATCH 03/11] KVM: nSVM: Add missing consistency check for event_inj

[PATCH 1/1] KVM: VMX: configure SVI during runtime APICv activation
 2025-11-08  2:04 UTC  (5+ messages)

[PATCH v5 0/4] KVM: x86: User-return MSR fix+cleanups
 2025-11-08  1:37 UTC  (4+ messages)
` [PATCH v5 3/4] KVM: x86: Leave user-return notifier registered on reboot/shutdown

[PATCH v6 0/5] vfio: handle DMA map/unmap up to the addressable limit
 2025-11-08  0:36 UTC  (4+ messages)

[GIT PULL] Please pull IOMMUFD subsystem changes
 2025-11-07 21:21 UTC  (2+ messages)

[PATCH v7 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-07 20:27 UTC  (6+ messages)
` [PATCH v7 05/11] PCI/P2PDMA: Document DMABUF model

[RFC PATCH 0/6] KVM: x86: nSVM: Improve virtualization of VMCB12 G_PAT
 2025-11-07 20:11 UTC  (7+ messages)
` [RFC PATCH 1/6] KVM: x86: nSVM: Shuffle guest PAT and PAT MSR in svm_set_nested_state()
` [RFC PATCH 2/6] KVM: x86: nSVM: Redirect PAT MSR accesses to gPAT when NPT is enabled in vmcb12
` [RFC PATCH 3/6] KVM: x86: nSVM: Copy current vmcb02 g_pat to vmcb12 g_pat on #VMEXIT
` [RFC PATCH 4/6] KVM: x86: nSVM: Cache g_pat in vmcb_ctrl_area_cached
` [RFC PATCH 5/6] KVM: x86: nSVM: Add validity check for the VMCB12 g_pat
` [RFC PATCH 6/6] KVM: x86: nSVM: Use cached VMCB12 g_pat in VMCB02 when using NPT

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

[PATCH 0/9] Initial DMABUF support for iommufd
 2025-11-07 19:43 UTC  (14+ messages)
` [PATCH 1/9] vfio/pci: Add vfio_pci_dma_buf_iommufd_map()
` [PATCH 2/9] iommufd: Add DMABUF to iopt_pages
` [PATCH 3/9] iommufd: Do not map/unmap revoked DMABUFs
` [PATCH 4/9] iommufd: Allow a DMABUF to be revoked
` [PATCH 5/9] iommufd: Allow MMIO pages in a batch
` [PATCH 6/9] iommufd: Have pfn_reader process DMABUF iopt_pages
` [PATCH 7/9] iommufd: Have iopt_map_file_pages convert the fd to a file
` [PATCH 8/9] iommufd: Accept a DMABUF through IOMMU_IOAS_MAP_FILE
` [PATCH 9/9] iommufd/selftest: Add some tests for the dmabuf flow

[PATCH] KVM: x86: Add a help to dedup loading guest/host XCR0 and XSS
 2025-11-07 19:09 UTC  (4+ messages)

[PATCH] KVM: x86: SVM: Mark VMCB_LBR dirty when L1 sets DebugCtl[LBR]
 2025-11-07 19:08 UTC  (5+ messages)

[PATCH v4 0/8] x86/bugs: KVM: L1TF and MMIO Stale Data cleanups
 2025-11-07 19:05 UTC  (5+ messages)
` [PATCH v4 1/8] x86/bugs: Use VM_CLEAR_CPU_BUFFERS in VMX as well

[syzbot] [kvm-x86?] WARNING in kvm_arch_can_dequeue_async_page_present
 2025-11-07 18:59 UTC  (2+ messages)

[PATCH v7 00/12] Direct Map Removal Support for guest_memfd
 2025-11-07 18:11 UTC  (6+ messages)

[PATCH v6 0/2] KVM: guest_memfd: use write for population
 2025-11-07 17:23 UTC  (8+ messages)
` [PATCH v6 1/2] KVM: guest_memfd: add generic population via write

[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-11-07 17:22 UTC  (16+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
  ` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing

[PATCH v11 0/9] support FEAT_LSUI
 2025-11-07 15:57 UTC  (6+ messages)
` [PATCH v11 9/9] arm64: armv8_deprecated: apply FEAT_LSUI for swpX emulation

[PATCH net-next v8 00/14] vsock: add namespace support to vhost-vsock
 2025-11-07 15:47 UTC  (8+ messages)
` [PATCH net-next v8 06/14] vsock/virtio: add netns to virtio transport common


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox