Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-09-02 11:02:49 to 2026-09-03 00:16:29 UTC [more...]

[PATCH 0/7] KVM: selftests: Fix maxnodes bugs and cleanup related code
 2026-09-03  0:16 UTC  (3+ messages)
` [PATCH 1/7] KVM: selftests: Account for kernel's off-by-one bug in NUMA node syscalls
` [PATCH 2/7] KVM: selftests: Fix maxnode argument to migrate_pages() in xapic_ipi_test

[PATCH v2 0/5] KVM: nSVM: Disallow bad L1 EFER for KVM_SET_NESTED_STATE
 2026-09-03  0:10 UTC  (12+ messages)
` [PATCH v2 1/5] KVM: nSVM: Reject KVM_SET_NESTED_STATE if L1 has EFER.LMA=1 && EFER.LME=0
` [PATCH v2 2/5] KVM: nSVM: Ignore EFER.LMA if EFER.LME=0 when preparing L2 state
` [PATCH v2 3/5] KVM: x86/mmu: Bug the VM if KVM attempts to walk more levels than the MMU has
` [PATCH v2 4/5] KVM: x86/mmu: Bug the VM if KVM calcs a CPU role with EFER.LMA=1 && CR4.PAE=0
` [PATCH v2 5/5] KVM: x86/mmu: Convert MMU walker's bounds check from BUG_ON() to KVM_BUG_ON()

[PATCH net-next 0/6] vsock: assign the guest vsock device to a network namespace
 2026-09-02 23:58 UTC  (9+ messages)
` [PATCH net-next 1/6] vsock: constify the transport in vsock_for_each_connected_socket()
` [PATCH net-next 2/6] vsock: add IOCTL_VM_SOCKETS_ASSIGN_G2H_NETNS
` [PATCH net-next 3/6] vsock/virtio: support guest device network namespace
` [PATCH net-next 4/6] selftests/vsock: add a helper to assign the g2h device to a netns
` [PATCH net-next 5/6] selftests/vsock: test the guest vsock device network namespace
` [PATCH net-next 6/6] selftests/vsock: test the assign ioctl privilege checks

[PATCH v3 0/4] tdx-guest: Make Quote buffer size dynamic
 2026-09-02 23:15 UTC  (4+ messages)
` [PATCH v3 3/4] virt: tdx-guest: Use a variable to store the Quote buffer size

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

[PATCH v2 00/20] KVM: selftests: PPC pre-enabling
 2026-09-02 23:06 UTC  (27+ messages)
` [PATCH v2 01/20] KVM: selftests: Use MEM_REGION_PT memslot instead of '0' for s390 regions/segments
` [PATCH v2 02/20] KVM: selftests: Use the common minimum GPA for page tables on LoongArch
` [PATCH v2 03/20] KVM: selftests: Use vm_alloc_page_table() to allocate LoongArch page tables
` [PATCH v2 04/20] KVM: selftests: Rename "num" param to "nr_pages" for physical page allocators
` [PATCH v2 05/20] KVM: selftests: Use goto instead of do-while to retry finding unused physical pages
` [PATCH v2 06/20] KVM: selftests: Extend page allocator to support naturally aligned allocations
` [PATCH v2 07/20] KVM: selftests: Make the single-page allocator APIs static inline
` [PATCH v2 08/20] KVM: selftests: Use the innermost page allocator API in the memslot perf test
` [PATCH v2 09/20] KVM: selftests: Use the innermost page allocator API in s390's IRQ routing test
` [PATCH v2 10/20] KVM: selftests: Add a wrapper API to allocate multiple page table pages
` [PATCH v2 11/20] KVM: selftests: Initialize vm->memslots[] with invalid memslots during creation
` [PATCH v2 12/20] KVM: selftests: Add APIs to override memory region types with custom memslots
` [PATCH v2 13/20] KVM: selftests: Add TEST_EXTRA memory region type for "special" memslots
` [PATCH v2 14/20] KVM: selftests: Use TEST_EXTRA region in arm64's vGIC LPI stress test
` [PATCH v2 15/20] KVM: selftests: Use TEST_EXTRA region in x86's smaller MAXPHYADDR test
` [PATCH v2 16/20] KVM: selftests: Use TEST_EXTRA region in set memory region test
` [PATCH v2 17/20] KVM: selftests: Take the memory region type, not memslot, in page allocators
` [PATCH v2 18/20] KVM: selftests: Use TEST_ASSERT(), not assert(), in vm_get_mem_region()
` [PATCH v2 19/20] KVM: selftests: Automatically pick min_gpa for allocations based on region type
` [PATCH v2 20/20] KVM: selftests: Add arch hook to force page tables to be naturally aligned

