public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-04 18:34:54 to 2026-03-05 19:07:52 UTC [more...]

[PATCH v10 00/15] Direct Map Removal Support for guest_memfd
 2026-03-05 19:07 UTC  (7+ messages)
` [PATCH v10 01/15] set_memory: set_direct_map_* to take address
` [PATCH v10 02/15] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v10 04/15] mm/gup: drop local variable in gup_fast_folio_allowed

[PATCH v3 00/16] KVM: x86/tdx: Have TDX handle VMXON during bringup
 2026-03-05 19:07 UTC  (5+ messages)

[PATCH v5 00/10] KVM: x86: nSVM: Improve PAT virtualization
 2026-03-05 18:49 UTC  (9+ messages)
` [PATCH v5 08/10] KVM: x86: nSVM: Save/restore gPAT with KVM_{GET,SET}_NESTED_STATE

[PATCH][next] treewide: uapi: Replace zero-length arrays with flexible-array members
 2026-03-05 18:36 UTC  (4+ messages)
  ` [PATCH] KVM: x86: Fix C++ user API for structures with variable length arrays

[PATCH v9 00/22] Enable FRED with KVM VMX
 2026-03-05 17:46 UTC  (20+ messages)
` [PATCH v9 03/22] KVM: VMX: Disable FRED if FRED consistency checks fail
` [PATCH v9 07/22] KVM: VMX: Initialize VMCS FRED fields
` [PATCH v9 08/22] KVM: VMX: Set FRED MSR intercepts
` [PATCH v9 15/22] KVM: x86: Mark CR4.FRED as not reserved

[RFC PATCH v2 0/7] KVM: pfncache: Add guest_memfd support to pfncache
 2026-03-05 17:50 UTC  (3+ messages)
` [RFC PATCH v2 1/7] KVM: x86: Avoid silent kvm-clock activation failures

[PATCH v2 1/2] x86: apic, vmexit: Replace NOP with CPUID to serialize deadline timer
 2026-03-05 17:47 UTC  (2+ messages)
` [PATCH v2 2/2] x86: tscdeadline_latency: Remove unnecessary nop

[PATCH v2 00/36] KVM: VMX APIC timer virtualization support
 2026-03-05 17:44 UTC  (37+ messages)
` [PATCH v2 01/36] KVM: VMX: Detect APIC timer virtualization bit
` [PATCH v2 02/36] KVM: x86: Implement APIC virt timer helpers with callbacks
` [PATCH v2 03/36] KVM: x86/lapic: Start/stop sw/hv timer on vCPU un/block
` [PATCH v2 04/36] KVM: x86/lapic: Wire DEADLINE MSR update to guest virtual TSC deadline
` [PATCH v2 05/36] KVM: x86/lapic: Add a trace point for guest virtual timer
` [PATCH v2 06/36] KVM: VMX: Implement the hooks for VMX guest virtual deadline timer
` [PATCH v2 07/36] KVM: VMX: Update APIC timer virtualization on apicv changed
` [PATCH v2 08/36] KVM: nVMX: Disallow/allow guest APIC timer virtualization switch to/from L2
` [PATCH v2 09/36] KVM: nVMX: Pass struct msr_data to VMX MSRs emulation
` [PATCH v2 10/36] KVM: nVMX: Supports VMX tertiary controls and GUEST_APIC_TIMER bit
` [PATCH v2 11/36] KVM: nVMX: Add alignment check for struct vmcs12
` [PATCH v2 12/36] KVM: nVMX: Add tertiary VM-execution control VMCS support
` [PATCH v2 13/36] KVM: nVMX: Update intercept on TSC deadline MSR
` [PATCH v2 14/36] KVM: nVMX: Handle virtual timer vector VMCS field
` [PATCH v2 15/36] KVM: VMX: Make vmx_calc_deadline_l1_to_host() non-static
` [PATCH v2 16/36] KVM: nVMX: Enable guest deadline and its shadow VMCS field
` [PATCH v2 17/36] KVM: nVMX: Add VM entry checks related to APIC timer virtualization
` [PATCH v2 18/36] KVM: nVMX: Add check vmread/vmwrite on tertiary control
` [PATCH v2 19/36] KVM: nVMX: Add check VMCS index for guest timer virtualization
` [PATCH v2 20/36] KVM: VMX: Advertise tertiary controls to the user space
` [PATCH v2 21/36] KVM: VMX: dump_vmcs() support the guest virt timer
` [PATCH v2 22/36] KVM: VMX: Enable APIC timer virtualization
` [PATCH v2 23/36] KVM: VMX: Introduce module parameter for APIC virt timer support
` [PATCH v2 24/36] KVM: nVMX: Introduce module parameter for nested APIC timer virtualization
` [PATCH v2 25/36] KVM: selftests: Add a test to measure local timer latency
` [PATCH v2 26/36] KVM: selftests: Add nVMX support to timer_latency test case
` [PATCH v2 27/36] KVM: selftests: Add test for nVMX MSR_IA32_VMX_PROCBASED_CTLS3
` [PATCH v2 28/36] KVM: selftests: Add test vmx_set_nested_state_test with EVMCS disabled
` [PATCH v2 29/36] KVM: selftests: Add tests nested state of APIC timer virtualization
` [PATCH v2 30/36] KVM: selftests: Add VMCS access test to "
` [PATCH v2 31/36] KVM: selftests: Add serialize() helper and X86_FEATURE_SERIALIZE
` [PATCH v2 32/36] KVM: selftests: Test cases for L1 APIC timer virtualization
` [PATCH v2 33/36] KVM: selftests: Add tests for nVMX to vmx_apic_timer_virt
` [PATCH v2 34/36] KVM: selftests: Add a global option to disable in-kernel irqchip
` [PATCH v2 35/36] KVM: selftests: Test VMX apic timer virt with inkernel apic disable
` [PATCH v2 36/36] Documentation: KVM: x86: Update documentation of struct vmcs12

