public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-20 04:25:45 to 2025-10-21 14:38:02 UTC [more...]

[PATCH] KVM: arm64: gic-v3: Only set ICH_HCR traps for v2-on-v3 or v3 guests
 2025-10-21 14:37 UTC  (7+ messages)

[PATCH v2] RISC-V: KVM: Remove automatic I/O mapping for VM_PFNMAP
 2025-10-21 14:21 UTC 

[PATCH v2 00/11] hw/ppc/spapr: Remove deprecated pseries-3.0 -> pseries-4.2 machines
 2025-10-21 14:21 UTC  (20+ messages)
` [PATCH v2 01/11] ppc/spapr: remove deprecated machine pseries-3.0
` [PATCH v2 02/11] hw/ppc/spapr: Remove SpaprMachineClass::nr_xirqs field
` [PATCH v2 03/11] ppc/spapr: remove deprecated machine pseries-3.1
` [PATCH v2 04/11] hw/ppc/spapr: Inline spapr_dtb_needed()
` [PATCH v2 05/11] hw/ppc/spapr: Inline few SPAPR_IRQ_* uses
` [PATCH v2 06/11] target/ppc/kvm: Remove kvmppc_get_host_serial() as unused
` [PATCH v2 07/11] target/ppc/kvm: Remove kvmppc_get_host_model() "
` [PATCH v2 08/11] ppc/spapr: remove deprecated machine pseries-4.0
` [PATCH v2 09/11] hw/ppc/spapr: Remove SpaprMachineClass::phb_placement callback
` [PATCH v2 10/11] ppc/spapr: remove deprecated machine pseries-4.1
` [PATCH v2 11/11] ppc/spapr: remove deprecated machine pseries-4.2

[PATCH] KVM: arm64: vgic-v3: Trap all if no in-kernel irqchip
 2025-10-21 14:01 UTC  (2+ messages)

[PATCH v3 0/4] KVM: VMX: Unify L1D flush for L1TF
 2025-10-21 13:38 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: VMX: Flush CPU buffers as needed if L1D cache flush is skipped
` [PATCH v3 2/4] KVM: VMX: Bundle all L1 data cache flush mitigation code together

[PATCH v4 0/4] KVM: x86: User-return MSR cleanups
 2025-10-21 13:37 UTC  (4+ messages)
` [PATCH v4 1/4] KVM: TDX: Synchronize user-return MSRs immediately after VP.ENTER

[PATCH v4 0/3] vfio: handle DMA map/unmap up to the addressable limit
 2025-10-21 12:36 UTC  (8+ messages)

[PATCH] KVM: x86/mmu: Move the misplaced export of kvm_zap_gfn_range()
 2025-10-21 11:43 UTC 

[PATCH v3 0/3] mm: Implement ECC handling for pfn with no struct page
 2025-10-21 10:23 UTC  (4+ messages)
` [PATCH v3 1/3] mm: handle poisoning of pfn without struct pages
` [PATCH v3 2/3] mm: Change ghes code to allow poison of non-struct pfn
` [PATCH v3 3/3] vfio/nvgrace-gpu: register device memory for poison handling

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

[PATCH 00/18] hw/ppc/spapr: Remove deprecated pseries-3.0 -> pseries-4.2 machines
 2025-10-21  8:41 UTC  (24+ messages)
