public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-04 19:31:12 to 2025-11-06 16:16:45 UTC [more...]

[PATCH net-next v8 00/14] vsock: add namespace support to vhost-vsock
 2025-11-06 16:16 UTC  (3+ messages)
` [PATCH net-next v8 01/14] vsock: a per-net vsock NS mode state

[PATCH v3 00/23] KVM: s390: gmap rewrite, the real deal
 2025-11-06 16:11 UTC  (24+ 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] KVM: x86: SVM: Mark VMCB_LBR dirty when L1 sets DebugCtl[LBR]
 2025-11-06 16:08 UTC  (2+ messages)

[PATCH v1 1/1] KVM: s390: Fix gmap_helper_zap_one_page() again
 2025-11-06 15:25 UTC 

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

[PATCH] RISC-V: KVM: Fix guest page fault within HLV* instructions
 2025-11-06 13:29 UTC  (3+ messages)
  `  "

[PATCH] LoongArch: KVM: Set page with write privilege if dirty track disabled
 2025-11-06 12:30 UTC  (2+ messages)

[PATCH] LoongArch: KVM: Add delay until timer interrupt injected
 2025-11-06 12:27 UTC  (2+ messages)

[PATCH] LoongArch: KVM: Fix max supported vCPUs set with eiointc
 2025-11-06 12:27 UTC  (2+ messages)

[PATCH v4 00/28] vfio/xe: Add driver variant for Xe VF migration
 2025-11-06 11:31 UTC  (38+ messages)
` [PATCH v4 01/28] drm/xe/pf: Remove GuC version check for migration support
` [PATCH v4 02/28] drm/xe: Move migration support to device-level struct
` [PATCH v4 03/28] drm/xe/pf: Convert control state to bitmap
` [PATCH v4 04/28] drm/xe/pf: Add save/restore control state stubs and connect to debugfs
` [PATCH v4 05/28] drm/xe/pf: Add data structures and handlers for migration rings
` [PATCH v4 06/28] drm/xe/pf: Add helpers for migration data packet allocation / free
` [PATCH v4 07/28] drm/xe/pf: Add support for encap/decap of bitstream to/from packet
` [PATCH v4 08/28] drm/xe/pf: Add minimalistic migration descriptor
` [PATCH v4 09/28] drm/xe/pf: Expose VF migration data size over debugfs
` [PATCH v4 10/28] drm/xe: Add sa/guc_buf_cache sync interface
` [PATCH v4 11/28] drm/xe: Allow the caller to pass guc_buf_cache size
` [PATCH v4 12/28] drm/xe/pf: Increase PF GuC Buffer Cache size and use it for VF migration
` [PATCH v4 13/28] drm/xe/pf: Remove GuC migration data save/restore from GT debugfs
` [PATCH v4 14/28] drm/xe/pf: Don't save GuC VF migration data on pause
` [PATCH v4 15/28] drm/xe/pf: Switch VF migration GuC save/restore to struct migration data
` [PATCH v4 16/28] drm/xe/pf: Handle GuC migration data as part of PF control
` [PATCH v4 17/28] drm/xe/pf: Add helpers for VF GGTT migration data handling
` [PATCH v4 18/28] drm/xe/pf: Handle GGTT migration data as part of PF control
` [PATCH v4 19/28] drm/xe/pf: Handle MMIO "
` [PATCH v4 20/28] drm/xe/pf: Add helper to retrieve VF's LMEM object
` [PATCH v4 21/28] drm/xe/migrate: Add function to copy of VRAM data in chunks
` [PATCH v4 22/28] drm/xe/pf: Handle VRAM migration data as part of PF control
` [PATCH v4 23/28] drm/xe/pf: Add wait helper for VF FLR
` [PATCH v4 24/28] drm/xe/pf: Enable SR-IOV VF migration
` [PATCH v4 25/28] drm/xe/pci: Introduce a helper to allow VF access to PF xe_device
` [PATCH v4 26/28] drm/xe/pf: Export helpers for VFIO
` [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] KVM: x86: Add a help to dedup loading guest/host XCR0 and XSS
 2025-11-06 10:11 UTC 

[PATCH v11 0/9] support FEAT_LSUI
 2025-11-06  9:40 UTC  (10+ messages)
` [PATCH v11 1/9] arm64: cpufeature: add FEAT_LSUI
` [PATCH v11 2/9] KVM: arm64: expose FEAT_LSUI to guest
` [PATCH v11 3/9] KVM: arm64: kselftest: set_id_regs: add test for FEAT_LSUI
` [PATCH v11 4/9] arm64: Kconfig: Detect toolchain support for LSUI
` [PATCH v11 5/9] arm64: futex: refactor futex atomic operation
` [PATCH v11 6/9] arm64: futex: support futex with FEAT_LSUI
` [PATCH v11 7/9] arm64: separate common LSUI definitions into lsui.h
` [PATCH v11 8/9] arm64: armv8_deprecated: convert user_swpX to inline function
` [PATCH v11 9/9] arm64: armv8_deprecated: apply FEAT_LSUI for swpX emulation

