kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-09-12 19:36:50 to 2026-09-14 15:08:40 UTC [more...]

[PATCH v2 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-14 14:57 UTC  (21+ 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 v16 00/13] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-09-14 15:05 UTC  (26+ 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  (27+ messages)
` [PATCH v18 1/7] firmware: arm_rmm: Add SMC definitions for calling the RMM
` [PATCH v18 2/7] firmware: arm_rmm: Check for RMI support at init
` [PATCH v18 3/7] firmware: arm_rmm: Configure the RMM with the host's page size
` [PATCH v18 4/7] firmware: arm_rmm: Add support for SRO
` [PATCH v18 5/7] firmware: arm_rmm: Activate the RMM
` [PATCH v18 6/7] firmware: arm_rmm: Ensure the RMM has GPT entries for memory
` [PATCH v18 7/7] firmware: arm_rmm: Add wrappers for Realm related RMI commands

[PATCH RFC v3 0/3] KVM: x86: per-VM C-state policy enforcement (KVM_CAP_CSTATE_POLICY)
 2026-09-14 14:37 UTC  (4+ 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 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  (20+ messages)
` [PATCH v6 01/18] PCI/P2PDMA: Document pdev->p2pdma lifetime rules
` [PATCH v6 02/18] PCI/P2PDMA: Document the TLP attribute assumptions
` [PATCH v6 03/18] PCI/P2PDMA: Derive routing from directional ACS controls
` [PATCH v6 04/18] PCI: Reject unreadable ACS controls in isolation checks
` [PATCH v6 05/18] PCI/P2PDMA: Evaluate ACS controls at the path divergence
` [PATCH v6 06/18] PCI/P2PDMA: Document directional ACS routing
` [PATCH v6 07/18] PCI/P2PDMA: Collect the path's ACS controls before deciding
` [PATCH v6 08/18] PCI/P2PDMA: Answer routing per TLP class
` [PATCH v6 09/18] PCI/P2PDMA: Route Relaxed Ordering Completions directly
` [PATCH v6 10/18] PCI/P2PDMA: Reject Translated Requests blocked by Translation Blocking
` [PATCH v6 11/18] PCI/P2PDMA: Route Translated Requests under Direct Translated P2P
` [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  (11+ messages)
` [PATCH v6 3/9] dma-buf: Export dma_buf_set_name()
` [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  (3+ messages)

[PATCH 0/8] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
 2026-09-14 11:17 UTC  (4+ messages)
` [PATCH 6/8] KVM: selftests: Enable pre_fault_memory_test for arm64

[PATCH v6 0/5] vhost/vsock: add support for VHOST_RESET_OWNER and CPR migration
 2026-09-14  9:09 UTC  (4+ messages)

[PATCH v3 0/3] KVM: VMX: Explicitly track TDX VMs' root level
 2026-09-14  9:05 UTC  (5+ messages)
` [PATCH v3 1/3] KVM: x86/mmu: Use KVM's max TDP level to determine need for 32-bit TDP root
` [PATCH v3 3/3] KVM: VMX: Drop TDX_SHARED_BIT_PWL_{4,5} and dedup related code

[PATCH v2 0/3] 52-bit VA guest mode ID support
 2026-09-14  7:44 UTC  (5+ messages)
` [PATCH v2 1/3] KVM: arm64: selftests: Support five-level stage-1 page tables
` [PATCH v2 2/3] KVM: arm64: selftests: Add 52-bit VA guest modes
` [PATCH v2 3/3] KVM: arm64: selftests: Test 52-bit guest virtual addresses

[PATCH] KVM: Nullify irqfd->producer when add_producer() fails
 2026-09-14  7:20 UTC  (3+ messages)
` [PATCH] KVM: PPC: Book3S HV: Set irqfd->producer only on success

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

[PATCH v5 0/2] RISC-V: KVM: Huge page recovery during disable-dirty-log
 2026-09-14  6:22 UTC  (4+ messages)
` [PATCH v5 1/2] RISC-V: KVM: add tracepoint for guest page faults
` [PATCH v5 2/2] RISC-V: KVM: Recover gstage huge page mappings during disable-dirty-log

[PATCH] RISC-V: KVM: Fix HSM hart status error propagation
 2026-09-14  5:14 UTC  (2+ messages)

[PATCH v1 0/3] RISC-V: KVM: Fix PMU counter handling issues
 2026-09-14  5:04 UTC  (2+ messages)

[PATCH 5.15.y v3 0/7] KVM: fixes for CVE-2026-46113 and related issues
 2026-09-13 16:56 UTC  (11+ messages)
` [PATCH 5.15.y v3 1/7] KVM: x86/mmu: Use a bool for direct
` [PATCH 5.15.y v3 2/7] KVM: x86/mmu: Stop passing "direct" to mmu_alloc_root()
` [PATCH 5.15.y v3 3/7] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH 5.15.y v3 4/7] KVM: x86/mmu: Always pass 0 for @quadrant when gptes are 8 bytes
` [PATCH 5.15.y v3 5/7] KVM: x86/mmu: pull call to drop_large_spte() into __link_shadow_page()
` [PATCH 5.15.y v3 6/7] KVM: x86: Fix shadow paging use-after-free due to unexpected GFN
` [PATCH 5.15.y v3 7/7] KVM: x86: Fix shadow paging use-after-free due to unexpected role

[PATCH v17 00/20] KVM: arm64: CCA: Add basic plumbing for Realms
 2026-09-13 16:50 UTC  (4+ messages)
` [PATCH v17 05/20] KVM: arm64: Add vcpu load/put call backs for flavors

[PATCH v3 2/2] KVM: x86: Add limit check to IDT in __emulate_int_real()
 2026-09-13 16:47 UTC  (2+ messages)

[PATCH] vhost-scsi: do not relock event vq mutex on send_evt fallback
 2026-09-13  9:04 UTC  (2+ messages)

[PATCH v4 0/2] RISC-V: KVM: Huge page recovery during disable-dirty-log
 2026-09-13  7:25 UTC  (5+ messages)
` [PATCH v4 1/2] RISC-V: KVM: add tracepoint for guest page faults
` [PATCH v4 2/2] RISC-V: KVM: Recover gstage huge page mappings during disable-dirty-log

[PATCH v18] arm64: mm: Handle Granule Protection Faults (GPFs)
 2026-09-13  7:04 UTC 

[PATCH v6 0/8] KVM: nSVM: Enable DecodeAssists for nested guests
 2026-09-13  6:43 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 v6 5/8] KVM: nSVM: Fetch DecodeAssist bytes for synthesized faults
` [PATCH v6 6/8] KVM: nSVM: Use emulator bytes for synthesized nested #NPF
` [PATCH v6 7/8] KVM: nSVM: Advertise DecodeAssists to L1
` [PATCH v6 8/8] KVM: selftests: Add nested SVM DecodeAssists test

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

[PATCH kvmtool 0/5] Fix diagnostics and capability probes for protected VMs
 2026-09-12 19:36 UTC  (6+ messages)
` [PATCH kvmtool 1/5] arm64: Do not abort on register-dump failures


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).