public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-18 15:55:06 to 2026-03-19 15:40:17 UTC [more...]

[PATCH v7 00/10] VMSCAPE optimization for BHI variant
 2026-03-19 15:40 UTC  (2+ messages)
` [PATCH v7 01/10] x86/bhi: x86/vmscape: Move LFENCE out of clear_bhb_loop()

[PATCH] mailmap: Update email for Nina Schoetterl-Glausch
 2026-03-19 15:34 UTC  (2+ messages)

[PATCH V2 vfio 0/6] Add support for PRE_COPY initial bytes re-initialization
 2026-03-19 15:26 UTC  (4+ messages)
` [PATCH V2 vfio 2/6] vfio: Add support for VFIO_DEVICE_FEATURE_MIG_PRECOPY_INFOv2

[kvmtool PATCH v6 00/17] kvmtool: arm64: Handle PSCI calls in userspace
 2026-03-19 15:25 UTC  (3+ messages)
` [kvmtool PATCH v6 01/17] util/update_headers: Update linux/const.h from linux sources

[PATCH v13 00/48] arm64: Support for Arm CCA in KVM
 2026-03-19 15:25 UTC  (54+ messages)
` [PATCH v13 04/48] arm64: RMI: Add SMC definitions for calling the RMM
` [PATCH v13 07/48] arm64: RMI: Check for RMI support at KVM init
` [PATCH v13 10/48] arm64: RMI: Ensure that the RMM has GPT entries for memory
` [PATCH v13 11/48] arm64: RMI: Define the user ABI
` [PATCH v13 12/48] arm64: RMI: Basic infrastructure for creating a realm
` [PATCH v13 13/48] kvm: arm64: Don't expose unsupported capabilities for realm guests
` [PATCH v13 14/48] KVM: arm64: Allow passing machine type in KVM creation
` [PATCH v13 15/48] arm64: RMI: RTT tear down
` [PATCH v13 16/48] arm64: RMI: Activate realm on first VCPU run
` [PATCH v13 17/48] arm64: RMI: Allocate/free RECs to match vCPUs
` [PATCH v13 18/48] arm64: RMI: Support for the VGIC in realms
` [PATCH v13 19/48] KVM: arm64: Support timers in realm RECs
` [PATCH v13 20/48] arm64: RMI: Handle realm enter/exit
` [PATCH v13 21/48] arm64: RMI: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v13 22/48] KVM: arm64: Handle realm MMIO emulation
` [PATCH v13 23/48] KVM: arm64: Expose support for private memory
` [PATCH v13 24/48] arm64: RMI: Allow populating initial contents
` [PATCH v13 25/48] arm64: RMI: Set RIPAS of initial memslots
` [PATCH v13 26/48] arm64: RMI: Create the realm descriptor
` [PATCH v13 27/48] arm64: RMI: Runtime faulting of memory
` [PATCH v13 28/48] KVM: arm64: Handle realm VCPU load
` [PATCH v13 29/48] KVM: arm64: Validate register access for a Realm VM
` [PATCH v13 30/48] KVM: arm64: Handle Realm PSCI requests
` [PATCH v13 31/48] KVM: arm64: WARN on injected undef exceptions
` [PATCH v13 32/48] arm64: Don't expose stolen time for realm guests
` [PATCH v13 33/48] arm64: RMI: allow userspace to inject aborts
` [PATCH v13 34/48] arm64: RMI: support RSI_HOST_CALL
` [PATCH v13 35/48] arm64: RMI: Allow checking SVE on VM instance
` [PATCH v13 36/48] arm64: RMI: Always use 4k pages for realms
` [PATCH v13 37/48] arm64: RMI: Prevent Device mappings for Realms
` [PATCH v13 38/48] arm64: RMI: Enable PMU support with a realm guest
` [PATCH v13 39/48] arm64: RMI: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v13 40/48] arm64: RMI: Set breakpoint parameters through SET_ONE_REG
` [PATCH v13 41/48] arm64: RMI: Initialize PMCR.N with number counter supported by RMM
` [PATCH v13 42/48] arm64: RMI: Propagate max SVE vector length from RMM
` [PATCH v13 43/48] arm64: RMI: Configure max SVE vector length for a Realm
` [PATCH v13 44/48] arm64: RMI: Provide register list for unfinalized RMI RECs
` [PATCH v13 45/48] arm64: RMI: Provide accurate register list
` [PATCH v13 46/48] KVM: arm64: Expose KVM_ARM_VCPU_REC to user space
` [PATCH v13 47/48] arm64: RMI: Enable realms to be created
` [PATCH v13 48/48] [WIP] arm64: RMI: Add support for SRO

