public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-21 23:19:06 to 2026-04-23 06:17:38 UTC [more...]

[PATCH v11 00/12] VMSCAPE optimization for BHI variant
 2026-04-23  6:17 UTC  (12+ messages)
` [PATCH v11 01/12] x86/bhi: x86/vmscape: Move LFENCE out of clear_bhb_loop()
` [PATCH v11 02/12] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
` [PATCH v11 03/12] x86/bhi: Rename clear_bhb_loop() to clear_bhb_loop_nofence()
` [PATCH v11 04/12] x86/vmscape: Rename x86_ibpb_exit_to_user to x86_predictor_flush_exit_to_user
` [PATCH v11 05/12] x86/vmscape: Move mitigation selection to a switch()
` [PATCH v11 06/12] x86/vmscape: Use write_ibpb() instead of indirect_branch_prediction_barrier()
` [PATCH v11 07/12] static_call: Define EXPORT_STATIC_CALL_FOR_MODULES()
` [PATCH v11 08/12] kvm: Define EXPORT_STATIC_CALL_FOR_KVM()
` [PATCH v11 09/12] x86/vmscape: Use static_call() for predictor flush
` [PATCH v11 10/12] x86/vmscape: Deploy BHB clearing mitigation
` [PATCH v11 11/12] x86/vmscape: Resolve conflict between attack-vectors and vmscape=force

[RFC PATCH] KVM: s390: move some facilities from FACILITIES_KVM_CPUMODEL to FACILITIES_KVM
 2026-04-23  4:56 UTC  (2+ messages)

[PATCH 0/3] RISC-V: KVM: AIA: Convert HGEI management to fully per-HART
 2026-04-23  4:20 UTC  (5+ messages)
` [PATCH 3/3] irqchip/riscv-imsic: Remove global nr_guest_files after KVM AIA per-HART conversion

[RFC PATCH 00/27] KVM: x86: Add a paranoid mode for CPUID verification
 2026-04-23  3:25 UTC  (11+ messages)
` [RFC PATCH 21/27] KVM: x86: Make kvm_vcpu_after_set_cpuid() return an error code
` [RFC PATCH 22/27] KVM: x86: Verify userspace CPUID inputs in paranoid mode
` [RFC PATCH 23/27] KVM: x86: Account for runtime CPUID features "
` [RFC PATCH 24/27] KVM: x86: Skip paranoid CPUID check for KVM PV leafs when base is relocated
` [RFC PATCH 27/27] KVM: TDX: Replace hardcoded CPUID filtering with the allowed mask

[PATCH for-11.1] accel/kvm: refactor and clean up do_kvm_irqchip_create
 2026-04-23  1:38 UTC  (2+ messages)

[PATCH 0/4] vfio/pci: Add PCIe TPH support
 2026-04-23  1:26 UTC  (8+ messages)
` [PATCH 3/4] vfio/pci: Add PCIe TPH GET_ST interface

[PATCH v3 0/5] vfio/pci: Add PCIe TPH support
 2026-04-23  1:08 UTC  (6+ messages)
` [PATCH v3 1/5] PCI/TPH: Export pcie_tph_get_st_modes() for external use
` [PATCH v3 2/5] vfio/pci: Add PCIe TPH interface with capability query
` [PATCH v3 3/5] vfio/pci: Add PCIe TPH enable/disable support
` [PATCH v3 4/5] vfio/pci: Add PCIe TPH GET_ST interface
` [PATCH v3 5/5] vfio/pci: Add PCIe TPH SET_ST interface

[PATCH v2 00/31] PCI/TSM: PCIe Link Encryption Establishment via TDX platform services
 2026-04-23  0:59 UTC  (33+ messages)
` [PATCH v2 08/31] x86/virt/tdx: Configure TDX Module with optional TDX Connect feature
` [PATCH v2 10/31] x86/virt/tdx: Add extra memory to TDX Module for Extensions
` [PATCH v2 19/31] iommu/vt-d: Reserve the MSB domain ID bit for the TDX module
` [PATCH v2 20/31] x86/virt/tdx: Add a helper to loop on TDX_INTERRUPTED_RESUMABLE
` [PATCH v2 21/31] x86/virt/tdx: Add SEAMCALL wrappers for trusted IOMMU setup and clear
` [PATCH v2 22/31] iommu/vt-d: Export a helper to do function for each dmar_drhd_unit
` [PATCH v2 23/31] coco/tdx-host: Setup all trusted IOMMUs on TDX Connect init
` [PATCH v2 24/31] coco/tdx-host: Add a helper to exchange SPDM messages through DOE
` [PATCH v2 25/31] x86/virt/tdx: Add SEAMCALL wrappers for SPDM management
` [PATCH v2 27/31] coco/tdx-host: Implement SPDM session setup
` [PATCH v2 30/31] coco/tdx-host: Implement IDE stream setup/teardown

