Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-07-23 14:31:59 to 2026-07-23 23:01:38 UTC [more...]

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

[PATCH] mm: mempolicy: fix automatic numa balancing for shmem
 2026-07-23 22:56 UTC  (8+ messages)

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

[PATCH v6 0/6] KVM s390x PCI fixes
 2026-07-23 22:30 UTC  (13+ messages)
` [PATCH v6 1/6] KVM: s390: pci: Reject adapter interrupt forwarding if already enabled
` [PATCH v6 2/6] KVM: s390: pci: Fix memory accounting for pinned/unpinned pages
` [PATCH v6 3/6] KVM: s390: pci: Fix missing error codes and memory unaccounting
` [PATCH v6 4/6] KVM: s390: pci: Fix NULL dereference on AIBV allocation failure
` [PATCH v6 5/6] KVM: s390: pci: Fix resource leak on IRQ registration failure
` [PATCH v6 6/6] KVM: s390: pci: Validate AIBV and AISB before pinning guest pages

[PATCH v10 0/6] Add RMPOPT support
 2026-07-23 22:19 UTC  (13+ messages)
` [PATCH v10 2/6] x86/sev: Initialize RMPOPT configuration MSRs
` [PATCH v10 3/6] x86/sev: Disable CPU hotplug while SNP is active

[RFC PATCH v2 00/25] Optimize nSVM TLB flushes
 2026-07-23 22:10 UTC  (9+ messages)
` [RFC PATCH v2 22/25] KVM: x86/mmu: Refactor kvm_mmu_invlpg() to allow skipping the gva flush

[PATCH 00/15] KVM: x86/pmu: Add mediated vPMU PerfMon v5 support
 2026-07-23 21:53 UTC  (7+ messages)
` [PATCH 08/15] KVM: x86/pmu: Switch to bitmask-based KVM PMU capabilities
` [PATCH 09/15] perf/x86: Remove num_counters_{gp,fixed} from x86_pmu_capability
` [PATCH 14/15] KVM: x86/pmu: Advertise PerfMon version 5 on Intel hosts

[PATCH v2] KVM: s390: Fall back to short-term pinning in MAP ioctl
 2026-07-23 21:42 UTC  (5+ messages)

[BUG] AMD Granite Ridge iGPU (1002:13c0) cannot be reinitialized for VFIO after first guest shutdown
 2026-07-23 21:41 UTC 

[PATCH] KVM: pfncache: invalidate sibling GPCs before releasing retry pages
 2026-07-23 21:40 UTC 

[PATCH v2] KVM: SEV: Allocate full pages for {DE,EN}CRYPT ops on SNP-enabled hosts
 2026-07-23 21:32 UTC  (2+ messages)

[PATCH v2 0/6] KVM: SEV: sev_dbg_crypt() fix and overhaul
 2026-07-23 21:29 UTC  (11+ messages)
` [PATCH v2 2/6] KVM: selftests: Add a test to verify SEV {en,de}crypt debug ioctls

[PATCH v6 0/9] KVM: guest_memfd: RECLAIM+CONVERT cleanups
 2026-07-23 21:08 UTC  (10+ messages)
` [PATCH v6 1/9] KVM: guest_memfd: Pass the number of pages instead of the end pfn into .invalidate()
` [PATCH v6 2/9] KVM: guest_memfd: Rename invalidate() arch hook to reclaim() and isolate it
` [PATCH v6 3/9] KVM: x86: Rename kvm_x86_ops' gmem_invalidate() to gmem_make_shared()
` [PATCH v6 4/9] KVM: guest_memfd: Drop the redundant printk on arch gmem_prepare() failure
` [PATCH v6 5/9] KVM: guest_memfd: Add helpers to query SHARED vs. PRIVATE for a given page
` [PATCH v6 6/9] KVM: guest_memfd: Only "prepare" folios for private pages
` [PATCH v6 7/9] KVM: guest_memfd: Rename prepare() hook and Kconfig to make_private() / CONVERT
` [PATCH v6 8/9] KVM: guest_memfd: Explicitly pass number of pages to make_private() hook
` [PATCH v6 9/9] KVM: guest_memfd: Make private exactly what can be mapped on page fault

[PATCH v8 00/21] ARM64 PMU Partitioning
 2026-07-23 20:57 UTC  (2+ messages)

[PATCH v3 0/8] s390/vfio_ccw fixes
 2026-07-23 20:38 UTC  (18+ messages)
