public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-12 10:29:15 to 2025-11-13 22:56:41 UTC [more...]

[PATCH 0/9] KVM: SVM: Fix (hilarious) exit_code bugs
 2025-11-13 22:56 UTC  (9+ messages)
` [PATCH 1/9] KVM: nSVM: Clear exit_code_hi in VMCB when synthesizing nested VM-Exits
` [PATCH 2/9] KVM: nSVM: Set exit_code_hi to -1 when synthesizing SVM_EXIT_ERR (failed VMRUN)
` [PATCH 3/9] KVM: SVM: Add a helper to detect VMRUN failures
` [PATCH 4/9] KVM: SVM: Open code handling of unexpected exits in svm_invoke_exit_handler()
` [PATCH 5/9] KVM: SVM: Check for an unexpected VM-Exit after RETPOLINE "fast" handling
` [PATCH 6/9] KVM: SVM: Filter out 64-bit exit codes when invoking exit handlers on bare metal
` [PATCH 7/9] KVM: SVM: Treat exit_code as an unsigned 64-bit value through all of KVM
` [PATCH 8/9] KVM: SVM: Limit incorrect check on SVM_EXIT_ERR to running as a VM

[kvm-unit-tests] x86/svm: Correctly extract the IP from LBR MSRs
 2025-11-13 22:46 UTC 

[PATCH v4 0/3] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-11-13 22:33 UTC  (8+ messages)

[PATCH v9 00/22] Enable FRED with KVM VMX
 2025-11-13 22:20 UTC  (9+ messages)
` [PATCH v9 18/22] KVM: nVMX: Enable support for secondary VM exit controls
` [PATCH v9 20/22] KVM: nVMX: Validate FRED-related VMCS fields
` [PATCH v9 22/22] KVM: nVMX: Enable VMX FRED controls

[PATCH 0/2] KVM: SVM: Add fast MMIO bus writes
 2025-11-13 22:16 UTC  (3+ messages)
` [PATCH 1/2] KVM: SVM: Rename "fault_address" to "gpa" in npf_interception()
` [PATCH 2/2] KVM: SVM: Add support for expedited writes to the fast MMIO bus

[PATCH v4 0/8] x86/bugs: KVM: L1TF and MMIO Stale Data cleanups
 2025-11-13 22:01 UTC  (29+ messages)
` [PATCH v4 1/8] x86/bugs: Use VM_CLEAR_CPU_BUFFERS in VMX as well
` [PATCH v4 2/8] x86/bugs: Decouple ALTERNATIVE usage from VERW macro definition
` [PATCH v4 3/8] x86/bugs: Use an X86_FEATURE_xxx flag for the MMIO Stale Data mitigation
` [PATCH v4 4/8] KVM: VMX: Handle MMIO Stale Data in VM-Enter assembly via ALTERNATIVES_2
` [PATCH v4 5/8] x86/bugs: KVM: Move VM_CLEAR_CPU_BUFFERS into SVM as SVM_CLEAR_CPU_BUFFERS

[PATCH v2 00/45] KVM: arm64: Add LR overflow infrastructure
 2025-11-13 21:59 UTC  (16+ messages)
` [PATCH v2 05/45] KVM: arm64: GICv3: Detect and work around the lack of ICV_DIR_EL1 trapping
  ` [PATCH v2 04/45] KVM: arm64: Turn vgic-v3 errata traps into a patched-in constant

[PATCH] KVM: arm64: GICv3: Check the implementation before accessing ICH_VTR_EL2
 2025-11-13 21:37 UTC  (2+ messages)

[PATCH v4 0/4] SEV-SNP guest policy bit support updates
 2025-11-13 21:15 UTC  (6+ messages)
` [PATCH v4 2/4] crypto: ccp - Add an API to return the supported SEV-SNP policy bits

[PATCH v2 1/1] KVM: VMX: configure SVI during runtime APICv activation
 2025-11-13 21:13 UTC  (4+ messages)

[PATCH] KVM: x86: Allocate/free user_return_msrs at kvm.ko (un)loading time
 2025-11-13 21:02 UTC  (3+ messages)

[PATCH v6 0/4] KVM: x86: Fix hard lockup with periodic timer in guest
 2025-11-13 20:51 UTC  (5+ messages)
` [PATCH v6 1/4] KVM: x86: WARN if hrtimer callback for periodic APIC timer fires with period=0
` [PATCH v6 2/4] KVM: x86: Explicitly set new periodic hrtimer expiration in apic_timer_fn()
` [PATCH v6 3/4] KVM: x86: Fix VM hard lockup after prolonged inactivity with periodic HV timer
` [PATCH v6 4/4] KVM: x86: Grab lapic_timer in a local variable to cleanup periodic code

[PATCH v3 0/5] arm64/sysreg: Introduce Prefix descriptor and generated ICH_VMCR_EL2 support
 2025-11-13 19:01 UTC  (2+ messages)
` (subset) "