[PATCH v13 0/5] Add RMPOPT support
 2026-09-02 22:45 UTC  (16+ messages)
` [PATCH v13 1/5] x86/cpufeatures: Add X86_FEATURE_RMPOPT feature flag
` [PATCH v13 2/5] x86/sev: Disable CPU hotplug while SNP is active
` [PATCH v13 3/5] x86/sev: Initialize RMPOPT configuration MSRs
` [PATCH v13 4/5] x86/sev: Add support to perform RMP optimizations asynchronously
` [PATCH v13 5/5] x86/sev: Re-enable RMP optimizations on SNP guest shutdown

[PATCH] KVM: x86/mmu: Always guard rmaps with mmu_lock on PREEMPT_RT=y kernels
 2026-09-02 22:38 UTC  (4+ messages)

[PATCH] vfio/fsl-mc: prevent read-only region mappings from becoming writable
 2026-09-02 22:33 UTC  (2+ messages)

[PATCH v3 0/13] KVM: x86/xen: Bug fixes and long_mode cleanup
 2026-09-02 22:00 UTC  (33+ messages)
` [PATCH v3 01/13] KVM: x86/xen: Rename 'longmode' to 'is_64bit' in hypercall handling
` [PATCH v3 02/13] KVM: x86/xen: Introduce kvm_xen_has_64bit_shinfo() macro
` [PATCH v3 03/13] KVM: x86/xen: Rename max_evtchn_port() to kvm_max_evtchn_port()
` [PATCH v3 04/13] KVM: x86/xen: Latch shinfo mode in kvm_xen_set_evtchn_fast()
` [PATCH v3 05/13] KVM: x86/xen: Latch shinfo mode in kvm_xen_schedop_poll()
` [PATCH v3 06/13] KVM: x86/xen: Enforce 4-byte alignment of vcpu_info registration
` [PATCH v3 07/13] KVM: x86/xen: Use 32-bit locked bts for vcpu_info evtchn_pending_sel
` [PATCH v3 08/13] KVM: x86/xen: Use 32-bit atomics if vCPU's evtchn_pending_sel isn't aligned
` [PATCH v3 09/13] KVM: x86/xen: Use atomic*() APIs instead of open coded equivalents
` [PATCH v3 10/13] KVM: x86/xen: Take kvm->srcu in __kvm_xen_has_interrupt()
` [PATCH v3 11/13] KVM: x86/xen: Mark poll_evtchn accesses with READ_ONCE()/WRITE_ONCE()
` [PATCH v3 12/13] KVM: pfncache: use a dedicated invalidation sequence for cache refresh
` [PATCH v3 13/13] KVM: x86/xen: Convert evtchn_ports from IDR to XArray

[PATCH] vfio: selftests: Add documentation
 2026-09-02 21:39 UTC 

[PATCH v13 0/5] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-09-02 20:53 UTC  (3+ messages)

[PATCH v9 18/22] KVM: nVMX: Enable support for secondary VM exit controls
 2026-09-02 20:49 UTC  (4+ messages)
