public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-05 22:28:03 to 2026-03-06 20:06:52 UTC [more...]

[PATCH v10 00/15] Direct Map Removal Support for guest_memfd
 2026-03-06 20:06 UTC  (22+ messages)
` [PATCH v10 01/15] set_memory: set_direct_map_* to take address
` [PATCH v10 02/15] set_memory: add folio_{zap,restore}_direct_map helpers
    ` [PATCH v10 02/15] set_memory: add folio_{zap, restore}_direct_map helpers
` [PATCH v10 04/15] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v10 09/15] KVM: guest_memfd: Add flag to remove from direct map

[PATCH] KVM: X86: Fix array_index_nospec protection in __pv_send_ipi
 2026-03-06 19:07 UTC  (2+ messages)

[PATCH] vfio: replace vfio->class with a const struct class
 2026-03-06 19:06 UTC 

[PATCH 0/2] RISC-V: KVM: Fix array out-of-bounds in firmware counter reads
 2026-03-06 18:53 UTC  (5+ messages)
` [PATCH 1/2] RISC-V: KVM: Fix array out-of-bounds in pmu_ctr_read()
` [PATCH 2/2] RISC-V: KVM: Fix array out-of-bounds in pmu_fw_ctr_read_hi()

Stalls when starting a VSOCK listening socket: soft lockups, RCU stalls, timeout
 2026-03-06 18:44 UTC  (19+ messages)

[PATCH] KVM: Change [g|h]va_t as u64
 2026-03-06 18:16 UTC  (6+ messages)

[PATCH] KVM: mmu_notifier: make mn_invalidate_lock non-sleeping for non-blocking invalidations
 2026-03-06 18:14 UTC  (6+ messages)

[PATCH v7 00/26] Nested SVM fixes, cleanups, and hardening
 2026-03-06 17:54 UTC  (14+ messages)
` [PATCH v7 26/26] KVM: selftest: Add a selftest for VMRUN/#VMEXIT with unmappable vmcb12

[PATCH v2 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-03-06 17:18 UTC  (16+ messages)
` [PATCH v2 01/15] userfaultfd: introduce mfill_copy_folio_locked() helper
` [PATCH v2 02/15] userfaultfd: introduce struct mfill_state
` [PATCH v2 03/15] userfaultfd: introduce mfill_get_pmd() helper
` [PATCH v2 04/15] userfaultfd: introduce mfill_get_vma() and mfill_put_vma()
` [PATCH v2 05/15] userfaultfd: retry copying with locks dropped in mfill_atomic_pte_copy()
` [PATCH v2 06/15] userfaultfd: move vma_can_userfault out of line
` [PATCH v2 07/15] userfaultfd: introduce vm_uffd_ops
` [PATCH v2 08/15] shmem, userfaultfd: use a VMA callback to handle UFFDIO_CONTINUE
` [PATCH v2 09/15] userfaultfd: introduce vm_uffd_ops->alloc_folio()
` [PATCH v2 10/15] shmem, userfaultfd: implement shmem uffd operations using vm_uffd_ops
` [PATCH v2 11/15] userfaultfd: mfill_atomic(): remove retry logic
` [PATCH v2 12/15] mm: generalize handling of userfaults in __do_fault()
` [PATCH v2 13/15] KVM: guest_memfd: implement userfaultfd operations
` [PATCH v2 14/15] KVM: selftests: test userfaultfd minor for guest_memfd
` [PATCH v2 15/15] KVM: selftests: test userfaultfd missing "

[PATCH v10 00/30] KVM: arm64: Implement support for SME
 2026-03-06 17:01 UTC  (31+ messages)
` [PATCH v10 01/30] arm64/sysreg: Update SMIDR_EL1 to DDI0601 2025-06
` [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 v10 05/30] KVM: arm64: Pay attention to FFR parameter in SVE save and load
` [PATCH v10 06/30] KVM: arm64: Pull ctxt_has_ helpers to start of sysreg-sr.h
` [PATCH v10 07/30] KVM: arm64: Move SVE state access macros after feature test macros
` [PATCH v10 08/30] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH v10 09/30] KVM: arm64: Define internal features for SME
` [PATCH v10 10/30] KVM: arm64: Rename sve_state_reg_region
` [PATCH v10 11/30] KVM: arm64: Store vector lengths in an array
` [PATCH v10 12/30] KVM: arm64: Factor SVE code out of fpsimd_lazy_switch_to_host()
` [PATCH v10 13/30] KVM: arm64: Document the KVM ABI for SME
` [PATCH v10 14/30] KVM: arm64: Implement SME vector length configuration
` [PATCH v10 15/30] KVM: arm64: Support SME control registers
` [PATCH v10 16/30] KVM: arm64: Support TPIDR2_EL0
` [PATCH v10 17/30] KVM: arm64: Support SME identification registers for guests
` [PATCH v10 18/30] KVM: arm64: Support SME priority registers
` [PATCH v10 19/30] KVM: arm64: Provide assembly for SME register access
` [PATCH v10 20/30] KVM: arm64: Support userspace access to streaming mode Z and P registers
` [PATCH v10 21/30] KVM: arm64: Flush register state on writes to SVCR.SM and SVCR.ZA
` [PATCH v10 22/30] KVM: arm64: Expose SME specific state to userspace
` [PATCH v10 23/30] KVM: arm64: Context switch SME state for guests
` [PATCH v10 24/30] KVM: arm64: Handle SME exceptions
` [PATCH v10 25/30] KVM: arm64: Expose SME to nested guests
` [PATCH v10 26/30] KVM: arm64: Provide interface for configuring and enabling SME for guests
` [PATCH v10 27/30] KVM: arm64: selftests: Remove spurious check for single bit safe values
` [PATCH v10 28/30] KVM: arm64: selftests: Skip impossible invalid value tests
` [PATCH v10 29/30] KVM: arm64: selftests: Add SME system registers to get-reg-list
` [PATCH v10 30/30] KVM: arm64: selftests: Add SME to set_id_regs test

