Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-07-21 18:18:21 to 2026-07-22 15:40:14 UTC [more...]

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-07-22 15:40 UTC  (58+ messages)
` [PATCH v5 03/36] mm/page_alloc: let the bulk and folio allocators carry alloc_flags
` [PATCH v5 05/36] mm: add ZONELIST_PRIVATE(_NOFALLBACK) for N_MEMORY_PRIVATE nodes
` [PATCH v5 06/36] cpuset: exclude private nodes from cpuset.mems (default-open)
` [PATCH v5 08/36] mm/mempolicy: skip private node folios when queueing for migration
` [PATCH v5 09/36] mm/migrate: disallow userland driven migration for private nodes
` [PATCH v5 10/36] mm/madvise: disallow madvise operations on private node folios
` [PATCH v5 11/36] mm/compaction: disallow compaction on private nodes
` [PATCH v5 14/36] mm/damon: skip private node memory in DAMON migration and pageout
` [PATCH v5 16/36] mm/khugepaged: skip private node folios when trying to collapse
` [PATCH v5 17/36] mm/vmscan: disallow reclaim of private node memory
` [PATCH v5 19/36] proc: include N_MEMORY_PRIVATE nodes in numa_maps output
` [PATCH v5 20/36] mm/memcontrol: account private-node memory in per-node stats
` [PATCH v5 22/36] mm/mempolicy: add MPOL_F_PRIVATE and zonelist selection
` [PATCH v5 23/36] mm/mempolicy: apply policy at the kernel zone for private-node binds
` [PATCH v5 24/36] mm/mempolicy: add in-kernel MPOL_BIND interfaces for drivers/services
` [PATCH v5 25/36] mm/memory_hotplug: support N_MEMORY_PRIVATE node hotplug
` [PATCH v5 26/36] mm: add NODE_PRIVATE_CAP_RECLAIM for opted-in private node reclaim
` [PATCH v5 27/36] mm: add NODE_PRIVATE_CAP_USER_NUMA for userland numa controls
` [PATCH v5 28/36] mm: add NODE_PRIVATE_CAP_HOTUNPLUG for opted-in private nodes
` [PATCH v5 29/36] mm: add NODE_PRIVATE_CAP_DEMOTION for private-node tiering demotion
` [PATCH v5 32/36] mm/khugepaged: base private node collapse eligiblity on actor/cap bits
` [PATCH v5 35/36] KVM: guest_memfd: bind backing memory to a NUMA node at creation

[PATCH RFC v2 00/20] mm: optimize unnecessary loads due to ptep_get() and friends out
 2026-07-22 15:30 UTC  (21+ messages)
` [PATCH RFC v2 01/20] ARM: mm: make nommu pgd_t a scalar
` [PATCH RFC v2 02/20] ARM: mm: make 2-level "
` [PATCH RFC v2 03/20] ARM: mm: remove custom pgdp_get()
` [PATCH RFC v2 04/20] LoongArch: mm: define pud_leaf() only when PUD exists
` [PATCH RFC v2 05/20] MIPS: "
` [PATCH RFC v2 06/20] mm/pgtable: define (pgd|p4d|pud)_leaf() for folded page tables
` [PATCH RFC v2 07/20] mm/pgtable: define (pgd|p4d|pud)_offset_lockless() "
` [PATCH RFC v2 08/20] mm: vmscan: remove stack copy address of pud pass in wallk_pud_range()
` [PATCH RFC v2 09/20] loongarch: kvm: remove stack copy address of pXd in pXd_offset()
` [PATCH RFC v2 10/20] riscv: "
` [PATCH RFC v2 11/20] riscv: mm: use proper set_pXd() for generic compile-time folded patable in vmalloc_fault()
` [PATCH RFC v2 12/20] x86: mm: define pudp_set_access_flags() when CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD is enabled only
` [PATCH RFC v2 13/20] x86: mm: carve out the generic compile-time folded pgtable case in effective_prot()
` [PATCH RFC v2 14/20] x86: mm: skip pud setup when using generic compile-time folded pagetable
` [PATCH RFC v2 15/20] mm/pgtable: optimize pmdp_get() and friends for folded pagetable levels
` [PATCH RFC v2 16/20] mm/pgtable: catch abuse of folded dummy pgd_t/p4d_t/pud_t
` [PATCH RFC v2 17/20] mm/pgtable: disallow calling (pgd|p4d|pud)_page, pgd_page_vaddr() and (p4d|pud)_pgtable with dummy
` [PATCH RFC v2 18/20] mm/pgtable: disallow calling folded set_pgd/set_p4d/set_pud "
` [PATCH RFC v2 19/20] openrisc/pgtable: drop __pmd_offset()
` [PATCH RFC v2 20/20] arm64: pgtable: convert pte_present() from macro to static inline