[PATCH v4 0/7] KVM: SVM: Add Page Modification Logging (PML) support
 2025-11-06  9:28 UTC  (4+ messages)
` [PATCH v4 7/7] KVM: SVM: Add Page modification logging support

[PATCH 1/1] vhost: Fix kthread worker cgroup failure handling
 2025-11-06  6:39 UTC  (2+ messages)

[PATCH] RISCV: KVM: Add support for userspace to suspend a vCPU
 2025-11-06  6:31 UTC  (2+ messages)

[PATCH] KVM: VMX: Fix check for valid GVA on an EPT violation
 2025-11-06  6:07 UTC  (2+ messages)

[PATCH v2] RISC-V: KVM: Introduce KVM_EXIT_FAIL_ENTRY_NO_VSFILE
 2025-11-06  5:47 UTC  (2+ messages)

[PATCH v12 0/2] update live migration configuration region
 2025-11-06  2:26 UTC  (4+ messages)
` [PATCH v12 2/2] hisi_acc_vfio_pci: adapt to new migration configuration

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

[PATCH 0/4] KVM: x86: Cleanup #MC and XCR0/XSS/PKRU handling
 2025-11-06  1:55 UTC  (5+ messages)
` [PATCH 3/4] KVM: x86: Load guest/host XCR0 and XSS outside of the fastpath run loop

[PATCH 00/11] Nested SVM fixes, cleanups, and hardening
 2025-11-06  1:17 UTC  (16+ messages)
` [PATCH 01/11] KVM: nSVM: Fix consistency checks for NP_ENABLE
` [PATCH 02/11] KVM: nSVM: Add missing consistency check for EFER, CR0, CR4, and CS
` [PATCH 03/11] KVM: nSVM: Add missing consistency check for event_inj
` [PATCH 04/11] KVM: SVM: Rename vmcb->nested_ctl to vmcb->misc_ctl
` [PATCH 05/11] KVM: SVM: Rename vmcb->virt_ext to vmcb->misc_ctl2
` [PATCH 06/11] KVM: SVM: switch svm_copy_lbrs() to a macro
` [PATCH 07/11] KVM: nSVM: Cache all used fields from VMCB12
` [PATCH 08/11] KVM: nSVM: Restrict mapping VMCB12 on nested VMRUN
` [PATCH 09/11] KVM: nSVM: Simplify nested_svm_vmrun()
` [PATCH 10/11] KVM: nSVM: Sanitize control fields copied from VMCB12
` [PATCH 11/11] KVM: nSVM: Only copy NP_ENABLE from VMCB01's nested_ctl

[PATCH] KVM: SVM: Ensure SPEC_CTRL[63:32] is context switched between guest and host
 2025-11-06  1:13 UTC 

[PATCH] KVM: VMX: Micro-optimize SPEC_CTRL handling in __vmx_vcpu_run()
 2025-11-06  1:12 UTC  (7+ messages)

[PATCH 0/4] vfio: selftest: Add SR-IOV UAPI test
 2025-11-06  1:00 UTC  (11+ 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/12] vfio: selftests: Support for multi-device tests
 2025-11-05 21:54 UTC  (4+ messages)