` [PATCH 01/18] hw/ppc/spapr: Remove deprecated pseries-3.0 machine
` [PATCH 02/18] hw/ppc/spapr: Remove SpaprMachineClass::spapr_irq_xics_legacy field
` [PATCH 03/18] hw/ppc/spapr: Remove SpaprMachineClass::legacy_irq_allocation field
` [PATCH 04/18] hw/ppc/spapr: Remove SpaprMachineClass::nr_xirqs field
` [PATCH 05/18] hw/ppc/spapr: Remove deprecated pseries-3.1 machine
` [PATCH 06/18] hw/ppc/spapr: Remove SpaprMachineClass::broken_host_serial_model field
` [PATCH 07/18] target/ppc/kvm: Remove kvmppc_get_host_serial() as unused
` [PATCH 08/18] target/ppc/kvm: Remove kvmppc_get_host_model() "
` [PATCH 09/18] hw/ppc/spapr: Remove SpaprMachineClass::dr_phb_enabled field
` [PATCH 10/18] hw/ppc/spapr: Remove SpaprMachineClass::update_dt_enabled field
` [PATCH 11/18] hw/ppc/spapr: Remove deprecated pseries-4.0 machine
` [PATCH 12/18] hw/ppc/spapr: Remove SpaprMachineClass::pre_4_1_migration field
` [PATCH 13/18] hw/ppc/spapr: Remove SpaprMachineClass::phb_placement callback
` [PATCH 14/18] hw/ppc/spapr: Remove deprecated pseries-4.1 machine
` [PATCH 15/18] hw/ppc/spapr: Remove SpaprMachineClass::smp_threads_vsmt field
` [PATCH 16/18] hw/ppc/spapr: Remove SpaprMachineClass::linux_pci_probe field
` [PATCH 17/18] hw/ppc/spapr: Remove deprecated pseries-4.2 machine
` [PATCH 18/18] hw/ppc/spapr: Remove SpaprMachineClass::rma_limit field

[PATCH v2 00/23] Extend test coverage for nested SVM
 2025-10-21  7:47 UTC  (24+ messages)
` [PATCH v2 01/23] KVM: selftests: Minor improvements to asserts in test_vmx_nested_state()
` [PATCH v2 02/23] KVM: selftests: Extend vmx_set_nested_state_test to cover SVM
` [PATCH v2 03/23] KVM: selftests: Extend vmx_close_while_nested_test "
` [PATCH v2 04/23] KVM: selftests: Extend vmx_nested_tsc_scaling_test "
` [PATCH v2 05/23] KVM: selftests: Move nested invalid CR3 check to its own test
` [PATCH v2 06/23] KVM: selftests: Extend nested_invalid_cr3_test to cover SVM
` [PATCH v2 07/23] KVM: selftests: Extend vmx_tsc_adjust_test "
` [PATCH v2 08/23] KVM: selftests: Stop hardcoding PAGE_SIZE in x86 selftests
` [PATCH v2 09/23] KVM: selftests: Remove the unused argument to prepare_eptp()
` [PATCH v2 10/23] KVM: selftests: Stop using __virt_pg_map() directly in tests
` [PATCH v2 11/23] KVM: selftests: Make sure vm->vpages_mapped is always up-to-date
` [PATCH v2 12/23] KVM: selftests: Parameterize the PTE bitmasks for virt mapping functions
` [PATCH v2 13/23] KVM: selftests: Pass the root GPA into virt_get_pte()
` [PATCH v2 14/23] KVM: selftests: Pass the root GPA into __virt_pg_map()
` [PATCH v2 15/23] KVM: selftests: Stop setting AD bits on nested EPTs on creation
` [PATCH v2 16/23] KVM: selftests: Use __virt_pg_map() for nested EPTs
` [PATCH v2 17/23] KVM: selftests: Kill eptPageTablePointer
` [PATCH v2 18/23] KVM: selftests: Generalize nested mapping functions
` [PATCH v2 19/23] KVM: selftests: Move nested MMU mapping functions outside of vmx.c
` [PATCH v2 20/23] KVM: selftests: Stop passing a memslot to nested_map_memslot()
` [PATCH v2 21/23] KVM: selftests: Allow kvm_cpu_has_ept() to be called on AMD CPUs
` [PATCH v2 22/23] KVM: selftests: Set the user bit on nested MMU PTEs
` [PATCH v2 23/23] KVM: selftests: Extend vmx_dirty_log_test to cover SVM

[PATCH v13 00/12] KVM: guest_memfd: Add NUMA mempolicy support
 2025-10-21  5:59 UTC  (3+ messages)

[PATCH v3 00/25] KVM: x86/mmu: TDX post-populate cleanups
 2025-10-21  4:06 UTC  (14+ messages)
` [PATCH v3 04/25] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
` [PATCH v3 07/25] KVM: TDX: Drop superfluous page pinning in S-EPT management
` [PATCH v3 14/25] KVM: TDX: Bug the VM if extended the initial measurement fails
` [PATCH v3 21/25] KVM: TDX: Add tdx_get_cmd() helper to get and validate sub-ioctl command
` [PATCH v3 23/25] KVM: TDX: Use guard() to acquire kvm->lock in tdx_vm_ioctl()
` [PATCH v3 25/25] KVM: TDX: Fix list_add corruption during vcpu_load()

[PATCH] RISC-V: KVM: Remove automatic I/O mapping for VM_PFNMAP
 2025-10-21  2:38 UTC  (4+ messages)
  `  "