[PATCH v3 00/40] KVM: arm64: Add GICv5 IRS support
 2026-07-22 15:18 UTC  (10+ messages)
` [PATCH v3 33/40] KVM: arm64: gic-v5: Add GICv5 EL1 sysreg userspace accessors
` [PATCH v3 36/40] KVM: arm64: gic-v5: Implement save/restore mechanisms for ISTs

[PATCH v7 00/11] Dynamic PAMT
 2026-07-22 15:12 UTC  (12+ messages)
` [PATCH v7 06/11] KVM: TDX: Allocate PAMT memory for TD and vCPU control structures
` [PATCH v7 07/11] x86/tdx: Add APIs to support Dynamic PAMT ops from KVM's fault path
` [PATCH v7 08/11] KVM: TDX: Get/put PAMT pages when (un)mapping private memory

[PATCH v4] KVM: VMX: Cap VMX preemption timer to work around Intel erratum
 2026-07-22 14:30 UTC 

[PATCH v3] LoongArch: KVM: Add KVM_LOONGARCH_GET/SET_CSR for bulk CSR migration
 2026-07-22 14:28 UTC 

[PATCH] s390/vfio-ap: fix stale pqap_hook pointer on error in vfio_ap_mdev_set_kvm()
 2026-07-22 14:23 UTC  (2+ messages)

[PATCH v3] mm/mmu_notifier: Add async OOM cleanup via call_srcu()
 2026-07-22 14:22 UTC  (2+ messages)

[PATCH] KVM: x86: bound the composed nested TSC multiplier to the max ratio
 2026-07-22 13:51 UTC  (5+ messages)
` [PATCH] KVM: SVM: use wrmsrq_safe() when writing the nested TSC ratio MSR

[PATCH v15 00/37] arm64: Support for Arm CCA in KVM
 2026-07-22 13:31 UTC  (5+ messages)
` [PATCH v15 12/37] KVM: arm64: CCA: Support the VGIC in realms

[PATCH v2 0/2] tdx-guest: Make Quote buffer size dynamic
 2026-07-22 13:21 UTC  (11+ messages)
` [PATCH v2 1/2] x86/tdx: Add helper to query maximum TD Quote size
` [PATCH v2 2/2] virt: tdx-guest: Allocate Quote buffer dynamically

7.2-rc1 regression Folio lock leak in writepage_delalloc()
 2026-07-22 12:57 UTC  (11+ messages)
` [PATCH/RFC] btrfs: fix folio lock leak in writepage_delalloc() for folios dirtied behind btrfs' back

[PATCH v2 0/8] KVM: nSVM: Enable DecodeAssists for nested guests
 2026-07-22 13:03 UTC  (4+ messages)