[PATCH] vfio: selftests: Build tests on aarch64
 2026-03-19 15:01 UTC  (5+ messages)

[PATCH 01/62] kvm: Make pi_enable_wakeup_handler() easier to analyze
 2026-03-19 14:43 UTC  (8+ messages)

[PATCH] vfio/type1: Retry follow_pfnmap_start() when PFNMAP is zapped
 2026-03-19 14:30 UTC  (5+ messages)

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-19 14:13 UTC  (3+ messages)
` [PATCH 12/61] quota: Prefer IS_ERR_OR_NULL over manual NULL check

[PATCH v5 00/22] Runtime TDX module update support
 2026-03-19 14:06 UTC  (47+ messages)
` [PATCH v5 03/22] coco/tdx-host: Expose TDX module version
` [PATCH v5 04/22] x86/virt/seamldr: Introduce a wrapper for P-SEAMLDR SEAMCALLs
` [PATCH v5 05/22] x86/virt/seamldr: Retrieve P-SEAMLDR information
` [PATCH v5 07/22] coco/tdx-host: Implement firmware upload sysfs ABI for TDX module updates
` [PATCH v5 08/22] x86/virt/seamldr: Allocate and populate a module update request
` [PATCH v5 09/22] x86/virt/seamldr: Introduce skeleton for TDX module updates
` [PATCH v5 10/22] x86/virt/seamldr: Abort updates if errors occurred midway
` [PATCH v5 11/22] x86/virt/seamldr: Shut down the current TDX module
` [PATCH v5 13/22] x86/virt/seamldr: Install a new "
` [PATCH v5 14/22] x86/virt/seamldr: Do TDX per-CPU initialization after updates
` [PATCH v5 15/22] x86/virt/tdx: Restore TDX module state
` [PATCH v5 16/22] x86/virt/tdx: Update tdx_sysinfo and check features post-update
` [PATCH v5 17/22] x86/virt/tdx: Avoid updates during update-sensitive operations
` [PATCH v5 18/22] coco/tdx-host: Don't expose P-SEAMLDR features on CPUs with erratum
` [PATCH v5 19/22] x86/virt/tdx: Enable TDX module runtime updates
` [PATCH v5 20/22] coco/tdx-host: Document TDX module update compatibility criteria
` [PATCH v5 21/22] x86/virt/tdx: Document TDX module update
` [PATCH v5 22/22] x86/virt/seamldr: Log TDX module update failures

[PATCH v6 00/39] KVM: arm64: Introduce vGIC-v5 with PPI support
 2026-03-19 14:02 UTC  (32+ messages)
` [PATCH v6 01/39] KVM: arm64: vgic-v3: Drop userspace write sanitization for ID_AA64PFR0.GIC on GICv5
` [PATCH v6 03/39] KVM: arm64: Return early from kvm_finalize_sys_regs() if guest has run
` [PATCH v6 04/39] KVM: arm64: vgic: Split out mapping IRQs and setting irq_ops
` [PATCH v6 11/39] KVM: arm64: gic-v5: Sanitize ID_AA64PFR2_EL1.GCIE
` [PATCH v6 13/39] KVM: arm64: gic-v5: Add emulation for ICC_IAFFIDR_EL1 accesses
` [PATCH v6 14/39] KVM: arm64: gic-v5: Trap and emulate ICC_IDR0_EL1 accesses
` [PATCH v6 19/39] KVM: arm64: gic-v5: Implement PPI interrupt injection
` [PATCH v6 20/39] KVM: arm64: gic-v5: Init Private IRQs (PPIs) for GICv5
` [PATCH v6 22/39] KVM: arm64: gic-v5: Check for pending PPIs
` [PATCH v6 29/39] KVM: arm64: gic-v5: Enlighten arch timer for GICv5
` [PATCH v6 35/39] KVM: arm64: gic-v5: Probe for GICv5 device

[PATCH 0/8] target/ppc: Forbid to use legacy ldst_phys() API
 2026-03-19 12:59 UTC  (10+ messages)
