public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-08 16:08:53 to 2025-10-12 18:32:56 UTC [more...]

[PATCH 00/26] vfio/xe: Add driver variant for Xe VF migration
 2025-10-12 18:32 UTC  (33+ messages)
` [PATCH 01/26] drm/xe/pf: Remove GuC version check for migration support
` [PATCH 02/26] drm/xe: Move migration support to device-level struct
` [PATCH 03/26] drm/xe/pf: Add save/restore control state stubs and connect to debugfs
` [PATCH 04/26] drm/xe/pf: Extract migration mutex out of its struct
` [PATCH 05/26] drm/xe/pf: Add data structures and handlers for migration rings
` [PATCH 06/26] drm/xe/pf: Add helpers for migration data allocation / free
` [PATCH 07/26] drm/xe/pf: Add support for encap/decap of bitstream to/from packet
` [PATCH 08/26] drm/xe/pf: Add minimalistic migration descriptor
` [PATCH 09/26] drm/xe/pf: Expose VF migration data size over debugfs
` [PATCH 10/26] drm/xe: Add sa/guc_buf_cache sync interface
` [PATCH 11/26] drm/xe: Allow the caller to pass guc_buf_cache size
` [PATCH 12/26] drm/xe/pf: Increase PF GuC Buffer Cache size and use it for VF migration
` [PATCH 13/26] drm/xe/pf: Remove GuC migration data save/restore from GT debugfs
` [PATCH 14/26] drm/xe/pf: Don't save GuC VF migration data on pause
` [PATCH 15/26] drm/xe/pf: Switch VF migration GuC save/restore to struct migration data
` [PATCH 16/26] drm/xe/pf: Handle GuC migration data as part of PF control
` [PATCH 17/26] drm/xe/pf: Add helpers for VF GGTT migration data handling
` [PATCH 18/26] drm/xe/pf: Handle GGTT migration data as part of PF control
` [PATCH 19/26] drm/xe/pf: Add helpers for VF MMIO migration data handling
` [PATCH 20/26] drm/xe/pf: Handle MMIO migration data as part of PF control
` [PATCH 21/26] drm/xe/pf: Add helper to retrieve VF's LMEM object
` [PATCH 22/26] drm/xe/migrate: Add function for raw copy of VRAM and CCS
` [PATCH 23/26] drm/xe/pf: Handle VRAM migration data as part of PF control
` [PATCH 24/26] drm/xe/pf: Add wait helper for VF FLR
` [PATCH 25/26] drm/xe/pf: Export helpers for VFIO
` [PATCH 26/26] vfio/xe: Add vendor-specific vfio_pci driver for Intel graphics

[PATCH 1/3] virtio: dwords->qwords
 2025-10-12 14:39 UTC  (11+ messages)
` [PATCH 3/3] vhost: use checked versions of VIRTIO_BIT

[PATCH V3 kvm-x86/gmem 1/2] KVM: guest_memfd: move kvm_gmem_get_index() and use in kvm_gmem_prepare_folio()
 2025-10-12  7:16 UTC  (2+ messages)
` [PATCH V3 kvm-x86/gmem 2/2] KVM: guest_memfd: remove redundant gmem variable initialization

[PATCH v4 00/10] Error recovery for vfio-pci devices on s390x
 2025-10-12  6:43 UTC  (17+ messages)
` [PATCH v4 01/10] PCI: Avoid saving error values for config space

[syzbot] [kvm-x86?] WARNING in kvm_apic_accept_events
 2025-10-12  2:53 UTC  (2+ messages)

[PATCH v3 0/3] vfio: handle DMA map/unmap up to the addressable limit
 2025-10-11 18:15 UTC  (6+ messages)
` [PATCH v3 1/3] vfio/type1: sanitize for overflow using check_*_overflow
` [PATCH v3 2/3] vfio/type1: move iova increment to unmap_unpin_* caller
` [PATCH v3 3/3] vfio/type1: handle DMA map/unmap up to the addressable limit