[PATCH 00/26] vfio/xe: Add driver variant for Xe VF migration
 2025-10-21  1:49 UTC  (54+ 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 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 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 25/26] drm/xe/pf: Export helpers for VFIO

[RFC PATCH v2 18/18] DO NOT UPSTREAM: RISC-V: KVM: Workaround kvm_riscv_gstage_ioremap() bug
 2025-10-21  1:10 UTC  (4+ messages)

[RFC PATCH 00/21] VFIO live update support
 2025-10-20 23:55 UTC  (18+ messages)
` [RFC PATCH 12/21] vfio/pci: Skip clearing bus master on live update restored device
` [RFC PATCH 15/21] PCI: Make PCI saved state and capability structs public
` [RFC PATCH 18/21] vfio: selftests: Build liveupdate library in VFIO selftests

[PATCH v2 0/3] VMSCAPE optimization for BHI variant
 2025-10-20 22:24 UTC  (5+ messages)
` [PATCH v2 2/3] x86/vmscape: Replace IBPB with branch history clear on exit to userspace

[PATCH 0/4] KVM: selftests: Add test of SET_NESTED_STATE with 48-bit L2 on 57-bit L1
 2025-10-20 17:26 UTC  (7+ messages)
` [PATCH 1/4] KVM: selftests: Use a loop to create guest page tables
` [PATCH 2/4] KVM: selftests: Use a loop to walk "
` [PATCH 4/4] KVM: selftests: Add a VMX test for LA57 nested state

[PATCH v3 00/10] Cleanup patches, mostly PC-related
 2025-10-20 17:22 UTC  (16+ messages)
` [PATCH v3 01/10] hw/timer/i8254: Add I/O trace events
` [PATCH v3 02/10] hw/audio/pcspk: "
` [PATCH v3 03/10] hw/rtc/mc146818rtc: Convert CMOS_DPRINTF() into "
` [PATCH v3 04/10] hw/rtc/mc146818rtc: Use ARRAY_SIZE macro
` [PATCH v3 06/10] hw/ide/ide-internal: Move dma_buf_commit() into ide "namespace"
` [PATCH v3 08/10] hw/i386/apic: Ensure own APIC use in apic_msr_{read,write}
  ` [PATCH v3 08/10] hw/i386/apic: Ensure own APIC use in apic_msr_{read, write}
` [PATCH v3 10/10] tests/qtest/ds1338-test: Reuse from_bcd()

[PATCH v4 00/10] riscv: Add Zalasr ISA extension support
 2025-10-20 17:21 UTC  (8+ messages)
` [PATCH v4 02/10] dt-bindings: riscv: Add Zalasr ISA extension description
` [PATCH v4 03/10] riscv: hwprobe: Export Zalasr extension
` [PATCH v4 04/10] riscv: Introduce Zalasr instructions

[PATCH 1/1] doc/kvm/api: Fix VM exit code for full dirty ring
 2025-10-20 17:11 UTC  (3+ messages)

[PATCH v5 0/9] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-10-20 16:51 UTC  (23+ messages)
` [PATCH v5 1/9] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v5 4/9] PCI/P2PDMA: Export pci_p2pdma_map_type() function
` [PATCH v5 8/9] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v5 9/9] vfio/pci: Add dma-buf export support for MMIO regions

[PATCH 0/9] KVM: VMX: EPTP cleanups and nVMX fixes
 2025-10-20 16:33 UTC  (2+ messages)

