public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-15 01:12:22 to 2026-01-16 13:03:17 UTC [more...]

[PATCH] KVM: nSVM: Expose SVM DecodeAssists to guest hypervisors
 2026-01-16 13:03 UTC  (5+ messages)
` [kvm-unit-tests] x86: Add #PF test case for the SVM DecodeAssists feature

[PATCH v2 0/4] x86, fpu/kvm: fix crash with AMX
 2026-01-16 12:22 UTC  (19+ messages)
` [PATCH 1/4] x86/fpu: Clear XSTATE_BV[i] in save state whenever XFD[i]=1

[PATCH v3 00/24] KVM: TDX huge page support for private memory
 2026-01-16 11:25 UTC  (17+ messages)
` [PATCH v3 02/24] x86/virt/tdx: Add SEAMCALL wrapper tdh_mem_page_demote()
` [PATCH v3 06/24] KVM: x86/mmu: Disallow page merging (huge page adjustment) for mirror root
` [PATCH v3 11/24] KVM: x86/mmu: Introduce kvm_split_cross_boundary_leafs()
` [PATCH v3 14/24] KVM: Change the return type of gfn_handler_t() from bool to int

[PATCH v6 0/5] Enable THP support in drm_pagemap
 2026-01-16 11:10 UTC  (2+ messages)
` [PATCH v6 1/5] mm/zone_device: Reinitialize large zone device private folios

[PATCH v5 0/3] KVM: x86: Add userspace control for Suppress EOI Broadcast
 2026-01-16 10:02 UTC  (8+ messages)
` [PATCH v5 1/3] KVM: x86: Refactor suppress EOI broadcast logic

[PATCH] KVM: riscv: Fix Spectre-v1 in APLIC interrupt handling
 2026-01-16  9:57 UTC 

[PATCH 0/3] KVM: x86: Mitigate kvm-clock drift caused by masterclock update
 2026-01-16  9:31 UTC  (7+ messages)
` [PATCH 1/3] KVM: x86: Fix compute_guest_tsc() to cope with negative delta
` [PATCH 2/3] KVM: x86: conditionally clear KVM_REQ_MASTERCLOCK_UPDATE at the end of KVM_SET_CLOCK
` [PATCH 3/3] KVM: x86: conditionally update masterclock data in pvclock_update_vm_gtod_copy()

[PATCH v4 0/4] KVM: nVMX: Disallow access to vmcs12 fields that aren't supported by "hardware"
 2026-01-16  9:02 UTC  (7+ messages)
` [PATCH v4 1/4] KVM: nVMX: Setup VMX MSRs on loading CPU during nested_vmx_hardware_setup()
` [PATCH v4 2/4] KVM: VMX: Add a wrapper around ROL16() to get a vmcs12 from a field encoding
` [PATCH v4 3/4] KVM: nVMX: Disallow access to vmcs12 fields that aren't supported by "hardware"
` [PATCH v4 4/4] KVM: nVMX: Remove explicit filtering of GUEST_INTR_STATUS from shadow VMCS fields

[PATCH 1/1] target/i386/kvm: account blackout downtime for kvm-clock and guest TSC
 2026-01-16  8:09 UTC  (2+ messages)

[PATCH v5 0/5] Enable THP support in drm_pagemap
 2026-01-16  6:35 UTC  (22+ messages)
` [PATCH v5 1/5] mm/zone_device: Reinitialize large zone device private folios

[PATCH v2 0/8] KVM: x86: nSVM: Improve PAT virtualization
 2026-01-16  4:23 UTC  (11+ messages)
` [PATCH v2 1/8] KVM: x86: nSVM: Redirect IA32_PAT accesses to either hPAT or gPAT
` [PATCH v2 2/8] KVM: x86: nSVM: Cache g_pat in vmcb_save_area_cached
` [PATCH v2 3/8] KVM: x86: nSVM: Add validity check for vmcb12 g_pat
` [PATCH v2 4/8] KVM: x86: nSVM: Set vmcb02.g_pat correctly for nested NPT
` [PATCH v2 5/8] KVM: x86: nSVM: Save gPAT to vmcb12.g_pat on VMEXIT
` [PATCH v2 6/8] KVM: x86: nSVM: Save/restore gPAT with KVM_{GET,SET}_NESTED_STATE
` [PATCH v2 7/8] KVM: x86: nSVM: Handle restore of legacy nested state
` [PATCH v2 8/8] KVM: selftests: nSVM: Add svm_nested_pat test

[PATCH v5 0/8] KVM: SVM: Add Page Modification Logging (PML) support
 2026-01-16  4:12 UTC  (4+ messages)
