messages from 2025-11-06 14:17:38 to 2025-11-08 02:05:08 UTC [more...]
[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] KVM: x86: Allocate/free user_return_msrs at kvm.ko (un)loading time
2025-11-08 1:36 UTC
[PATCH v4 00/28] vfio/xe: Add driver variant for Xe VF migration
2025-11-08 1:11 UTC (10+ messages)
` [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 0/6] KVM: SVM: LBR virtualization fixes
2025-11-08 0:45 UTC (7+ 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)
[PATCH v6 0/5] vfio: handle DMA map/unmap up to the addressable limit
2025-11-08 0:36 UTC (4+ messages)
[PATCH] vfio: selftests: Skip vfio_dma_map_limit_test if mapping returns -EINVAL
2025-11-08 0:17 UTC (2+ messages)
[GIT PULL] KVM: x86 fixes and a guest_memd fix for 6.18
2025-11-07 22:38 UTC
[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 (9+ messages)
` [PATCH v7 05/11] PCI/P2PDMA: Document DMABUF model
` [PATCH v7 08/11] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH v7 10/11] vfio/pci: Add dma-buf export support for MMIO regions
` [PATCH v7 11/11] vfio/nvgrace: Support get_dmabuf_phys
[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 (5+ 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 (29+ messages)
` [PATCH net-next v8 01/14] vsock: a per-net vsock NS mode state
` [PATCH net-next v8 02/14] vsock/virtio: pack struct virtio_vsock_skb_cb
` [PATCH net-next v8 03/14] vsock: add netns to vsock skb cb
` [PATCH net-next v8 04/14] vsock: add netns to vsock core
` [PATCH net-next v8 05/14] vsock/loopback: add netns support
` [PATCH net-next v8 06/14] vsock/virtio: add netns to virtio transport common
` [PATCH net-next v8 07/14] vhost/vsock: add netns support
[PATCH] KVM: x86: Use "checked" versions of get_user() and put_user()
2025-11-07 13:09 UTC (3+ messages)
[PATCH RFC v1 0/5] KVM: guest_memfd: Support in-place conversion for CoCo VMs
2025-11-07 13:05 UTC (3+ messages)
` [PATCH RFC v1 1/5] KVM: guest_memfd: Remove preparation tracking
[PATCH] KVM: riscv: Support enabling dirty log gradually in small chunks
2025-11-07 11:03 UTC (2+ messages)
[PATCH v2] RISC-V: KVM: Transparent huge page support
2025-11-07 11:03 UTC (2+ messages)
[PATCH 0/2] LoongArch: KVM: Restore guest PMU if it is enabled
2025-11-07 10:13 UTC (2+ messages)
[PATCH v2 0/3] KVM: arm64: Fix handling of ID_PFR1_EL1.GIC
2025-11-07 10:06 UTC (3+ messages)
[PATCH v3 00/28] vfio/xe: Add driver variant for Xe VF migration
2025-11-07 9:54 UTC (4+ messages)
` [PATCH v3 28/28] vfio/xe: Add device specific vfio_pci driver variant for Intel graphics
[PATCH v6 0/1] KVM: Add support for the ERAPS feature
2025-11-07 9:32 UTC (2+ messages)
` [PATCH v6 1/1] x86: kvm: svm: set up ERAPS support for guests
[PATCH] KVM: s390: vsie: Check alignment of BSCA header
2025-11-07 6:47 UTC (2+ messages)
[PATCH v2 0/2] vfio: Fixes in iommufd vfio token handling
2025-11-07 4:34 UTC (2+ messages)
[PATCH v12 0/2] update live migration configuration region
2025-11-07 4:34 UTC (2+ messages)
[PATCH v3 0/1] Fix spelling typo in samples/vfio-mdev
2025-11-07 4:34 UTC (3+ messages)
` [PATCH v3 1/1] vfio/mtty: "
[PATCH] vfio: selftests: Store libvfio build outputs in $(OUTPUT)/libvfio
2025-11-07 4:34 UTC (2+ messages)
[PATCH v5 0/1] KVM: x86: fix some kvm period timer BUG
2025-11-07 3:48 UTC (2+ messages)
` [PATCH v5 1/1] KVM: x86: Fix VM hard lockup after prolonged suspend with periodic HV timer
[PATCH 00/12] vfio: selftests: Support for multi-device tests
2025-11-07 3:37 UTC (4+ messages)
` [PATCH 05/12] vfio: selftests: Support multiple devices in the same container/iommufd
[PATCH 0/4] vfio: selftest: Add SR-IOV UAPI test
2025-11-07 2:56 UTC (23+ messages)
` [PATCH 1/4] vfio: selftests: Add support for passing vf_token in device init
` [PATCH 2/4] vfio: selftests: Export vfio_pci_device functions
` [PATCH 3/4] vfio: selftests: Add helper to set/override a vf_token
` [PATCH 4/4] vfio: selftests: Add tests to validate SR-IOV UAPI
[PATCH 00/22] vfio: Give VFIO_DEVICE_GET_REGION_INFO its own op
2025-11-07 1:29 UTC (10+ messages)
` [PATCH 02/22] vfio/hisi: Convert to the get_region_info op
` [PATCH 22/22] vfio: Remove "
[PATCH 20/22] vfio/platform: Convert to get_region_info_caps
2025-11-07 1:05 UTC (3+ messages)
[PATCH v3 0/3] VMSCAPE optimization for BHI variant
2025-11-06 23:40 UTC (4+ messages)
` [PATCH v3 2/3] x86/vmscape: Replace IBPB with branch history clear on exit to userspace
[PATCH 1/1] vfio/pci: add PCIe TPH device ioctl
2025-11-06 23:19 UTC (5+ messages)
[PATCH v5 0/3] mm: Implement ECC handling for pfn with no struct page
2025-11-06 21:56 UTC (3+ messages)
` [PATCH v5 3/3] vfio/nvgrace-gpu: register device memory for poison handling
[PATCH] KVM: VMX: Make loaded_vmcs_clear() static in vmx.c
2025-11-06 20:51 UTC
[PATCH] KVM: x86: Enforce use of EXPORT_SYMBOL_FOR_KVM_INTERNAL
2025-11-06 20:28 UTC
[PATCH v2] KVM: SVM: Ensure SPEC_CTRL[63:32] is context switched between guest and host
2025-11-06 19:12 UTC
[PATCH] KVM: SVM: Ensure SPEC_CTRL[63:32] is context switched between guest and host
2025-11-06 18:32 UTC (3+ messages)
[PATCH] KVM: VMX: Micro-optimize SPEC_CTRL handling in __vmx_vcpu_run()
2025-11-06 18:29 UTC (8+ messages)
[PATCH v9 00/22] Enable FRED with KVM VMX
2025-11-06 17:35 UTC (2+ messages)
[PATCH v3 00/23] KVM: s390: gmap rewrite, the real deal
2025-11-06 16:37 UTC (27+ messages)
` [PATCH v3 01/23] KVM: s390: Refactor pgste lock and unlock functions
` [PATCH v3 02/23] KVM: s390: add P bit in table entry bitfields, move union vaddress
` [PATCH v3 03/23] s390: Move sske_frame() to a header
` [PATCH v3 04/23] KVM: s390: Add gmap_helper_set_unused()
` [PATCH v3 05/23] KVM: s390: Enable KVM_GENERIC_MMU_NOTIFIER
` [PATCH v3 06/23] KVM: s390: Rename some functions in gaccess.c
` [PATCH v3 07/23] KVM: s390: KVM-specific bitfields and helper functions
` [PATCH v3 08/23] KVM: s390: KVM page table management functions: allocation
` [PATCH v3 09/23] KVM: s390: KVM page table management functions: clear and replace
` [PATCH v3 10/23] KVM: s390: KVM page table management functions: walks
` [PATCH v3 11/23] KVM: s390: KVM page table management functions: storage keys
` [PATCH v3 12/23] KVM: s390: KVM page table management functions: lifecycle management
` [PATCH v3 13/23] KVM: s390: KVM page table management functions: CMMA
` [PATCH v3 14/23] KVM: s390: New gmap code
` [PATCH v3 15/23] KVM: s390: Add helper functions for fault handling
` [PATCH v3 16/23] KVM: s390: Add some helper functions needed for vSIE
` [PATCH v3 17/23] KVM: s390: Stop using CONFIG_PGSTE
` [PATCH v3 18/23] KVM: s390: Switch to new gmap
` [PATCH v3 19/23] KVM: s390: Remove gmap from s390/mm
` [PATCH v3 20/23] KVM: S390: Remove PGSTE code from linux/s390 mm
` [PATCH v3 21/23] KVM: s390: Enable 1M pages for gmap
` [PATCH v3 22/23] KVM: s390: Storage key manipulation IOCTL
` [PATCH v3 23/23] KVM: s390: Fix storage key memop IOCTLs
[PATCH v1 1/1] KVM: s390: Fix gmap_helper_zap_one_page() again
2025-11-06 15:25 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