[PATCH RESEND] KVM: TDX: Use struct_size and simplify tdx_get_capabilities
 2025-11-13 18:55 UTC  (8+ messages)

[PATCH 0/9] Initial DMABUF support for iommufd
 2025-11-13 18:37 UTC  (7+ messages)

[PATCH net-next v9 00/14] vsock: add namespace support to vhost-vsock and loopback
 2025-11-13 18:26 UTC  (25+ messages)
` [PATCH net-next v9 01/14] vsock: a per-net vsock NS mode state
` [PATCH net-next v9 02/14] vsock: add netns to vsock core
` [PATCH net-next v9 03/14] vsock/virtio: add netns support to virtio transport and virtio common
` [PATCH net-next v9 06/14] vsock/loopback: add netns support
` [PATCH net-next v9 08/14] vsock: reject bad VSOCK_NET_MODE_LOCAL configuration for G2H
` [PATCH net-next v9 10/14] selftests/vsock: prepare vm management helpers for namespaces
` [PATCH net-next v9 11/14] selftests/vsock: add tests for proc sys vsock ns_mode
` [PATCH net-next v9 13/14] selftests/vsock: add tests for host <-> vm connectivity with namespaces

[PATCH v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
 2025-11-13 15:32 UTC  (20+ messages)
` [PATCH v3 02/16] mm: introduce leaf entry type and use to simplify leaf entry logic
` [PATCH v3 03/16] mm: avoid unnecessary uses of is_swap_pte()

[RFC PATCH v2 00/23] KVM: TDX huge page support for private memory
 2025-11-13 15:26 UTC  (20+ messages)
` [RFC PATCH v2 03/23] x86/tdx: Enhance tdh_phymem_page_wbinvd_hkid() to invalidate huge pages
` [RFC PATCH v2 09/23] KVM: x86/tdp_mmu: Add split_external_spt hook called during write mmu_lock
` [RFC PATCH v2 10/23] KVM: TDX: Enable huge page splitting under write kvm->mmu_lock
` [RFC PATCH v2 12/23] KVM: x86/mmu: Introduce kvm_split_cross_boundary_leafs()

[PATCH RFC v2 00/11] KVM: s390: Add VSIE SIGP Interpretation (vsie_sigpif)
 2025-11-13 15:24 UTC  (3+ messages)
` [PATCH RFC v2 06/11] KVM: s390: Add helper to pin multiple guest pages

[PATCH v3 00/14] Improvements for (nested) SVM testing
 2025-11-13 14:59 UTC  (8+ messages)
` [PATCH v3 03/14] x86/svm: Cleanup selective cr0 write intercept test
` [PATCH v3 04/14] x86/svm: Move CR0 selective write intercept test near CR3 intercept
` [PATCH v3 12/14] x86/svm: Cleanup LBRV tests

[PATCH v2] KVM: s390: Add capability that forwards operation exceptions
 2025-11-13 14:32 UTC 

[PATCH 00/10] sched/kvm: Semantics-aware vCPU scheduling for oversubscribed KVM
 2025-11-13 13:56 UTC  (20+ messages)
` [PATCH 02/10] sched/fair: Add rate-limiting and validation helpers
` [PATCH 03/10] sched/fair: Add cgroup LCA finder for hierarchical yield
` [PATCH 04/10] sched/fair: Add penalty calculation and application logic

[PATCH v3 0/2] arm: add kvm-psci-version vcpu property
 2025-11-13 12:05 UTC  (5+ messages)
` [PATCH v3 1/2] target/arm/kvm: add constants for new PSCI versions
` [PATCH v3 2/2] target/arm/kvm: add kvm-psci-version vcpu property

[PATCH v3 00/23] KVM: s390: gmap rewrite, the real deal
 2025-11-13 10:18 UTC  (7+ messages)
` [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 net] vhost: rewind next_avail_head while discarding descriptors
 2025-11-13  8:13 UTC  (2+ messages)

[Bug 220776] New: When passthrough device to KVM guest with iommufd+hugepage, more hugepage are used than assigned, and DMAR error reported from host dmesg
 2025-11-13  6:30 UTC  (4+ messages)
` [Bug 220776] "

[RFC PATCH 0/7] KVM: SVM: Support for PMC virtualization
 2025-11-13  6:18 UTC  (8+ messages)
` [RFC PATCH 1/7] perf: Add a capability for hardware virtualized PMUs
` [RFC PATCH 2/7] x86/cpufeatures: Add PerfCtrVirt feature bit
` [RFC PATCH 3/7] perf/x86/amd/core: Set PERF_PMU_CAP_VIRTUALIZED_VPMU
` [RFC PATCH 4/7] KVM: x86/pmu: Add support for hardware virtualized PMUs
` [RFC PATCH 5/7] KVM: SVM: Add VMCB fields for PMC virtualization
` [RFC PATCH 6/7] KVM: SVM: Add support "
` [RFC PATCH 7/7] KVM: SVM: Adjust MSR index for legacy guests

[PATCH 0/3] KVM: arm64: Reschedule as needed when destroying the stage-2 page-tables
 2025-11-13  5:24 UTC  (4+ messages)
` [PATCH 1/3] KVM: arm64: Only drop references on empty tables in stage2_free_walker
` [PATCH 2/3] KVM: arm64: Split kvm_pgtable_stage2_destroy()
` [PATCH 3/3] KVM: arm64: Reschedule as needed when destroying the stage-2 page-tables

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2025-11-13  1:42 UTC  (3+ messages)
` [RFC PATCH v1 03/37] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined

[PATCH net-next] vhost: use "checked" versions of get_user() and put_user()
 2025-11-13  1:09 UTC  (2+ messages)

[PATCH v2 00/18] vfio: selftests: Support for multi-device tests
 2025-11-13  0:36 UTC  (23+ messages)
` [PATCH v2 01/18] vfio: selftests: Move run.sh into scripts directory
` [PATCH v2 02/18] vfio: selftests: Split run.sh into separate scripts
` [PATCH v2 03/18] vfio: selftests: Allow passing multiple BDFs on the command line
` [PATCH v2 04/18] vfio: selftests: Rename struct vfio_iommu_mode to iommu_mode
` [PATCH v2 05/18] vfio: selftests: Introduce struct iommu
` [PATCH v2 06/18] vfio: selftests: Support multiple devices in the same container/iommufd
` [PATCH v2 07/18] vfio: selftests: Eliminate overly chatty logging
` [PATCH v2 08/18] vfio: selftests: Prefix logs with device BDF where relevant
` [PATCH v2 09/18] vfio: selftests: Upgrade driver logging to dev_err()
` [PATCH v2 10/18] vfio: selftests: Rename struct vfio_dma_region to dma_region
` [PATCH v2 11/18] vfio: selftests: Move IOMMU library code into iommu.c
` [PATCH v2 12/18] vfio: selftests: Move IOVA allocator into iova_allocator.c
` [PATCH v2 13/18] vfio: selftests: Stop passing device for IOMMU operations
` [PATCH v2 14/18] vfio: selftests: Rename vfio_util.h to libvfio.h
` [PATCH v2 15/18] vfio: selftests: Move vfio_selftests_*() helpers into libvfio.c
` [PATCH v2 16/18] vfio: selftests: Split libvfio.h into separate header files
` [PATCH v2 17/18] vfio: selftests: Eliminate INVALID_IOVA
` [PATCH v2 18/18] vfio: selftests: Add vfio_pci_device_init_perf_test

[PATCH] KVM: x86: Enforce use of EXPORT_SYMBOL_FOR_KVM_INTERNAL
 2025-11-12 22:23 UTC  (3+ messages)

[PATCH v3 0/4] vfio: selftests: update DMA mapping tests to use queried IOVA ranges
 2025-11-12 21:31 UTC  (7+ messages)

[PATCH v2] RISC-V: KVM: Fix guest page fault within HLV* instructions
 2025-11-12 19:41 UTC  (2+ messages)

[kvm-unit-tests PATCH 00/17] x86/vmx: align with Linux kernel VMX definitions
 2025-11-12 19:02 UTC  (2+ messages)

[PATCH v5 0/5] Disable ATS via iommu during PCI resets
 2025-11-12 17:43 UTC  (7+ messages)
` [PATCH v5 3/5] iommu: Add iommu_driver_get_domain_for_dev() helper
` [PATCH v5 4/5] iommu: Introduce iommu_dev_reset_prepare() and iommu_dev_reset_done()

[PATCH 0/4] x86: Restrict KVM-induced symbol exports to KVM
 2025-11-12 17:39 UTC  (5+ messages)
` [PATCH 1/4] x86/bugs: Drop unnecessary export of "x86_spec_ctrl_base"
` [PATCH 2/4] x86/mtrr: Drop unnecessary export of "mtrr_state"
` [PATCH 3/4] x86/mm: Drop unnecessary export of "ptdump_walk_pgd_level_debugfs"
` [PATCH 4/4] x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possible

[PATCH v2 0/2] arm: add kvm-psci-version vcpu property
 2025-11-12 17:20 UTC  (4+ messages)
` [PATCH v2 2/2] target/arm/kvm: "

[Invitation] bi-weekly guest_memfd upstream call on 2025-11-13
 2025-11-12 14:05 UTC 

[PATCH v5 00/28] vfio/xe: Add driver variant for Xe VF migration
 2025-11-12 13:46 UTC  (9+ messages)
` [PATCH v5 05/28] drm/xe/pf: Add data structures and handlers for migration rings
` [PATCH v5 28/28] vfio/xe: Add device specific vfio_pci driver variant for Intel graphics


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