public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-19 07:14:47 to 2026-03-19 23:31:00 UTC [more...]

[PATCH RFC v2 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-03-19 23:30 UTC  (4+ messages)
` [PATCH RFC v2 1/7] mm: memory_failure: Clarify the MF_DELAYED definition
` [PATCH RFC v2 2/7] mm: memory_failure: Allow truncate_error_folio to return MF_DELAYED
` [PATCH RFC v2 3/7] mm: shmem: Update shmem handler to the MF_DELAYED definition

[PATCH v13 00/48] arm64: Support for Arm CCA in KVM
 2026-03-19 23:02 UTC  (41+ messages)
` [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 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 15/48] arm64: RMI: RTT tear down
` [PATCH v13 17/48] arm64: RMI: Allocate/free RECs to match vCPUs
` [PATCH v13 23/48] KVM: arm64: Expose support for private memory
` [PATCH v13 26/48] arm64: RMI: Create the realm descriptor
` [PATCH v13 27/48] arm64: RMI: Runtime faulting of memory
` [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 39/48] arm64: RMI: Propagate number of breakpoints and watchpoints to userspace
` [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 v2] vfio: selftests: Build tests on aarch64
 2026-03-19 22:58 UTC 

[PATCH] vfio: selftests: Build tests on aarch64
 2026-03-19 22:55 UTC  (7+ messages)

[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
 2026-03-19 22:09 UTC  (20+ messages)
` [PATCH v2 04/22] vfio/pci: Register a file handler with Live Update Orchestrator
` [PATCH v2 10/22] vfio/pci: Skip reset of preserved device after Live Update

[PATCH v7 00/10] VMSCAPE optimization for BHI variant
 2026-03-19 22:06 UTC  (19+ messages)
` [PATCH v7 01/10] x86/bhi: x86/vmscape: Move LFENCE out of clear_bhb_loop()
` [PATCH v7 02/10] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
` [PATCH v7 03/10] x86/bhi: Rename clear_bhb_loop() to clear_bhb_loop_nofence()
` [PATCH v7 04/10] x86/vmscape: Rename x86_ibpb_exit_to_user to x86_predictor_flush_exit_to_user
` [PATCH v7 05/10] x86/vmscape: Move mitigation selection to a switch()
` [PATCH v7 06/10] x86/vmscape: Use write_ibpb() instead of indirect_branch_prediction_barrier()
` [PATCH v7 07/10] x86/vmscape: Use static_call() for predictor flush
` [PATCH v7 08/10] x86/vmscape: Deploy BHB clearing mitigation
` [PATCH v7 09/10] x86/vmscape: Fix conflicting attack-vector controls with =force
` [PATCH v7 10/10] x86/vmscape: Add cmdline vmscape=on to override attack vector controls

[PATCH 00/14] iommu: Add live update state preservation
 2026-03-19 20:54 UTC  (6+ messages)
` [PATCH 06/14] iommu/vt-d: Implement device and iommu preserve/unpreserve ops
` [PATCH 07/14] iommu/vt-d: Restore IOMMU state and reclaimed domain ids

[PATCH v9 0/2] selftests/vfio: Add NVIDIA GPU Falcon DMA test driver
 2026-03-19 20:21 UTC  (8+ messages)
` [PATCH v9 1/2] selftests/vfio: Skip MSI tests for drivers that cannot raise interrupts
` [PATCH v9 2/2] selftests/vfio: Add NVIDIA Falcon driver for DMA testing

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

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

[PATCH v7 00/41] KVM: arm64: Introduce vGIC-v5 with PPI support
 2026-03-19 18:50 UTC  (44+ messages)
` [PATCH v7 01/41] KVM: arm64: vgic-v3: Drop userspace write sanitization for ID_AA64PFR0.GIC on GICv5
` [PATCH v7 02/41] KVM: arm64: vgic: Rework vgic_is_v3() and add vgic_host_has_gicvX()
` [PATCH v7 03/41] KVM: arm64: Return early from kvm_finalize_sys_regs() if guest has run
` [PATCH v7 04/41] KVM: arm64: Init vcpu prior to the timers and PMU
` [PATCH v7 05/41] KVM: arm64: vgic: Split out mapping IRQs and setting irq_ops
` [PATCH v7 06/41] arm64/sysreg: Add remaining GICv5 ICC_ & ICH_ sysregs for KVM support
` [PATCH v7 07/41] arm64/sysreg: Add GICR CDNMIA encoding
` [PATCH v7 08/41] KVM: arm64: gic-v5: Add ARM_VGIC_V5 device to KVM headers
` [PATCH v7 09/41] KVM: arm64: gic: Introduce interrupt type helpers
` [PATCH v7 10/41] KVM: arm64: gic-v5: Add Arm copyright header
` [PATCH v7 11/41] KVM: arm64: gic-v5: Detect implemented PPIs on boot
` [PATCH v7 12/41] KVM: arm64: gic-v5: Sanitize ID_AA64PFR2_EL1.GCIE
` [PATCH v7 13/41] KVM: arm64: gic-v5: Support GICv5 FGTs & FGUs
` [PATCH v7 14/41] KVM: arm64: gic-v5: Add emulation for ICC_IAFFIDR_EL1 accesses
` [PATCH v7 15/41] KVM: arm64: gic-v5: Trap and emulate ICC_IDR0_EL1 accesses
` [PATCH v7 16/41] KVM: arm64: gic-v5: Add vgic-v5 save/restore hyp interface
` [PATCH v7 17/41] KVM: arm64: gic-v5: Implement GICv5 load/put and save/restore
` [PATCH v7 18/41] KVM: arm64: gic-v5: Finalize GICv5 PPIs and generate mask
` [PATCH v7 19/41] KVM: arm64: gic: Introduce queue_irq_unlock to irq_ops
` [PATCH v7 20/41] KVM: arm64: gic-v5: Implement PPI interrupt injection
` [PATCH v7 21/41] KVM: arm64: gic-v5: Init Private IRQs (PPIs) for GICv5
` [PATCH v7 22/41] KVM: arm64: gic-v5: Clear TWI if single task running
` [PATCH v7 23/41] KVM: arm64: gic-v5: Check for pending PPIs
` [PATCH v7 24/41] KVM: arm64: gic-v5: Trap and mask guest ICC_PPI_ENABLERx_EL1 writes
` [PATCH v7 25/41] KVM: arm64: Introduce set_direct_injection irq_op
` [PATCH v7 26/41] KVM: arm64: gic-v5: Implement direct injection of PPIs
` [PATCH v7 27/41] KVM: arm64: gic-v5: Support GICv5 interrupts with KVM_IRQ_LINE
` [PATCH v7 28/41] KVM: arm64: gic-v5: Create and initialise vgic_v5
` [PATCH v7 29/41] KVM: arm64: gic-v5: Initialise ID and priority bits when resetting vcpu
` [PATCH v7 30/41] irqchip/gic-v5: Introduce minimal irq_set_type() for PPIs
` [PATCH v7 31/41] KVM: arm64: gic-v5: Enlighten arch timer for GICv5
` [PATCH v7 32/41] KVM: arm64: gic-v5: Mandate architected PPI for PMU emulation on GICv5
` [PATCH v7 33/41] KVM: arm64: gic: Hide GICv5 for protected guests
` [PATCH v7 34/41] KVM: arm64: gic-v5: Hide FEAT_GCIE from NV GICv5 guests
` [PATCH v7 35/41] KVM: arm64: gic-v5: Introduce kvm_arm_vgic_v5_ops and register them
` [PATCH v7 36/41] KVM: arm64: gic-v5: Set ICH_VCTLR_EL2.En on boot
` [PATCH v7 37/41] KVM: arm64: gic-v5: Probe for GICv5 device
` [PATCH v7 38/41] Documentation: KVM: Introduce documentation for VGICv5
` [PATCH v7 39/41] KVM: arm64: gic-v5: Communicate userspace-driveable PPIs via a UAPI
` [PATCH v7 40/41] KVM: arm64: selftests: Introduce a minimal GICv5 PPI selftest
` [PATCH v7 41/41] KVM: arm64: selftests: Add no-vgic-v5 selftest
` (subset) [PATCH v7 00/41] KVM: arm64: Introduce vGIC-v5 with PPI support

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

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

[PATCH] vfio: selftests: Support DMR and GNR-D DSA devices
 2026-03-19 18:18 UTC  (2+ messages)

[PATCH 0/5] i386/sev: Add TCG-emulated AMD SEV guest support
 2026-03-19 17:49 UTC  (6+ 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] RISC-V: KVM: Fix integer overflow in kvm_pmu_validate_counter_mask()
 2026-03-19 17:39 UTC  (2+ messages)

[PATCH kvmtool] vfio: Fix memory leak in vfio_group_create()
 2026-03-19 16:26 UTC  (2+ messages)

[PATCH 00/20] vfio/pci: Add CXL Type-2 device passthrough support
 2026-03-19 16:06 UTC  (5+ messages)
` [PATCH 18/20] docs: vfio-pci: Document CXL Type-2 device passthrough

[PATCH v6 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
 2026-03-19 15:42 UTC  (4+ messages)
` [PATCH v6 1/3] vfio/pci: Rename vfio_config_do_rw() to vfio_pci_config_rw_single() and export it
` [PATCH v6 2/3] vfio/ism: Implement vfio_pci driver for ISM devices
` [PATCH v6 3/3] MAINTAINERS: add VFIO ISM PCI DRIVER section

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

[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 01/62] kvm: Make pi_enable_wakeup_handler() easier to analyze
 2026-03-19 14:43 UTC  (8+ 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  (38+ messages)
` [PATCH v5 04/22] x86/virt/seamldr: Introduce a wrapper for P-SEAMLDR SEAMCALLs
` [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  (23+ 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 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 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 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 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] vhost: Bump max_mem_regions default to 256
 2026-03-19  8:00 UTC 


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