Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-07-27 17:48:13 to 2026-07-28 03:30:31 UTC [more...]

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

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

[PATCH v4 0/6] KVM: nVMX: Synthesize SHUTDOWN on RSM with bad state
 2026-07-28  3:01 UTC  (11+ messages)
` [PATCH v4 1/6] KVM: x86: Extract VMX's unhandleable emulation check to common x86
` [PATCH v4 2/6] KVM: nVMX: Synthesize SHUTDOWN on RSM if L2 requires emulation
` [PATCH v4 3/6] KVM: x86: Rework kvm_x86_ops.vcpu_pre_run() into .vcpu_needs_initialization()
` [PATCH v4 4/6] KVM: selftests: Use port 0x80 in invalid nVMX guest state test
` [PATCH v4 5/6] KVM: selftests: Refactor invalid nVMX state test to prepare for RSM testcase
` [PATCH v4 6/6] KVM: selftests: Extend the invalid nVMX guest state test to cover RSM

[PATCH v6 00/36] Cleaning up the KVM clock mess
 2026-07-28  2:13 UTC  (14+ messages)
` [PATCH v6 05/36] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
` [PATCH v6 12/36] KVM: x86: Restructure get_kvmclock()
` [PATCH v6 15/36] KVM: x86: Fix compute_guest_tsc() to handle negative time deltas

[PATCH] KVM: x86: Re-pend NMI in vNMI hardware when injection is blocked
 2026-07-28  1:54 UTC 

[PATCH v5 00/20] KVM: x86: Enable APX for guests
 2026-07-28  1:43 UTC  (2+ messages)

[PATCH v1 00/28] KVM: nSVM: Optimize nSVM TLB flushes
 2026-07-28  1:18 UTC  (31+ messages)
` [PATCH v1 01/28] KVM: nSVM: Flush the TLB after forcefully leaving nested
` [PATCH v1 02/28] KVM: SVM: Document number of ASIDs CPUID setting
` [PATCH v1 03/28] KVM: VMX: Generalize VPID allocation to be vendor-neutral
` [PATCH v1 04/28] KVM: x86/mmu: Support specifying reserved TLB tags
` [PATCH v1 05/28] KVM: SVM: Add helpers to set/clear ASID flush in VMCB
` [PATCH v1 06/28] KVM: SVM: Fallback to flush everything if FLUSHBYASID is not available
` [PATCH v1 07/28] KVM: SVM: Duplicate pre-run ASID check for SEV and non-SEV guests
` [PATCH v1 08/28] KVM: SEV: Do ASID initialization at VMCB initialization
` [PATCH v1 09/28] KVM: SEV: Expose sev_get_asid() outside of sev.c
` [PATCH v1 10/28] KVM: SVM: Use a static ASID per vCPU
` [PATCH v1 11/28] KVM: SVM: Only flush the fallback ASID when used by a different vCPU
` [PATCH v1 12/28] KVM: nSVM: Add a placeholder ASID for L2
` [PATCH v1 13/28] KVM: x86: hyper-v: Rename kvm_hv_vcpu_purge_flush_tlb()
` [PATCH v1 14/28] KVM: x86: hyper-v: Allow puring all TLB flush FIFOs
` [PATCH v1 15/28] KVM: nSVM: Drop svm->nested.initialized
` [PATCH v1 16/28] KVM: nSVM: Flush both L1 and L2 ASIDs on KVM_REQ_TLB_FLUSH
` [PATCH v1 17/28] KVM: nSVM: Always switch VMCB before leaving guest mode
` [PATCH v1 18/28] KVM: nSVM: Split nested_svm_transition_tlb_flush() into entry/exit fns
` [PATCH v1 19/28] KVM: nSVM: Service local TLB flushes before nested transitions
` [PATCH v1 20/28] KVM: nSVM: Handle nested TLB flush requests through TLB_CONTROL
` [PATCH v1 21/28] KVM: nSVM: Flush the TLB if L1 changes L2's ASID in vmcb12
` [PATCH v1 22/28] KVM: nSVM: Do not reset TLB_CONTROL in vmcb02 on nested VM-Enter
` [PATCH v1 23/28] KVM: x86/mmu: Rename __kvm_mmu_invalidate_addr() to kvm_mmu_sync_addr()
` [PATCH v1 24/28] KVM: x86/mmu: Refactor kvm_mmu_invlpg() to allow skipping the GVA flush
` [PATCH v1 25/28] KVM: nSVM: Flush L2's ASID when emulating INVLPGA
` [PATCH v1 26/28] KVM: nSVM: Flush the ASID on nested transitions if shared by L1 and L2
` [PATCH v1 27/28] KVM: nSVM: Use different ASIDs for "
` [PATCH v1 28/28] KVM: selftests: Add a test for nested TLB flushes

[PATCH v6 0/9] KVM: guest_memfd: RECLAIM+CONVERT cleanups
 2026-07-28  1:00 UTC  (5+ messages)
` [PATCH v6 7/9] KVM: guest_memfd: Rename prepare() hook and Kconfig to make_private() / CONVERT

