Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-07-27 07:29:06 to 2026-07-27 19:50:09 UTC [more...]

[PATCH v7 0/9] KVM: x86/pmu: Add hardware Topdown metrics support
 2026-07-27 19:50 UTC  (14+ messages)
` [PATCH v7 1/9] KVM: x86/pmu: Do not map fixed counters >= 3 to generic perf events
` [PATCH v7 2/9] KVM: x86/pmu: Support Intel fixed counter 3 on mediated vPMU
` [PATCH v7 3/9] KVM: x86/pmu: Rename and move vcpu_get_perf_capabilities() to pmu.h
` [PATCH v7 4/9] KVM: x86/pmu: Snapshot host IA32_PERF_CAPABILITIES in kvm_host
` [PATCH v7 5/9] KVM: x86/pmu: Support PERF_METRICS MSR in mediated vPMU
` [PATCH v7 6/9] KVM: x86/pmu: Move RDPMC emulation into per-vendor callbacks
` [PATCH v7 7/9] KVM: x86/pmu: Restrict RDPMC passthrough to known CPUs
` [PATCH v7 8/9] KVM: x86/pmu: Emulate RDPMC on performance metrics
` [PATCH v7 9/9] KVM: selftests: Add PERF_METRICS and fixed counter 3 tests

[PATCH v7 00/10] s390/vfio_ccw fixes
 2026-07-27 19:22 UTC  (11+ messages)
` [PATCH v7 01/10] s390/vfio_ccw: free all memory if cp_init() fails
` [PATCH v7 02/10] s390/vfio_ccw: limit the number of channel program segments
` [PATCH v7 03/10] s390/vfio_ccw: fix out of bounds check on CCW array
` [PATCH v7 04/10] s390/vfio_ccw: ensure first IDAW remains constant
` [PATCH v7 05/10] s390/vfio_ccw: calculate idal length based on idaw type
` [PATCH v7 06/10] s390/vfio_ccw: ensure index for read/write regions are within range
` [PATCH v7 07/10] s390/vfio_ccw: cancel existing workqueues
` [PATCH v7 08/10] s390/vfio_ccw: move cp cleanup out of not operational
` [PATCH v7 09/10] s390/vfio_ccw: selectively expand io_mutex
` [PATCH v7 10/10] s390/vfio_ccw: implement a crw lock

[PATCH v11 0/6] Add RMPOPT support
 2026-07-27 19:37 UTC  (11+ messages)
` [PATCH v11 1/6] x86/cpufeatures: Add X86_FEATURE_RMPOPT feature flag
` [PATCH v11 2/6] x86/sev: Disable CPU hotplug while SNP is active
` [PATCH v11 3/6] x86/sev: Initialize RMPOPT configuration MSRs
` [PATCH v11 4/6] x86/sev: Add support to perform RMP optimizations asynchronously
` [PATCH v11 5/6] x86/sev: Add interface to re-enable RMP optimizations
` [PATCH v11 6/6] KVM: SEV: Perform RMP optimizations on SNP guest shutdown

[PATCH v4 00/48] KVM: arm64: Add GICv5 IRS support
 2026-07-27 19:26 UTC  (9+ messages)
` [PATCH v4 10/48] KVM: arm64: gic-v5: Introduce guest IST alloc and management
` [PATCH v4 20/48] KVM: arm64: gic-v5: Add GICv5 IRS IODEV and MMIO emulation
  ` [PATCH v4 35/48] KVM: arm64: gic-v5: Implement save/restore mechanisms for ISTs
  ` [PATCH v4 38/48] Documentation: KVM: Add docs for KVM_DEV_ARM_VGIC_GRP_IST

[PATCH] KVM: SVM: make svm_flush_tlb_gva do a full asid flush if NPT enabled
 2026-07-27 19:23 UTC 

[RFC PATCH 00/30] Host side (KVM/VFIO/IOMMUFD) support for TDISP using TSM
 2026-07-27 18:53 UTC  (8+ messages)
` [RFC PATCH 10/30] vfio/pci: Export vfio dma-buf specific info for importers

[PATCH v6 00/15] s390/vfio-ap: Add live guest migration support
 2026-07-27 18:45 UTC  (31+ messages)
