public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-26 02:02:49 to 2026-03-26 22:25:10 UTC [more...]

[PATCH RFC v4 00/44] guest_memfd: In-place conversion support
 2026-03-26 22:24 UTC  (23+ messages)
` [PATCH RFC v4 01/44] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH RFC v4 02/44] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH RFC v4 03/44] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH RFC v4 04/44] KVM: Stub in ability to disable per-VM memory attribute tracking
` [PATCH RFC v4 05/44] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [PATCH RFC v4 06/44] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [PATCH RFC v4 07/44] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH RFC v4 08/44] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v4 09/44] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH RFC v4 10/44] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v4 11/44] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH RFC v4 12/44] KVM: guest_memfd: Introduce default handlers for content modes
` [PATCH RFC v4 13/44] KVM: guest_memfd: Apply content modes while setting memory attributes
` [PATCH RFC v4 14/44] KVM: x86: Add support for applying content modes
` [PATCH RFC v4 15/44] KVM: Add CAP to enumerate supported SET_MEMORY_ATTRIBUTES2 flags
` [PATCH RFC v4 16/44] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH RFC v4 17/44] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH RFC v4 18/44] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH RFC v4 19/44] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH RFC v4 20/44] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH RFC v4 21/44] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH RFC v4 22/44] KVM: selftests: Update framework to use KVM_SET_MEMORY_ATTRIBUTES2

[PATCH v4 0/8] KVM: x86: nSVM: Improve PAT virtualization
 2026-03-26 21:59 UTC  (12+ messages)
` [PATCH v4 4/8] KVM: x86: nSVM: Redirect IA32_PAT accesses to either hPAT or gPAT

[PATCH v3 02/24] PCI: Add API to track PCI devices preserved across Live Update
 2026-03-26 21:39 UTC  (3+ messages)

[PATCH 0/3] KVM: arm64: selftests: Basic nested guest support
 2026-03-26 21:34 UTC  (9+ messages)
` [PATCH 1/3] KVM: arm64: selftests: Add library functions for NV
` [PATCH 3/3] KVM: arm64: selftests: Enable stage-2 in NV preparation functions

[PATCH v3 00/24] vfio/pci: Base Live Update support for VFIO device files
 2026-03-26 20:43 UTC  (2+ messages)

[PATCH 0/2] x86/tdx: Fix memory hotplug in TDX guests
 2026-03-26 20:40 UTC  (7+ messages)
` [PATCH 2/2] x86/tdx: Accept hotplugged memory before online

[PATCH v8 00/10] VMSCAPE optimization for BHI variant
 2026-03-26 20:29 UTC  (10+ messages)
` [PATCH v8 02/10] x86/bhi: Make clear_bhb_loop() effective on newer CPUs

[PATCH v2 00/16] fs,x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
 2026-03-26 19:10 UTC  (9+ messages)
` [PATCH v2 01/16] fs/resctrl: Add kernel mode (kmode) data structures and arch hook
` [PATCH v2 02/16] fs, x86/resctrl: Add architecture routines for kernel mode initialization

[PATCH v8 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
 2026-03-26 19:05 UTC  (4+ messages)
` [PATCH v8 2/3] vfio/ism: Implement "

[PATCH v6 00/10] KVM: x86: nSVM: Improve PAT virtualization
 2026-03-26 19:03 UTC  (12+ messages)
` [PATCH v6 01/10] KVM: x86: Define KVM_X86_QUIRK_NESTED_SVM_SHARED_PAT
` [PATCH v6 02/10] KVM: x86: nSVM: Clear VMCB_NPT clean bit when updating hPAT from guest mode
` [PATCH v6 03/10] KVM: x86: nSVM: Cache and validate vmcb12 g_pat
` [PATCH v6 04/10] KVM: x86: nSVM: Set vmcb02.g_pat correctly for nested NPT
` [PATCH v6 05/10] KVM: x86: nSVM: Redirect IA32_PAT accesses to either hPAT or gPAT
` [PATCH v6 06/10] KVM: x86: Remove common handling of MSR_IA32_CR_PAT
` [PATCH v6 07/10] KVM: x86: nSVM: Save gPAT to vmcb12.g_pat on VMEXIT
` [PATCH v6 08/10] KVM: Documentation: document KVM_{GET,SET}_NESTED_STATE for SVM
` [PATCH v6 09/10] KVM: x86: nSVM: Save/restore gPAT with KVM_{GET,SET}_NESTED_STATE
` [PATCH v6 10/10] KVM: selftests: nSVM: Add svm_nested_pat test

[PATCH v5 0/6] Use killable vma write locking in most places
 2026-03-26 18:33 UTC  (13+ messages)
