public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-10 15:18:46 to 2026-04-13 11:48:37 UTC [more...]

[PATCH RFC v3 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-04-13 11:48 UTC  (2+ messages)

[PATCH V2 for-11.0] accel/kvm: return early from kvm_irqchip_create if kvm does not support irqchip
 2026-04-13 11:36 UTC  (2+ messages)

[PATCH 0/3] KVM, vfio: remove exported KVM symbols
 2026-04-13 11:32 UTC  (11+ messages)
` [PATCH 1/3] VFIO: take reference to the KVM module

[PATCH v2 0/6] KVM: x86: Reg cleanups / prep work for APX
 2026-04-13 11:31 UTC  (9+ messages)
` [PATCH v2 1/6] KVM: x86: Add dedicated storage for guest RIP
` [PATCH v2 2/6] KVM: x86: Drop the "EX" part of "EXREG" to avoid collision with APX
` [PATCH v2 5/6] KVM: x86: Track available/dirty register masks as "unsigned long" values

[GIT PULL 00/12] KVM: s390: Changes for 7.1
 2026-04-13 11:23 UTC  (14+ messages)
` [GIT PULL 01/12] KVM: s390: only deliver service interrupt with payload
` [GIT PULL 02/12] KVM: s390: Fix lpsw/e breaking event handling
` [GIT PULL 03/12] KVM: s390: vsie: Allow non-zarch guests
` [GIT PULL 04/12] KVM: s390: vsie: Disable some bits when in ESA mode
` [GIT PULL 05/12] KVM: s390: vsie: Accommodate ESA prefix pages
` [GIT PULL 06/12] KVM: s390: Add KVM capability for ESA mode guests
` [GIT PULL 07/12] KVM: s390: Add some useful mask macros
` [GIT PULL 08/12] KVM: s390: Add alignment checks for hugepages
` [GIT PULL 09/12] KVM: s390: Allow 4k granularity for memslots
` [GIT PULL 10/12] KVM: selftests: Remove 1M alignment requirement for s390
` [GIT PULL 11/12] KVM: s390: selftests: enable some common memory-related tests
` [GIT PULL 12/12] KVM: s390: ucontrol: Fix memslot handling

[GIT PULL] KVM: x86 pull requests for 7.1
 2026-04-13 11:20 UTC  (22+ messages)
` [GIT PULL] KVM: x86: A lonely fix "
` [GIT PULL] KVM: guest_memfd change "
` [GIT PULL] KVM: x86: Misc changes "
` [GIT PULL] KVM: x86: Emulated MMIO "
` [GIT PULL] KVM: x86: MMU "
` [GIT PULL] KVM: x86: Nested SVM "
` [GIT PULL] KVM: Selftests "
` [GIT PULL] KVM: x86: SVM+SEV changes
` [GIT PULL] KVM: x86: SVM changes for 7.1 (short version)
` [GIT PULL] KVM: x86: VMX changes for 7.1
` [GIT PULL] KVM: x86: VMXON and EFER.SVME extraction "

[PATCH 00/11] KVM: x86: Clean up kvm_<reg>_{read,write}() mess
 2026-04-13 10:36 UTC  (3+ messages)
` [PATCH 03/11] KVM: x86/xen: Don't truncate RAX when handling hypercall from protected guest

[kvm-unit-tests PATCH] x86/eventinj: Fix flush_cache() macro for the newer versions of Clang
 2026-04-13  9:49 UTC 

[GIT PULL] KVM/arm64 updates for 7.1
 2026-04-13  9:48 UTC  (2+ messages)

[PATCH for-11.0] accel/kvm: return early from kvm_irqchip_create if kvm does not support irqchip
 2026-04-13  9:47 UTC  (3+ messages)

[GIT PULL] LoongArch KVM changes for v7.1
 2026-04-13  9:46 UTC  (2+ messages)

[GIT PULL] KVM/riscv changes for 7.1
 2026-04-13  9:43 UTC  (2+ messages)

[PATCH v2 0/4] KVM: arm64: selftests: Basic nested guest support
 2026-04-13  9:18 UTC  (7+ messages)
` [PATCH v2 1/4] KVM: arm64: selftests: Add GPR save/restore functions for NV
` [PATCH v2 2/4] KVM: arm64: sefltests: Add helpers for guest hypervisors
` [PATCH v2 3/4] KVM: arm64: sefltests: Add basic NV selftest
` [PATCH v2 4/4] KVM: arm64: selftests: Enhance hello_nested test

[PATCH] vhost/vringh: Fix IOTLB permission in putu16_iotlb()
 2026-04-13  9:05 UTC 

[PATCH v6 0/4] KVM: arm64: PMU: Use multiple host PMUs
 2026-04-13  8:19 UTC  (6+ messages)
` [PATCH v6 1/4] KVM: arm64: PMU: Add kvm_pmu_enabled_counter_mask()
` [PATCH v6 2/4] KVM: arm64: PMU: Protect the list of PMUs with RCU
` [PATCH v6 3/4] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY
` [PATCH v6 4/4] KVM: arm64: selftests: Test PMU_V3_FIXED_COUNTERS_ONLY

[PATCH v2 00/27] monitor: Remove need of per-target handlers
 2026-04-13  8:13 UTC  (39+ messages)
` [PATCH v2 01/27] monitor: Have MonitorDef::get_value() always return int64_t type
` [PATCH v2 02/27] monitor: Remove target_long use in get_monitor_def()
` [PATCH v2 03/27] monitor: Reduce target-specific methods further
` [PATCH v2 04/27] monitor: Remove 'monitor/hmp-target.h' header
` [PATCH v2 05/27] monitor: Forward-declare the MonitorDef type
` [PATCH v2 06/27] cpus: Introduce SysemuCPUOps::monitor_defs hook
` [PATCH v2 07/27] target/i386: Replace target_monitor_defs -> SysemuCPUOps::monitor_defs
` [PATCH v2 08/27] target/m68k: "
` [PATCH v2 09/27] target/sparc: "
` [PATCH v2 10/27] monitor: Remove target_monitor_defs()
` [PATCH v2 11/27] cpus: Introduce SysemuCPUOps::monitor_get_register() hook
` [PATCH v2 12/27] target/riscv: Register target_get_monitor_def in SysemuCPUOps
` [PATCH v2 13/27] monitor: Remove target_get_monitor_def()
` [PATCH v2 14/27] monitor/meson: Use SPICE with migration HMP commands
` [PATCH v2 15/27] stubs: Rename monitor* -> qmp* files
` [PATCH v2 16/27] monitor: Make 'info via' a generic command
` [PATCH v2 17/27] monitor: Make Xen emulation commands generic ones
` [PATCH v2 18/27] system: Expose 'arch_init.h' as 'qemu/target-arch-defs.h'
` [PATCH v2 19/27] monitor: Introduce HMPCommand::arch_bitmask field
` [PATCH v2 20/27] hw/s390x: Reduce 'monitor/monitor.h' inclusions
` [PATCH v2 21/27] monitor: Do not check TARGET_S390X to build s390x commands
` [PATCH v2 22/27] monitor: Do not check TARGET_I386 to build target/i386/ commands
` [PATCH v2 23/27] monitor: Do not check TARGET_I386 to build 'info sgx' command
` [PATCH v2 24/27] monitor: Do not check TARGET_I386 to build 'info sev' command
` [PATCH v2 25/27] monitor: Do not check TARGET_I386/RISCV to build 'info mem' command
` [PATCH v2 26/27] monitor: Do not check multiple TARGET_* to build 'info tlb' command
` [PATCH v2 27/27] monitor: Merge hmp-target.c code within hmp-cmds.c

[PATCH v2 1/1] vfio/nvgrace-gpu: Add Blackwell-Next GPU readiness check via CXL DVSEC
 2026-04-13  7:43 UTC  (6+ messages)

[RESEND PATCH] vfio/virtio: Fix lock/unlock mismatch in virtiovf_read_device_context_chunk()
 2026-04-13  7:36 UTC 

[PATCH] vfio/virtio: Fix lock/unlock mismatch in virtiovf_read_device_context_chunk()
 2026-04-13  6:52 UTC 

[PATCH v2 1/2] vfio/xe: Reorganize the init to decouple migration from reset
 2026-04-13  6:42 UTC  (3+ messages)
` [PATCH v2 2/2] vfio/xe: Add a missing vfio_pci_core_release_dev()

[PATCH 00/14] iommu: Add live update state preservation
 2026-04-13  6:41 UTC  (17+ messages)
` [PATCH 01/14] iommu: Implement IOMMU LU FLB callbacks
` [PATCH 04/14] iommu/pages: Add APIs to preserve/unpreserve/restore iommu pages
` [PATCH 05/14] iommupt: Implement preserve/unpreserve/restore callbacks

[PATCH] riscv: KVM: Fix memory leak in vector context allocation
 2026-04-13  6:35 UTC  (2+ messages)

[PATCH V3 0/2] LoongArch: KVM: fix "unreliable stack" issue
 2026-04-13  3:56 UTC  (16+ messages)
` [PATCH V3 2/2] "

[PATCH v2] KVM: TDX: Fix x2APIC MSR handling in tdx_has_emulated_msr()
 2026-04-13  2:13 UTC  (2+ messages)

[PATCH net-next v2] vsock/virtio: remove unnecessary call to `virtio_transport_get_ops`
 2026-04-12 18:00 UTC  (2+ messages)

[Bug 221249] New: kvm_amd prints "CPU 1 isn't AMD or Hygon" on Intel Core Ultra (Arch Linux)
 2026-04-12 15:47 UTC  (2+ messages)
` [Bug 221249] "

[PATCH v2 00/31] PCI/TSM: PCIe Link Encryption Establishment via TDX platform services
 2026-04-12  2:53 UTC  (3+ messages)
` [PATCH v2 03/31] x86/virt/tdx: Add tdx_page_array helpers for new TDX Module objects

[PATCH v4] RISC-V: KVM: Batch stage-2 TLB flushes
 2026-04-12  2:38 UTC 

[GIT PULL] KVM fixes for Linux 7.0 final
 2026-04-11 19:58 UTC  (2+ messages)

[PATCH 3/3] KVM, vfio: remove symbol_get(kvm_put_kvm) from vfio
 2026-04-11 12:26 UTC  (2+ messages)

[GIT PULL v1 0/1] Subject: [GIT PULL v1 0/1] KVM: s390: One very last second fix
 2026-04-11 12:09 UTC  (2+ messages)

[PATCH v5 0/4] KVM: arm64: PMU: Use multiple host PMUs
 2026-04-11 10:20 UTC  (5+ messages)
` [PATCH v5 1/4] KVM: arm64: PMU: Add kvm_pmu_enabled_counter_mask()
` [PATCH v5 2/4] KVM: arm64: PMU: Protect the list of PMUs with RCU
` [PATCH v5 3/4] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY
` [PATCH v5 4/4] KVM: arm64: selftests: Test PMU_V3_FIXED_COUNTERS_ONLY

[PATCH v7 00/22] Runtime TDX module update support
 2026-04-11  2:06 UTC  (30+ messages)
` [PATCH v7 01/22] x86/virt/tdx: Move low level SEAMCALL helpers out of <asm/tdx.h>
` [PATCH v7 04/22] x86/virt/seamldr: Introduce a wrapper for P-SEAMLDR SEAMCALLs
` [PATCH v7 05/22] x86/virt/seamldr: Add a helper to retrieve P-SEAMLDR information
` [PATCH v7 07/22] coco/tdx-host: Implement firmware upload sysfs ABI for TDX module updates
` [PATCH v7 08/22] x86/virt/seamldr: Allocate and populate a module update request
` [PATCH v7 09/22] x86/virt/seamldr: Introduce skeleton for TDX module updates
` [PATCH v7 10/22] x86/virt/seamldr: Abort updates if errors occurred midway
` [PATCH v7 11/22] x86/virt/seamldr: Shut down the current TDX module
` [PATCH v7 12/22] x86/virt/tdx: Reset software states during TDX module shutdown
` [PATCH v7 13/22] x86/virt/seamldr: Install a new TDX module
` [PATCH v7 14/22] x86/virt/seamldr: Do TDX per-CPU initialization after updates
` [PATCH v7 15/22] x86/virt/tdx: Restore TDX module state

[PATCH 0/2] vfio: selftests: Automate finding/setting up devices for testing
 2026-04-10 22:54 UTC  (6+ messages)
` [PATCH 1/2] vfio: selftests: Find devices that are compatible with VFIO selftests
` [PATCH 2/2] vfio: selftests: Automate setting up devices for testing

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

[PATCH 0/3] KVM: x86: Virtualize AMD CPUID faulting
 2026-04-10 22:22 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: Rename supports_cpuid_fault to supports_intel_cpuid_fault

[PATCH v13 0/4] vfio: selftest: Add NVIDIA GPU Falcon DMA test driver
 2026-04-10 22:19 UTC  (5+ messages)
` [PATCH v13 2/4] vfio: selftests: Add generic PCI command register helpers
` [PATCH v13 4/4] vfio: selftests: Add NVIDIA Falcon driver for DMA testing

[PATCH] VFIO: remove dead notifier code
 2026-04-10 19:32 UTC  (3+ messages)

[PATCH 0/3] KVM: SVM: Fix x2AVIC MSR interception mess
 2026-04-10 19:20 UTC  (7+ messages)
` [PATCH 1/3] KVM: SVM: Disable x2AVIC RDMSR interception for MSRs KVM actually supports
` [PATCH 3/3] KVM: SVM: Only disable x2AVIC WRMSR interception for MSRs that are accelerated

[PATCH] KVM: optionally post write on ioeventfd write
 2026-04-10 19:11 UTC  (3+ messages)

[PATCH v2] vfio/pci: sanitize bogus INTx interrupt pin values
 2026-04-10 16:53 UTC  (4+ messages)

[kvm-unit-tests PATCH v1 0/3] arm64: Add Stage-2 MMU and Nested Guest Framework
 2026-04-10 16:44 UTC  (5+ messages)

[RFC] Observed lockdep circular dependency in SR-IOV paths
 2026-04-10 16:43 UTC  (5+ messages)

[PATCH 00/21] Fixes and lock cleanup+hardening
 2026-04-10 15:49 UTC  (6+ messages)
` [PATCH 12/21] KVM: SEV: WARN on unhandled VM type when initializing VM

[PATCH v11 00/16] Direct Map Removal Support for guest_memfd
 2026-04-10 15:30 UTC  (30+ messages)
` [PATCH v11 01/16] set_memory: set_direct_map_* to take address
` [PATCH v11 02/16] set_memory: add folio_{zap,restore}_direct_map helpers
    ` [PATCH v11 02/16] set_memory: add folio_{zap, restore}_direct_map helpers
` [PATCH v11 03/16] mm/secretmem: make use of folio_{zap,restore}_direct_map
    ` [PATCH v11 03/16] mm/secretmem: make use of folio_{zap, restore}_direct_map
` [PATCH v11 04/16] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v11 05/16] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v11 10/16] KVM: guest_memfd: Add flag to remove from direct map

[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
 2026-04-10 15:20 UTC  (13+ messages)
` [PATCH v12 05/16] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v12 06/16] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v12 07/16] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v12 08/16] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v12 09/16] KVM: arm64: "
` [PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v12 11/16] KVM: selftests: load elf via bounce buffer
` [PATCH v12 12/16] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v12 13/16] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v12 14/16] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v12 15/16] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v12 16/16] KVM: selftests: Test guest execution from direct map removed gmem

[PATCH 04/61] ext4: Prefer IS_ERR_OR_NULL over manual NULL check
 2026-04-10 15:18 UTC  (2+ messages)


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