Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-07-19 23:28:07 to 2026-07-20 19:36:09 UTC [more...]

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-07-20 19:34 UTC  (35+ messages)
` [PATCH v5 01/36] mm: refactor find_next_best_node to find_next_best_node_in
` [PATCH v5 02/36] mm/page_alloc: refactor build_node_zonelist() out of build_zonelists()
` [PATCH v5 03/36] mm/page_alloc: let the bulk and folio allocators carry alloc_flags
` [PATCH v5 04/36] numa: introduce N_MEMORY_PRIVATE
` [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 07/36] mm/memory_hotplug: disallow migration-driven private node hotunplug
` [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 12/36] mm/page_alloc: clear private node watermarks and system reserves
` [PATCH v5 13/36] mm/mempolicy: disallow NUMA Balancing prot_none on private nodes
` [PATCH v5 14/36] mm/damon: skip private node memory in DAMON migration and pageout
` [PATCH v5 15/36] mm/ksm: skip KSM for managed-memory folios
` [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 18/36] mm/gup: disallow longterm pin of private node folios
` [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 21/36] proc/kcore: include private-node RAM in the kcore RAM map
` [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 30/36] mm: add NODE_PRIVATE_CAP_NUMA_BALANCING for private-node NUMA balancing
` [PATCH v5 31/36] mm: add NODE_PRIVATE_CAP_LTPIN for private node folio pinning
` [PATCH v5 32/36] mm/khugepaged: base private node collapse eligiblity on actor/cap bits
` [PATCH v5 33/36] Documentation/mm: describe private (N_MEMORY_PRIVATE) memory nodes
` [PATCH v5 34/36] mm/mempolicy: add mpol_set_shared_policy_range()

[RFC PATCH 0/2] KVM: x86/pmu: Let userspace disable SW accounting of emulated instructions
 2026-07-20 19:22 UTC  (3+ messages)
` [RFC PATCH 1/2] KVM: x86/pmu: Add CAP to "
` [RFC PATCH 2/2] KVM: Documentation: Document KVM_CAP_X86_DISABLE_PMU_SW_ACCOUNTING

[PATCH v3 0/4] KVM s390x PCI fixes
 2026-07-20 18:42 UTC  (9+ messages)
` [PATCH v3 1/4] KVM: s390: pci: Fix memory accounting for pinned/unpinned pages
` [PATCH v3 2/4] KVM: s390: pci: Fix missing error codes and memory unaccounting
` [PATCH v3 3/4] KVM: s390: pci: Fix NULL dereference on AIBV allocation failure
` [PATCH v3 4/4] KVM: s390: pci: Fix resource leak on IRQ registration failure

[PATCH v7 00/11] Dynamic PAMT
 2026-07-20 18:34 UTC  (13+ messages)
` [PATCH v7 06/11] KVM: TDX: Allocate PAMT memory for TD and vCPU control structures
` [PATCH v7 08/11] KVM: TDX: Get/put PAMT pages when (un)mapping private memory
` [PATCH v7 09/11] x86/virt/tdx: Enable Dynamic PAMT
` [PATCH v7 11/11] x86/virt/tdx: Optimize tdx_pamt_get/put()

[PATCH v5 00/20] vfio/pci: Base Live Update support for VFIO
 2026-07-20 18:33 UTC  (29+ messages)
` [PATCH v5 02/20] vfio: Export various helpers from VFIO
` [PATCH v5 05/20] vfio/pci: Register a file handler with Live Update Orchestrator
` [PATCH v5 06/20] vfio/pci: Preserve vfio-pci device files across Live Update
` [PATCH v5 11/20] vfio: Enforce preserved devices are retrieved via LIVEUPDATE_SESSION_RETRIEVE_FD
` [PATCH v5 13/20] vfio: selftests: Build liveupdate library in VFIO selftests
` [PATCH v5 14/20] vfio: selftests: Add vfio_pci_liveupdate_uapi_test
` [PATCH v5 17/20] vfio: selftests: Add vfio_pci_liveupdate_kexec_test
` [PATCH v5 19/20] vfio: selftests: Verify that opening VFIO device fails during Live Update
` [PATCH v5 20/20] vfio: selftests: Add continuous DMA to vfio_pci_liveupdate_kexec_test

[PATCH v5 00/20] KVM: x86: Enable APX for guests
 2026-07-20 18:25 UTC  (31+ messages)
` [PATCH v5 01/20] KVM: x86: Extend VCPU registers for EGPRs
` [PATCH v5 02/20] KVM: VMX: Save guest EGPRs in VCPU cache
` [PATCH v5 03/20] KVM: x86: Support APX state for XSAVE ABI
` [PATCH v5 04/20] KVM: VMX: Refactor VMX instruction information access
` [PATCH v5 05/20] KVM: VMX: Refactor instruction information decoding
` [PATCH v5 06/20] KVM: VMX: Remove unused control-register access defines
` [PATCH v5 07/20] KVM: VMX: Refactor register index retrieval from exit qualification
` [PATCH v5 08/20] KVM: VMX: Support instruction information extension
` [PATCH v5 09/20] KVM: nVMX: Propagate extended instruction information
` [PATCH v5 10/20] KVM: x86: Support EGPR accessing and tracking for emulator
` [PATCH v5 11/20] KVM: x86: Handle EGPR index and REX2-incompatible opcodes
` [PATCH v5 12/20] KVM: x86: Support REX2-prefixed opcode decode
` [PATCH v5 13/20] KVM: x86: Reject EVEX-prefixed instructions
` [PATCH v5 14/20] KVM: x86: Move KVM_SUPPORTED_{XCR0,XSS} into kvm_x86_vendor_init()
` [PATCH v5 15/20] KVM: x86: Guard valid XCR0.APX settings
` [PATCH v5 16/20] KVM: x86: Add APX in supported XCR0
` [PATCH v5 17/20] KVM: x86: Expose APX foundation feature to userspace
` [PATCH v5 18/20] KVM: x86: Expose APX sub-features "
` [PATCH v5 19/20] KVM: x86: selftests: Add APX state and ABI test
` [PATCH v5 20/20] KVM: x86: selftests: Add APX state handling and XCR0 sanity checks

[PATCH v2] KVM: x86/mmu: Consume the locked rmap value in the lockless rmap walk
 2026-07-20 17:45 UTC 

VMX Preemption Timer appears to be buggy on SKX, CLX, and ICX
 2026-07-20 17:35 UTC  (12+ messages)

[PATCH v4 00/11] KVM: x86/hyperv: Fix racy usage of vcpu->arch.hyperv
 2026-07-20 17:16 UTC  (3+ messages)
` [PATCH v4 04/11] KVM: x86/xen: Always route non-singleshot-timer vCPU hypercalls to userspace

