public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-07 15:20:00 to 2026-04-07 21:01:49 UTC [more...]

[PATCH v7 0/8] vfio: selftest: Add SR-IOV UAPI test
 2026-04-07 21:01 UTC  (5+ messages)
` [PATCH v7 8/8] vfio: selftests: Add tests to validate SR-IOV UAPI

[PATCH v9 02/10] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
 2026-04-07 20:53 UTC  (18+ messages)

[PATCH v8 0/8] KVM: x86: nSVM: Improve PAT virtualization
 2026-04-07 20:51 UTC  (11+ messages)
` [PATCH v8 1/8] KVM: x86: Define KVM_X86_QUIRK_NESTED_SVM_SHARED_PAT
` [PATCH v8 2/8] KVM: x86: nSVM: Clear VMCB_NPT clean bit when updating hPAT from guest mode
` [PATCH v8 3/8] KVM: x86: nSVM: Cache and validate vmcb12 g_pat
` [PATCH v8 4/8] KVM: x86: nSVM: Set vmcb02.g_pat correctly for nested NPT
` [PATCH] KVM: x86: nSVM: Redirect IA32_PAT accesses to either hPAT or gPAT
` [PATCH v8 6/8] KVM: x86: nSVM: Save gPAT to vmcb12.g_pat on VMEXIT
` [PATCH v8 7/8] KVM: Documentation: document KVM_{GET,SET}_NESTED_STATE for SVM
` [PATCH v8 8/8] KVM: x86: nSVM: Save/restore gPAT with KVM_{GET,SET}_NESTED_STATE

[PATCH v2 00/16] s390/vfio-ap: Add live guest migration support
 2026-04-07 20:50 UTC  (17+ messages)
` [PATCH v2 01/16] s390/vfio-ap: Store queue hardware info when probed
` [PATCH v2 02/16] s390/vfio-ap: Provide access to queue objects and related info
` [PATCH v2 03/16] s390/vfio-ap: Data structures for facilitating vfio device migration
` [PATCH v2 04/16] s390/vfio-ap: Initialize/release vfio device migration data
` [PATCH v2 05/16] s390-vfio-ap: Callback to set vfio device mig state during guest migration
` [PATCH v2 06/16] s390/vfio-ap: Transition guest migration state from STOP to STOP_COPY
` [PATCH v2 07/16] s390/vfio-ap: File ops called to save the vfio device migration state
` [PATCH v2 08/16] s390/vfio-ap: Transition device migration state from STOP to RESUMING
` [PATCH v2 09/16] s390/vfio-ap: File ops called to resume the vfio device migration
` [PATCH v2 10/16] s390/vfio-ap: Transition device migration state from RESUMING to STOP
` [PATCH v2 11/16] s390/vfio-ap: Transition device migration state from STOP_COPY "
` [PATCH v2 12/16] s390/vfio-ap: Transition device migration state from STOP to RUNNING and vice versa
` [PATCH v2 13/16] s390-vfio-ap: Callback to get the current vfio device migration state
` [PATCH v2 14/16] s390/vfio-ap: Callback to get the size of data to be migrated during guest migration
` [PATCH v2 15/16] s390/vfio-ap: Add 'migratable' feature to sysfs 'features' attribute
` [PATCH v2 16/16] s390/vfio-ap: Add live guest migration chapter to vfio-ap.rst

[BUG] KVM: x86: kvmclock jumps ~253 years on Hyper-V nested virt due to cross-CPU raw TSC inconsistency
 2026-04-07 20:40 UTC  (7+ messages)

SEV-ES guest shutdown: linux-next regression with QEMU 10.2.2; smp>1
 2026-04-07 20:38 UTC  (9+ messages)

[PATCH v3] printk: fix zero-valued printk timestamps in early boot
 2026-04-07 20:34 UTC  (2+ messages)
          ` Earlier tsc init patch (was RE: [PATCH v3] printk: fix zero-valued printk timestamps in early boot)

[PATCH 0/3] KVM, vfio: remove exported KVM symbols
 2026-04-07 20:16 UTC  (5+ messages)
` [PATCH 1/3] VFIO: take reference to the KVM module
` [PATCH 2/3] KVM, vfio: remove symbol_get(kvm_get_kvm_safe) from vfio
` [PATCH 3/3] KVM, vfio: remove symbol_get(kvm_put_kvm) "

[kvm-unit-tests PATCH v1 0/3] arm64: Add Stage-2 MMU and Nested Guest Framework
 2026-04-07 18:57 UTC  (15+ messages)
` [kvm-unit-tests PATCH v1 1/3] lib: arm64: Add stage2 page table management library
` [kvm-unit-tests PATCH v1 2/3] lib: arm64: Add bare-metal guest execution framework

Bug with nested PAUSE intercept on SVM
 2026-04-07 18:30 UTC  (3+ messages)

[PATCH 6.6.y 0/4] Fix CVE-2024-27022: fork/hugetlb race with vfio prerequisites
 2026-04-07 18:16 UTC  (2+ messages)

[REGRESSION 6.19, BISECTED] KVM: x86: kvmclock rate-limit removal causes IPI storm and high guest steal time
 2026-04-07 18:02 UTC  (3+ messages)
` [PATCH v1] KVM: x86: Rate-limit global clock updates on vCPU load

[PATCH] VFIO: remove dead notifier code
 2026-04-07 17:59 UTC 

[PATCH 0/6] change young flag check functions to return bool
 2026-04-07 17:52 UTC  (7+ messages)
` [PATCH 6/6] mm: change to return bool for the MMU notifier's young flag check

[PATCH v2 00/16] fs,x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
 2026-04-07 17:48 UTC  (8+ messages)

[PATCH 00/17] TDX MMU refactors
 2026-04-07 17:21 UTC  (11+ messages)
` [PATCH 07/17] KVM: x86/tdp_mmu: Centralize updates to present external PTEs

[PATCH v7 0/9] KVM: x86: nSVM: Improve PAT virtualization
 2026-04-07 17:00 UTC  (11+ messages)
` [PATCH v7 1/9] KVM: x86: Define KVM_X86_QUIRK_NESTED_SVM_SHARED_PAT
` [PATCH v7 8/9] KVM: x86: nSVM: Save/restore gPAT with KVM_{GET,SET}_NESTED_STATE

[PATCH v2 00/31] PCI/TSM: PCIe Link Encryption Establishment via TDX platform services
 2026-04-07 16:08 UTC  (4+ messages)
` [PATCH v2 14/31] PCI/TSM: Report active IDE streams per host bridge

[GIT PULL v1 0/1] Subject: [GIT PULL v1 0/1] KVM: s390: One very last second fix
 2026-04-07 16:27 UTC  (2+ messages)
` [GIT PULL v1 1/1] KVM: s390: vsie: Fix races with partial gmap invalidations

[PATCH net-next] vsock/virtio: remove unnecessary call to `virtio_transport_get_ops`
 2026-04-07 16:24 UTC  (5+ messages)

[PATCH v2 1/1] KVM: s390: vsie: Fix races with partial gmap invalidations
 2026-04-07 16:17 UTC 

[PATCH v7 00/22] Runtime TDX module update support
 2026-04-07 15:55 UTC  (7+ messages)
` [PATCH v7 09/22] x86/virt/seamldr: Introduce skeleton for TDX module updates
` [PATCH v7 16/22] x86/virt/tdx: Update tdx_sysinfo and check features post-update

[PATCH v3 0/6] KVM: s390: Enable 4k granularity for memslots
 2026-04-07 15:19 UTC  (3+ messages)
` [PATCH v3 5/6] KVM: s390: selftests: enable some common memory-related tests


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