` [PATCH v5 7/8] KVM: SVM: Add Page modification logging support

[PATCH net v2 0/2] vsock/virtio: Fix data loss/disclosure due to joining of non-linear skb
 2026-01-16  3:50 UTC  (2+ messages)

[kvm-unit-tests PATCH v5 00/11] arm64: EL2 support
 2026-01-16  0:11 UTC  (10+ messages)
` [kvm-unit-tests PATCH v5 08/11] arm64: selftest: update test for running at EL2
` [kvm-unit-tests PATCH v5 11/11] arm64: add EL2 environment variable

[PATCH v9 00/13] Direct Map Removal Support for guest_memfd
 2026-01-16  0:00 UTC  (25+ messages)
` [PATCH v9 01/13] set_memory: add folio_{zap,restore}_direct_map helpers
    ` [PATCH v9 01/13] set_memory: add folio_{zap, restore}_direct_map helpers
` [PATCH v9 02/13] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v9 03/13] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v9 04/13] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v9 05/13] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v9 07/13] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v9 09/13] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1

[PATCH v2] Support runtime configuration for per-VM's HGATP mode
 2026-01-15 23:56 UTC  (5+ messages)
` [PATCH v2] RISC-V: KVM: "
` [PATCH v2] RISC-V: KVM: add KVM_CAP_RISCV_SET_HGATP_MODE

[PATCH v5] KVM: selftests: Test READ=>WRITE dirty logging behavior for shadow MMU
 2026-01-15 23:46 UTC  (3+ messages)

[kvm-unit-tests PATCH] x86/svm: Track and handle exit code as an unsigned 64-bit value
 2026-01-15 23:41 UTC  (2+ messages)

[PATCH v2] KVM: TDX: Allow userspace to return errors to guest for MAPGPA
 2026-01-15 22:52 UTC 

[PATCH v2 0/2] Register device memory for poison handling
 2026-01-15 21:20 UTC  (4+ messages)
` [PATCH v2 1/2] mm: add stubs for PFNMAP memory failure registration functions
` [PATCH v2 2/2] vfio/nvgrace-gpu: register device memory for poison handling

[PATCH] KVM: s390: vsie: retry SIE when unable to get vsie_page
 2026-01-15 21:17 UTC  (5+ messages)

[PATCH v3 0/6] KVM: guest_memfd: Rework preparation/population flows in prep for in-place conversion
 2026-01-15 21:07 UTC  (6+ messages)
` [PATCH v3 2/6] KVM: guest_memfd: Remove partial hugepage handling from kvm_gmem_populate()

Invitation to comment on VIRTIO v1.4 CSD01
 2026-01-15 19:33 UTC 

[PATCH v3 00/24] KVM: TDX huge page support for private memory
 2026-01-15 18:13 UTC  (15+ messages)

[PATCH v5 00/24] ARM64 PMU Partitioning
 2026-01-15 18:09 UTC  (4+ messages)

[PATCH] KVM: VMX: Don't register posted interrupt wakeup handler if alloc_kvm_area() fails
 2026-01-15 18:03 UTC  (2+ messages)

[PATCH] KVM: nSVM: Drop redundant/wrong comment in nested_vmcb02_prepare_save()
 2026-01-15 18:03 UTC  (2+ messages)

[PATCH 0/4] KVM: nSVM: nested VMSAVE/VMLOAD fixes
 2026-01-15 18:03 UTC  (2+ messages)

[PATCH v2] KVM: SVM: Fix an off-by-one typo in the comment for enabling AVIC by default
 2026-01-15 18:03 UTC  (2+ messages)

[PATCH v2 0/8] KVM: SVM: Fix exit_code bugs
 2026-01-15 18:03 UTC  (2+ messages)

[PATCH 0/2] KVM: SVM: Drop SEV-ES DebugSwap module param
 2026-01-15 18:03 UTC  (2+ messages)

[PATCH] KVM: selftests: Slightly simplify memstress_setup_nested()
 2026-01-15 18:03 UTC  (2+ messages)

[PATCH] KVM: x86: Ignore -EBUSY when checking nested events from vcpu_block()
 2026-01-15 18:03 UTC  (2+ messages)

[PATCH] KVM: x86: align the code with kvm_x86_call()
 2026-01-15 18:03 UTC  (2+ messages)

[PATCH] KVM: SVM: Check vCPU ID against max x2AVIC ID if and only if x2AVIC is enabled
 2026-01-15 18:03 UTC  (2+ messages)

[PATCH 0/2] KVM: Fix dangling IRQ bypass on x86 and arm64
 2026-01-15 18:03 UTC  (2+ messages)

[PATCH v4 0/8] KVM: VMX: Rip out "deferred nested VM-Exit updates"
 2026-01-15 18:03 UTC  (2+ messages)

[PATCH] KVM: VMX: Remove declaration of nested_mark_vmcs12_pages_dirty()
 2026-01-15 18:03 UTC  (2+ messages)

[PATCH V2 0/5] Align SVM with APM defined behaviors
 2026-01-15 17:29 UTC  (8+ messages)
` [PATCH V2 1/5] KVM: SVM: Move STGI and CLGI intercept handling

[PATCH] KVM: TDX: Allow userspace to return errors to guest for MAPGPA
 2026-01-15 16:54 UTC  (8+ messages)

[PATCH v3 0/5] x86: Cleanups around slow_down_io()
 2026-01-15 16:10 UTC  (4+ messages)