` [PATCH 1/8] hw/ppc/spapr: Un-inline rtas_load/store() helpers
` [PATCH 2/8] target/ppc: Factor common ppc_load_epr() helper out
` [PATCH 3/8] target/ppc/mmu: Remove unused hash32_store_hpte() helpers
` [PATCH 4/8] target/ppc/mmu: Restrict hash32_load_hpte() helpers scope
` [PATCH 5/8] target/ppc/mmu: Replace legacy ld/st_phys() -> address_space_ld/st()
` [PATCH 6/8] hw/ppc/pegasos: Introduce rtas_ldl() / rtas_stl() helpers
` [PATCH 7/8] hw/ppc/pegasos: Replace legacy ld/st_phys() -> address_space_ld/st()
` [PATCH 8/8] configs/targets: Restrict the legacy ldst_phys() API on PPC

[PATCH 0/2] struct page to PFN conversion for TDX guest private memory
 2026-03-19 12:57 UTC  (12+ messages)
` [PATCH 1/2] x86/virt/tdx: Use PFN directly for mapping "
` [PATCH 2/2] x86/virt/tdx: Use PFN directly for unmapping "

[PATCH v7 0/2] LoongArch: KVM: Add DMSINTC support irqchip in kernel
 2026-03-19 12:48 UTC  (5+ messages)
` [PATCH v7 1/2] LoongArch: KVM: Add DMSINTC device support
` [PATCH v7 2/2] LoongArch: KVM: Add dmsintc inject msi to the dest vcpu

[PATCH v2 0/3] LoongArch: KVM: Some small enhanments
 2026-03-19 12:48 UTC  (3+ messages)
` [PATCH v2 3/3] LoongArch: KVM: Set vcpu_is_preempted() macro rather than function

[PATCH 0/5] i386/sev: Add TCG-emulated AMD SEV guest support
 2026-03-19 12:33 UTC  (5+ messages)
` [PATCH 1/5] i386/sev: Add sev-emulated QOM object with TCG support
` [PATCH 4/5] i386/sev: Add launch measurement emulation and TIK property

[PATCH for-11.0 v2 2/2] i386/hyperv: add stubs for synic enablement
 2026-03-19 12:21 UTC 

[PATCH 0/6] change young flag check functions to return bool
 2026-03-19 11:39 UTC  (13+ messages)
` [PATCH 1/6] mm: change to return bool for ptep_test_and_clear_young()
` [PATCH 2/6] mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()
` [PATCH 3/6] mm: change to return bool for pmdp_test_and_clear_young()
` [PATCH 4/6] mm: change to return bool for pmdp_clear_flush_young()
` [PATCH 5/6] mm: change to return bool for pudp_test_and_clear_young()
` [PATCH 6/6] mm: change to return bool for the MMU notifier's young flag check

[PATCH for-11.0 2/2] i386/hyperv: add stubs for synic enablement
 2026-03-19 11:01 UTC  (3+ messages)

[PATCH 2/3] KVM: x86: Skip IN_GUEST_MODE vCPUs in kvm_vcpu_on_spin main loop
 2026-03-19  8:40 UTC  (5+ messages)

[PATCH kvmtool] vfio: Fix memory leak in vfio_group_create()
 2026-03-19  8:24 UTC 

[PATCH] vhost: Bump max_mem_regions default to 256
 2026-03-19  8:00 UTC 

[PATCH] KVM: TDX: Fix APIC MSR ranges in tdx_has_emulated_msr()
 2026-03-19  7:40 UTC  (6+ messages)

[PATCH] vfio: selftests: Support DMR and GNR-D DSA devices
 2026-03-19  7:27 UTC 

[Invitation] bi-weekly guest_memfd upstream call on 2026-03-19
 2026-03-19  6:05 UTC  (2+ messages)

kvm guests crash when running "perf kvm top"
 2026-03-19  4:06 UTC  (4+ messages)

[PATCH] RISC-V: KVM: Fix integer overflow in kvm_pmu_validate_counter_mask()
 2026-03-19  3:59 UTC 

[PATCH] KVM: selftests: Guard execinfo.h inclusion for non-glibc builds
 2026-03-19  0:08 UTC 

[PATCH v2 0/2] kthread, exit: clean up kernel thread exit paths
 2026-03-18 23:12 UTC  (4+ messages)
` [PATCH v2 1/2] kthread: remove kthread_exit()

