kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-09-14 11:23:31 to 2026-09-14 20:33:27 UTC [more...]

[PATCH v2 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-14 20:33 UTC  (63+ messages)
` [PATCH v2 01/40] mm/vma: fix mmap_prepare file handling, remove file_doesnt_need_get
` [PATCH v2 02/40] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH v2 03/40] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH v2 04/40] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH v2 05/40] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH v2 06/40] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH v2 07/40] mm/vma: tidy up map kernel pages enum values
` [PATCH v2 08/40] mm: add mmap action for discontiguous kernel page mapping
` [PATCH v2 09/40] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH v2 10/40] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH v2 11/40] infiniband: update hfi1 to use remap_vmalloc_range()
` [PATCH v2 12/40] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH v2 13/40] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH v2 14/40] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH v2 15/40] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH v2 16/40] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH v2 17/40] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH v2 18/40] scsi: sg: convert mmap hook to mmap_prepare and rework
` [PATCH v2 19/40] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
` [PATCH v2 20/40] HSI: cmt_speech: convert mmap hook to mmap_prepare, refactor
` [PATCH v2 21/40] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH v2 22/40] uprobes: remove VM_IO, set VM_MIXEDMAP for mapped kernel pages
` [PATCH v2 23/40] mm/mlock: clear VMA_LOCKED_MASK over mmap callback
` [PATCH v2 24/40] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify
` [PATCH v2 25/40] mm/vma: enforce that only kernel-owned mappings may set VMA_IO_BIT
` [PATCH v2 26/40] mm: remove VMA_IO_BIT check in vma[_flags]_is_kernel_owned()
` [PATCH v2 27/40] mm: remove hugetlb_inline.h
` [PATCH v2 28/40] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()
` [PATCH v2 29/40] mm: drop some redundant checks around hugetlb VMAs
` [PATCH v2 30/40] mm/madvise: update is_valid_guard_vma() to use vma_can_merge()
` [PATCH v2 31/40] mm/vma: introduce vma[_flags]_is_persistent()
` [PATCH v2 32/40] mm/uffd: use predicates for userfaultfd checks
` [PATCH v2 33/40] mm/madvise: use predicates for madvise(..., MADV_DOFORK)
` [PATCH v2 34/40] mm: eliminate VMA_SPECIAL_FLAGS usage when hugetlb explicitly tested
` [PATCH v2 35/40] mm: eliminate VMA_SPECIAL_FLAGS check in lru_gen_look_around()
` [PATCH v2 36/40] mm: avoid use of VMA_SPECIAL_FLAGS in migrate_vma_setup()
` [PATCH v2 37/40] mm: eliminate VM_SPECIAL, VMA_SPECIAL_FLAGS
` [PATCH v2 38/40] fuse: dax: do not set VM_MIXEDMAP
` [PATCH v2 39/40] mm/huge_memory: remove vma_is_special_huge()
` [PATCH v2 40/40] mm/vma: introduce and use vma[_flags]_can_gup()

[PATCH v14 0/5] Add RMPOPT support
 2026-09-14 20:00 UTC  (4+ messages)
` [PATCH v14 4/5] x86/sev: Perform RMP optimizations asynchronously

[PATCH v6 0/8] KVM: nSVM: Enable DecodeAssists for nested guests
 2026-09-14 19:40 UTC  (9+ messages)
` [PATCH v6 1/8] KVM: x86: Provide INVLPG linear address to intercept handlers
` [PATCH v6 2/8] KVM: nSVM: Synthesize DecodeAssists EXITINFO for emulated intercepts
` [PATCH v6 3/8] KVM: nSVM: Track valid hardware DecodeAssist bytes
` [PATCH v6 4/8] KVM: nSVM: Propagate hardware DecodeAssist bytes to VMCB12

[PATCH] Documentation: KVM: x86: document KVM_GET_*/KVM_SET_* ordering
 2026-09-14 19:03 UTC  (2+ messages)

[PATCH 0/5] KVM: Serialize vCPU creation and revert vcpu_ids tracking
 2026-09-14 18:39 UTC  (9+ messages)
` [PATCH 1/5] KVM: Reject attempts to lock all vCPUs if vCPU creation is in-progress
` [PATCH 2/5] KVM: Protect all of kvm_vm_ioctl_create_vcpu() with kvm->lock
` [PATCH 3/5] KVM: Move check for existing vCPU ID to the top of vCPU creation
` [PATCH 4/5] Revert "KVM: Check for duplicate vcpu_id as early as possible"
` [PATCH 5/5] KVM: WARN if vCPU creation is in-progress when locking all vCPUs