` [PATCH v6 01/15] s390/vfio-ap: Provide function to get the number of queues assigned to mdev
` [PATCH v6 02/15] s390/vfio-ap: Data structures for facilitating vfio device migration
` [PATCH v6 03/15] s390/vfio-ap: Functions to initialize/release vfio device migration data
` [PATCH v6 04/15] s390/vfio-ap: Reset migration state in VFIO_DEVICE_RESET ioctl handler
` [PATCH v6 05/15] s390-vfio-ap: Callback to get/set vfio device mig state during guest migration
` [PATCH v6 06/15] s390/vfio-ap: Transition guest migration state from STOP to STOP_COPY
` [PATCH v6 07/15] s390/vfio-ap: File ops called to save the vfio device migration state
` [PATCH v6 08/15] s390/vfio-ap: Transition device migration state from STOP to RESUMING
` [PATCH v6 09/15] s390/vfio-ap: Add method to set a new guest AP configuration
` [PATCH v6 10/15] s390/vfio-ap: File ops called to resume the vfio device migration
` [PATCH v6 11/15] s390/vfio-ap: Transition device migration state to STOP
` [PATCH v6 12/15] s390/vfio-ap: Transition device migration state from STOP to RUNNING and vice versa
` [PATCH v6 13/15] s390/vfio-ap: Callback to get the size of data to be migrated during guest migration
` [PATCH v6 14/15] s390/vfio-ap: Add 'migratable' feature to sysfs 'features' attribute
` [PATCH v6 15/15] s390/vfio-ap: Add live guest migration chapter to vfio-ap.rst

[PATCH v2 00/17] Enable DICE-based TDX Quoting Extension
 2026-07-27 18:37 UTC  (28+ messages)
` [PATCH v2 02/17] x86/virt/tdx: Configure add-on features on TDX module init and update
` [PATCH v2 03/17] x86/virt/tdx: Detect if the extensions initialization is required
` [PATCH v2 04/17] x86/virt/tdx: Add extra memory to TDX module for the extensions
` [PATCH v2 05/17] x86/virt/tdx: Make TDX module initialize "
` [PATCH v2 06/17] x86/virt/tdx: Re-initialize the extensions on runtime TDX module update
` [PATCH v2 12/17] x86/virt/tdx: Reinitialize the Quoting extension after "

[PATCH RFC v2 00/20] mm: optimize unnecessary loads due to ptep_get() and friends out
 2026-07-27 18:06 UTC  (21+ messages)
` [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 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] KVM: pfncache: track HVA invalidations for HVA-based caches
 2026-07-27 17:25 UTC  (4+ messages)

[PATCH v3 00/10] KVM: s390: Misc fixes
 2026-07-27 17:18 UTC  (21+ messages)
` [PATCH v3 01/10] KVM: s390: Fix unlikely NULL gmap dereference
` [PATCH v3 02/10] KVM: s390: Fix leaking of PGM_ADDRESSING to userspace
` [PATCH v3 03/10] KVM: s390: Fix race in __do_essa()
` [PATCH v3 04/10] KVM: s390: cmma: Fix dirty tracking when removing memslot
` [PATCH v3 05/10] KVM: s390: ucontrol: Add missing locking around gmap_remove_child()
` [PATCH v3 06/10] KVM: s390: Fix overclearing ESCA in case of error
` [PATCH v3 07/10] KVM: s390: Return -EINTR if a signal was pending while faulting-in
` [PATCH v3 08/10] KVM: s390: Free the mmu cache when kvm_arch_vcpu_create() fails
` [PATCH v3 09/10] KVM: s390: Fix ordering when adding to SCA
` [PATCH v3 10/10] KVM: s390: Fix cleanup in kvm_s390_pv_create_cpu()

[PATCH v3] KVM: x86: Cancel delayed I/O APIC EOI handling before destroying vCPUs
 2026-07-27 17:17 UTC 

[PATCH 0/6] KVM: Harden kvm_vcpu_map() usage against memory leaks
 2026-07-27 16:51 UTC  (3+ messages)
` [PATCH 1/6] KVM: nVMX: Ensure KVM_REQ_GET_NESTED_STATE_PAGES is cleared on VM-Exit

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

[PATCH v3 00/10] KVM: selftests: Stress save+restore and #PF (ft. nested)
 2026-07-27 16:38 UTC  (9+ messages)
` [PATCH v3 10/10] KVM: selftests: Trigger L2->L1 exits stress save+restore and #PF test

[PATCH] mm: mempolicy: fix automatic numa balancing for shmem
 2026-07-27 16:37 UTC  (5+ messages)

[PATCH v7] target/arm: Always add pmu property for host and max
 2026-07-27 16:10 UTC  (2+ messages)

[PATCH V6 0/8] KVM: x86/pmu: Add hardware Topdown metrics support
 2026-07-27 15:34 UTC  (4+ messages)
` [PATCH v6 5/8] KVM: x86/pmu: Support PERF_METRICS MSR in mediated vPMU

[PATCH v2] KVM: x86: Remove AMX-TF32 enumeration
 2026-07-27 15:27 UTC  (4+ messages)

[PATCH v6 0/9] KVM: guest_memfd: RECLAIM+CONVERT cleanups
 2026-07-27 15:25 UTC  (15+ messages)
` [PATCH v6 1/9] KVM: guest_memfd: Pass the number of pages instead of the end pfn into .invalidate()
` [PATCH v6 3/9] KVM: x86: Rename kvm_x86_ops' gmem_invalidate() to gmem_make_shared()
` [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 v15 00/37] arm64: Support for Arm CCA in KVM
 2026-07-27 15:01 UTC  (6+ messages)