` [PATCH v5 1/6] mm/vma: cleanup error handling path in vma_expand()
` [PATCH v5 2/6] mm: use vma_start_write_killable() in mm syscalls
` [PATCH v5 3/6] mm/khugepaged: use vma_start_write_killable() in collapse_huge_page()
` [PATCH v5 4/6] mm/vma: use vma_start_write_killable() in vma operations
` [PATCH v5 5/6] mm: use vma_start_write_killable() in process_vma_walk_lock()
` [PATCH v5 6/6] KVM: PPC: use vma_start_write_killable() in kvmppc_memslot_page_merge()

[PATCH] KVM: mmu_notifier: make mn_invalidate_lock non-sleeping for non-blocking invalidations
 2026-03-26 18:23 UTC  (9+ messages)

[RFC PATCH v2 00/24] KVM: combined patchset for MBEC/GMET support
 2026-03-26 18:17 UTC  (26+ messages)
` [PATCH 01/24] KVM: TDX/VMX: rework EPT_VIOLATION_EXEC_FOR_RING3_LIN into PROT_MASK
` [PATCH 02/24] KVM: x86/mmu: remove SPTE_PERM_MASK
` [PATCH 03/24] KVM: x86/mmu: free up bit 10 of PTEs in preparation for MBEC
` [PATCH 04/24] KVM: x86/mmu: shuffle high bits of SPTEs "
` [PATCH 05/24] KVM: x86/mmu: remove SPTE_EPT_*
` [PATCH 06/24] KVM: x86/mmu: merge make_spte_{non,}executable
` [PATCH 07/24] KVM: x86/mmu: rename and clarify BYTE_MASK
` [PATCH 08/24] KVM: x86/mmu: introduce ACC_READ_MASK
` [PATCH 09/24] KVM: x86/mmu: separate more EPT/non-EPT permission_fault()
` [PATCH 10/24] KVM: x86/mmu: split XS/XU bits for EPT
` [PATCH 11/24] KVM: x86/mmu: move cr4_smep to base role
` [PATCH 12/24] KVM: VMX: enable use of MBEC
` [PATCH 13/24] KVM: nVMX: pass advanced EPT violation vmexit info to guest
` [PATCH 14/24] KVM: nVMX: pass PFERR_USER_MASK to MMU on EPT violations
` [PATCH 15/24] KVM: x86/mmu: add support for MBEC to EPT page table walks
` [PATCH 16/24] KVM: nVMX: advertise MBEC to nested guests
` [PATCH 17/24] KVM: nVMX: allow MBEC with EVMCS
` [PATCH 18/24] KVM: x86/mmu: propagate access mask from root pages down
` [PATCH 19/24] KVM: x86/mmu: introduce cpu_role bit for availability of PFEC.I/D
` [PATCH 20/24] KVM: SVM: add GMET bit definitions
` [PATCH 21/24] KVM: x86/mmu: add support for GMET to NPT page table walks
` [PATCH 22/24] KVM: SVM: enable GMET and set it in MMU role
` [PATCH 23/24] KVM: SVM: work around errata 1218
` [PATCH 24/24] KVM: nSVM: enable GMET for guests
` [PATCH 25/24] stats hack

[PATCH 05/12] PCI: use generic driver_override infrastructure
 2026-03-26 18:08 UTC  (2+ messages)

[PATCH 00/12] treewide: Convert buses to use generic driver_override
 2026-03-26 17:38 UTC  (5+ messages)
` [PATCH 09/12] s390/cio: use generic driver_override infrastructure

[RFC PATCH v2 08/18] iommu/riscv: Use MSI table to enable IMSIC access
 2026-03-26 17:31 UTC  (11+ messages)

[PATCH 1/1] target/i386/kvm: Use logical counter index for AMD PMU getter
 2026-03-26 16:44 UTC  (2+ messages)

[PATCH kvm-unit-tests 0/9] Combined GMET and MBEC tests
 2026-03-26 16:13 UTC  (11+ messages)