[RESEND v4 0/7] KVM: SVM: Add support for 4k vCPUs with x2AVIC
 2025-10-20 16:33 UTC  (2+ messages)

[PATCH v2 0/2] KVM: SVM: Handle EferLmsleUnsupported
 2025-10-20 16:33 UTC  (2+ messages)

[PATCH] KVM: guest_memfd: Define a CLASS to get+put guest_memfd file from a memslot
 2025-10-20 16:33 UTC  (2+ messages)

[PATCH] KVM: selftests: Don't fall over when only one CPU
 2025-10-20 16:32 UTC  (3+ messages)

[PATCH v6 0/2] KVM: guest_memfd: use write for population
 2025-10-20 16:14 UTC  (3+ messages)
` [PATCH v6 1/2] KVM: guest_memfd: add generic population via write
` [PATCH v6 2/2] KVM: selftests: update guest_memfd write tests

[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-10-20 15:52 UTC  (3+ messages)

[PATCH] KVM: use folio_nr_pages() instead of shift operation
 2025-10-20 15:51 UTC  (3+ messages)

[PATCH V3 kvm-x86/gmem 1/2] KVM: guest_memfd: move kvm_gmem_get_index() and use in kvm_gmem_prepare_folio()
 2025-10-20 15:51 UTC  (3+ messages)

[PATCH] KVM: guest_memfd: Drop a superfluous local var in kvm_gmem_fault_user_mapping()
 2025-10-20 15:51 UTC  (3+ messages)

[PATCH] x86/virt/tdx: Use precalculated TDVPR page physical address
 2025-10-20 15:43 UTC  (7+ messages)

[PATCH] KVM: selftests: fix ITS collection target addresses in vgic_lpi_stress
 2025-10-20 15:13 UTC  (5+ messages)

[PATCH v2 0/2] KVM: VMX: Handle SEAMCALL or TDCALL VM-Exits
 2025-10-20 15:03 UTC  (7+ messages)
` [PATCH v2 2/2] KVM: TDX: WARN if a SEAMCALL VM-Exit makes its way out to KVM

[PATCH v2] KVM: selftests: fix MAPC RDbase target formatting in vgic_lpi_stress
 2025-10-20 14:59 UTC 

[PATCH v4 0/3] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-10-20 14:46 UTC  (2+ messages)

[RFC PATCH RESEND 0/3] mm: Fix MF_DELAYED handling on memory failure
 2025-10-20 12:37 UTC  (3+ messages)
` [RFC PATCH RESEND 1/3] mm: memory_failure: Fix MF_DELAYED handling on truncation during failure

[PATCH v7 00/24] WHPX support for Arm
 2025-10-20 10:27 UTC  (4+ messages)
` [PATCH v7 24/24] whpx: apic: use non-deprecated APIs to control interrupt controller state

linux-next: KVM/s390x regression (was: [v7 03/16] mm/huge_memory: add device-private THP support to PMD operations)
 2025-10-20  9:04 UTC  (13+ messages)
  ` linux-next: KVM/s390x regression

[PATCH v4 01/10] PCI: Avoid saving error values for config space
 2025-10-20  8:59 UTC  (12+ messages)

[RFC 0/2] target/loongarch: Add PTW feature support in KVM mode
 2025-10-20  8:11 UTC  (3+ messages)
` [RFC 1/2] linux-headers: Update to Linux v6.18-rc2
` [RFC 2/2] target/loongarch: Add PTW feature support in KVM mode

[PATCH] KVM: x86: Drop "cache" from user return MSR setter that skips WRMSR
 2025-10-20  7:53 UTC  (11+ messages)

[PATCH v4 10/10] RISC-V: KVM: selftests: Add Zalasr extensions to get-reg-list test
 2025-10-20  4:29 UTC 

[PATCH v4 05/10] riscv: Apply Zalasr to smp_load_acquire/smp_store_release
 2025-10-20  4:24 UTC  (2+ messages)
` [PATCH v4 09/10] RISC-V: KVM: Allow Zalasr extensions for Guest/VM


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