[PATCH RFC v2 00/15] Add virtualization support for EGM
 2026-03-05 17:33 UTC  (22+ messages)
` [PATCH RFC v2 06/15] vfio/nvgrace-egm: Introduce egm class and register char device numbers
` [PATCH RFC v2 07/15] vfio/nvgrace-egm: Register auxiliary driver ops
` [PATCH RFC v2 08/15] vfio/nvgrace-egm: Expose EGM region as char device
` [PATCH RFC v2 09/15] vfio/nvgrace-egm: Add chardev ops for EGM management
` [PATCH RFC v2 10/15] vfio/nvgrace-egm: Clear Memory before handing out to VM
` [PATCH RFC v2 11/15] vfio/nvgrace-egm: Fetch EGM region retired pages list
` [PATCH RFC v2 12/15] vfio/nvgrace-egm: Introduce ioctl to share retired pages
` [PATCH RFC v2 13/15] vfio/nvgrace-egm: expose the egm size through sysfs
` [PATCH RFC v2 14/15] vfio/nvgrace-gpu: Add link from pci to EGM
` [PATCH RFC v2 15/15] vfio/nvgrace-egm: register EGM PFNMAP range with memory_failure

Stalls when starting a VSOCK listening socket: soft lockups, RCU stalls, timeout
 2026-03-05 17:33 UTC  (11+ messages)

[PATCH v2 00/10] KVM: selftests: Use kernel-style integer and g[vp]a_t types
 2026-03-05 17:26 UTC  (6+ messages)
` [PATCH v2 04/10] KVM: selftests: Use u64 instead of uint64_t

[PATCH 0/3] KVM: x86: Fix incorrect handling of triple faults
 2026-03-05 17:26 UTC  (2+ messages)

[PATCH 1/2] KVM: VMX: Drop obsolete branch hint prefixes from inline asm
 2026-03-05 17:08 UTC  (2+ messages)

[PATCH v2 0/4] KVM: SVM: Fix IRQ window inhibit handling
 2026-03-05 17:08 UTC  (2+ messages)

[PATCH 0/5] KVM: SVM: Fix and clean up OSVW handling
 2026-03-05 17:08 UTC  (2+ messages)

[PATCH v2] KVM: SVM: Mark module parameters as __ro_after_init for security and performance
 2026-03-05 17:08 UTC  (2+ messages)

[PATCH v2 0/2] KVM: x86: Fix UBSAN bool warnings in module parameters
 2026-03-05 17:08 UTC  (2+ messages)

[PATCH v2 0/4] KVM: x86: selftests: Add Hygon CPUs support and fix failures
 2026-03-05 17:08 UTC  (2+ messages)

[PATCH v2 0/2] Test MADV_COLLAPSE on guest_memfd
 2026-03-05 17:08 UTC  (2+ messages)

[PATCH v7 00/26] Nested SVM fixes, cleanups, and hardening
 2026-03-05 17:08 UTC  (2+ messages)

[PATCH v3 0/8] KVM: nSVM: Save/restore fixes for (Next)RIP
 2026-03-05 17:08 UTC  (6+ messages)
` [PATCH v3 7/8] KVM: nSVM: Delay setting soft IRQ RIP tracking fields until vCPU run

