Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-05-25 12:13:19 to 2026-05-26 20:00:53 UTC [more...]

[PATCH v2 0/4] struct page to PFN conversion for TDX guest private memory
 2026-05-26 20:00 UTC  (3+ messages)

[PATCH 0/2] x86/kvm/vmx: Fix VMX interrupt injection vs hrtimer_rearm_deferred()
 2026-05-26 19:35 UTC  (9+ messages)
` [PATCH 1/2] x86/kvm/vmx: Move IRQ/NMI dispatch from KVM into x86 core
  ` [PATCH v3 "

[PATCH] KVM: SVM: Disable AVIC IPI virtualization on Hygon Family 18h (erratum #1235)
 2026-05-26 19:14 UTC  (3+ messages)

[PATCH v6 00/16]
 2026-05-26 19:11 UTC  (6+ messages)
` [PATCH v6 01/16] KVM: nSVM: Stop leaking single-stepping on VMRUN into L2

[PATCH] KVM: VMX: Use _safe MSR accessors in LBR handler
 2026-05-26 18:56 UTC  (2+ messages)

[PATCH v4 0/5] KVM: X86: Fix nested TDP error code info
 2026-05-26 18:52 UTC  (9+ messages)
` [PATCH v4 2/5] KVM: x86: Tell ->inject_page_fault() whether or a fault came from hardware
` [PATCH v4 3/5] KVM: SVM: Fix nested NPF injection of PFERR_GUEST_{PAGE,FINAL}_MASK bits

[PATCH v3 0/4] KVM: x86: Virtualize AMD's "disable CPUID in usermode"
 2026-05-26 18:38 UTC  (11+ messages)
` [PATCH v3 3/4] KVM: x86: Virtualize AMD CPUID faulting

[PATCH 1/2] kvm: rework memory prefault
 2026-05-26 17:08 UTC  (4+ messages)
` [PATCH 2/2] s390: kvm: arm64: add HAS_IOMEM dependency

[PATCH v2 0/5] guest_memfd fixes for bind and populate
 2026-05-26 16:55 UTC  (12+ messages)
` [PATCH v2 1/5] KVM: guest_memfd: Use write permissions when GUP-ing source pages
` [PATCH v2 2/5] KVM: guest_memfd: Fix possible signed integer overflow
` [PATCH v2 3/5] KVM: guest_memfd: Handle errors from xa_store_range() when binding
` [PATCH v2 4/5] KVM: SNP: Fix kunmap_local() unmapping order
` [PATCH v2 5/5] KVM: SNP: Mark source page dirty in sev_gmem_post_populate

[PATCH v6 00/11] Dynamic PAMT
 2026-05-26 16:42 UTC  (14+ messages)
` [PATCH v6 01/11] x86/virt/tdx: Simplify tdmr_get_pamt_sz()
` [PATCH v6 02/11] x86/virt/tdx: Allocate page bitmap for Dynamic PAMT
` [PATCH v6 03/11] x86/virt/tdx: Add tdx_alloc/free_control_page() helpers
` [PATCH v6 04/11] x86/virt/tdx: Allocate ref counts for Dynamic PAMT memory
` [PATCH v6 05/11] x86/virt/tdx: Handle concurrent callers in tdx_pamt_get/put()
` [PATCH v6 06/11] x86/virt/tdx: Optimize tdx_pamt_get/put()
` [PATCH v6 07/11] KVM: TDX: Allocate PAMT memory for TD and vCPU control structures
` [PATCH v6 08/11] x86/tdx: Add APIs to support Dynamic PAMT ops from KVM's fault path
` [PATCH v6 09/11] KVM: TDX: Get/put PAMT pages when (un)mapping private memory
` [PATCH v6 10/11] x86/virt/tdx: Enable Dynamic PAMT
` [PATCH v6 11/11] Documentation/x86: Add documentation for TDX's "

[PATCH v2 0/7] riscv: kexec: Fix VCPU crash on kexec/kdump under KVM
 2026-05-26 16:30 UTC  (14+ messages)
` [PATCH v2 1/7] riscv: Add kexec trampoline text section to vmlinux.lds.S
` [PATCH v2 2/7] riscv: kexec: Place norelocate trampoline into .kexec.tramp.text
` [PATCH v2 3/7] riscv: kexec: Build trampoline page tables for crash kernel entry
` [PATCH v2 4/7] riscv: kexec: Switch to trampoline page table before norelocate
` [PATCH v2 5/7] riscv: kexec: Always build the trampoline page table
` [PATCH v2 6/7] riscv: kexec: Add the relocate-trampoline wrapper
` [PATCH v2 7/7] riscv: kexec: Route normal kexec through the trampoline page table

[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
 2026-05-26 16:27 UTC  (3+ messages)

[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
 2026-05-26 15:45 UTC  (6+ messages)
` [RFC PATCH 15/15] x86/virt/tdx: Enable TDX Quoting extension

[PATCH v10 00/30] KVM: arm64: Implement support for SME
 2026-05-26 15:19 UTC  (12+ messages)
` [PATCH v10 02/30] arm64/fpsimd: Update FA64 and ZT0 enables when loading SME state
` [PATCH v10 03/30] arm64/fpsimd: Decide to save ZT0 and streaming mode FFR at bind time
` [PATCH v10 04/30] arm64/fpsimd: Determine maximum virtualisable SME vector length

[PATCH v5 00/18] userfaultfd: working set tracking for VM guest memory
 2026-05-26 15:07 UTC  (32+ messages)
` [PATCH v5 01/18] fs/proc/task_mmu: fix make_uffd_wp_huge_pte() prot-update race
` [PATCH v5 02/18] mm/huge_memory: preserve pmd_swp_uffd_wp on device-private PMD downgrade
` [PATCH v5 03/18] userfaultfd: gate must_wait writability check on pte_present()
` [PATCH v5 04/18] mm: skip out-of-range bits in mk_vma_flags()
` [PATCH v5 05/18] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
` [PATCH v5 06/18] mm: rename uffd-wp PTE bit macros to uffd
` [PATCH v5 07/18] mm: rename uffd-wp PTE accessors "
` [PATCH v5 08/18] mm: add VM_UFFD_RWP VMA flag
` [PATCH v5 09/18] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v5 10/18] mm: preserve RWP marker across PTE rewrites
` [PATCH v5 11/18] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
` [PATCH v5 12/18] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH v5 13/18] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH v5 14/18] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
` [PATCH v5 15/18] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
` [PATCH v5 16/18] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
` [PATCH v5 17/18] selftests/mm: add userfaultfd RWP tests
` [PATCH v5 18/18] Documentation/userfaultfd: document RWP working set tracking

[PATCH v5 0/6] LoongArch: KVM: Small enhancement about interrupt injection
 2026-05-26 15:06 UTC  (9+ messages)
` [PATCH v5 1/6] LoongArch: KVM: Check irq validility in kvm_vcpu_ioctl_interrupt()
` [PATCH v5 2/6] LoongArch: KVM: Check msgint feature in interrupt post
` [PATCH v5 3/6] LoongArch: KVM: Use existing macro about interrupt bit mask
` [PATCH v5 4/6] LoongArch: KVM: Inject interrupt with batch method
` [PATCH v5 5/6] LoongArch: KVM: Add valid bit check when set ESTAT CSR register
` [PATCH v5 6/6] LoongArch: KVM: Deliver interrupt after IN_GUEST_MODE is set

[RFC] KVM/x86: Killing kvm_get_time_and_clockread() in favour of ktime_get_snapshot()
 2026-05-26 13:57 UTC 

New "no-cfi indirect call!" build failure on 7.1-rc5
 2026-05-26 13:45 UTC  (2+ messages)

[PATCH v2 00/39] KVM: arm64: Add GICv5 IRS support
 2026-05-26 13:41 UTC  (3+ messages)
` [PATCH v2 29/39] KVM: arm64: gic-v5: Support SPI injection

[PATCH] RISC-V: KVM: Fix timer state restore
 2026-05-26 13:31 UTC  (3+ messages)

[kvm-unit-tests PATCH v2 0/4] nVMX: Improve IA32_DEBUGCTLMSR test on debug controls
 2026-05-26 12:34 UTC  (10+ messages)
` [kvm-unit-tests PATCH v2 1/4] nVMX: Remove the IA32_DEBUGCTLMSR access in debugctls test
` [kvm-unit-tests PATCH v2 2/4] nVMX: Validate DEBUGCTLMSR_BUS_LOCK_DETECT states during VMX transitions
` [kvm-unit-tests PATCH v2 3/4] nVMX: Validate DEBUGCTLMSR_RTM_DEBUG "
` [kvm-unit-tests PATCH v2 4/4] nVMX: Validate DEBUGCTLMSR_LBR "

[PATCH v5 0/5] Add iommufd ioctls to support TSM operations
 2026-05-26 10:52 UTC  (14+ messages)
` [PATCH v5 1/5] vfio: cache KVM VM file references instead of raw struct kvm pointers
` [PATCH v5 2/5] iommufd/device: Associate KVM file pointer with iommufd_device
` [PATCH v5 3/5] iommufd/viommu: Keep a reference to the KVM file
` [PATCH v5 4/5] iommufd/tsm: add vdevice TSM bind/unbind ioctl
` [PATCH v5 5/5] iommufd/vdevice: add TSM request ioctl

[PATCH v4 08/14] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
 2026-05-26  8:21 UTC  (4+ messages)

[PATCH v4 06/14] mm: preserve RWP marker across PTE rewrites
 2026-05-26  8:19 UTC  (4+ messages)

[PATCH] LoongArch: KVM: Check return values for put_user
 2026-05-26  7:42 UTC 

[PATCH] KVM: Validate irqchip index for LoongArch and PowerPC
 2026-05-26  7:04 UTC  (3+ messages)

[PATCH v2] KVM: PPC: Kconfig: Enable CONFIG_VPA_PMU with KVM
 2026-05-26  7:00 UTC  (2+ messages)

[PATCH v12 6/6] vfio/pci: Add PCIe TPH control register virtualization
 2026-05-26  6:56 UTC 

[PATCH 00/11] Convert moduleparams to seq_buf
 2026-05-26  6:53 UTC  (12+ messages)
` [PATCH 03/11] moduleparam: Add DEFINE_KERNEL_PARAM_OPS macro family
` [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
` [PATCH 06/11] moduleparam: Add seq_buf-based .get callback alongside .get_str
` [PATCH 07/11] moduleparam: Route DEFINE_KERNEL_PARAM_OPS get pointer via _Generic
` [PATCH 08/11] params: Convert generic kernel_param_ops .get helpers to seq_buf

[PATCH v11 0/5] vfio/pci: Add PCIe TPH support
 2026-05-26  6:29 UTC  (6+ messages)
` [PATCH v11 5/5] vfio/pci: Add VFIO_DEVICE_FEATURE_TPH_ST for TPH ST entry management

[PATCH v12 5/6] vfio/pci: Add VFIO_DEVICE_FEATURE_TPH_ST for PCIe TPH steering tag management
 2026-05-26  6:09 UTC 

[PATCH v12 4/6] PCI/TPH: Move tph_req_type initialization into pci_tph_init
 2026-05-26  5:35 UTC 

[PATCH v12 2/6] PCI/TPH: Export pcie_tph_get_st_modes() for external use
 2026-05-26  4:51 UTC 

[PATCH v12 1/6] PCI/TPH: Fix pcie_tph_get_st_table_loc() field extraction
 2026-05-26  4:31 UTC 

[PATCH v8 0/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic Fast Inject
 2026-05-26  4:00 UTC  (7+ messages)
` [PATCH v8 1/3] KVM: s390: Add map/unmap ioctl and clean mappings post-guest
` [PATCH v8 2/3] KVM: s390: Enable adapter_indicators_set to use mapped pages
` [PATCH v8 3/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic fast inject

[PATCH] RISC-V: KVM: Fix NULL pointer dereference in AIA IMSIC functions
 2026-05-26  3:56 UTC  (2+ messages)

[PATCH kvm-unit-tests] svm_tests: access rflags and rax via this_cpu_guest_regs()
 2026-05-26  2:47 UTC  (2+ messages)

[PATCH] LoongArch: KVM: Add missing slots_lock for EIOINTC virtual extension device registration
 2026-05-26  1:25 UTC  (5+ messages)
` [PATCH v2 net] LoongArch: KVM: Add missing slots_lock for IO bus device register/unregister

[PATCH v5 0/2] RISC-V: KVM: Convert HGEI management to fully per-HART
 2026-05-26  1:12 UTC  (3+ messages)
` [PATCH v5 2/2] RISC-V: KVM: AIA: Make HGEI number management fully per-CPU

[PATCH V2 0/4] RISC-V: KVM: AIA: Convert HGEI management to fully per-HART
 2026-05-26  1:08 UTC  (4+ messages)
` [PATCH V2 1/4] RISC-V: KVM: AIA: Make HGEI number and management fully per-CPU

[PATCH v4 03/14] mm: rename uffd-wp PTE accessors to uffd
 2026-05-25 19:43 UTC  (5+ messages)

[PATCH net] vsock/virtio: fix skb overhead overflow on 32-bit builds
 2026-05-25 17:14 UTC  (10+ messages)

[PATCH v4 14/14] Documentation/userfaultfd: document RWP working set tracking
 2026-05-25 15:45 UTC  (2+ messages)

[PATCH v4 13/14] selftests/mm: add userfaultfd RWP tests
 2026-05-25 15:43 UTC  (2+ messages)

[PATCH v4 12/14] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
 2026-05-25 15:40 UTC  (2+ messages)

[PATCH v4 11/14] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
 2026-05-25 15:35 UTC  (2+ messages)

[PATCH v4 10/14] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
 2026-05-25 15:29 UTC  (3+ messages)

[PATCH v4 09/14] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
 2026-05-25 15:27 UTC  (3+ messages)

[PATCH v4 07/14] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
 2026-05-25 15:18 UTC  (3+ messages)

[PATCH v4 05/14] mm: add MM_CP_UFFD_RWP change_protection() flag
 2026-05-25 15:03 UTC  (3+ messages)

[PATCH v4 04/14] mm: add VM_UFFD_RWP VMA flag
 2026-05-25 14:59 UTC  (3+ messages)

[PATCH v4 01/14] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
 2026-05-25 14:41 UTC  (3+ messages)

[PATCH v2] RISC-V: KVM: Document a TOCTOU race in SBI system suspend handler
 2026-05-25 14:24 UTC  (2+ messages)

[PATCH net] vsock/virtio: bind uarg before filling zerocopy skb
 2026-05-25 12:48 UTC  (2+ messages)

[PATCH] KVM: selftests: hyperv_features: test write of 1 to HV_X64_MSR_RESET
 2026-05-25 12:26 UTC  (3+ messages)


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