[PATCH v2 20/20] KVM: x86: Use gfn_to_pfn_cache for record_steal_time
 2026-07-20 17:05 UTC  (2+ messages)

[PATCH v8 00/21] ARM64 PMU Partitioning
 2026-07-20 16:46 UTC  (4+ messages)
` [PATCH 11/21] KVM: arm64: Context swap Partitioned PMU guest registers

[PATCH v2 0/3] KVM: x86/SVM: Fixes for AMD ERAPS virtualization
 2026-07-20 16:41 UTC  (9+ messages)
` [PATCH v2 1/3] KVM: SVM: Configure ALLOW_LARGER_RAP in svm_vcpu_after_set_cpuid()
` [PATCH v2 2/3] KVM: SVM: Dirty ERAPS register on all ASID TLB flushes
` [PATCH v2 3/3] KVM: x86: Flush guest TLB on MTRR MSR writes

[RFC PATCH v2 00/11] KVM: Allow alternative providers of guest_memfd backed by PFNMAP memory
 2026-07-20 16:39 UTC  (14+ messages)
` [RFC PATCH v2 01/11] KVM: selftests: sev_smoke_test: Only run VM types the host offers
  ` [RFC PATCH v2 02/11] KVM: selftests: sev_init2_tests: Derive SEV availability from KVM
  ` [RFC PATCH v2 03/11] KVM: SEV: Remove struct page dependency from SNP gmem paths
  ` [RFC PATCH v2 04/11] KVM: guest_memfd: Introduce guest memory ops and route native gmem through them
  ` [RFC PATCH v2 05/11] iommufd: Look up private-interconnect phys via exporter symbols
  ` [RFC PATCH v2 06/11] iommufd: Plumb dma-buf memory-type (RAM vs MMIO) through the phys map
  ` [RFC PATCH v2 07/11] KVM: guest_memfd: Add ops-driven page revocation
  ` [RFC PATCH v2 08/11] samples/kvm: Add guest_memfd backing sample
  ` [RFC PATCH v2 09/11] selftests/kvm: gmem_provider KVM-only tests
  ` [RFC PATCH v2 10/11] selftests/kvm: gmem_provider iommufd tests
  ` [RFC PATCH v2 11/11] samples/kvm, selftests/kvm: Allow the gmem_provider NVMe DMA test on arm64

[PATCH] KVM: VMX: Complete pending nested VM-Enter on invalid-state failure
 2026-07-20 15:19 UTC  (2+ messages)

[PATCH 0/6] firmware: arm_rmm: Add RMM v2.0 support
 2026-07-20 15:03 UTC  (4+ messages)
` [PATCH 6/6] firmware: arm_rmm: Ensure the RMM has GPT entries for memory

[PATCH] KVM: VMX: Postpone IPIv setup after successful vCPU creation
 2026-07-20 14:18 UTC  (5+ messages)

[RFC PATCH 0/4] virtio: SQ/CQ doorbell polling for vhost-scsi
 2026-07-20 14:10 UTC  (5+ messages)
` [RFC PATCH 1/4] common: add UAPI for SQ/CQ doorbell polling
` [RFC PATCH 2/4] vhost: host kernel support for SQ/CQ polling
` [RFC PATCH 3/4] virtio: guest driver "
` [RFC PATCH 4/4] virtio: add SQ/CQ polling mode support for vhost-scsi

[PATCH] KVM: x86/mmu: Skip rmap aging when the rmap lock was elided
 2026-07-20 14:05 UTC  (2+ messages)