CPU Lockups in KVM with deferred hrtimer rearming
 2026-04-22 22:57 UTC  (28+ messages)

[syzbot] [kvm?] INFO: task hung in kvm_swap_active_memslots (2)
 2026-04-22 22:55 UTC  (4+ messages)

[PATCH v4 0/6] KVM: x86/pmu: Add support for AMD Host-Only/Guest-Only bits
 2026-04-22 22:42 UTC  (11+ messages)
` [PATCH v4 4/6] KVM: x86/pmu: Re-evaluate Host-Only/Guest-Only on nested SVM transitions

[PATCH v2 0/3] KVM: Fix and clean up kvm_vcpu_map[_readonly]() usages
 2026-04-22 22:19 UTC  (13+ messages)
` [PATCH v2 3/3] KVM: Take gpa_t in kvm_vcpu_map[_readonly]()

[PATCH v6 0/7] KVM: SVM: Add Page Modification Logging (PML) support
 2026-04-22 22:14 UTC  (15+ messages)
` [PATCH v6 7/7] KVM: SVM: Add Page modification logging support

[PATCH] vfio/pci: Allow disabling idle D3 on a per-device basis
 2026-04-22 21:51 UTC  (2+ messages)

[PATCH v2 00/16] fs,x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
 2026-04-22 21:42 UTC  (23+ messages)

[GIT PULL] VFIO updates for v7.1-rc1 (part 2)
 2026-04-22 21:20 UTC 

[PATCH V3 00/13] target/i386: Misc PMU fixes and enabling
 2026-04-22 21:03 UTC  (6+ messages)
` [PATCH V3 01/13] target/i386: Disable unsupported BTS for guest
` [PATCH V3 11/13] target/i386: Add pebs-fmt CPU option

[PATCH 00/11] KVM: x86: Clean up kvm_<reg>_{read,write}() mess
 2026-04-22 20:03 UTC  (11+ messages)
` [PATCH 01/11] KVM: SVM: Truncate INVLPGA address in compatibility mode
` [PATCH 05/11] KVM: x86: Trace hypercall register *after* truncating values for 32-bit
` [PATCH 06/11] KVM: x86: Move kvm_<reg>_{read,write}() definitions to x86.h
` [PATCH 09/11] KVM: nSVM: Use kvm_rax_read() now that it's mode-aware

[RFC PATCH 0/1] KVM: VMX: restore host CR2 after VM exit
 2026-04-22 18:56 UTC  (3+ messages)
` [RFC PATCH 1/1] "

[RFC, PATCH 00/12] userfaultfd: working set tracking for VM guest memory
 2026-04-22 18:39 UTC  (14+ messages)

[PATCH v3 00/32] target/arm: fully model WFxT instructions for A-profile
 2026-04-22 16:57 UTC  (36+ messages)