` [PATCH v2 2/8] KVM: nSVM: Synthesize DecodeAssists EXITINFO for emulated intercepts

[PATCH] RISC-V: KVM: Use raw_spinlock for VMID update critical section
 2026-07-22 12:33 UTC  (2+ messages)

[PATCH v1 0/9] target/i386: Fix Hygon vendor-specific CPU behavior
 2026-07-22 12:10 UTC  (2+ messages)

[PATCH] target/i386/sev: fix MemoryRegion reference leaks in gpa2hva callers
 2026-07-22 11:10 UTC  (3+ messages)

[PATCH v4 5/6] KVM: arm64: Add HDBSS fault handling and buffer flush
 2026-07-22 11:04 UTC  (12+ messages)

[RFC PATCH 0/4] virtio: SQ/CQ doorbell polling for vhost-scsi
 2026-07-22 11:00 UTC  (2+ messages)

[PATCH v5 0/5] vhost/vsock: add support for VHOST_RESET_OWNER and CPR migration
 2026-07-22  9:43 UTC  (9+ messages)
` [PATCH v5 2/5] vhost/vsock: suppress EHOSTUNREACH fast-fail during CPR pause
` [PATCH v5 3/5] vhost/vsock: re-scan TX virtqueue on device start
` [PATCH v5 4/5] vhost: synchronize with RCU readers when freeing workers
` [PATCH v5 5/5] vhost/vsock: add VHOST_RESET_OWNER ioctl

[PATCH v3 00/28] KVM: arm64: Add support for FEAT_NV2p1 and FEAT_NV3
 2026-07-22  9:18 UTC  (49+ messages)
` [PATCH v3 01/28] arm64: sysreg: Emit RESx/UNKN values for Mapping/Fields definitions
` [PATCH v3 02/28] arm64: Update ID_AA64MMFR4_EL1 description to 2026-03 JSON release
` [PATCH v3 03/28] KVM: arm64: Merge guest's HCRX_EL2 using NV_HCRX_GUEST_EXCLUDE
` [PATCH v3 04/28] KVM: arm64: Drop __HCRX_EL2_* masks
` [PATCH v3 05/28] KVM: arm64: Plumb HCRX_EL2.SRMASKEn in HCRX_EL2 sanitisation
` [PATCH v3 06/28] KVM: arm64: Classify CPTR_EL2 as a SR_LOC_SPECIAL register
` [PATCH v3 07/28] KVM: arm64: Don't evaluate HCR_EL2.NV nor HFGITR_EL2.ERET on ERET fast path
` [PATCH v3 08/28] arm64: Add ARM64_HAS_NV2P1 capability
` [PATCH v3 09/28] KVM: arm64: Relax CPTR_EL2 handling when FEAT_NV2p1 is present
` [PATCH v3 10/28] KVM: arm64: Relax CNTHCTL_EL2 "
` [PATCH v3 11/28] KVM: arm64: Expose FEAT_NV2p1 to NV guests
` [PATCH v3 12/28] arm64: Add FEAT_NV2p1 detection
` [PATCH v3 13/28] arm64: sysreg: Add NVHCR_EL2 description as a mirror of HCR_EL2
` [PATCH v3 14/28] arm64: sysreg: Add HCRX_EL2 bits related to FEAT_NV3
` [PATCH v3 15/28] arm64: Add ARM64_HAS_NV3 capability
` [PATCH v3 16/28] KVM: arm64: Split NV-specific exit fixups from the non-NV handling
` [PATCH v3 17/28] KVM: arm64: Add NV3 control bits to HCRX_EL2 sanitisation
` [PATCH v3 18/28] KVM: arm64: Add kvm_has_nv{2,3}() predicates
` [PATCH v3 19/28] KVM: arm64: Make HCR_EL2 a non-VNCR register
` [PATCH v3 20/28] KVM: arm64: Add sanitisation for NVHCR_EL2
` [PATCH v3 21/28] KVM: arm64: Add NVHCR_EL2 handling to the sysreg array
` [PATCH v3 22/28] KVM: arm64: Add routing for NVHCR_EL2 trap
` [PATCH v3 23/28] KVM: arm64: Add NVHCR_EL2 context switching
` [PATCH v3 24/28] KVM: arm64: Engage NV3 ERET trap elision
` [PATCH v3 25/28] KVM: arm64: Engage NV3 TLBI "
` [PATCH v3 26/28] KVM: arm64: Add FEAT_NV3 detection
` [PATCH v3 27/28] KVM: arm64: Expose FEAT_NV3 to guests
` [PATCH v3 28/28] arm64: Add override for ID_AA64MMFR4_EL1.NV_frac

[PATCH v8 00/21] ARM64 PMU Partitioning
 2026-07-22  9:05 UTC  (3+ messages)

[PATCH v2] LoongArch: KVM: Add KVM_LOONGARCH_GET/SET_CSR for bulk CSR migration
 2026-07-22  8:03 UTC  (2+ messages)

[PATCH v8] KVM: selftests: riscv: Add lazy V extension enablement for guests
 2026-07-22  7:44 UTC  (2+ messages)

[RFC v1 00/25] Add Realm support to QEMU-VMM
 2026-07-22  7:13 UTC  (2+ messages)

[PATCH v6] KVM: selftests: riscv: Add lazy V extension enablement for guests
 2026-07-22  6:39 UTC  (2+ messages)

[PATCH v4 0/2] KVM: RISC-V: Add CPU PM notifier for non-retention idle states
 2026-07-22  6:05 UTC  (4+ messages)
` [PATCH v4 1/2] KVM: RISC-V: Clear former VCPU cache on virtualization disable
` [PATCH v4 2/2] KVM: RISC-V: Add CPU PM notifier for non-retention idle states

[PATCH v3] KVM: VMX: Cap VMX preemption timer to work around Intel erratum
 2026-07-22  4:12 UTC  (2+ messages)

[PATCH] LoongArch: KVM: Implement KVM_GET/SET_SREGS for bulk CSR migration
 2026-07-22  3:29 UTC  (3+ messages)

[PATCH v5 0/7] KVM: guest_memfd: reclaim()/convert() cleanups
 2026-07-22  3:25 UTC  (16+ messages)
` [PATCH v5 4/7] KVM: guest_memfd: Fold __kvm_gmem_prepare_folio() into its sole caller
` [PATCH v5 6/7] KVM: x86: Combine .gmem_prepare()+.gmem_invalidate() into .gmem_convert()
` [PATCH v5 7/7] KVM: guest_memfd: Rework PREPARE config and hook into a more generic CONVERT