` [PATCH kvm-unit-tests 1/9] move PFERR_* constants to lib
` [PATCH kvm-unit-tests 2/9] add definitions for nested_ctl
` [PATCH kvm-unit-tests 3/9] svm: add basic GMET tests
` [PATCH kvm-unit-tests 4/9] x86/vmx: update EPT installation to use EPT_PRESENT flag
` [PATCH kvm-unit-tests 5/9] x86/vmx: diagnose unexpected EPT violations
` [PATCH kvm-unit-tests 6/9] x86/vmx: add mode-based execute control test for Skylake and above
` [PATCH kvm-unit-tests 7/9] x86/vmx: add user execution operation to EPT access tests
` [PATCH kvm-unit-tests 8/9] x86/vmx: run EPT tests with MBEC enabled when available
` [PATCH kvm-unit-tests 9/9] x86/vmx: add EPT tests covering XU permission

[PATCH] RISC-V: KVM: Fix double-free of sdata in kvm_pmu_clear_snapshot_area()
 2026-03-26 16:00 UTC  (2+ messages)

[PATCH v2 0/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic Fast Inject
 2026-03-26 15:56 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: s390: Add map/unmap ioctl and clean mappings post-guest

[PATCH 00/15] KVM: arm64: First batch of vgic-v5 related fixes
 2026-03-26 15:35 UTC  (16+ messages)
` [PATCH 01/15] KVM: arm64: vgic: Don't reset cpuif/redist addresses at finalize time
` [PATCH 02/15] KVM: arm64: Don't skip per-vcpu NV initialisation
` [PATCH 03/15] arm64: Fix field references for ICH_PPI_DVIR[01]_EL2
` [PATCH 04/15] KVM: arm64: Fix writeable mask for ID_AA64PFR2_EL1
` [PATCH 05/15] KVM: arm64: Account for RESx bits in __compute_fgt()
` [PATCH 06/15] KVM: arm64: vgic-v5: Hold config_lock while finalizing GICv5 PPIs
` [PATCH 07/15] KVM: arm64: vgic-v5: Transfer edge pending state to ICH_PPI_PENDRx_EL2
` [PATCH 08/15] KVM: arm64: vgic-v5: Cast vgic_apr to u32 to avoid undefined behaviours
` [PATCH 09/15] KVM: arm64: vgic-v5: align priority comparison with other GICs
` [PATCH 10/15] KVM: arm64: vgic-v5: Correctly set dist->ready once initialised
` [PATCH 11/15] KVM: arm64: Kill arch_timer_context::direct field
` [PATCH 12/15] KVM: arm64: Remove evaluation of timer state in kvm_cpu_has_pending_timer()
` [PATCH 13/15] KVM: arm64: Move GICv5 timer PPI validation into timer_irqs_are_valid()
` [PATCH 14/15] KVM: arm64: Correctly plumb ID_AA64PFR2_EL1 into pkvm idreg handling
` [PATCH 15/15] KVM: arm64: Don't advertises GICv3 in ID_PFR1_EL1 if AArch32 isn't supported

[PATCH net-next v8 0/4] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-03-26 15:30 UTC  (7+ messages)
` [PATCH net-next v8 4/4] tun/tap & vhost-net: avoid ptr_ring tail-drop when a qdisc is present

[PATCH v5 00/10] KVM: s390: More memory management fixes
 2026-03-26 14:48 UTC  (12+ messages)
` [PATCH v5 01/10] KVM: s390: vsie: Fix dat_split_ste()
` [PATCH v5 02/10] KVM: s390: Remove non-atomic dat_crstep_xchg()
` [PATCH v5 03/10] KVM: s390: vsie: Fix check for pre-existing shadow mapping
` [PATCH v5 04/10] KVM: s390: Fix gmap_link()
` [PATCH v5 05/10] KVM: s390: Correctly handle guest mappings without struct page
` [PATCH v5 06/10] KVM: s390: vsie: Fix nested guest memory shadowing
` [PATCH v5 07/10] KVM: s390: vsie: Fix refcount overflow for shadow gmaps
` [PATCH v5 08/10] KVM: s390: vsie: Fix unshadowing while shadowing
` [PATCH v5 09/10] KVM: s390: vsie: Fix guest page tables protection
` [PATCH v5 10/10] KVM: s390: Fix KVM_S390_VCPU_FAULT ioctl

[PATCH v2 0/9] sched/kvm: Semantics-aware vCPU scheduling for oversubscribed KVM
 2026-03-26 14:41 UTC  (2+ messages)

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

[PATCH v6 00/22] Runtime TDX module update support
 2026-03-26 13:03 UTC  (27+ messages)
` [PATCH v6 01/22] x86/virt/tdx: Move low level SEAMCALL helpers out of <asm/tdx.h>
` [PATCH v6 02/22] coco/tdx-host: Introduce a "tdx_host" device
` [PATCH v6 03/22] coco/tdx-host: Expose TDX module version
` [PATCH v6 04/22] x86/virt/seamldr: Introduce a wrapper for P-SEAMLDR SEAMCALLs
` [PATCH v6 05/22] x86/virt/seamldr: Add a helper to retrieve P-SEAMLDR information
` [PATCH v6 06/22] coco/tdx-host: Expose P-SEAMLDR information via sysfs
` [PATCH v6 07/22] coco/tdx-host: Implement firmware upload sysfs ABI for TDX module updates
` [PATCH v6 08/22] x86/virt/seamldr: Allocate and populate a module update request
` [PATCH v6 09/22] x86/virt/seamldr: Introduce skeleton for TDX module updates
` [PATCH v6 10/22] x86/virt/seamldr: Abort updates if errors occurred midway
` [PATCH v6 11/22] x86/virt/seamldr: Shut down the current TDX module
` [PATCH v6 12/22] x86/virt/tdx: Reset software states during TDX module shutdown
` [PATCH v6 13/22] x86/virt/seamldr: Install a new TDX module
` [PATCH v6 14/22] x86/virt/seamldr: Do TDX per-CPU initialization after updates
` [PATCH v6 15/22] x86/virt/tdx: Restore TDX module state
` [PATCH v6 16/22] x86/virt/tdx: Update tdx_sysinfo and check features post-update
` [PATCH v6 17/22] x86/virt/tdx: Avoid updates during update-sensitive operations
` [PATCH v6 18/22] coco/tdx-host: Don't expose P-SEAMLDR features on CPUs with erratum
` [PATCH v6 19/22] x86/virt/tdx: Enable TDX module runtime updates
` [PATCH v6 20/22] coco/tdx-host: Document TDX module update compatibility criteria
` [PATCH v6 21/22] x86/virt/tdx: Document TDX module update
` [PATCH v6 22/22] x86/virt/seamldr: Log TDX module update failures

[PATCH v8 0/2] LoongArch: KVM: Add DMSINTC support irqchip in kernel
 2026-03-26 12:40 UTC  (5+ messages)
` [PATCH v8 2/2] LoongArch: KVM: Add dmsintc inject msi to the dest vcpu