` [PATCH v3 01/32] target/arm: migrate basic syndrome helpers to registerfields
` [PATCH v3 02/32] target/arm: migrate system/cp trap syndromes "
` [PATCH v3 03/32] target/arm: migrate FP/SIMD "
` [PATCH v3 04/32] target/arm: migrate eret "
` [PATCH v3 05/32] target/arm: migrate SME "
` [PATCH v3 06/32] target/arm: migrate PAC "
` [PATCH v3 07/32] target/arm: migrate BTI "
` [PATCH v3 08/32] target/arm: migrate BXJ "
` [PATCH v3 09/32] target/arm: migrate Granule Protection traps "
` [PATCH v3 10/32] target/arm: migrate fault syndromes "
` [PATCH v3 11/32] target/arm: migrate debug "
` [PATCH v3 12/32] target/arm: migrate wfx "
` [PATCH v3 13/32] target/arm: migrate gcs "
` [PATCH v3 14/32] target/arm: migrate memory op "
` [PATCH v3 15/32] target/arm: migrate check_hcr_el2_trap to use syndrome helper
` [PATCH v3 16/32] target/arm: use syndrome helpers in arm_cpu_do_interrupt_aarch32_hyp
` [PATCH v3 17/32] target/arm: use syndrome helpers to set SAME_EL EC bit
` [PATCH v3 18/32] target/arm: make whpx use syndrome helpers for decode
` [PATCH v3 19/32] target/arm: make hvf "
` [PATCH v3 20/32] target/arm: use syndrome helpers in merge_syn_data_abort
` [PATCH v3 21/32] target/arm: use syndrome helpers to query VNCR bit
` [PATCH v3 22/32] target/arm: remove old syndrome defines
` [PATCH v3 23/32] target/arm: report register in WFIT syndromes
` [PATCH v3 24/32] target/arm: teach arm_cpu_has_work about halting reasons
` [PATCH v3 25/32] target/arm: redefine event stream fields
` [PATCH v3 26/32] target/arm: ensure aarch64 DISAS_WFE will exit
` [PATCH v3 27/32] target/arm: implements SEV/SEVL for all modes
` [PATCH v3 28/32] target/arm: hoist event broadcast code into a helper
` [PATCH v3 29/32] target/arm: implement global monitor events
` [PATCH v3 30/32] target/arm: enable event stream on WFE instructions
` [PATCH v3 31/32] target/arm: handle the WFE trap case
` [PATCH v3 32/32] target/arm: implement WFET

[BUG] WARNING in workingset_activation triggered by KVM page fault path on Linux 7.0.0-08391-g1d51b370a0f8
 2026-04-22 15:54 UTC  (7+ messages)

[PATCH v13 00/48] arm64: Support for Arm CCA in KVM
 2026-04-22 15:38 UTC  (2+ messages)

[PATCH v4 00/49] KVM: arm64: Add LR overflow infrastructure (the final one, I swear!)
 2026-04-22 14:57 UTC  (8+ messages)
` [PATCH v4 35/49] KVM: arm64: GICv3: nv: Plug L1 LR sync into deactivation primitive

[PATCH v2 0/5] Fuller TDX kexec support
 2026-04-22 14:29 UTC  (5+ messages)
` [PATCH] x86/tdx, KVM: fix HKID leak when kexec is initiated with active TDs

[PATCH v4 1/1] vfio/nvgrace-gpu: Add Blackwell-Next GPU readiness check via CXL DVSEC
 2026-04-22 13:53 UTC  (5+ messages)

[PATCH v6 1/1] vfio/nvgrace-gpu: Add Blackwell-Next GPU readiness check via CXL DVSEC
 2026-04-22 13:49 UTC 

[kvm-unit-tests PATCH v3 0/6] s390x: Add test for STFLE interpretive execution (format-2)
 2026-04-22 13:20 UTC  (8+ messages)
` [kvm-unit-tests PATCH v3 3/6] s390x: sclp: Rework sclp_facilities_setup() for simpler control flow
` [kvm-unit-tests PATCH v3 5/6] s390x: sclp: Add detection of alternate STFLE facilities
` [kvm-unit-tests PATCH v3 6/6] s390x: Add test for STFLE interpretive execution (format-2)

[PATCH] KVM: selftests: hyperv_tlb_flush: replace NOP loop with udelay()
 2026-04-22 13:03 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH v2 0/4] KVM: s390: vsie: Implement ASTFLEIE facility 2
 2026-04-22 13:02 UTC  (5+ messages)
` [PATCH v2 3/4] KVM: s390: vsie: Refactor handle_stfle
` [PATCH v2 4/4] KVM: s390: vsie: Implement ASTFLEIE facility 2

[PATCH 00/34] Add migration support to the MSHV accelerator
 2026-04-22 12:57 UTC  (4+ messages)
` [PATCH 16/34] target/i386/mshv: migrate LAPIC state