[PATCH] KVM: nSVM: Ensure AVIC is inhibited when restoring a vCPU to guest mode
 2026-03-05 17:08 UTC  (2+ messages)

[PATCH v2] KVM: nSVM: Use vcpu->arch.cr2 when updating vmcb12 on nested #VMEXIT
 2026-03-05 17:08 UTC  (2+ messages)

[PATCH v2 0/5] KVM: nSVM: Fix save/restore of NextRIP & interrupt shadow
 2026-03-05 17:08 UTC  (2+ messages)

[PATCH v2 0/2] KVM: nSVM: Handle L2 clearing EFER.SVME properly
 2026-03-05 17:08 UTC  (2+ messages)

[PATCH] KVM: nSVM: Mark all of vmcb02 dirty when restoring nested state
 2026-03-05 17:08 UTC  (2+ messages)

[PATCH v5 0/2] KVM: nSVM: Intercept STGI/CLGI as needed to inject #UD
 2026-03-05 17:08 UTC  (2+ messages)

[PATCH v5 0/2] KVM: nSVM: Fix #UD on VMMCALL issues
 2026-03-05 17:08 UTC  (2+ messages)

[PATCH v2 0/8] KVM: SVM: A fix and cleanups for VMCB intercepts
 2026-03-05 17:08 UTC  (2+ messages)

[PATCH] KVM: x86: Defer non-architectural deliver of exception payload to userspace read
 2026-03-05 17:08 UTC  (2+ messages)

[PATCH V4 0/4] Align SVM with APM defined behaviors
 2026-03-05 17:08 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Don't zero-allocate page table used for splitting a hugepage
 2026-03-05 17:07 UTC  (2+ messages)

[PATCH 00/14] KVM: x86: Emulator MMIO fix and cleanups
 2026-03-05 17:07 UTC  (2+ messages)

[PATCH] KVM: x86: Drop redundant call to kvm_deliver_exception_payload()
 2026-03-05 17:07 UTC  (2+ messages)

[PATCH] KVM: x86: Zero-initialize temporary fxregs_state buffers in FXSAVE emulation
 2026-03-05 17:07 UTC  (2+ messages)

[PATCH] KVM: Mark halt poll and other module parameters with appropriate memory attributes
 2026-03-05 17:07 UTC  (2+ messages)

[PATCH] KVM: x86: Ignore cpuid faulting in SMM
 2026-03-05 17:07 UTC  (2+ messages)

[PATCH] KVM: x86/pmu: annotate struct kvm_x86_pmu_event_filter with __counted_by()
 2026-03-05 17:07 UTC  (2+ messages)

[PATCH] KVM: guest_memfd: Don't set FGP_ACCESSED when getting folios
 2026-03-05 17:07 UTC  (2+ messages)

[PATCH v2] Documentation: KVM: Formalizing taking vcpu->mutex *outside* of kvm->slots_lock
 2026-03-05 17:07 UTC  (2+ messages)

[PATCH 0/2] KVM: SVM: Fix CR8 intercpetion woes with AVIC
 2026-03-05 17:07 UTC  (2+ messages)

[PATCH 0/2] KVM: PPC: e500: Fix build error due to crappy KVM code
 2026-03-05 17:07 UTC  (2+ messages)

[PATCH] KVM: VMX: Fix a wrong MSR update in add_atomic_switch_msr()
 2026-03-05 17:07 UTC  (2+ messages)

[PATCH] x86/hyper-v: Validate entire GVA range for non-canonical addresses during PV TLB flush
 2026-03-05 17:07 UTC  (2+ messages)