[PATCH] KVM: x86: Only reset TSC Deadline Timer in apic_timer_expired on KVM_RUN
 2026-07-20 13:51 UTC  (4+ messages)

[PATCH v2 0/2] tdx-guest: Make Quote buffer size dynamic
 2026-07-20 13:35 UTC  (3+ messages)
` [PATCH v2 2/2] virt: tdx-guest: Allocate Quote buffer dynamically

[PATCH v4 0/6] Support the FEAT_HDBSS introduced in Armv9.5
 2026-07-20 12:58 UTC  (6+ messages)
` [PATCH v4 3/6] KVM: arm64: Add auto DBM support for hardware dirty tracking

[kvm-unit-tests PATCH v2 0/6] powerpc improvements
 2026-07-20 12:17 UTC  (3+ messages)

[PATCH v4 0/8] s390: Reintroduce support for DCACHE_WORD_ACCESS
 2026-07-20 10:53 UTC  (26+ messages)
` [PATCH v4 1/8] KVM: s390: pv: Use VM_SPARSE area for guest variable storage area
` [PATCH v4 2/8] s390/mm: Add missing mm check to do_secure_storage_access()
` [PATCH v4 3/8] s390/mm: Use lock_mm_and_find_vma() in do_secure_storage_access()
` [PATCH v4 4/8] s390/mm: Fix handling of vmalloc area "
` [PATCH v4 5/8] s390/mm: Remove folio handling for kernel faults "
` [PATCH v4 6/8] s390/mm: Use handle_fault_error() "
` [PATCH v4 7/8] s390/mm: Use goto statement "
` [PATCH v4 8/8] s390: Add support for DCACHE_WORD_ACCESS (again)

[PATCH 2/3] sched: Convert paravirt_steal to new static key APIs
 2026-07-20 10:35 UTC  (2+ messages)

[PATCH v5 0/5] vhost/vsock: add support for VHOST_RESET_OWNER and CPR migration
 2026-07-20 10:22 UTC  (6+ messages)
` [PATCH v5 1/5] vhost/vsock: split out vhost_vsock_drop_backends helper
` [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

[RFC PATCH] vhost-scsi: Serialize completion notification with callfd updates
 2026-07-20  8:53 UTC 

[PATCH v4 0/5] vhost/vsock: add support for VHOST_RESET_OWNER and CPR migration
 2026-07-20  8:39 UTC  (7+ messages)
` [PATCH v4 4/5] vhost: synchronize with RCU readers when freeing workers

[PATCH v2 00/33] mm: make VMA page offset handling more consistent
 2026-07-20  7:20 UTC  (6+ messages)
` [PATCH v2 08/33] mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()
` [PATCH v2 12/33] MAINTAINERS: Move mm/interval_tree.c to rmap section

[RFC v1 00/25] Add Realm support to QEMU-VMM
 2026-07-20  6:47 UTC  (5+ messages)
` [RFC v1 10/25] hw/core/loader: Add a ROM loader notifier

[PATCH v9 00/16] KVM: arm64: PMU: Use multiple host PMUs
 2026-07-20  6:17 UTC  (24+ messages)
` [PATCH v9 01/16] KVM: arm64: Serialize repeated vCPU initialization
` [PATCH v9 02/16] KVM: arm64: PMU: Stop updating MDCR_EL2.HPMN
` [PATCH v9 03/16] KVM: arm64: PMU: Freeze counter count after first run
` [PATCH v9 04/16] KVM: arm64: selftests: Test SET_NR_COUNTERS "
` [PATCH v9 05/16] KVM: arm64: PMU: Keep implemented counter mask EL-independent
` [PATCH v9 06/16] KVM: arm64: PMU: Recreate events after MDCR_EL2 changes
` [PATCH v9 07/16] tools headers: Use u* types for bitfield helpers
` [PATCH v9 08/16] KVM: arm64: selftests: Cover PMU state in MDCR_EL2
` [PATCH v9 09/16] arm64: errata: Require Apple IMPDEF PMUv3 traps on all CPUs
` [PATCH v9 10/16] KVM: arm64: Don't clear vcpu->cpu in kvm_arch_vcpu_put()
` [PATCH v9 11/16] KVM: arm64: PMU: Protect the list of PMUs with RCU
` [PATCH v9 12/16] KVM: arm64: PMU: Pass the pPMU to kvm_map_pmu_event()
` [PATCH v9 13/16] KVM: arm64: PMU: Pass the target CPU to kvm_pmu_probe_armpmu()
` [PATCH v9 14/16] KVM: arm64: PMU: Implement fixed-counters-only emulation
` [PATCH v9 15/16] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY
` [PATCH v9 16/16] KVM: arm64: selftests: Test PMU_V3_FIXED_COUNTERS_ONLY

[PATCH] KVM: x86: Remove AMX-TF32 enumeration
 2026-07-20  6:11 UTC  (2+ messages)

[kvm-unit-tests PATCH v4] x86/lam: Allocate test page from AREA_LOW instead of AREA_NORMAL
 2026-07-20  5:27 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