[PATCH 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
 2025-11-05 21:47 UTC  (24+ 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 0/3] KVM: nSVM: Fixes for SVM_EXIT_CR0_SEL_WRITE injection
 2025-11-05 21:35 UTC  (9+ messages)
` [PATCH 2/3] KVM: nSVM: Propagate SVM_EXIT_CR0_SEL_WRITE correctly for LMSW emulation
` [PATCH 3/3] KVM: nSVM: Avoid incorrect injection of SVM_EXIT_CR0_SEL_WRITE

[PATCH] KVM: x86: skip userspace IOAPIC EOI exit when Directed EOI is enabled
 2025-11-05 21:33 UTC  (10+ messages)

[PATCH 00/22] vfio: Give VFIO_DEVICE_GET_REGION_INFO its own op
 2025-11-05 21:19 UTC  (8+ messages)
` [PATCH 14/22] vfio: Require drivers to implement get_region_info

Question: 'pmu' kvm unit test fails when run nested with NMI watchdog on the host
 2025-11-05 20:29 UTC 

[PATCH 1/1] vfio/pci: add PCIe TPH device ioctl
 2025-11-05 19:15 UTC  (4+ messages)

[PATCH v3 00/28] vfio/xe: Add driver variant for Xe VF migration
 2025-11-05 17:42 UTC  (9+ messages)
` [PATCH v3 27/28] drm/intel/pciids: Add match with VFIO override

[PATCH RFC] KVM: TDX: Allow in place TDX.PAGE.ADD
 2025-11-05 15:44 UTC 

[PATCH v3 00/25] KVM: x86/mmu: TDX post-populate cleanups
 2025-11-05 15:26 UTC  (8+ messages)
` [PATCH v3 04/25] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU

[PATCH v2 RESEND] KVM: riscv: selftests: Add riscv vm satp modes
 2025-11-05 15:14 UTC 

[PATCH v4 0/1] KVM: x86: fix some kvm period timer BUG
 2025-11-05 13:53 UTC  (2+ messages)
` [PATCH v4 1/1] fix hardlockup when waking VM after long suspend

[PATCH 05/33] KVM: arm64: GICv3: Detect and work around the lack of ICV_DIR_EL1 trapping
 2025-11-05 11:31 UTC  (3+ messages)

[PATCH v3 00/20] i386: Support CET for KVM
 2025-11-05 10:41 UTC  (12+ messages)
` [PATCH v3 10/20] i386/cpu: Add missing migratable xsave features
` [PATCH v3 15/20] i386/machine: Add vmstate for cet-ss and cet-ibt

[PATCH v6 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-05  8:17 UTC  (5+ messages)

[Bug 220740] New: Host crash when do PF passthrough to KVM guest with some devices
 2025-11-05  8:12 UTC  (4+ messages)
` [Bug 220740] "

[PATCH] entry: Fix ifndef around arch_xfer_to_guest_mode_handle_work() stub
 2025-11-05  3:40 UTC 

[PATCH] KVM: selftests: Use "gpa" and "gva" for local variable names in pre-fault test
 2025-11-05  2:02 UTC  (3+ messages)

[PATCH] KVM: selftests: Rename "guest_paddr" variables to "gpa"
 2025-11-05  1:54 UTC  (2+ messages)

[PATCH v3 0/3] VMSCAPE optimization for BHI variant
 2025-11-04 23:36 UTC  (6+ messages)
` [PATCH v3 3/3] x86/vmscape: Remove LFENCE from BHB clearing long loop

[PATCH AUTOSEL 6.17] x86/kexec: Disable kexec/kdump on platforms with TDX partial write erratum
 2025-11-04 21:27 UTC  (5+ messages)

[kvm-unit-tests 0/4] Misc fixups/cleanups for nested tests
 2025-11-04 19:30 UTC  (5+ messages)
` [kvm-unit-tests 1/4] x86/vmx: Skip vmx_pf_exception_test_fep early if FEP is not available
` [kvm-unit-tests 2/4] x86/svm: Print SVM test names before running tests
` [kvm-unit-tests 3/4] x86/svm: Replace #UD on failure in LBRV tests with proper report()s
` [kvm-unit-tests 4/4] x86/svm: Deflake svm_tsc_scale_test


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