` [PATCH v9 19/26] "

[PATCH RFC v3 00/21] mm: change behavior of pXdp_get()/pXd_page() in compile-time folded pgtable
 2026-09-02 20:48 UTC  (31+ messages)
` [PATCH RFC v3 01/21] ARM: mm: make nommu pgd_t a scalar
` [PATCH RFC v3 02/21] ARM: mm: make 2-level "
` [PATCH RFC v3 03/21] ARM: mm: remove custom pgdp_get()
` [PATCH RFC v3 04/21] LoongArch: mm: define pud_leaf() only when PUD exists
` [PATCH RFC v3 05/21] MIPS: "
` [PATCH RFC v3 06/21] mm/pgtable: define (pgd|p4d|pud)_leaf() for folded page tables
` [PATCH RFC v3 07/21] mm/pgtable: define (pgd|p4d|pud)_offset_lockless() "
` [PATCH RFC v3 08/21] mm: vmscan: remove stack copy address of pud/pmd pass in walk_pud/pmd_range()
` [PATCH RFC v3 09/21] loongarch: kvm: remove stack copy address of pXd in pXd_offset()
` [PATCH RFC v3 10/21] riscv: "
` [PATCH RFC v3 11/21] riscv: mm: use proper set_pXd() for generic compile-time folded patable in vmalloc_fault()
` [PATCH RFC v3 12/21] mm/pgtable: redefine PGTABLE_LEVEL enum with ascend order from PGD
` [PATCH RFC v3 13/21] x86: mm: use pgtable_level enum in effective_prot_pXd()
` [PATCH RFC v3 14/21] x86: mm: carve out the generic compile-time folded pgtable case in effective_prot()
` [PATCH RFC v3 15/21] x86: mm: skip collapse_pud_page() when CONFIG_X86_DIRECT_GBPAGES disabled
` [PATCH RFC v3 16/21] openrisc/pgtable: drop __pmd_offset()
` [PATCH RFC v3 17/21] mm/pgtable: optimize pmdp_get() and friends for folded pagetable levels
` [PATCH RFC v3 18/21] mm/pgtable: catch abuse of folded dummy pgd_t/p4d_t/pud_t
` [PATCH RFC v3 19/21] mm/pgtable: disallow calling (pgd|p4d|pud)_page, pgd_page_vaddr() and (p4d|pud)_pgtable with dummy
` [PATCH RFC v3 20/21] mm/pgtable: disallow calling folded set_pgd/set_p4d/set_pud "
` [PATCH RFC v3 21/21] Documentation: mm: clarify behaviour of compile-time folded page tables

[PATCH] vfio: Use file-based reference counting for KVM
 2026-09-02 20:19 UTC  (2+ messages)

[PATCH 0/5] KVM: guest_memfd: bind backing memory to a NUMA node
 2026-09-02 20:04 UTC  (9+ messages)
` [PATCH 1/5] mm/mempolicy: add mempolicy_create()
` [PATCH 2/5] mm/mempolicy: add mpol_set_shared_policy_range()
` [PATCH 3/5] KVM: guest_memfd: bind backing memory to a NUMA node at creation
` [PATCH 4/5] selftests: KVM: guest_memfd: let the gmem_test() harness bind a node
` [PATCH 5/5] selftests: KVM: guest_memfd: test GUEST_MEMFD_FLAG_BIND_NODE

[PATCH 6.12.y] KVM: selftests: Remove duplicate LAUNCH_UPDATE_VMSA call in SEV-ES migrate test
 2026-09-02 19:19 UTC 

[PATCH v2 0/4] KVM: guest_memfd: Fix binding bugs
 2026-09-02 19:00 UTC  (9+ messages)
` [PATCH v2 1/4] KVM: guest_memfd: Gracefully handle xarray errors when binding a memslot
` [PATCH v2 2/4] KVM: Use goto to handle errors during memslot preparation
` [PATCH v2 3/4] KVM: guest_memfd: Establish memslot<=>guest_memfd bindings *after* memslot is ready
` [PATCH v2 4/4] KVM: guest_memfd: Drop superfluous WRITE_ONCE() when binding a memslot

[PATCH] KVM: x86/pmu: Move Intel PMU global MSRs to intel_is_valid_msr()
 2026-09-02 18:47 UTC 

[PATCH 00/20] KVM: selftests: PPC pre-enabling
 2026-09-02 17:59 UTC  (10+ messages)
` [PATCH 05/20] KVM: selftests: Use goto instead of do-while to retry finding unused physical pages
` [PATCH 10/20] KVM: selftests: Add a wrapper API to allocate multiple page table pages
` [PATCH 11/20] KVM: selftests: Initialize vm->memslots[] with invalid memslots during creation