[PATCH v1 0/7] KVM: s390: More memory management fixes
 2026-03-18 21:45 UTC  (3+ messages)
` [PATCH v1 6/7] KVM: s390: vsie: Fix off-by-one when protecting guest page tables

[PATCH] RISC-V: KVM: Fix out-of-bounds by 1
 2026-03-18 21:19 UTC  (2+ messages)

[PATCH] vfio: selftests: Fix VLA initialisation in vfio_pci_irq_set()
 2026-03-18 20:53 UTC  (2+ messages)

[PATCH 0/4] KVM: VFIO: use mutex guards to simplify control flow
 2026-03-18 20:31 UTC  (2+ messages)

[RFC v2 PATCH 00/10] vfio/pci: Add mmap() for DMABUFs
 2026-03-18 20:04 UTC  (3+ messages)
` [RFC v2 PATCH 04/10] vfio/pci: Add a helper to create a DMABUF for a BAR-map VMA

[PATCH 00/14] iommu: Add live update state preservation
 2026-03-18 18:51 UTC  (13+ messages)
` [PATCH 02/14] iommu: Implement IOMMU core liveupdate skeleton
` [PATCH 03/14] liveupdate: luo_file: Add internal APIs for file preservation

[PATCH 00/20] vfio/pci: Add CXL Type-2 device passthrough support
 2026-03-18 18:41 UTC  (29+ messages)
` [PATCH 03/20] cxl: Move CXL spec defines to public header
` [PATCH 08/20] vfio/pci: Add vfio-cxl Kconfig and build infrastructure
` [PATCH 09/20] vfio/cxl: Implement CXL device detection and HDM register probing
` [PATCH 10/20] vfio/cxl: CXL region management
` [PATCH 11/20] vfio/cxl: Expose DPA memory region to userspace with fault+zap mmap
` [PATCH 13/20] vfio/cxl: Introduce HDM decoder register emulation framework
` [PATCH 15/20] vfio/cxl: Introduce CXL DVSEC configuration space emulation
` [PATCH 20/20] selftests/vfio: Fix VLA initialisation in vfio_pci_irq_set()

[PATCH v10 00/30] KVM: arm64: Implement support for SME
 2026-03-18 17:55 UTC  (30+ messages)
` [PATCH v10 04/30] arm64/fpsimd: Determine maximum virtualisable SME vector length
` [PATCH v10 05/30] KVM: arm64: Pay attention to FFR parameter in SVE save and load
` [PATCH v10 06/30] KVM: arm64: Pull ctxt_has_ helpers to start of sysreg-sr.h
` [PATCH v10 07/30] KVM: arm64: Move SVE state access macros after feature test macros
` [PATCH v10 08/30] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH v10 09/30] KVM: arm64: Define internal features for SME
` [PATCH v10 10/30] KVM: arm64: Rename sve_state_reg_region
` [PATCH v10 11/30] KVM: arm64: Store vector lengths in an array
` [PATCH v10 12/30] KVM: arm64: Factor SVE code out of fpsimd_lazy_switch_to_host()
` [PATCH v10 13/30] KVM: arm64: Document the KVM ABI for SME
` [PATCH v10 14/30] KVM: arm64: Implement SME vector length configuration
` [PATCH v10 15/30] KVM: arm64: Support SME control registers
` [PATCH v10 16/30] KVM: arm64: Support TPIDR2_EL0
` [PATCH v10 17/30] KVM: arm64: Support SME identification registers for guests

[PATCH v3 0/3] x86/fred: Fix SEV-ES/SNP guest boot failures
 2026-03-18 16:49 UTC  (6+ messages)
` [PATCH v3 1/3] x86/cpu: Enable FSGSBASE early in cpu_init_exception_handling()

[RFC 00/10] KVM: s390: spring cleanup
 2026-03-18 16:48 UTC  (7+ messages)
` [RFC 01/10] KVM: s390: diag258: Pass absolute address to kvm_is_gpa_in_memslot()
` [RFC 05/10] KVM: s390: vsie: Cleanup and fixup of crycb handling
` [RFC 08/10] KVM: s390: Use gpa_t in priv.c

[PATCH v3 0/7] KVM: SVM: Fixes for VMCB12 checks and mapping
 2026-03-18 15:55 UTC  (7+ messages)
` [PATCH v3 1/7] KVM: SVM: Drop RAX check for SVM instructions from the emulator


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