messages from 2025-11-04 05:53:14 to 2025-11-06 01:13:34 UTC [more...]
[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 v12 0/2] update live migration configuration region
2025-11-05 22:32 UTC (3+ messages)
` [PATCH v12 2/2] hisi_acc_vfio_pci: adapt to new migration configuration
[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 (26+ 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 13/16] mm: remove non_swap_entry() and use leaf entry helpers instead
[PATCH v4 00/28] vfio/xe: Add driver variant for Xe VF migration
2025-11-05 21:45 UTC (33+ 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 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 00/11] Nested SVM fixes, cleanups, and hardening
2025-11-05 19:29 UTC (15+ 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 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 (27+ messages)
` [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 16/28] drm/xe/pf: Handle GuC migration data as part of PF control
` [PATCH v3 18/28] drm/xe/pf: Handle GGTT "
` [PATCH v3 19/28] drm/xe/pf: Handle MMIO "
` [PATCH v3 22/28] drm/xe/pf: Handle VRAM "
` [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 0/4] KVM: x86: Cleanup #MC and XCR0/XSS/PKRU handling
2025-11-05 14:43 UTC (4+ messages)
` [PATCH 3/4] KVM: x86: Load guest/host XCR0 and XSS outside of the fastpath run loop
[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 00/33] KVM: arm64: Add LR overflow infrastructure
2025-11-05 11:31 UTC (9+ messages)
` [PATCH 03/33] irqchip/apple-aic: Spit out ICH_MIDR_EL2 value on spurious vGIC MI
` [PATCH 05/33] KVM: arm64: GICv3: Detect and work around the lack of ICV_DIR_EL1 trapping
[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 v5 0/4] KVM: x86: User-return MSR fix+cleanups
2025-11-05 9:16 UTC (11+ messages)
` [PATCH v5 1/4] KVM: TDX: Explicitly set user-return MSRs that *may* be clobbered by the TDX-Module
` [PATCH v5 4/4] KVM: x86: Don't disable IRQs when unregistering user-return notifier
[PATCH v6 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-11-05 8:17 UTC (7+ messages)
[Bug 220740] New: Host crash when do PF passthrough to KVM guest with some devices
2025-11-05 8:12 UTC (5+ 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 (3+ 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
[PATCH v4 00/28] KVM: x86/mmu: TDX post-populate cleanups
2025-11-04 18:02 UTC (6+ messages)
` [PATCH v4 27/28] KVM: TDX: Bug the VM if extending the initial measurement fails
[PATCH v3] KVM: SVM: Don't skip unrelated instruction if INT3/INTO is replaced
2025-11-04 17:55 UTC
[PATCH] KVM: selftests: Forcefully override ARCH from x86_64 to x86
2025-11-04 17:45 UTC (2+ messages)
[PATCH] KVM: x86: Add a helper to dedup reporting of unhandled VM-Exits
2025-11-04 17:45 UTC (4+ messages)
[PATCH v2 0/2] KVM: VMX: Handle SEAMCALL or TDCALL VM-Exits
2025-11-04 17:45 UTC (2+ messages)
[PATCH] KVM: guest_memfd: Remove bindings on memslot deletion when gmem is dying
2025-11-04 17:45 UTC (3+ messages)
[PATCH 0/3] KVM: SVM: Unregister GALog notifier on module exit
2025-11-04 17:45 UTC (2+ messages)
[PATCH 0/2] KVM: x86: Fix an FPU+CET splat
2025-11-04 17:45 UTC (4+ messages)
` [PATCH 2/2] KVM: x86: Harden KVM against imbalanced load/put of guest FPU state
[PATCH] KVM: SVM: switch to raw spinlock for svm->ir_list_lock
2025-11-04 17:44 UTC (2+ messages)
[PATCH] KVM: x86: Call out MSR_IA32_S_CET is not handled by XSAVES
2025-11-04 17:44 UTC (2+ messages)
[PATCH RFC] kvm: emulate avx vmovdq
2025-11-04 17:40 UTC (2+ messages)
[PATCH v2] KVM: SVM: Don't skip unrelated instruction if INT3/INTO is replaced
2025-11-04 17:29 UTC (3+ messages)
[PATCH v4 0/3] mm: Implement ECC handling for pfn with no struct page
2025-11-04 17:21 UTC (10+ messages)
` [PATCH v4 2/3] mm: handle poisoning of pfn without struct pages
[PATCH v5 0/3] mm: Implement ECC handling for pfn with no struct page
2025-11-04 17:15 UTC (3+ messages)
[PATCH v2] vhost: add a new ioctl VHOST_GET_VRING_WORKER_INFO and use in net.c
2025-11-04 16:41 UTC (3+ messages)
[PATCH v1 0/3] kvm:x86: simplify kvmclock update logic
2025-11-04 16:35 UTC (3+ messages)
[v2][PATCH 0/2] x86/virt/tdx: Minor sparse fixups
2025-11-04 16:31 UTC (8+ messages)
` [v2][PATCH 1/2] x86/virt/tdx: Remove __user annotation from kernel pointer
` [v2][PATCH 2/2] x86/virt/tdx: Fix sparse warnings from using 0 for NULL
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2025-11-04 15:29 UTC (4+ messages)
` [RFC PATCH v1 11/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES
[PATCH] LoongArch: KVM: Add delay until timer interrupt injected
2025-11-04 11:46 UTC
[PATCH v2 1/7] KVM: LoongArch: selftests: Add system registers save and restore on exception
2025-11-04 11:36 UTC (7+ messages)
` [PATCH v2 2/7] KVM: LoongArch: selftests: Add exception handler register interface
` [PATCH v2 3/7] KVM: LoongArch: selftests: Add basic interfaces
` [PATCH v2 4/7] KVM: LoongArch: selftests: Add timer test case with one-shot mode
` [PATCH v2 5/7] KVM: LoongArch: selftests: Add period mode timer test
` [PATCH v2 6/7] KVM: LoongArch: selftests: Add SW emulated "
` [PATCH v2 7/7] KVM: LoongArch: selftests: Add time counter test
[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
2025-11-04 11:08 UTC (8+ 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 v10 0/9] support FEAT_LSUI
2025-11-04 11:01 UTC (6+ messages)
` [PATCH v10 3/9] KVM: arm64: kselftest: set_id_regs: add test for FEAT_LSUI
` [PATCH v10 9/9] arm64: armv8_deprecated: apply FEAT_LSUI for swpX emulation
[PATCH v4 0/8] x86/bugs: KVM: L1TF and MMIO Stale Data cleanups
2025-11-04 10:58 UTC (4+ messages)
[PATCH 1/1] KVM: VMX: configure SVI during runtime APICv activation
2025-11-04 7:37 UTC (2+ messages)
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