[PATCH v9 00/30] KVM: arm64: Implement support for SME
 2026-03-06 17:08 UTC  (3+ messages)

[PATCH] KVM: SVM: Propagate Translation Cache Extensions to the guest
 2026-03-06 16:37 UTC  (3+ messages)

[PATCH v1] KVM: VMX: Remove unnecessary parentheses
 2026-03-06 16:24 UTC  (3+ messages)

[GIT PULL] KVM/riscv fixes for 7.0 take #1
 2026-03-06 16:06 UTC 

[PATCH 0/2] KVM: nSVM: Minor post-war fixups
 2026-03-06 15:57 UTC  (2+ messages)

[PATCH v9 00/22] Enable FRED with KVM VMX
 2026-03-06 15:54 UTC  (10+ messages)
` [PATCH v9 08/22] KVM: VMX: Set FRED MSR intercepts
` [PATCH v9 15/22] KVM: x86: Mark CR4.FRED as not reserved

[PATCH v1 00/13] KVM: arm64: Refactor user_mem_abort() into a state-object model
 2026-03-06 15:44 UTC  (16+ messages)
` [PATCH v1 01/13] KVM: arm64: Extract VMA size resolution in user_mem_abort()
` [PATCH v1 02/13] KVM: arm64: Introduce struct kvm_s2_fault to user_mem_abort()
` [PATCH v1 03/13] KVM: arm64: Extract PFN resolution in user_mem_abort()
` [PATCH v1 04/13] KVM: arm64: Isolate mmap_read_lock inside new kvm_s2_fault_get_vma_info() helper
` [PATCH v1 05/13] KVM: arm64: Extract stage-2 permission logic in user_mem_abort()
` [PATCH v1 06/13] KVM: arm64: Extract page table mapping "
` [PATCH v1 07/13] KVM: arm64: Simplify nested VMA shift calculation
` [PATCH v1 08/13] KVM: arm64: Remove redundant state variables from struct kvm_s2_fault
` [PATCH v1 09/13] KVM: arm64: Simplify return logic in user_mem_abort()
` [PATCH v1 10/13] KVM: arm64: Initialize struct kvm_s2_fault completely at declaration
` [PATCH v1 11/13] KVM: arm64: Optimize early exit checks in kvm_s2_fault_pin_pfn()
` [PATCH v1 12/13] KVM: arm64: Hoist MTE validation check out of MMU lock path
` [PATCH v1 13/13] KVM: arm64: Clean up control flow in kvm_s2_fault_map()

[PATCH] KVM: x86: Add support for cmpxchg16b emulation
 2026-03-06 15:38 UTC  (2+ messages)

[PATCH v2 0/7] Add RMPOPT support
 2026-03-06 15:33 UTC  (4+ messages)
` [PATCH v2 2/7] x86/sev: add support for enabling RMPOPT

[PATCH v1 0/4] mm: move vma_(kernel|mmu)_pagesize() out of hugetlb.c
 2026-03-06 15:30 UTC  (15+ messages)
` [PATCH v1 1/4] mm: move vma_kernel_pagesize() from hugetlb to mm.h
` [PATCH v1 2/4] mm: move vma_mmu_pagesize() from hugetlb to vma.c
` [PATCH v1 3/4] KVM: remove hugetlb.h inclusion
` [PATCH v1 4/4] KVM: PPC: "

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

[PATCH v1 00/16] mm: cleanups around unmapping / zapping
 2026-03-06 13:16 UTC  (34+ messages)