[PATCH v4 0/7] KVM: x86: Add LASS virtualization support
 2026-09-14 18:21 UTC  (5+ messages)
` [PATCH v4 4/7] KVM: VMX: Implement LASS violation check
` [PATCH v4 7/7] selftests/x86: Add a userspace test for LASS enforcement

[PATCH 00/13] Introduce NVIDIA vGPU manager and VFIO variant driver
 2026-09-14 18:12 UTC  (4+ messages)
` [PATCH 12/13] vfio/nvidia-vgpu: add the NVIDIA vGPU "

[PATCH 0/3] Introduce Enhanced SMT Protection for SEV-SNP
 2026-09-14 17:16 UTC  (7+ messages)
` [PATCH 1/3] KVM: SVM: Re-queue events that were never injected
` [PATCH 2/3] KVM: SVM: Add host support for Enhanced SMT Protection
` [PATCH 3/3] x86/sev: Add guest "

[PATCH v13 0/5] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-09-14 16:44 UTC  (6+ messages)
    ` [PATCH v13 0/5] vfio/dma-buf: add TPH support for peer-to-peer access - ping

[PATCH 0/2] i386/sev: Enhanced SMT Protection for SEV-SNP guests
 2026-09-14 16:22 UTC  (3+ messages)
` [PATCH 1/2] i386/sev: Introduce Enhanced SMT Protection for SEV-SNP
` [PATCH 2/2] i386/sev: Add core scheduling for ESMTP enabled guests

[PATCH v10 00/28] KVM: Enable FRED support with KVM VMX
 2026-09-14 16:14 UTC  (4+ messages)
` [PATCH v10 09/28] KVM: VMX: Save/restore guest FRED RSP0

[PATCH] KVM: selftests: Test partial KVM_CLEAR_DIRTY_LOG requests
 2026-09-14 16:10 UTC  (2+ messages)

[PATCH v3 00/13] x86/msr: Drop 32-bit MSR interfaces
 2026-09-14 15:54 UTC  (3+ messages)
` [PATCH v3 12/13] treewide: convert rdmsrq() from a macro to an inline function

[PATCH RFC v3 0/3] KVM: x86: per-VM C-state policy enforcement (KVM_CAP_CSTATE_POLICY)
 2026-09-14 15:23 UTC  (5+ messages)
` [PATCH RFC v3 1/3] cpuidle: export cpuidle_devices for KVM C-state policy enforcement
` [PATCH RFC v3 2/3] KVM: x86: add KVM_CAP_CSTATE_POLICY for per-VM C-state enforcement
` [PATCH RFC v3 3/3] KVM: selftests: add cstate_policy_test for KVM_CAP_CSTATE_POLICY