` [PATCH v15 13/37] KVM: arm64: CCA: Support timers in realm RECs
` [PATCH v15 14/37] KVM: arm64: CCA: Handle realm enter/exit

[PATCH] vhost-vdpa: Expose ASID group change after DRIVER_OK via backend feature
 2026-07-27 14:08 UTC  (4+ messages)

[PATCH v5 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-07-27 13:45 UTC  (10+ messages)
` [PATCH v5 4/9] vfio/pci: Add a helper to create a DMABUF for a BAR-map VMA
` [PATCH v5 5/9] vfio/pci: Convert BAR mmap() to use a DMABUF
` [PATCH v5 9/9] vfio/pci: Permanently revoke a DMABUF on request

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

[PATCH v2 0/3] riscv: ptdump: Refactor for KVM gstage ptdump support
 2026-07-27 13:01 UTC  (7+ messages)
` [PATCH v2 1/3] riscv: ptdump: Create ptdump.h and move declarations
` [PATCH v2 2/3] riscv: ptdump: Use per-level attribute bits for parsing
` [PATCH v2 3/3] KVM: riscv: Register ptdump with debugfs on guest creation

[PATCH 1/2] riscv: ptdump: Move pagetable definitions to common header
 2026-07-27 12:39 UTC  (2+ messages)

[GIT PULL 06/23] target/i386/sev: fix MemoryRegion reference leaks in gpa2hva callers
 2026-07-27 11:51 UTC 

[GIT PULL 0/7] KVM: s390: Fixes for 7.2
 2026-07-27 11:24 UTC  (14+ messages)
` [GIT PULL 1/7] KVM: s390: pci: Reject adapter interrupt forwarding if already enabled
` [GIT PULL 2/7] KVM: s390: pci: Fix memory accounting for pinned/unpinned pages
` [GIT PULL 3/7] KVM: s390: pci: Fix missing error codes and memory unaccounting
` [GIT PULL 4/7] KVM: s390: pci: Fix NULL dereference on AIBV allocation failure
` [GIT PULL 5/7] KVM: s390: pci: Fix resource leak on IRQ registration failure
` [GIT PULL 6/7] KVM: s390: pci: Validate AIBV and AISB before pinning guest pages
` [GIT PULL 7/7] KVM: s390: Fall back to short-term pinning in MAP ioctl

[PATCH v5 0/5] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
 2026-07-27 11:11 UTC  (3+ messages)
` [PATCH v5 2/5] KVM: arm64: Add pre_fault_memory implementation

[PATCH v8 00/21] ARM64 PMU Partitioning
 2026-07-27 11:04 UTC  (2+ messages)

[PATCH v4 0/8] s390: Reintroduce support for DCACHE_WORD_ACCESS
 2026-07-27 10:37 UTC  (2+ messages)

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

[GIT PULL 0/5] KVM: s390: Fixes for 7.2
 2026-07-27 10:09 UTC  (12+ messages)
` [GIT PULL 1/5] KVM: s390: pci: Fix GISC refcount leak on AIF enable failure
` [GIT PULL 2/5] KVM: s390: vsie: Avoid potential deadlock with real spaces
` [GIT PULL 3/5] KVM: s390: Fix dat_crste_walk_range() early return
` [GIT PULL 4/5] KVM: s390: Improve kvm_s390_vm_stop_migration()
` [GIT PULL 5/5] KVM: s390: pci: Fix handling of AIF enable without AISB

[PATCH 0/5] Various UI/security-related fixes
 2026-07-27  8:22 UTC  (7+ messages)
` [PATCH 2/5] ui/vnc: fix OOB write in vnc_refresh_lossy_rect

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

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

[PATCH 0/6] LoongArch: KVM: Add separate vmid support
 2026-07-27  7:49 UTC  (11+ messages)
` [PATCH 1/6] LoongArch: KVM: Add vmid support for stage2 MMU
` [PATCH 2/6] LoongArch: KVM: Add separate vCPU and VM id update function
` [PATCH 3/6] LoongArch: KVM: Add separate vmid feature support
` [PATCH 4/6] LoongArch: KVM: implement vmid updating logic
` [PATCH 5/6] LoongArch: KVM: Add remote tlb flushing support
` [PATCH 6/6] LoongArch: KVM: Enable separate vmid feature

[PATCH v3] KVM: s390: Fall back to short-term pinning in MAP ioctl
 2026-07-27  7:29 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