[PATCH v3 0/4] KVM: TDX: Validate directly configurable CPUID bits
 2026-09-02 17:43 UTC  (25+ messages)
` [PATCH v3 1/4] KVM: TDX: Track configurable CPUID bits allowed by KVM
` [PATCH v3 2/4] KVM: TDX: Report CORE_CAPABILITIES as configurable

[PATCH v7 00/23] KVM: s390: Introduce arm64 KVM
 2026-09-02 16:20 UTC  (18+ messages)
` [PATCH v7 02/23] KVM: Make device name configurable
` [PATCH v7 03/23] KVM: Allow KVM implementations to switch off MMIO independent of Kconfig
` [PATCH v7 11/23] KVM: arm64: Share arm64 code with s390
` [PATCH v7 23/23] KVM: s390: arm64: Add KVM_S390_ARM64 Kconfig and Makefile

BUILD_BUG_ON failed for kvm_vmx struct size sanity check in vmx.c
 2026-09-02 16:15 UTC  (5+ messages)

[RFC v3 00/24] Add Realm support to QEMU-VMM
 2026-09-02 15:45 UTC  (3+ messages)

[PATCH v16 00/45] arm64: Support for Arm CCA in KVM
 2026-09-02 15:11 UTC  (4+ messages)
` [PATCH v16 14/45] KVM: arm64: CCA: Add basic infrastructure for creating a realm

[PATCH 0/4] KVM: s390: replace page allocator calls with kzalloc()
 2026-09-02 14:53 UTC  (4+ messages)

[PATCH] KVM: selftests: Fix arm64 sysreg header dependencies
 2026-09-02 13:41 UTC 

[PATCH v12 00/45] guest_memfd: In-place conversion support
 2026-09-02 13:30 UTC  (6+ messages)
` [PATCH v12 23/45] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes

[PATCH] mm/folio: EXPORT_SYMBOL_FOR_KVM(lru_cache_drain_for_folio)
 2026-09-02 13:29 UTC  (2+ messages)

[PATCH 0/2] KVM: selftests: Verify sregs and events in sync_regs_test
 2026-09-02 12:22 UTC  (4+ messages)
` [PATCH 1/2] KVM: selftests: Actually compare "
` [PATCH 2/2] KVM: selftests: Verify the events half of the sync regs region

[PATCH 1/2] LoongArch: KVM: Fix PC double advance in kernel MMIO read fast path
 2026-09-02 12:21 UTC  (2+ messages)

[PATCH RFC 00/11] mm/migrate: separate migration paths and carry migration policy
 2026-09-02 11:19 UTC  (17+ messages)
` [PATCH RFC 01/11] mm/migrate: extract folio unmap phase
` [PATCH RFC 03/11] mm/migrate: factor out folio splitting on allocation failure
` [PATCH RFC 05/11] mm/migrate: add a dedicated movable_ops migration pass
` [PATCH RFC 07/11] mm/migrate: add migrate_lru_folios() entry point
` [PATCH RFC 09/11] mm/migrate: thread migration policy through a control struct
  ` [sos-linux-ext-patches] "
` [PATCH RFC 10/11] mm/migrate: pass migrate_control to migrate_pages()
` [PATCH RFC 11/11] mm/migrate: pass migrate_control to migrate_folio()


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