messages from 2026-08-11 01:53:05 to 2026-08-11 17:32:52 UTC [more...]
[PATCH v7 00/36] Cleaning up the KVM clock mess
2026-08-11 17:32 UTC (13+ messages)
` [PATCH v7 17/36] KVM: x86: Allow KVM master clock mode when TSCs are offset from each other
PUCK coco migration topic
2026-08-11 17:32 UTC
[PATCH v1 00/11] KVM: s390: And then... even more fixes again
2026-08-11 17:26 UTC (15+ messages)
` [PATCH v1 01/11] KVM: s390: Properly handle NULL pointer in dat_cond_set_storage_key()
` [PATCH v1 02/11] KVM: s390: Use srcu in kvm_arch_vcpu_unlocked_ioctl()
` [PATCH v1 03/11] KVM: s390: Fix get_all_floating_irqs()
` [PATCH v1 04/11] KVM: s390: Fix dirty marking in adapter_indicators_set*()
` [PATCH v1 05/11] KVM: s390: Fix pgste_get_trylock_multiple()
` [PATCH v1 06/11] KVM: s390: Introduce extended topup for struct kvm_s390_mmu_cache
` [PATCH v1 07/11] KVM: s390: Move all code into kvm_arch_prepare_memory_region()
` [PATCH v1 08/11] KVM: s390: Fix IRQ injection with SIGP Stop and Store Status
` [PATCH v1 09/11] KVM: s390: Fix kvm_s390_clear_pv_state()
` [PATCH v1 10/11] KVM: s390: Fix potential tiny kernel stack leak
` [PATCH v1 11/11] KVM: s390: Fix _gaccess_shadow_fault()
[PATCH] mm/mmu_notifier: Remove non_block_start/end() from notifier invocation
2026-08-11 17:26 UTC (16+ messages)
[PATCH 0/3] KVM: riscv: Add KVM_PRE_FAULT_MEMORY support
2026-08-11 17:18 UTC (5+ messages)
` [PATCH 1/3] KVM: riscv: Implement KVM_PRE_FAULT_MEMORY
` [PATCH 2/3] KVM: selftests: Add RISC-V Sv57 page table indexing
` [PATCH 3/3] KVM: selftests: Enable pre_fault_memory_test for RISC-V
[PATCH] KVM: pfncache: track all MMU notifier invalidations
2026-08-11 17:16 UTC (3+ messages)
[PATCH v2 0/8] s390/vfio-ap: Fix bugs in vfio_ap device driver callback functions
2026-08-11 17:14 UTC (11+ messages)
` [PATCH v2 1/8] s390/vfio-ap: Fix stale do_remove flag across iterations in vfio_ap_mdev_cfg_remove
` [PATCH v2 2/8] s390/vfio-ap: Fix dereference matrix_mdev->kvm without checking for NULL
` [PATCH v2 3/8] s390/vfio-ap: Fix use of wrong lock in mdev probe function
` [PATCH v2 4/8] s390/vfio-ap: Fix required lock not held during update of ap_matrix_mdev object
` [PATCH v2 5/8] s390/vfio-ap: Fix control domain removal in vfio_ap_mdev_cfg_remove
[PATCH 0/4] KVM: x86/mmu: Fix pre-fault and map private loops
2026-08-11 17:12 UTC (8+ messages)
` [PATCH 2/4] KVM: x86/mmu: Harden "map private PFN" against unexpected root invalidation
` [PATCH 4/4] KVM: x86/mmu: Add sanity check to detect stale page faults in "map private PFN"
[PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
2026-08-11 17:07 UTC (32+ messages)
` [PATCH v4 02/20] mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()
` [PATCH v4 03/20] mm: introduce linear_anon_page_index()
` [PATCH v4 07/20] mm/vma: fix self-merge check in copy_vma()
` [PATCH v4 08/20] tools/testing/vma: add tests for copy_vma() self-merge
` [PATCH v4 10/20] mm/rmap: track whether the page VMA mapped pgoff is anonymous
` [PATCH v4 11/20] mm: clean up vma_address_end()
` [PATCH v4 12/20] mm/huge_memory: update remove_migration_pmd() to accept a folio
` [PATCH v4 13/20] mm/migrate: calculate large folio page index using PFN
` [PATCH v4 14/20] mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon folios
` [PATCH v4 15/20] tools/testing/vma: expand VMA merge tests to assert anon pgoff
` [PATCH v4 16/20] tools/testing/selftests/mm: test anonymous page offset merge behaviour
` [PATCH v4 17/20] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
[PATCH v2 0/2] s390: uv: Various fixes for UV secrets
2026-08-11 16:14 UTC (3+ messages)
` [PATCH v2 1/2] s390: uv: Fix loop condition in uv_find_secrets
` [PATCH v2 2/2] s390: uv: Prevent potential out-of-bounds read
6.1.y status: 2abd5287f083 ("KVM: x86: Check for invalid/obsolete root *after* making MMU pages available") / CVE-2026-64561
2026-08-11 16:03 UTC (4+ messages)
[PATCH v5 0/5] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
2026-08-11 16:03 UTC (5+ messages)
` [PATCH v5 2/5] KVM: arm64: Add pre_fault_memory implementation
[PATCH v5 0/9] vfio/pci: Add mmap() for DMABUFs
2026-08-11 15:58 UTC (15+ messages)
` [PATCH v5 2/9] PCI/P2PDMA: Add CONFIG_PCI_P2PDMA_CORE
` [PATCH v5 7/9] vfio/pci: Clean up BAR zap and revocation
[PATCH v16 00/45] arm64: Support for Arm CCA in KVM
2026-08-11 15:42 UTC (13+ messages)
` [PATCH v16 07/45] arm64: mm: Handle Granule Protection Faults (GPFs)
` [PATCH v16 17/45] KVM: arm64: CCA: Tear down RTTs
` [PATCH v16 29/45] KVM: arm64: CCA: Support runtime faulting of memory
[PATCH 0/4] KVM: s390: Even more fixes. And then... even more fixes
2026-08-11 15:37 UTC (5+ messages)
` [PATCH 1/4] KVM: s390: keyop: use mmu_lock to read gmap->asce
` [PATCH 2/4] KVM: s390: vsie: zero stale crypto bits
` [PATCH 3/4] KVM: s390: pv: Fix rc/rrc offset for PVM_DUMP
` [PATCH 4/4] KVM: s390: Restore sigset on error path
[PATCH] s390: uv: Fix loop condition in uv_find_secrets
2026-08-11 15:34 UTC (2+ messages)
[PATCH kvmtool] arm64: Fix resource leaks in find_pmu_cpumask()
2026-08-11 15:29 UTC (3+ messages)
` [PATCH kvmtool v2] "
[PATCH v2 0/3] KVM: TDX: Enable VM-DoS Prevention Features for TDX
2026-08-11 15:20 UTC (6+ messages)
` [PATCH v2 2/3] KVM: TDX: Fix the exit reason handling
[PATCH v2 0/4] KVM: arm64: GICv5 KVM IRS review fixes
2026-08-11 15:11 UTC (5+ messages)
` [PATCH v2 1/4] KVM: arm64: vgic: Free gic_kvm_info on initialization failure
` [PATCH v2 2/4] KVM: arm64: vgic: Prevent speculative SPI array underflow
` [PATCH v2 3/4] KVM: arm64: vgic: Reject out-of-range GICv5 PPI IDs
` [PATCH v2 4/4] KVM: arm64: Validate GICv5 timer PPIs before claiming ownership
[PATCH 0/8] KVM: Add support for hardware-switched mediated PMU
2026-08-11 15:07 UTC (5+ messages)
[PATCH 0/5] arm64: gic-v5: Fixes from GICv5 KVM IRS review
2026-08-11 15:03 UTC (10+ messages)
` [PATCH 2/5] irqchip/gic-v5: Clear per-CPU IRS data on teardown
` [PATCH 3/5] irqchip/gic-v5: Synchronize CPU interface disable
` [PATCH 5/5] KVM: arm64: vgic: Reject out-of-range GICv5 PPI IDs
[GIT PULL] KVM (mostly s390) fixes for Linux 7.2-rc7
2026-08-11 15:01 UTC (8+ messages)
[syzbot] [kvm-x86?] [kvm?] WARNING: locking bug in kvm_xen_set_evtchn_fast
2026-08-11 15:01 UTC (3+ messages)
[PATCH v4 00/11] liveupdate: kvm: Guest_memfd preservation
2026-08-11 14:48 UTC (18+ messages)
` [PATCH v4 01/11] liveupdate: Add LIVEUPDATE_GUEST_MEMFD config option
` [PATCH v4 02/11] KVM: Introduce kvm_create_vm_file() helper
` [PATCH v4 05/11] KVM: LUO: Support VM preservation across live updates
` [PATCH v4 06/11] KVM: guest_memfd: Move internal definitions to internal header
` [PATCH v4 11/11] KVM: selftests: Add guest_memfd_preservation_test
[PATCH 0/3] powerpc/perf: Fix vpa-pmu driver to report correct
2026-08-11 14:03 UTC (4+ messages)
` [PATCH 1/3] KVM: PPC: Book3S HV: Maintain aggregate context switch values for vCPUs
` [PATCH 2/3] powerpc/perf: Use the aggregate context switch values from vcpu struct
` [PATCH 3/3] powerpc/perf: Update prev_count of event to get accurate values
[RFC PATCH 0/1] vfio/pci: Disable sriov on PF device close
2026-08-11 13:59 UTC (7+ messages)
` [RFC PATCH 1/1] "
[PATCH v9 00/21] KVM: x86: Cleaning up the KVM clock mess, part 1
2026-08-11 13:58 UTC (2+ messages)
[PATCH v2 0/2] vhost-scsi: fix max_io_vqs handling
2026-08-11 13:51 UTC (2+ messages)
[PATCH v4 0/6] KVM: x86/xen: Fix Xen/GPC/PREEMPT_RT issues with rwlock_t
2026-08-11 13:47 UTC (8+ messages)
` [PATCH v4 1/6] KVM: pfncache: Use SRCU for readers instead of a rwlock
` [PATCH v4 2/6] KVM: x86/xen: Extract delivery of event to vCPU into a separate helper
` [PATCH v4 3/6] KVM: x86/xen: Explicitly tag "shared info" page as never being dirty tracked
` [PATCH v4 4/6] KVM: x86/xen: Don't dirty track "vCPU info" page
` [PATCH v4 5/6] KVM: x86: Request the guest TLB flush from record_steal_time()
` [PATCH v4 6/6] KVM: x86: Use gfn_to_pfn_cache for steal time / preempted status
[PATCH v3 00/20] KVM: s390: vsie: Add VSIE SIGP ECALL and SRSI Interpretation
2026-08-11 13:36 UTC (21+ messages)
` [PATCH v3 01/20] KVM: s390: vsie: Add SCAO read and write helpers
` [PATCH v3 02/20] KVM: s390: vsie: Move SCAO validation into a function
` [PATCH v3 03/20] KVM: s390: vsie: Add vsie_interp_extf detection
` [PATCH v3 04/20] KVM: s390: vsie: Add ssca_block and ssca_entry structs
` [PATCH v3 05/20] KVM: s390: vsie: Move pin/unpin_scb methods
` [PATCH v3 06/20] KVM: s390: vsie: Move pin/unpin guest page
` [PATCH v3 07/20] KVM: s390: vsie: Move release/acquire gmap shadow
` [PATCH v3 08/20] KVM: s390: vsie: Create helpers to alloc and free vsie_pages
` [PATCH v3 09/20] KVM: s390: vsie: Replace radix_tree with xarray addr_to_page
` [PATCH v3 10/20] KVM: s390: vsie: Add helper to release gmap shadow
` [PATCH v3 11/20] KVM: s390: vsie: Lazily keep original scb pinned after vsie exit
` [PATCH v3 12/20] KVM: s390: vsie: Add helper to pin and unpin multiple guest pages
` [PATCH v3 13/20] KVM: s390: vsie: Add struct vsie_sca with pin and unpin methods
` [PATCH v3 14/20] KVM: s390: vsie: Shadow VSIE SCA in guest-1
` [PATCH v3 15/20] KVM: s390: vsie: Guard against invalid CPU address
` [PATCH v3 16/20] KVM: s390: vsie: Allow guest-3 cpu add and remove with ssca
` [PATCH v3 17/20] KVM: s390: vsie: Add VSIE max shadow configuration
` [PATCH v3 18/20] KVM: s390: vsie: Add VSIE shadow stat counters
` [PATCH v3 19/20] KVM: s390: vsie: Create minimal scb shadows for not running g3 blocks
` [PATCH v3 20/20] KVM: s390: vsie: Enable use of VSIE SSCA
[PATCH v4 1/4] KVM: x86: ioapic: Update remote_irr only after successful delivery
2026-08-11 11:43 UTC (7+ messages)
` [PATCH v4 2/4] KVM: selftests: Verify failed IOAPIC delivery preserves state
` [PATCH v4 3/4] KVM: x86: ioapic: Preserve irr_delivered for duplicate edge interrupts
` [PATCH v4 4/4] KVM: x86: ioapic: Clear irr_delivered on level-triggered RTE
[syzbot] [kvm?] [kvm-x86?] BUG: sleeping function called from invalid context in kvm_xen_set_evtchn_fast
2026-08-11 10:36 UTC (3+ messages)
[PATCH v2 00/11] KVM: x86/xen: Clean up shared info / vcpu info handling
2026-08-11 9:37 UTC (12+ messages)
` [PATCH v2 01/11] KVM: x86/xen: Rename 'longmode' to 'is_64bit' in hypercall handling
` [PATCH v2 02/11] KVM: x86/xen: Introduce kvm_xen_has_64bit_shinfo() macro
` [PATCH v2 03/11] KVM: x86/xen: Rename max_evtchn_port() to kvm_max_evtchn_port()
` [PATCH v2 04/11] KVM: x86/xen: Latch shinfo mode in kvm_xen_set_evtchn_fast()
` [PATCH v2 05/11] KVM: x86/xen: Latch shinfo mode in kvm_xen_schedop_poll()
` [PATCH v2 06/11] KVM: x86/xen: Enforce 4-byte alignment of vcpu_info registration
` [PATCH v2 07/11] KVM: x86/xen: Use 32-bit locked bts for vcpu_info evtchn_pending_sel
` [PATCH v2 08/11] KVM: x86/xen: Use 32-bit atomics if vCPU's evtchn_pending_sel isn't aligned
` [PATCH v2 09/11] KVM: x86/xen: Use atomic*() APIs instead of open coded equivalents
` [PATCH v2 10/11] KVM: x86/xen: Take kvm->srcu in __kvm_xen_has_interrupt()
` [PATCH v2 11/11] KVM: pfncache: use a dedicated invalidation sequence for cache refresh
[PATCH v9] KVM: selftests: riscv: Add lazy V extension enablement for guests
2026-08-11 8:50 UTC
[PATCH] srcu: Keep a spare node array so srcu_gp_end() need not block in reclaim
2026-08-11 8:42 UTC
[PATCH v14 00/22] TDX KVM selftests
2026-08-11 7:43 UTC (5+ messages)
` [PATCH v14 11/22] KVM: selftests: Set up TDX boot parameters region
` [PATCH v14 12/22] KVM: selftests: Require guest_memfd for TDX VMs
[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
2026-08-11 6:22 UTC (4+ messages)
` [RFC PATCH 12/15] KVM: TDX: Add in-kernel Quote generation
[PATCH v10 00/41] guest_memfd: In-place conversion support
2026-08-11 4:50 UTC (8+ messages)
` [PATCH v10 11/41] KVM: guest_memfd: Ensure pages are not in use before conversion
[PATCH] KVM: PPC: Book3S HV nestedv2: Don't drop pending doorbell across L2 entry
2026-08-11 5:23 UTC (3+ messages)
[PATCH v2 0/2] KVM: selftests: Fix two VMs leaked on early returns
2026-08-11 5:00 UTC (3+ messages)
` [PATCH v2 1/2] KVM: selftests: Free the VM when the SEV smoke test's guest completes
` [PATCH v2 2/2] KVM: selftests: Free the VM when NX hugepage disabling is denied
[PATCH v9 0/4] KVM: PPC: Expose CPU compatibility modes for nested guests
2026-08-11 4:53 UTC (2+ messages)
[PATCH v2 00/17] Enable DICE-based TDX Quoting Extension
2026-08-11 4:29 UTC (4+ messages)
` [PATCH v2 12/17] x86/virt/tdx: Reinitialize the Quoting extension after TDX module update
[PATCH v2 0/1] KVM: selftests: SEV: Sanity check the launch measurement
2026-08-11 4:08 UTC (2+ messages)
` [PATCH v2 1/1] "
[RFC PATCH v2 0/1] qemu: KVM VM Planes host support for VBS
2026-08-11 1:54 UTC (2+ messages)
` [RFC PATCH v2 1/1] kvm: handle VM-plane configure/activate hypercalls
[RFC PATCH v2 0/8] VBS/VSM-on-KVM: guest support using VM Planes
2026-08-11 1:52 UTC (4+ messages)
` [RFC PATCH v2 6/8] vm_planes: add hypervisor-assisted plane bootstrap
` [RFC PATCH v2 7/8] security/vbs: bootstrap the plane from the enable path
` [RFC PATCH v2 8/8] drivers/virt: add KVM VM-planes secure-plane monitor
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox