Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-07-22 23:14:49 to 2026-07-23 21:48:43 UTC [more...]

[RFC PATCH v2 00/25] Optimize nSVM TLB flushes
 2026-07-23 21:48 UTC  (38+ messages)
` [RFC PATCH v2 02/25] KVM: SVM: Passthrough the number of supported ASIDs
` [RFC PATCH v2 03/25] KVM: VMX: Generalize VPID allocation to be vendor-neutral
` [RFC PATCH v2 04/25] KVM: x86/mmu: Support specifying a minimum TLB tag
` [RFC PATCH v2 06/25] KVM: SVM: Fallback to flush everything if FLUSHBYASID is not available
` [RFC PATCH v2 15/25] KVM: nSVM: Call nested_svm_transition_tlb_flush() on every VMCB switch
` [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:47 UTC  (3+ messages)
` [PATCH 08/15] KVM: x86/pmu: Switch to bitmask-based KVM PMU capabilities

[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 v10 0/6] Add RMPOPT support
 2026-07-23 20:39 UTC  (17+ messages)
` [PATCH v10 2/6] x86/sev: Initialize RMPOPT configuration MSRs
` [PATCH v10 3/6] x86/sev: Disable CPU hotplug while SNP is active

[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  (18+ 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 6/8] KVM: x86/pmu: Move RDPMC emulation into per-vendor callbacks
` [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] mm: mempolicy: fix automatic numa balancing for shmem
 2026-07-23 18:45 UTC  (6+ messages)

[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)

[PATCH v4 0/6] KVM s390x PCI fixes
 2026-07-23 17:31 UTC  (23+ messages)
` [PATCH v4 1/6] KVM: s390: pci: Reject adapter interrupt forwarding if already enabled
` [PATCH v4 2/6] KVM: s390: pci: Fix memory accounting for pinned/unpinned pages
` [PATCH v4 3/6] KVM: s390: pci: Fix missing error codes and memory unaccounting
` [PATCH v4 4/6] KVM: s390: pci: Fix NULL dereference on AIBV allocation failure
` [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  (15+ 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  (13+ messages)
` [PATCH v7 08/11] KVM: TDX: Get/put PAMT pages when (un)mapping private memory
` [PATCH v7 11/11] x86/virt/tdx: Optimize tdx_pamt_get/put()

[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  (10+ messages)
` [PATCH v15 12/37] KVM: arm64: CCA: Support the VGIC in realms

[PATCH v5 14/36] mm/damon: skip private node memory in DAMON migration and pageout
 2026-07-23 13:36 UTC  (4+ messages)

[PATCH 5.10.y 00/17] KVM: fixes for CVE-2026-46113 and related issues
 2026-07-23 13:36 UTC  (4+ messages)
` [PATCH 5.15.y v2 0/8] "

[RFC PATCH v2 17/25] KVM: nSVM: Service local TLB flushes before nested transitions
 2026-07-23 13:34 UTC  (7+ messages)

[PATCH v12 00/29] KVM: arm64: Implement support for SME
 2026-07-23 13:29 UTC  (10+ messages)
` [PATCH v12 02/29] arm64/fpsimd: Update FA64 and ZT0 enables when loading SME state

[PATCH kvmtool] arm64: Fix resource leaks in find_pmu_cpumask()
 2026-07-23  9:04 UTC 

[PATCH v2 0/1] target/i386: Add support for KVM APERF/MPERF passthrough
 2026-07-23  8:48 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v14 00/22] TDX KVM selftests
 2026-07-23  8:44 UTC  (4+ messages)
` [PATCH v14 03/22] KVM: selftests: Initialize the TDX VM
` [PATCH v14 22/22] KVM: selftests: Add TDX lifecycle test

[INTERNAL REVIEW] [RFC PATCH v3 01/20] mm: change behavior of pXdp_get()/pXd_page() in compile-time folded pgtable
 2026-07-23  8:41 UTC  (2+ messages)

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

[PATCH v2 0/2] tdx-guest: Make Quote buffer size dynamic
 2026-07-23  8:19 UTC  (8+ messages)
` [PATCH v2 2/2] virt: tdx-guest: Allocate Quote buffer dynamically

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

[PATCH 00/21] KVM: s390: vsie: Add VSIE SIGP Interpretation (vsie_sigpi)
 2026-07-23  7:33 UTC  (5+ messages)
` [PATCH 13/21] KVM: s390: vsie: Add helper to pin multiple guest pages

[PATCH 0/6] firmware: arm_rmm: Add RMM v2.0 support
 2026-07-23  7:11 UTC  (3+ messages)
` [PATCH 1/6] firmware: arm_rmm: Add SMC definitions for calling the RMM

[PATCH 5.10.y 00/17] KVM: fixes for CVE-2026-46113 and related issues
 2026-07-23  6:41 UTC 

[PATCH 5.15.y v2 0/8] KVM: fixes for CVE-2026-46113 and related issues
 2026-07-23  6:36 UTC 

[RFC PATCH v2 08/25] KVM: SEV: Stop using per-vCPU ASID for SEV VMs
 2026-07-23  5:02 UTC  (6+ messages)

[PATCH v3 0/9] KVM: arm64: selftests: Basic nested guest support
 2026-07-23  2:47 UTC  (3+ messages)
` [PATCH v3 8/9] KVM: arm64: selftests: Add infrastructure for using stage-2 in guest

[PATCH v2 00/33] mm: make VMA page offset handling more consistent
 2026-07-23  2:42 UTC  (5+ messages)
` [PATCH v2 13/33] mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
` [PATCH v2 14/33] mm/vma: clean up anon_vma_compatible()

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

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

[RFC PATCH v2 13/25] KVM: nSVM: Flush both L1 and L2 ASIDs on KVM_REQ_TLB_FLUSH
 2026-07-23  0:37 UTC  (4+ messages)

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

[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
 2026-07-22 23:43 UTC  (3+ messages)
` [RFC PATCH 12/15] KVM: TDX: Add in-kernel Quote generation


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