[PATCH v2 00/31] target/arm: fully model WFxT instructions for A-profile
 2026-04-22 12:54 UTC  (33+ messages)
` [PATCH v2 01/31] target/arm: migrate basic syndrome helpers to registerfields
` [PATCH v2 02/31] target/arm: migrate system/cp trap syndromes "
` [PATCH v2 03/31] target/arm: migrate FP/SIMD "
` [PATCH v2 04/31] target/arm: migrate eret "
` [PATCH v2 05/31] target/arm: migrate SME "
` [PATCH v2 06/31] target/arm: migrate PAC "
` [PATCH v2 07/31] target/arm: migrate BTI "
` [PATCH v2 08/31] target/arm: migrate BXJ "
` [PATCH v2 09/31] target/arm: migrate Granule Protection traps "
` [PATCH v2 10/31] target/arm: migrate fault syndromes "
` [PATCH v2 11/31] target/arm: migrate debug "
` [PATCH v2 12/31] target/arm: migrate wfx "
` [PATCH v2 13/31] target/arm: migrate gcs "
` [PATCH v2 14/31] target/arm: migrate memory op "
` [PATCH v2 15/31] target/arm: migrate check_hcr_el2_trap to use syndrome helper
` [PATCH v2 16/31] target/arm: use syndrome helpers in arm_cpu_do_interrupt_aarch32_hyp
` [PATCH v2 17/31] target/arm: use syndrome helpers to set SAME_EL EC bit
` [PATCH v2 18/31] target/arm: make whpx use syndrome helpers for decode
` [PATCH v2 19/31] target/arm: make hvf "
` [PATCH v2 20/31] target/arm: use syndrome helpers in merge_syn_data_abort
` [PATCH v2 21/31] target/arm: use syndrome helpers to query VNCR bit
` [PATCH v2 22/31] target/arm: remove old syndrome defines
` [PATCH v2 23/31] target/arm: report register in WFIT syndromes
` [PATCH v2 24/31] target/arm: teach arm_cpu_has_work about halting reasons
` [PATCH v2 25/31] target/arm: redefine event stream fields
` [PATCH v2 26/31] target/arm: ensure aarch64 DISAS_WFE will exit
` [PATCH v2 27/31] target/arm: implements SEV/SEVL for all modes
` [PATCH v2 28/31] target/arm: hoist event broadcast code into a helper
` [PATCH v2 29/31] target/arm: implement global monitor events
` [PATCH v2 30/31] target/arm: enable event stream on WFE instructions
` [PATCH v2 31/31] target/arm: implement WFET

[PATCH 0/8] target/ppc: Forbid to use legacy ldst_phys() API
 2026-04-22 12:44 UTC  (8+ messages)
` [PATCH 5/8] target/ppc/mmu: Replace legacy ld/st_phys() -> address_space_ld/st()

[PATCH v5 1/1] vfio/nvgrace-gpu: Add Blackwell-Next GPU readiness check via CXL DVSEC
 2026-04-22 12:33 UTC 

[PATCH] target/arm/kvm: Mark host feature cache valid last
 2026-04-22 12:13 UTC 

[PATCH 0/2] powerpc: Fix a whole bunch of spelling mistakes
 2026-04-22  7:13 UTC  (5+ messages)
` [PATCH 1/2] powerpc: Add a typos.toml file

[PATCH v7 0/4] KVM: arm64: PMU: Use multiple host PMUs
 2026-04-22  7:02 UTC  (8+ messages)
` [PATCH v7 3/4] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY

[PATCH net v1] vhost_net: fix sleeping with preempt-disabled in vhost_net_busy_poll()
 2026-04-22  6:05 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/4] s390x: Cleanup virtualization library
 2026-04-22  6:04 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 1/4] lib: s390x: Add function to get page root
` [kvm-unit-tests PATCH v2 2/4] lib: s390x: sie: Allocate physical guest memory via memalign


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