[PATCH V2 kvm-next] KVM: guest_memfd: use kvm_gmem_get_index() in more places and smaller cleanups
 2025-10-11 18:04 UTC  (3+ messages)

[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-10-11 14:32 UTC  (13+ 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 net-next v5 0/8] TUN/TAP & vhost_net: netdev queue flow control to avoid ptr_ring tail drop
 2025-10-11  9:15 UTC  (7+ messages)
` [PATCH net-next v5 4/8] TUN & TAP: Wake netdev queue after consuming an entry

[PATCH v2 0/3] accel/kvm: Cleanups around kvm_arch_put_registers()
 2025-10-11  7:04 UTC  (3+ messages)

[PATCH] i386/kvm: Expose ARCH_CAP_FB_CLEAR when invulnerable to MDS
 2025-10-11  7:02 UTC  (3+ messages)

[PATCH v2] LoongArch: KVM: Add AVEC support
 2025-10-11  1:29 UTC  (2+ messages)

[PATCH] KVM: guest_memfd: Drop a superfluous local var in kvm_gmem_fault_user_mapping()
 2025-10-10 22:33 UTC  (4+ messages)

[RFC PATCH 0/4] KVM: x86/tdx: Have TDX handle VMXON during bringup
 2025-10-10 22:04 UTC  (5+ messages)
` [RFC PATCH 1/4] KVM: x86: Move kvm_rebooting to x86
` [RFC PATCH 2/4] KVM: x86: Extract VMXON and EFER.SVME enablement to kernel
` [RFC PATCH 3/4] KVM: x86/tdx: Do VMXON and TDX-Module initialization during tdx_init()
` [RFC PATCH 4/4] KVM: Bury kvm_{en,dis}able_virtualization() in kvm_main.c once more

[PATCH v12 00/12] KVM: guest_memfd: Add NUMA mempolicy support
 2025-10-10 21:57 UTC  (28+ messages)
` [PATCH v12 01/12] KVM: guest_memfd: Rename "struct kvm_gmem" to "struct gmem_file"
` [PATCH v12 02/12] KVM: guest_memfd: Add macro to iterate over gmem_files for a mapping/inode
` [PATCH v12 04/12] KVM: guest_memfd: Add slab-allocated inode cache
` [PATCH v12 05/12] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [PATCH v12 06/12] KVM: selftests: Define wrappers for common syscalls to assert success
` [PATCH v12 07/12] KVM: selftests: Report stacktraces SIGBUS, SIGSEGV, SIGILL, and SIGFPE by default
` [PATCH v12 08/12] KVM: selftests: Add additional equivalents to libnuma APIs in KVM's numaif.h
` [PATCH v12 09/12] KVM: selftests: Use proper uAPI headers to pick up mempolicy.h definitions
` [PATCH v12 11/12] KVM: selftests: Add guest_memfd tests for mmap and NUMA policy support

[PATCH v3] KVM: selftests: Test prefault memory during concurrent memslot removal
 2025-10-10 21:30 UTC  (2+ messages)

[PATCH v2 00/13] KVM: guest_memfd: MMAP and related fixes
 2025-10-10 21:30 UTC  (15+ messages)
` [PATCH v2 01/13] KVM: Rework KVM_CAP_GUEST_MEMFD_MMAP into KVM_CAP_GUEST_MEMFD_FLAGS
` [PATCH v2 02/13] KVM: guest_memfd: Add INIT_SHARED flag, reject user page faults if not set
` [PATCH v2 03/13] KVM: guest_memfd: Invalidate SHARED GPAs if gmem supports INIT_SHARED
` [PATCH v2 04/13] KVM: Explicitly mark KVM_GUEST_MEMFD as depending on KVM_GENERIC_MMU_NOTIFIER
` [PATCH v2 05/13] KVM: guest_memfd: Allow mmap() on guest_memfd for x86 VMs with private memory
` [PATCH v2 07/13] KVM: selftests: Create a new guest_memfd for each testcase

[PATCH] KVM: x86/pmu: Fix the warning in perf_get_x86_pmu_capability()
 2025-10-10 21:30 UTC  (2+ messages)

[PATCH] KVM: VMX: Flush shadow VMCS on emergency reboot
 2025-10-10 21:22 UTC  (6+ messages)
      ` VMXON for TDX (was: Re: [PATCH] KVM: VMX: Flush shadow VMCS on emergency reboot)

[PATCH v3 0/9] KVM Selftest Runner
 2025-10-10 19:38 UTC  (7+ messages)
` [PATCH v3 1/9] KVM: selftest: Create KVM selftest runner
` [PATCH v3 9/9] KVM: selftests: Provide README.rst for KVM selftests runner

[PATCH 0/2] KVM: arm64: selftests: Cover ID_AA64ISAR3_EL1 in set_id_regs
 2025-10-10 15:29 UTC  (3+ messages)
` [PATCH 2/2] "

[PATCH 12/16] target/ppc: Replace HOST_BIG_ENDIAN #ifdef with runtime if() check
 2025-10-10 13:42 UTC 

[syzbot] Monthly kvm report (Oct 2025)
 2025-10-10  7:32 UTC 

[kvm-unit-tests PATCH v2 0/4] Better backtraces for leaf functions
 2025-10-10  6:03 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 2/4] x86: "

Hang on reboot in FreeBSD guest on Linux KVM host
 2025-10-10  5:04 UTC  (16+ messages)
                ` Hang on reboot in multi-core FreeBSD guest on Linux KVM host with Intel Sierra Forest CPU

REGRESSION on linux-next (next-20250919)
 2025-10-10  0:47 UTC  (8+ messages)

[PATCH] KVM: guest_memfd: Define a CLASS to get+put guest_memfd file from a memslot
 2025-10-10  0:21 UTC  (3+ messages)

[PATCH 00/12] Extend test coverage for nested SVM
 2025-10-09 23:30 UTC  (18+ messages)
` [PATCH 01/12] KVM: selftests: Minor improvements to asserts in test_vmx_nested_state()
` [PATCH 02/12] KVM: selftests: Extend vmx_set_nested_state_test to cover SVM
` [PATCH 03/12] KVM: selftests: Extend vmx_close_while_nested_test "
` [PATCH 04/12] KVM: selftests: Extend vmx_nested_tsc_scaling_test "
` [PATCH 05/12] KVM: selftests: Remove invalid CR3 test from vmx_tsc_adjust_test
` [PATCH 06/12] KVM: selftests: Extend vmx_tsc_adjust_test to cover SVM
` [PATCH 07/12] KVM: selftests: Pass the root HVA directly to nested mapping functions

[PATCH v2 0/2] KVM: SVM: GIF and EFER.SVME are independent
 2025-10-09 23:24 UTC  (4+ messages)
` [PATCH v2 1/2] KVM: SVM: Allow KVM_SET_NESTED_STATE to clear GIF when SVME==0
` [PATCH v2 2/2] KVM: SVM: Don't set GIF when clearing EFER.SVME

[PATCH v2 0/3] vfio: handle DMA map/unmap up to the addressable limit
 2025-10-09 18:01 UTC  (9+ messages)
` [PATCH v2 1/3] vfio/type1: sanitize for overflow using check_*_overflow
` [PATCH v2 3/3] vfio/type1: handle DMA map/unmap up to the addressable limit

[PATCH net-next v6 0/9] vsock: add namespace support to vhost-vsock
 2025-10-09 16:59 UTC  (4+ messages)
` [PATCH net-next v6 9/9] selftests/vsock: add namespace tests

[PATCH v2 0/4] arm64/sysreg: Introduce Prefix descriptor and generated ICH_VMCR_EL2 support
 2025-10-09 16:54 UTC  (5+ messages)
` [PATCH v2 1/4] arm64/sysreg: Fix checks for incomplete sysreg definitions
` [PATCH v2 4/4] KVM: arm64: gic-v3: Switch vGIC-v3 to use generated ICH_VMCR_EL2
` [PATCH v2 3/4] arm64/sysreg: Add ICH_VMCR_EL2
` [PATCH v2 2/4] arm64/sysreg: Support feature-specific fields with 'Prefix' descriptor

[PATCH v2 00/37] mm: remove nth_page()
 2025-10-09 13:05 UTC  (13+ messages)
` [PATCH v2 08/37] mm/hugetlb: check for unreasonable folio sizes when registering hstate
  ` (bisected) "

[PATCH 0/3] arm64/sysreg: Introduce Feat descriptor and generated ICH_VMCR_EL2 support
 2025-10-09 12:42 UTC  (5+ messages)
` [PATCH 1/3] arm64/sysreg: Support feature-specific fields with 'Feat' descriptor

[PATCH v9 00/21] Introduce smp.modules for x86 in QEMU
 2025-10-09 11:40 UTC  (4+ messages)
` [PATCH v9 02/21] hw/core/machine: Support modules in -smp

[PATCH v2 1/2] target/i386: Add TSA attack variants TSA-SQ and TSA-L1
 2025-10-09 11:30 UTC  (4+ messages)
` [PATCH v2 2/2] target/i386: Add TSA feature flag verw-clear

[PATCH RFC 00/35] mm: remove nth_page()
 2025-10-09 10:30 UTC  (6+ messages)
` [PATCH RFC 06/35] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()

[PATCH] RISC-V: KVM: flush VS-stage TLB after VCPU migration to prevent stale entries
 2025-10-09 10:15 UTC  (3+ messages)

[PATCH 1/1] target/i386/kvm: account blackout downtime for kvm-clock and guest TSC
 2025-10-09  9:58 UTC 

[PATCH 1/1] LoongArch: KVM: Add AVEC support
 2025-10-09  2:46 UTC 

[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
 2025-10-09  2:19 UTC  (5+ messages)
` [PATCH v5 32/44] KVM: x86/pmu: Disable interception of select PMU MSRs "

update kernel-doc for MEMBLOCK_RSRV_NOINIT (was: Re: [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap())
 2025-10-09  1:07 UTC  (2+ messages)

[PATCH v6 0/8] Add SBI v3.0 PMU enhancements
 2025-10-09  1:06 UTC  (2+ messages)

[PATCH] powerpc, ocxl: Fix extraction of struct xive_irq_data
 2025-10-09  0:40 UTC  (3+ messages)

[PATCH 00/12] vfio: selftests: Support for multi-device tests
 2025-10-08 23:25 UTC  (13+ 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 03/12] vfio: selftests: Rename struct vfio_iommu_mode to iommu_mode
` [PATCH 04/12] vfio: selftests: Introduce struct iommu
` [PATCH 05/12] vfio: selftests: Support multiple devices in the same container/iommufd
` [PATCH 06/12] vfio: selftests: Eliminate overly chatty logging
` [PATCH 07/12] vfio: selftests: Prefix logs with device BDF where relevant
` [PATCH 08/12] vfio: selftests: Rename struct vfio_dma_region to dma_region
` [PATCH 09/12] vfio: selftests: Move iommu_*() functions into iommu.c
` [PATCH 10/12] vfio: selftests: Rename vfio_util.h to libvfio.h
` [PATCH 11/12] vfio: selftests: Split libvfio.h into separate header files
` [PATCH 12/12] vfio: selftests: Add vfio_pci_device_init_perf_test

[PATCH 1/2] KVM: For manual-protect GET_DIRTY_LOG, do not hold slots lock
 2025-10-08 22:31 UTC  (3+ messages)

[GIT PULL] VFIO updates for v6.18-rc1 part 2
 2025-10-08 18:48 UTC  (2+ messages)

[PATCH v8 0/7] TDX host: kexec/kdump support
 2025-10-08 18:13 UTC  (13+ messages)
` [PATCH 4/7] x86/kexec: Disable kexec/kdump on platforms with TDX partial write erratum


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