` [PATCH v3 1/8] s390/vfio_ccw: free all memory if cp_init() fails
` [PATCH v3 2/8] s390/vfio_ccw: limit the number of channel program segments
` [PATCH v3 3/8] s390/vfio_ccw: fix out of bounds check on CCW array
` [PATCH v3 4/8] s390/vfio_ccw: ensure first IDAW remains constant
` [PATCH v3 5/8] s390/vfio_ccw: calculate idal length based on idaw type
` [PATCH v3 6/8] s390/vfio_ccw: ensure index for read/write regions are within range
` [PATCH v3 7/8] s390/vfio_ccw: implement a channel program mutex
` [PATCH v3 8/8] s390/vfio_ccw: implement a crw lock

[PATCH v5 0/7] KVM: guest_memfd: reclaim()/convert() cleanups
 2026-07-23 20:33 UTC  (8+ messages)
` [PATCH v5 7/7] KVM: guest_memfd: Rework PREPARE config and hook into a more generic CONVERT

[PATCH v5 0/6] KVM s390x PCI fixes
 2026-07-23 20:26 UTC  (16+ messages)
` [PATCH v5 1/6] KVM: s390: pci: Reject adapter interrupt forwarding if already enabled
` [PATCH v5 2/6] KVM: s390: pci: Fix memory accounting for pinned/unpinned pages
` [PATCH v5 3/6] KVM: s390: pci: Fix missing error codes and memory unaccounting
` [PATCH v5 4/6] KVM: s390: pci: Fix NULL dereference on AIBV allocation failure
` [PATCH v5 5/6] KVM: s390: pci: Fix resource leak on IRQ registration failure
` [PATCH v5 6/6] KVM: s390: pci: Validate AIBV and AISB before pinning guest pages

[PATCH v2] KVM: x86: Remove AMX-TF32 enumeration
 2026-07-23 19:44 UTC  (3+ messages)

[PATCH V6 0/8] KVM: x86/pmu: Add hardware Topdown metrics support
 2026-07-23 19:19 UTC  (16+ messages)
` [PATCH v6 2/8] KVM: x86/pmu: Support Intel fixed counter 3 on mediated vPMU
` [PATCH v6 5/8] KVM: x86/pmu: Support PERF_METRICS MSR in "
` [PATCH v6 7/8] KVM: x86/pmu: Emulate RDPMC on performance metrics

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

[PATCH] KVM: x86: bound the composed nested TSC multiplier to the max ratio
 2026-07-23 18:21 UTC  (2+ messages)
` [PATCH v2] KVM: x86: bound the composed nested TSC multiplier to a representable ratio

[PATCH] KVM: nVMX: Only update last_vpid on a successful nested VM-Enter
 2026-07-23 17:47 UTC  (5+ messages)

[RFC PATCH v2 02/25] KVM: SVM: Passthrough the number of supported ASIDs
 2026-07-23 17:34 UTC  (17+ messages)

[PATCH v4 0/6] KVM s390x PCI fixes
 2026-07-23 17:31 UTC  (14+ messages)
` [PATCH v4 2/6] KVM: s390: pci: Fix memory accounting for pinned/unpinned pages
` [PATCH v4 5/6] KVM: s390: pci: Fix resource leak on IRQ registration failure
` [PATCH v4 6/6] KVM: s390: pci: Validate AIBV and AISB before pinning guest pages

[PATCH v5 0/5] vhost/vsock: add support for VHOST_RESET_OWNER and CPR migration
 2026-07-23 17:17 UTC  (14+ messages)
` [PATCH v5 4/5] vhost: synchronize with RCU readers when freeing workers

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-07-23 16:53 UTC  (3+ messages)

[RFC PATCH v2 00/11] KVM: Allow alternative providers of guest_memfd backed by PFNMAP memory
 2026-07-23 16:01 UTC  (3+ messages)

[PATCH v7 00/11] Dynamic PAMT
 2026-07-23 15:34 UTC  (7+ messages)
` [PATCH v7 08/11] KVM: TDX: Get/put PAMT pages when (un)mapping private memory

[PATCH] vhost: clear vq->worker under vq->mutex when freeing workers
 2026-07-23 15:33 UTC 

[PATCH] vfio/type1: conditional rescheduling while unpinning
 2026-07-23 15:20 UTC 

[PATCH] tools: Use fputc() calls in some functions
 2026-07-23 15:14 UTC  (4+ messages)

[PATCH v15 00/37] arm64: Support for Arm CCA in KVM
 2026-07-23 14:46 UTC  (6+ messages)
` [PATCH v15 12/37] KVM: arm64: CCA: Support the VGIC in realms


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