[PATCH v5 0/3] Support runtime configuration for per-VM's HGATP mode
 2026-03-26 12:32 UTC  (5+ messages)
` [PATCH v5 1/3] RISC-V: KVM: "
` [PATCH v5 2/3] RISC-V: KVM: Detect and expose supported HGATP G-stage modes

[PATCH] vfio/pci: Fix double free in dma-buf feature
 2026-03-26 12:12 UTC  (2+ messages)

[PATCH v13 00/48] arm64: Support for Arm CCA in KVM
 2026-03-26 11:22 UTC  (7+ messages)

[Bug 221285] New: isn't UML component missing?
 2026-03-26 11:08 UTC 

[PATCH v1 00/23] s390/vfio-ap: Implement live guest migration of guests using AP devices
 2026-03-26 10:19 UTC  (4+ messages)
` [PATCH v1 01/24] fixup! KVM: s390: Remove non-atomic dat_crstep_xchg()

[PATCH 27/42] kvm: Use private inode list instead of i_private_list
 2026-03-26  9:54 UTC 

[PATCH v4 00/10] KVM: s390: More memory management fixes
 2026-03-26  9:45 UTC  (3+ messages)
` [PATCH v4 05/10] KVM: s390: Correctly handle guest mappings without struct page

[PATCH v2] mm/pagewalk: fix race between concurrent split and refault
 2026-03-26  9:38 UTC  (4+ messages)

[PATCH] LoongArch: KVM: Fix base address calculation problem in kvm_eiointc_regs_access()
 2026-03-26  7:50 UTC  (2+ messages)

[PATCH-for-11.0? 0/6] qom: Restrict compat properties API to system emulation
 2026-03-26  6:43 UTC  (2+ messages)

[PATCH v2 net] ptr_ring: disable KCSAN warnings
 2026-03-26  3:17 UTC  (2+ messages)

[PATCH v4 0/6] KVM: x86/pmu: Add support for AMD Host-Only/Guest-Only bits
 2026-03-26  3:11 UTC  (7+ messages)
` [PATCH v4 1/6] KVM: x86: Move enable_pmu/enable_mediated_pmu to pmu.h and pmu.c
` [PATCH v4 2/6] KVM: x86: Move guest_mode helpers to x86.h
` [PATCH v4 3/6] KVM: x86/pmu: Disable counters based on Host-Only/Guest-Only bits in SVM
` [PATCH v4 4/6] KVM: x86/pmu: Re-evaluate Host-Only/Guest-Only on nested SVM transitions
` [PATCH v4 5/6] KVM: x86/pmu: Allow Host-Only/Guest-Only bits with nSVM and mediated PMU
` [PATCH v4 6/6] KVM: selftests: Add svm_pmu_host_guest_test for Host-Only/Guest-Only bits

[PATCH] vfio: pci: use kzalloc_flex
 2026-03-26  2:37 UTC 

[PATCH v2 3/7] x86/sev: add support for RMPOPT instruction
 2026-03-26  2:14 UTC  (6+ messages)


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