[PATCH v7 00/10] s390/vfio_ccw fixes
 2026-07-28  0:54 UTC  (25+ 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 v2] KVM: nVMX: Service local TLB flushes on failed nested VM-Enter
 2026-07-28  0:43 UTC  (2+ messages)

[PATCH 0/2] KVM: x86/mmu: Use LOCK CMPXCHG to clear Accessed bits
 2026-07-28  0:34 UTC  (5+ messages)
` [PATCH 1/2] KVM: x86/mmu: Use CMPXCHG when clearing Accessed bit in TDP MMU
` [PATCH 2/2] KVM: x86/mmu: Use CMPXCHG when clearing Accessed bit in the shadow MMU

[PATCH v4 00/12] KVM: selftests: Stress save+restore and #PF (ft. nested)
 2026-07-28  0:31 UTC  (19+ messages)
` [PATCH v4 01/12] KVM: selftests: Use __stringify() instead of custom XSTR() macros
` [PATCH v4 02/12] KVM: selftests: Fix RAX and RFLAGS VMCB offsets when running L2
` [PATCH v4 03/12] KVM: selftests: Rework GPR registers switching for SVM (and fix offsets)
` [PATCH v4 04/12] KVM: selftests: Handle rflags save/restore for SVM in guest_regs
` [PATCH v4 05/12] KVM: selftests: Reuse GPR switching logic for nVMX
` [PATCH v4 06/12] KVM: selftests: Drop HORRIFIC_L2_UCALL_CLOBBER_HACK
` [PATCH v4 07/12] KVM: selftests: Add a blank line before logging assertion failures
` [PATCH v4 08/12] KVM: selftests: Expose PTE masks to guests as part of an MMU
` [PATCH v4 09/12] KVM: selftests: Add basic stress test for save+restore and #PF handling
` [PATCH v4 10/12] KVM: selftests: Trigger save+restore randomly in the #PF stress test
` [PATCH v4 11/12] KVM: selftests: Support running stress save+restore and #PF test in L2
` [PATCH v4 12/12] KVM: selftests: Trigger L2->L1 exits stress save+restore and #PF test

[PATCH v3] KVM: x86: Mark nested RSM-created VM-Enter as untrusted
 2026-07-28  0:26 UTC  (4+ messages)

[PATCH v3] KVM: x86: Cancel delayed I/O APIC EOI handling before destroying vCPUs
 2026-07-28  0:18 UTC  (2+ messages)

[PATCH v7 0/9] KVM: x86/pmu: Add hardware Topdown metrics support
 2026-07-27 23:55 UTC  (20+ 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 v11 0/6] Add RMPOPT support
 2026-07-27 21:02 UTC  (14+ 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 v6 0/6] vfio: selftests: Add driver for Intel Ethernet Gigabit Controller (IGB)
 2026-07-27 20:57 UTC  (3+ messages)

[PATCH] KVM: SVM: make svm_flush_tlb_gva do a full asid flush if NPT enabled
 2026-07-27 19:58 UTC  (2+ messages)

[PATCH v4 00/48] KVM: arm64: Add GICv5 IRS support
 2026-07-27 19:26 UTC  (7+ 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

[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  (27+ messages)
` [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  (19+ 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  (6+ messages)
` [PATCH RFC v2 12/20] x86: mm: define pudp_set_access_flags() when CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD is enabled only


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