[PATCH v16 00/13] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-09-14 15:19 UTC  (28+ messages)
` [PATCH v16 01/13] x86/mce: Fix hardware debug register corruption on task migration
` [PATCH v16 02/13] KVM: x86: Prevent host DR7 debug register leak into guest OS on NMI
` [PATCH v16 03/13] x86/hw_breakpoints: Make DR7 updates NMI safe
` [PATCH v16 04/13] x86/hw_breakpoints: Add arch_modify_local_hw_breakpoint_addr() API
` [PATCH v16 05/13] HWBP: Add modify_local_hw_breakpoint_addr() API
` [PATCH v16 06/13] tracing/wprobe: Add wprobe (watchpoint probe) trace event support
` [PATCH v16 07/13] x86: hw_breakpoint: Add a kconfig to clarify when a breakpoint fires
` [PATCH v16 08/13] selftests: tracing: Add a basic testcase for wprobe
` [PATCH v16 09/13] selftests: tracing: Add syntax "
` [PATCH v16 10/13] tracing/wprobe: Add set_wprobe and clear_wprobe event triggers
` [PATCH v16 11/13] selftests: tracing: Add wprobe trigger testcase
` [PATCH v16 12/13] tracing/wprobe: Support BTF typecast in fetchargs
` [PATCH v16 13/13] tracing/wprobe: Support BTF struct offset resolution in set_wprobe trigger

[PATCH v18 0/7] firmware: arm_rmm: Add RMM v2.0 base RMI support
 2026-09-14 14:47 UTC  (5+ messages)
` [PATCH v18 4/7] firmware: arm_rmm: Add support for SRO