[PATCH] KVM: x86: Fix SRCU list traversal in kvm_fire_mask_notifiers()
 2026-03-05 17:07 UTC  (2+ messages)

[PATCH v2] KVM: selftests: Increase 'maxnode' for guest_memfd tests
 2026-03-05 17:07 UTC  (2+ messages)

[PATCH v2] Introduce KVM_X86_QUIRK_VMCS12_FREEZE_IN_SMM_CC
 2026-03-05 17:07 UTC  (2+ messages)

[PATCH v2] KVM: x86: synthesize CPUID bits only if CPU capability is set
 2026-03-05 17:07 UTC  (2+ messages)

[PATCH v1 0/2] KVM: arm64: Fix a couple of latent bugs in user_mem_abort()
 2026-03-05 16:55 UTC  (9+ messages)
` [PATCH v1 1/2] KVM: arm64: Fix page leak in user_mem_abort() on atomic fault
` [PATCH v1 2/2] KVM: arm64: Fix vma_shift staleness on nested hwpoison path

[PATCH v2 0/2] KVM: s390: Limit adapter indicator access to page
 2026-03-05 16:52 UTC  (8+ messages)
` [PATCH v2 1/2] KVM: s390: Limit adapter indicator access to mapped page
` [PATCH v2 2/2] KVM: s390: selftests: Add IRQ routing address offset tests

[PATCH v3 0/3] Use killable vma write locking in most places
 2026-03-05 16:12 UTC  (17+ messages)
` [PATCH v3 2/3] mm: replace vma_start_write() with vma_start_write_killable()
` [PATCH v3 3/3] mm: use vma_start_write_killable() in process_vma_walk_lock()

[PATCH v1 1/1] KVM: s390: Fix a deadlock
 2026-03-05 15:44 UTC  (2+ messages)

[PATCH] KVM: x86: Add LAPIC guard in kvm_apic_write_nodecode()
 2026-03-05 15:33 UTC  (2+ messages)

[PATCH v5 00/36] KVM: arm64: Introduce vGIC-v5 with PPI support
 2026-03-05 13:35 UTC  (7+ messages)
` [PATCH v5 16/36] KVM: arm64: gic-v5: Implement direct injection of PPIs
` [PATCH v5 20/36] KVM: arm64: gic-v5: Init Private IRQs (PPIs) for GICv5

[PATCH] RISC-V: KVM: Fix potential UAF in kvm_riscv_aia_imsic_has_attr()
 2026-03-05 13:30 UTC  (2+ messages)

