public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-07 18:21:36 to 2026-04-08 02:29:52 UTC [more...]

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

[PATCH V3 0/2] LoongArch: KVM: fix "unreliable stack" issue
 2026-04-08  1:23 UTC  (12+ messages)
` [PATCH V3 2/2] "

[PATCH v2 0/6] LoongArch: KVM: Set max VM supported FPU type with FPU exception
 2026-04-08  1:14 UTC  (5+ messages)

Apply LoongArch KVM merge permission
 2026-04-08  1:07 UTC 

[PATCH 6/8] target/i386/kvm: use g_clear_handle_id() for GSource cleanup
 2026-04-08  1:02 UTC 

[PATCH v2 00/16] fs,x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
 2026-04-08  1:01 UTC  (9+ messages)

[PATCH 0/8] tree-wide: use g_clear_handle_id() for GSource cleanup
 2026-04-08  1:01 UTC 

[PATCH net-next] vsock/virtio: remove unnecessary call to `virtio_transport_get_ops`
 2026-04-08  0:59 UTC  (4+ messages)

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

[PATCH RFC v4 00/44] guest_memfd: In-place conversion support
 2026-04-08  0:33 UTC  (11+ messages)
` [PATCH RFC v4 10/44] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2

[PATCH 0/5] KVM: SEV: Drop user-triggerable WARN clean up REG_REGION
 2026-04-08  0:14 UTC  (2+ messages)

[PATCH 00/21] Fixes and lock cleanup+hardening
 2026-04-08  0:14 UTC  (2+ messages)

[PATCH v4 0/9] KVM: SVM: Fixes for VMCB12 checks and mapping
 2026-04-08  0:14 UTC  (2+ messages)

[PATCH v2 0/2] KVM: x86: Syzkaller nested_run_pending defense
 2026-04-08  0:14 UTC  (2+ messages)

[PATCH v2 0/3] KVM: Fix and clean up kvm_vcpu_map[_readonly]() usages
 2026-04-08  0:11 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: Fix kvm_vcpu_map[_readonly]() function prototypes
` [PATCH v2 2/3] KVM: Move page mapping/unmapping APIs in kvm_host.h
` [PATCH v2 3/3] KVM: Take gpa_t in kvm_vcpu_map[_readonly]()

[PATCH v8 0/8] KVM: x86: nSVM: Improve PAT virtualization
 2026-04-07 23:52 UTC  (12+ 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 v12 0/4] selftests/vfio: Add NVIDIA GPU Falcon DMA test driver
 2026-04-07 22:49 UTC  (4+ messages)
` [PATCH v12 4/4] selftests/vfio: Add NVIDIA Falcon driver for DMA testing

[PATCH v7 0/8] vfio: selftest: Add SR-IOV UAPI test
 2026-04-07 22:46 UTC  (8+ messages)
` [PATCH v7 3/8] vfio: selftests: Introduce a sysfs lib
` [PATCH v7 8/8] vfio: selftests: Add tests to validate SR-IOV UAPI

[PATCH 0/3] KVM: arm64: vgic: Fix IIDR revision handling and add revision 1
 2026-04-07 20:27 UTC  (4+ messages)
` [PATCH 1/3] KVM: arm64: vgic: Fix IIDR revision field extracted from wrong value
` [PATCH 2/3] KVM: arm64: vgic: Allow userspace to set IIDR revision 1
` [PATCH 3/3] KVM: arm64: selftests: Add vgic IIDR revision test

[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  (6+ 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  (2+ messages)

[kvm-unit-tests PATCH v1 0/3] arm64: Add Stage-2 MMU and Nested Guest Framework
 2026-04-07 18:57 UTC  (6+ messages)
` [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)


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