[PATCH v10 0/6] Add RMPOPT support
 2026-07-22  2:46 UTC  (9+ messages)
` [PATCH v10 2/6] x86/sev: Initialize RMPOPT configuration MSRs

[PATCH v4 00/18] KVM: SEV: Fix RMP #PF due to freeing in-use VMSA
 2026-07-22  2:18 UTC  (5+ messages)
` [PATCH v4 18/18] KVM: guest_memfd: Combine .gmem_prepare()+.gmem_invalidate() into .gmem_convert()

[PATCH v3] KVM: x86: Mark nested RSM-created VM-Enter as untrusted
 2026-07-22  1:26 UTC  (3+ messages)

[PATCH v2] KVM: VMX: Cap VMX preemption timer to work around Intel errata
 2026-07-22  0:40 UTC  (5+ messages)

[PATCH v6 0/6] vfio: selftests: Add driver for Intel Ethernet Gigabit Controller (IGB)
 2026-07-22  0:15 UTC  (7+ messages)
` [PATCH v6 1/6] vfio: selftests: igb: Add driver for Intel 82576 device
` [PATCH v6 2/6] vfio: selftests: igb: Use PHY internal loopback on 82576
` [PATCH v6 3/6] vfio: selftests: Add helpers to re-enable interrupts
` [PATCH v6 4/6] vfio: selftests: igb: Factor hardware programming into igb_hw_init()
` [PATCH v6 5/6] vfio: selftests: Retry on EAGAIN during device reset
` [PATCH v6 6/6] vfio: selftests: igb: Recover after DMA-read faults

[PATCH v5 0/5] vfio: selftests: Add driver for Intel Ethernet Gigabit Controller (IGB)
 2026-07-21 23:23 UTC  (9+ messages)
` [PATCH v5 5/5] vfio: selftests: igb: Recover after DMA-read faults

[PATCH v5 00/20] vfio/pci: Base Live Update support for VFIO
 2026-07-21 23:16 UTC  (3+ messages)
` [PATCH v5 06/20] vfio/pci: Preserve vfio-pci device files across Live Update

[Invitation] bi-weekly guest_memfd upstream call on 2026-07-23
 2026-07-21 23:07 UTC 

[kvm-unit-tests PATCH] Makefile: efi: preserve .dynstr section for LLVM objcopy compatibility
 2026-07-21 23:07 UTC  (2+ messages)

[PATCH 11/21] KVM: arm64: Context swap Partitioned PMU guest registers
 2026-07-21 23:05 UTC  (2+ messages)

The VFIO/IOMMU/PCI MC at LPC 2026
 2026-07-21 21:00 UTC  (2+ messages)

[PATCH V6 0/8] KVM: x86/pmu: Add hardware Topdown metrics support
 2026-07-21 19:48 UTC  (12+ messages)
` [PATCH v6 8/8] KVM: selftests: Add PERF_METRICS and fixed counter 3 tests

[RFC PATCH 0/2] KVM: x86/pmu: Let userspace disable SW accounting of emulated instructions
 2026-07-21 19:43 UTC  (6+ messages)
` [RFC PATCH 1/2] KVM: x86/pmu: Add CAP to "

[PATCH 0/4] KVM: x86: Advertise new instruction CPUIDs for Intel Diamond Rapids
 2026-07-21 18:52 UTC  (6+ messages)
` [PATCH 2/4] KVM: x86: Advertise AMX CPUIDs in subleaf 0x1E.0x1 to userspace


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