[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-14 14:27 UTC  (6+ messages)
` [PATCH 27/39] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()

[PATCH v6 00/18] PCI/P2PDMA: Route peer-to-peer DMA by TLP class
 2026-09-14 14:27 UTC  (10+ messages)
` [PATCH v6 10/18] PCI/P2PDMA: Reject Translated Requests blocked by Translation Blocking
` [PATCH v6 12/18] PCI/P2PDMA: Log detailed ACS routing diagnostics
` [PATCH v6 13/18] PCI/P2PDMA: Add KUnit tests for the ACS routing decisions
` [PATCH v6 14/18] PCI/P2PDMA: Test the ACS P2P routing walk
` [PATCH v6 15/18] PCI: Add KUnit coverage for ACS isolation checks
` [PATCH v6 16/18] PCI/P2PDMA: Document TLP-class routing
` [PATCH v6 17/18] dma-buf: Let importers ask how peer-to-peer traffic is routed
` [PATCH v6 18/18] RDMA/mlx5: Ask P2PDMA whether ATS takes a direct peer-to-peer route

[PATCH] KVM: SEV: Return INVALID_INPUT on SNP req/resp buffer access failure
 2026-09-14 14:18 UTC  (2+ messages)

[PATCH v2 00/13] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
 2026-09-14 13:26 UTC  (16+ messages)
` [PATCH v2 01/13] arm64: Add ESR fault helpers
` [PATCH v2 02/13] KVM: arm64: Use ESR helpers in guest abort handling
` [PATCH v2 03/13] KVM: arm64: Propagate and use esr in s2fd when handling guest aborts
` [PATCH v2 04/13] KVM: arm64: Propagate and use mmu "
` [PATCH v2 05/13] KVM: arm64: Propagate and use kvm_s2_fault_result on S2 fault
` [PATCH v2 06/13] KVM: arm64: Size the stage-2 memcache from the fault MMU
` [PATCH v2 07/13] KVM: arm64: Propagate EHWPOISON in kvm_s2_fault_pin_pfn()
` [PATCH v2 08/13] KVM: arm64: Pass walk flags to kvm_pgtable_get_leaf()
` [PATCH v2 09/13] KVM: arm64: Implement KVM_PRE_FAULT_MEMORY
` [PATCH v2 10/13] Documentation: KVM: document arm64 KVM_PRE_FAULT_MEMORY
` [PATCH v2 11/13] KVM: selftests: Enable pre_fault_memory_test for arm64
` [PATCH v2 12/13] KVM: selftests: Add option for different backing in pre-fault tests
` [PATCH v2 13/13] KVM: selftests: Add nested pre-fault test for arm64

[PATCH] KVM: selftests: fix steal_time for arm64
 2026-09-14 13:13 UTC  (7+ messages)
  ` [PATCH] KVM: selftests: fix steal_time for arm64 with host page size > 4K

[PATCH v2] KVM: selftests: fix steal_time for arm64 with host page size > 4K
 2026-09-14 13:10 UTC 

[PATCH v10 00/20] KVM: arm64: PMU: Use multiple host PMUs
 2026-09-14 12:24 UTC  (23+ messages)
` [PATCH v10 01/20] KVM: arm64: Serialize repeated vCPU initialization
` [PATCH v10 02/20] KVM: arm64: PMU: Stop updating MDCR_EL2.HPMN
` [PATCH v10 03/20] KVM: arm64: PMU: Freeze counter count after first run
` [PATCH v10 04/20] KVM: arm64: selftests: Test SET_NR_COUNTERS "
` [PATCH v10 05/20] KVM: arm64: PMU: Keep implemented counter mask EL-independent
` [PATCH v10 06/20] KVM: arm64: PMU: Preserve EL2 bitmap state during migration
` [PATCH v10 07/20] KVM: arm64: PMU: Recreate events after reset
` [PATCH v10 08/20] KVM: arm64: PMU: Recreate events after MDCR_EL2 changes
` [PATCH v10 09/20] KVM: arm64: PMU: Recreate events after PMCR_EL0 changes
` [PATCH v10 10/20] KVM: arm64: PMU: Recreate events after userspace event writes
` [PATCH v10 11/20] tools headers: Use u* types for bitfield helpers
` [PATCH v10 12/20] KVM: arm64: selftests: Cover PMU state in MDCR_EL2
` [PATCH v10 13/20] arm64: errata: Require Apple IMPDEF PMUv3 traps on all CPUs
` [PATCH v10 14/20] KVM: arm64: Don't clear vcpu->cpu in kvm_arch_vcpu_put()
` [PATCH v10 15/20] KVM: arm64: PMU: Protect the list of PMUs with RCU
` [PATCH v10 16/20] KVM: arm64: PMU: Pass the pPMU to kvm_map_pmu_event()
` [PATCH v10 17/20] KVM: arm64: PMU: Pass the target CPU to kvm_pmu_probe_armpmu()
` [PATCH v10 18/20] KVM: arm64: PMU: Implement fixed-counters-only emulation
` [PATCH v10 19/20] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY
` [PATCH v10 20/20] KVM: arm64: selftests: Test PMU_V3_FIXED_COUNTERS_ONLY

[PATCH v6 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-09-14 12:13 UTC  (9+ messages)
` [PATCH v6 9/9] vfio/pci: Permanently revoke a DMABUF on request

BUILD_BUG_ON failed for kvm_vmx struct size sanity check in vmx.c
 2026-09-14  8:31 UTC  (4+ messages)

[PATCH] KVM: selftests: Fix VM leak in early return
 2026-09-14 12:04 UTC  (2+ messages)

[PATCH v6 00/49] KVM: arm64: Add GICv5 IRS support
 2026-09-14 12:04 UTC  (2+ messages)

[PATCH v2 0/3] KVM: selftests: arm64: Make sea_to_user skip cleanly
 2026-09-14 12:04 UTC  (2+ messages)

[PATCH] Documentation: KVM: Fix the struct kvm_arm_device_addr name
 2026-09-14 12:04 UTC  (2+ messages)

[PATCH] Documentation: KVM: Fix the event_source sysfs path in the PMU attribute description
 2026-09-14 12:04 UTC  (2+ messages)

[PATCH v2 0/3] arm64: fix typos in comments
 2026-09-14 12:04 UTC  (2+ messages)

[PATCH] KVM: arm64: Fix the KVM_ARM_PREFERRED_TARGET documentation
 2026-09-14 12:03 UTC  (2+ messages)

[syzbot] [kvm?] WARNING in kvm_put_kvm (3)
 2026-09-14 11:55 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;
as well as URLs for NNTP newsgroup(s).