` [PATCH v1 01/16] mm/madvise: drop range checks in madvise_free_single_vma()
` [PATCH v1 02/16] mm/memory: remove "zap_details" parameter from zap_page_range_single()
` [PATCH v1 03/16] mm/memory: inline unmap_mapping_range_vma() into unmap_mapping_range_tree()
` [PATCH v1 04/16] mm/memory: simplify calculation in unmap_mapping_range_tree()
` [PATCH v1 05/16] mm/oom_kill: use MMU_NOTIFY_CLEAR in __oom_reap_task_mm()
` [PATCH v1 06/16] mm/oom_kill: factor out zapping of VMA into zap_vma_for_reaping()
` [PATCH v1 07/16] mm/memory: rename unmap_single_vma() to __zap_vma_range()
` [PATCH v1 08/16] mm/memory: move adjusting of address range to unmap_vmas()
` [PATCH v1 09/16] mm/memory: convert details->even_cows into details->skip_cows
` [PATCH v1 10/16] mm/memory: use __zap_vma_range() in zap_vma_for_reaping()
` [PATCH v1 11/16] mm/memory: inline unmap_page_range() into __zap_vma_range()
` [PATCH v1 12/16] mm: rename zap_vma_pages() to zap_vma()
` [PATCH v1 13/16] mm: rename zap_page_range_single_batched() to zap_vma_range_batched()
` [PATCH v1 14/16] mm: rename zap_page_range_single() to zap_vma_range()
` [PATCH v1 15/16] mm: rename zap_vma_ptes() to zap_special_vma_range()
` [PATCH v1 16/16] mm/memory: support VM_MIXEDMAP in zap_special_vma_range()

[PATCH] KVM: optionally post write on ioeventfd write
 2026-03-06 12:56 UTC 

[PATCH v3] KVM: x86: use array_index_nospec with indices that come from guest
 2026-03-06 12:02 UTC  (9+ messages)

[PATCH 0/7] KVM: SVM: Enable FRED support
 2026-03-06 11:31 UTC  (3+ messages)
` [PATCH 4/7] KVM: SVM: Populate FRED event data on event injection

[GIT PULL] KVM/arm64 fixes for 7.0, take #2
 2026-03-06 11:22 UTC 

[PATCH] x86: kvm: Initialize static calls before SMP boot
 2026-03-06 11:19 UTC  (3+ messages)

[PATCH v2 16/36] KVM: nVMX: Enable guest deadline and its shadow VMCS field
 2026-03-06 11:14 UTC  (2+ messages)

[RFC PATCH] KVM: optionally commit write on ioeventfd write
 2026-03-06 11:14 UTC  (4+ messages)
` [PATCH] KVM: optionally post "

[PATCH v1 0/2] KVM: arm64: Fix a couple of latent bugs in user_mem_abort()
 2026-03-06 10:48 UTC  (2+ messages)

[PATCH 0/7] KVM: SVM: Enable FRED support
 2026-03-06  9:33 UTC  (3+ messages)

[PATCH] KVM: x86: Add KVM-only CPUID.0xC0000001:EDX feature bits
 2026-03-06  9:12 UTC  (3+ messages)

[PATCH v4 00/24] Runtime TDX Module update support
 2026-03-06  9:35 UTC  (15+ messages)
` [PATCH v4 02/24] coco/tdx-host: Introduce a "tdx_host" device
` [PATCH v4 06/24] coco/tdx-host: Expose P-SEAMLDR information via sysfs
` [PATCH v4 13/24] x86/virt/seamldr: Shut down the current TDX module
` [PATCH v4 19/24] x86/virt/tdx: Update tdx_sysinfo and check features post-update

[PATCH] KVM: x86: Add LAPIC guard in kvm_apic_write_nodecode()
 2026-03-06  9:12 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 00/27] Nested virtualization for KVM RISC-V
 2026-03-06  7:04 UTC  (7+ messages)
` [PATCH 01/27] RISC-V: KVM: Fix error code returned for Smstateen ONE_REG
` [PATCH 02/27] RISC-V: KVM: Fix error code returned for Ssaia ONE_REG
` [PATCH 03/27] RISC-V: KVM: Check host Ssaia extension when creating AIA irqchip

[PATCH V3 00/13] target/i386: Misc PMU fixes and enabling
 2026-03-06  5:37 UTC  (15+ messages)
` [PATCH V3 04/13] target/i386: Adjust maximum number of PMU counters
` [PATCH V3 06/13] target/i386: Increase MSR_BUF_SIZE and split KVM_[GET/SET]_MSRS calls
` [PATCH V3 07/13] target/i386: Add get/set/migrate support for legacy PEBS MSRs
` [PATCH V3 08/13] target/i386: Make some PEBS features user-visible
` [PATCH V3 11/13] target/i386: Add pebs-fmt CPU option
` [PATCH V3 12/13] target/i386: Clean up Intel Debug Store feature dependencies
` [PATCH V3 13/13] target/i386: Add Topdown metrics feature support

[PATCH 0/2] KVM: PPC: e500: Fix build error due to crappy KVM code
 2026-03-06  4:02 UTC  (3+ messages)

[PATCH v2 1/3] RISC-V: KVM: Fix lost write protection on huge pages during dirty logging
 2026-03-06  3:19 UTC  (2+ messages)

[PATCH] vfio/mdev: make VFIO_MDEV user-visible in Kconfig
 2026-03-05 23:35 UTC 

[PATCH v3 0/2] Extend KVM_HC_MAP_GPA_RANGE api to allow retry
 2026-03-05 22:27 UTC  (7+ messages)
` [PATCH v3 1/2] KVM: TDX: Allow userspace to return errors to guest for MAPGPA


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