kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-09-11 21:42:45 to 2026-09-14 12:27:35 UTC [more...]

[PATCH v2 00/13] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
 2026-09-14 12:26 UTC  (11+ 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 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  (14+ messages)
` [PATCH v6 3/9] dma-buf: Export dma_buf_set_name()
` [PATCH v6 6/9] vfio/pci: Convert BAR mmap() to use a DMABUF
` [PATCH v6 7/9] vfio/pci: Clean up BAR zap and revocation
` [PATCH v6 8/9] vfio/pci: Support mmap() of a VFIO DMABUF
` [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 v6 00/18] PCI/P2PDMA: Route peer-to-peer DMA by TLP class
 2026-09-14 11:22 UTC  (19+ 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 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 v18 0/7] firmware: arm_rmm: Add RMM v2.0 base RMI support
 2026-09-14 10:27 UTC  (28+ 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 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  (36+ messages)
` [PATCH v10 02/28] KVM: VMX: Initialize VM entry/exit FRED controls in vmcs_config
` [PATCH v10 03/28] KVM: VMX: Disable FRED if FRED consistency checks fail
` [PATCH v10 05/28] x86/cea: Use array indexing to simplify exception stack access
` [PATCH v10 07/28] KVM: VMX: Initialize VMCS FRED fields
` [PATCH v10 09/28] KVM: VMX: Save/restore guest FRED RSP0
` [PATCH v10 13/28] KVM: VMX: Virtualize FRED nested exception tracking
` [PATCH v10 15/28] KVM: x86: Include CR4.FRED in the emulator CR4 write mask
` [PATCH v10 16/28] KVM: x86: Mark CR4.FRED as not reserved
` [PATCH v10 17/28] KVM: x86: Handle CR4.FRED when emulating RSM
` [PATCH v10 18/28] KVM: VMX: Dump FRED context in dump_vmcs()
` [PATCH v10 19/28] KVM: x86: Advertise support for FRED
` [PATCH v10 20/28] KVM: nVMX: Enable support for secondary VM exit controls
` [PATCH v10 21/28] KVM: nVMX: Handle FRED VMCS fields in nested VMX context
` [PATCH v10 22/28] KVM: nVMX: Restrict event data VMCS fields to FRED-supported hosts
` [PATCH v10 23/28] KVM: nVMX: Shadow ORIGINAL_EVENT_DATA and INJECTED_EVENT_DATA fields
` [PATCH v10 24/28] KVM: nVMX: Validate FRED-related VMCS fields
` [PATCH v10 25/28] KVM: nVMX: Enable VMX FRED controls
` [PATCH v10 26/28] KVM: selftests: Add FRED MSRs to msrs_test
` [PATCH v10 27/28] KVM: selftests: Add a new VM guest mode to run user level code
` [PATCH v10 28/28] KVM: selftests: Add fred exception tests

[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  (14+ messages)
` [PATCH kvmtool 1/5] arm64: Do not abort on register-dump failures
` [PATCH kvmtool 2/5] kvm: Bound-check the exit-reason string lookup
` [PATCH kvmtool 3/5] kvm: Name every exit reason the UAPI header defines
` [PATCH kvmtool 4/5] arm64: Query steal-time support on the VM fd
` [PATCH kvmtool 5/5] arm64: Query counter-offset "

[PATCH v2 00/19] guest_memfd: support in-place memory conversion
 2026-09-12 14:52 UTC  (6+ messages)
` [PATCH v2 07/19] accel/kvm: Add CGS option to control in-place conversion support

[RFC PATCH 0/8] kernfs, driver core: staged sysfs registration
 2026-09-12 13:20 UTC  (5+ messages)
` [RFC PATCH 5/8] drivers: base: test: Add KUnit suite for "
` [RFC PATCH 6/8] driver core: Defer uevents for devices registered in a staged window

[PATCH v7 00/23] KVM: s390: Introduce arm64 KVM
 2026-09-12 11:43 UTC  (7+ messages)
` [PATCH v7 11/23] KVM: arm64: Share arm64 code with s390

[PATCH 0/2] KVM: unbounded per-VM kernel memory growth via KVM_SET_MEMORY_ATTRIBUTES
 2026-09-12  8:48 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v3 "
    ` [PATCH v3 1/2] KVM: Bound per-VM GFN materialization in KVM_SET_MEMORY_ATTRIBUTES
    ` [PATCH v2 2/2] KVM: Account mem_attr_array nodes to the caller's memcg
` [syzbot ci] Re: KVM: unbounded per-VM kernel memory growth via KVM_SET_MEMORY_ATTRIBUTES

[PATCH] RISC-V: KVM: Publish NACL HFENCE configuration last
 2026-09-12  7:19 UTC  (2+ messages)

[PATCH] RISC-V: KVM: Fix sdata leak and stale snapshot_addr in snapshot_set_shmem
 2026-09-12  7:19 UTC  (2+ messages)

[PATCH v3 13/13] x86/msr: Simplify some rdmsrq() use cases
 2026-09-12  6:50 UTC  (3+ messages)

[PATCH v14 0/5] Add RMPOPT support
 2026-09-12  1:53 UTC  (3+ messages)
` [PATCH v14 4/5] x86/sev: Perform RMP optimizations asynchronously

[syzbot] [kvm?] INFO: task hung in kvm_gmem_release (2)
 2026-09-11 23:02 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).