` [PATCH v3 1/5] x86/paravirt: Replace io_delay() hook with a bool

[PATCH] kvm: hyper-v: Delay firing of expired stimers
 2026-01-15 14:15 UTC 

[PATCH v4 0/5] KVM: selftests: Alignment fixes and arm64 MMU cleanup
 2026-01-15 13:44 UTC  (2+ messages)

[PATCH v4 0/5] igvm: Supply MADT via IGVM parameter
 2026-01-15 13:35 UTC  (8+ messages)
` [PATCH v4 3/5] igvm: Add common function for finding parameter entries
` [PATCH v4 4/5] igvm: Pass machine state to IGVM file processing
` [PATCH v4 5/5] igvm: Fill MADT IGVM parameter field

[PATCH v4 0/9] KVM: arm64: Add support for FEAT_IDST
 2026-01-15 12:07 UTC  (2+ messages)

[PATCH v2 0/6] KVM: arm64: VTCR_EL2 conversion to feature dependency framework
 2026-01-15 11:49 UTC  (2+ messages)

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2026-01-15 11:08 UTC  (3+ messages)
` [RFC PATCH v1 05/37] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes

KVM/arm64 fixes for 6.19
 2026-01-15 10:04 UTC  (2+ messages)

[PATCH v9 00/30] KVM: arm64: Implement support for SME
 2026-01-15  9:02 UTC  (5+ messages)
` [PATCH v9 23/30] KVM: arm64: Context switch SME state for guests

[PATCH v5 0/2] LongArch: KVM: Add DMSINTC support irqchip in kernel
 2026-01-15  7:43 UTC  (3+ messages)
` [PATCH v5 1/2] LongArch: KVM: Add DMSINTC device support

types: reuse common phys_vec type instead of DMABUF open‑coded variant
 2026-01-15  6:01 UTC  (2+ messages)

[PATCH] RISC-V: KVM: Document scounteren and senvcfg in CSRs
 2026-01-15  4:11 UTC 

[Bug 220964] New: nSVM: missing sanity checks in svm_leave_smm()
 2026-01-15  1:22 UTC  (3+ messages)
` [Bug 220964] "

[PATCH v4 00/26] Nested SVM fixes, cleanups, and hardening
 2026-01-15  1:13 UTC  (27+ messages)
` [PATCH v4 01/26] KVM: SVM: Switch svm_copy_lbrs() to a macro
` [PATCH v4 02/26] KVM: SVM: Add missing save/restore handling of LBR MSRs
` [PATCH v4 03/26] KVM: selftests: Add a test for LBR save/restore (ft. nested)
` [PATCH v4 04/26] KVM: nSVM: Always inject a #GP if mapping VMCB12 fails on nested VMRUN
` [PATCH v4 05/26] KVM: nSVM: Triple fault if mapping VMCB12 fails on nested #VMEXIT
` [PATCH v4 06/26] KVM: nSVM: Triple fault if restore host CR3 "
` [PATCH v4 07/26] KVM: nSVM: Drop nested_vmcb_check_{save/control}() wrappers
` [PATCH v4 08/26] KVM: nSVM: Call enter_guest_mode() before switching to VMCB02
` [PATCH v4 09/26] KVM: nSVM: Make nested_svm_merge_msrpm() return an errno
` [PATCH v4 10/26] KVM: nSVM: Call nested_svm_merge_msrpm() from enter_svm_guest_mode()
` [PATCH v4 11/26] KVM: nSVM: Call nested_svm_init_mmu_context() before switching to VMCB02
` [PATCH v4 12/26] KVM: nSVM: Refactor minimal #VMEXIT handling out of nested_svm_vmexit()
` [PATCH v4 13/26] KVM: nSVM: Unify handling of VMRUN failures with proper cleanup
` [PATCH v4 14/26] KVM: nSVM: Clear EVENTINJ field in VMCB12 on nested #VMEXIT
` [PATCH v4 15/26] KVM: nSVM: Drop the non-architectural consistency check for NP_ENABLE
` [PATCH v4 16/26] KVM: nSVM: Add missing consistency check for nCR3 validity
` [PATCH v4 17/26] KVM: nSVM: Add missing consistency check for hCR0.PG and NP_ENABLE
` [PATCH v4 18/26] KVM: nSVM: Add missing consistency check for EFER, CR0, CR4, and CS
` [PATCH v4 19/26] KVM: nSVM: Add missing consistency check for event_inj
` [PATCH v4 20/26] KVM: SVM: Rename vmcb->nested_ctl to vmcb->misc_ctl
` [PATCH v4 21/26] KVM: SVM: Rename vmcb->virt_ext to vmcb->misc_ctl2
` [PATCH v4 22/26] KVM: SVM: Use BIT() and GENMASK() for definitions in svm.h
` [PATCH v4 23/26] KVM: nSVM: Cache all used fields from VMCB12
` [PATCH v4 24/26] KVM: nSVM: Restrict mapping VMCB12 on nested VMRUN
` [PATCH v4 25/26] KVM: nSVM: Sanitize control fields copied from VMCB12
` [PATCH v4 26/26] KVM: nSVM: Only copy NP_ENABLE from VMCB01's misc_ctl

[PATCH] KVM: SVM: Fix redundant updates of LBR MSR intercepts
 2026-01-15  1:12 UTC  (7+ messages)


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