[PATCH v3 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
 2026-03-05 13:02 UTC  (5+ messages)
` [PATCH v3 1/3] vfio/pci: Rename vfio_config_do_rw() to vfio_pci_config_rw_single() and export it
` [PATCH v3 2/3] vfio/ism: Implement vfio_pci driver for ISM devices
` [PATCH v3 3/3] MAINTAINERS: add VFIO ISM PCI DRIVER section

[PATCH v6 0/2] LongArch: KVM: Add DMSINTC support irqchip in kernel
 2026-03-05 12:38 UTC  (6+ messages)
` [PATCH v6 1/2] LongArch: KVM: Add DMSINTC device support
` [PATCH v6 2/2] LongArch: KVM: Add dmsintc inject msi to the dest vcpu

[PATCH v2 0/7] Add RMPOPT support
 2026-03-05 12:36 UTC  (7+ messages)
` [PATCH v2 1/7] x86/cpufeatures: Add X86_FEATURE_AMD_RMPOPT feature flag
` [PATCH v2 3/7] x86/sev: add support for RMPOPT instruction

[PATCH] KVM: x86: Add KVM-only CPUID.0xC0000001:EDX feature bits
 2026-03-05 11:05 UTC 

[PATCH v6 00/19] ARM64 PMU Partitioning
 2026-03-05 10:16 UTC  (3+ messages)
` [PATCH v6 16/19] KVM: arm64: Add vCPU device attr to partition the PMU

[PATCH v4 00/24] Runtime TDX Module update support
 2026-03-05  9:51 UTC  (35+ messages)
` [PATCH v4 01/24] x86/virt/tdx: Move low level SEAMCALL helpers out of <asm/tdx.h>
` [PATCH v4 02/24] coco/tdx-host: Introduce a "tdx_host" device
` [PATCH v4 04/24] x86/virt/seamldr: Introduce a wrapper for P-SEAMLDR SEAMCALLs
` [PATCH v4 08/24] x86/virt/seamldr: Block TDX Module updates if any CPU is offline
` [PATCH v4 09/24] x86/virt/seamldr: Check update limit before TDX Module updates
` [PATCH v4 10/24] x86/virt/seamldr: Allocate and populate a module update request
` [PATCH v4 12/24] x86/virt/seamldr: Abort updates if errors occurred midway
` [PATCH v4 13/24] x86/virt/seamldr: Shut down the current TDX module
` [PATCH v4 14/24] x86/virt/tdx: Reset software states during TDX Module shutdown
` [PATCH v4 15/24] x86/virt/seamldr: Log TDX Module update failures
` [PATCH v4 16/24] x86/virt/seamldr: Install a new TDX Module
` [PATCH v4 17/24] x86/virt/seamldr: Do TDX per-CPU initialization after updates
` [PATCH v4 18/24] x86/virt/tdx: Restore TDX Module state
` [PATCH v4 19/24] x86/virt/tdx: Update tdx_sysinfo and check features post-update
` [PATCH v4 23/24] x86/virt/tdx: Document TDX Module updates

[PATCH net-next v4] vsock: add G2H fallback for CIDs not owned by H2G transport
 2026-03-05  9:51 UTC  (2+ messages)

[RFC PATCH] KVM: optionally commit write on ioeventfd write
 2026-03-05  9:39 UTC  (5+ messages)
` [PATCH] KVM: optionally post "

[PATCH v6 0/2] skip redundant sync IPIs when TLB flush sent them
 2026-03-05  9:16 UTC  (4+ messages)
` [PATCH v6 2/2] x86/tlb: skip redundant sync IPIs for native TLB flush

[PATCH] KVM: x86/mmu: Don't create SPTEs for addresses that aren't mappable
 2026-03-05  7:55 UTC  (2+ messages)

[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2026-03-05  7:37 UTC  (8+ messages)
` [PATCH v3 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events

[PATCH v2 00/16] KVM: x86: Enable APX for guests
 2026-03-05  4:28 UTC  (15+ messages)
` [PATCH v2 01/16] KVM: x86: Rename register accessors to be GPR-specific
` [PATCH v2 02/16] KVM: x86: Refactor GPR accessors to differentiate register access types
` [PATCH v2 03/16] KVM: x86: Implement accessors for extended GPRs
` [PATCH v2 04/16] KVM: VMX: Introduce unified instruction info structure
` [PATCH v2 06/16] KVM: VMX: Refactor GPR index retrieval from exit qualification
` [PATCH v2 09/16] KVM: emulate: Support EGPR accessing and tracking
` [PATCH v2 16/16] KVM: x86: selftests: Add APX state handling and XCR0 sanity checks

[PATCH V2 0/4] KVM: X86: Correctly populate nested page fault
 2026-03-05  3:54 UTC  (7+ messages)
` [PATCH V2 2/4] KVM: SVM: Fix nested NPF injection to set PFERR_GUEST_{PAGE,FINAL}_MASK
` [PATCH V2 4/4] KVM: selftests: Add nested page fault injection test

[PATCH v6 0/9] VMSCAPE optimization for BHI variant
 2026-03-05  0:41 UTC  (4+ messages)
` [PATCH v6 2/9] x86/bhi: Make clear_bhb_loop() effective on newer CPUs

[PATCH v6 0/8] vfio: selftest: Add SR-IOV UAPI test
 2026-03-04 22:53 UTC  (3+ messages)
` [PATCH v6 3/8] vfio: selftests: Introduce a sysfs lib

[PATCH] vfio: selftests: fix crash in vfio_dma_mapping_mmio_test
 2026-03-04 22:30 UTC  (4+ messages)

[Invitation] bi-weekly guest_memfd upstream call on 2026-03-05
 2026-03-04 20:11 UTC 

[PATCH] x86: kvm: Initialize static calls before SMP boot
 2026-03-04 19:19 UTC  (2+ messages)


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