public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-16 18:04:26 to 2026-03-17 20:13:52 UTC [more...]

[PATCH 00/14] iommu: Add live update state preservation
 2026-03-17 20:13 UTC  (10+ messages)
` [PATCH 01/14] iommu: Implement IOMMU LU FLB callbacks
` [PATCH 02/14] iommu: Implement IOMMU core liveupdate skeleton

[PATCH v5 0/5] KVM: selftests: arm64: Improve diagnostics from set_id_regs
 2026-03-17 20:10 UTC  (6+ messages)
` [PATCH v5 1/5] KVM: selftests: arm64: Report set_id_reg reads of test registers as tests
` [PATCH v5 2/5] KVM: selftests: arm64: Report register reset tests individually
` [PATCH v5 3/5] KVM: selftests: arm64: Make set_id_regs bitfield validatity checks non-fatal
` [PATCH v5 4/5] KVM: selftests: arm64: Skip all 32 bit IDs when set_id_regs is aarch64 only
` [PATCH v5 5/5] KVM: selftests: arm64: Use is_aarch32_id_reg() in test_vm_ftr_id_regs()

[PATCH v2] vfio: selftests: only build tests on arm64 and x86_64
 2026-03-17 19:05 UTC  (3+ messages)

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

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

[PATCH v2 0/2] x86/fred: Fix SEV-ES/SNP guest boot failures
 2026-03-17 17:51 UTC  (25+ messages)
` [PATCH v2 1/2] x86/cpu: Disable CR pinning during CPU bringup

[PATCH v1 00/13] KVM: arm64: Refactor user_mem_abort() into a state-object model
 2026-03-17 17:10 UTC  (10+ messages)
` [PATCH v1 01/13] KVM: arm64: Extract VMA size resolution in user_mem_abort()
` [PATCH v1 02/13] KVM: arm64: Introduce struct kvm_s2_fault to user_mem_abort()
` [PATCH v1 11/13] KVM: arm64: Optimize early exit checks in kvm_s2_fault_pin_pfn()

[PATCH] KVM: irqfd: fix shutdown deadlock by moving SRCU sync outside resampler_lock
 2026-03-17 16:27 UTC  (2+ messages)

[PATCH V2 vfio 0/6] Add support for PRE_COPY initial bytes re-initialization
 2026-03-17 16:17 UTC  (7+ messages)
` [PATCH V2 vfio 1/6] vfio: Define uAPI for re-init initial bytes during the PRE_COPY phase
` [PATCH V2 vfio 2/6] vfio: Add support for VFIO_DEVICE_FEATURE_MIG_PRECOPY_INFOv2
` [PATCH V2 vfio 3/6] vfio: Adapt drivers to use the core helper vfio_check_precopy_ioctl
` [PATCH V2 vfio 4/6] net/mlx5: Add IFC bits for migration state
` [PATCH V2 vfio 5/6] vfio/mlx5: consider inflight SAVE during PRE_COPY
` [PATCH V2 vfio 6/6] vfio/mlx5: Add REINIT support to VFIO_MIG_GET_PRECOPY_INFO

kvm guests crash when running "perf kvm top"
 2026-03-17 16:02 UTC  (3+ messages)

[PATCH V1 vfio 0/6] Add support for PRE_COPY initial bytes re-initialization
 2026-03-17 15:52 UTC  (11+ messages)
` [PATCH V1 vfio 6/6] vfio/mlx5: Add REINIT support to VFIO_MIG_GET_PRECOPY_INFO

[PATCH v5 00/22] Runtime TDX module update support
 2026-03-17 15:34 UTC  (20+ messages)
` [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 06/22] coco/tdx-host: Expose P-SEAMLDR information via sysfs
` [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 12/22] x86/virt/tdx: Reset software states during TDX module shutdown

[PATCH] vfio/type1: Retry follow_pfnmap_start() when PFNMAP is zapped
 2026-03-17 15:07 UTC 

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

[PATCH v2 0/2] Improve VF FLR synchronization for Xe VFIO
 2026-03-17 14:43 UTC  (3+ messages)
` [PATCH v2 2/2] vfio/xe: Notify PF about VF FLR in reset_prepare

[PATCH v11 00/16] Direct Map Removal Support for guest_memfd
 2026-03-17 14:13 UTC  (17+ 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 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 06/16] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v11 07/16] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v11 08/16] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v11 09/16] KVM: arm64: "
` [PATCH v11 10/16] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v11 11/16] KVM: selftests: load elf via bounce buffer
` [PATCH v11 12/16] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v11 13/16] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v11 14/16] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v11 15/16] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v11 16/16] KVM: selftests: Test guest execution from direct map removed gmem

[PATCH] mm/pagewalk: fix race between concurrent split and refault
 2026-03-17 14:05 UTC  (2+ messages)

[RFC 00/10] KVM: s390: spring cleanup
 2026-03-17 13:30 UTC  (20+ messages)
` [RFC 01/10] KVM: s390: diag258: Pass absolute address to kvm_is_gpa_in_memslot()
` [RFC 02/10] KVM: s390: Consolidate lpswe variants
    ` [PATCH] KVM: s390: Fix lpsw/e breaking event handling
` [RFC 03/10] KVM: s390: Convert shifts to gpa_to_gfn()
` [RFC 04/10] KVM: s390: kvm_s390_real_to_abs() should return gpa_t
` [RFC 05/10] KVM: s390: vsie: Cleanup and fixup of crycb handling
` [RFC 06/10] KVM: s390: Rework lowcore access functions
` [RFC 07/10] KVM: s390: Use gpa_t and gva_t in gaccess files
` [RFC 08/10] KVM: s390: Use gpa_t in priv.c
` [RFC 09/10] KVM: s390: Use gpa_t in pv.c
` [RFC 10/10] KVM: s390: Cleanup kvm_s390_store_status_unloaded

[PATCH v1 0/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic Fast Inject
 2026-03-17 13:06 UTC  (6+ messages)
` [PATCH v1 3/3] Introducing kvm_arch_set_irq_inatomic fast inject

[PATCH 0/5] i386/sev: Add TCG-emulated AMD SEV guest support
 2026-03-17 13:01 UTC  (7+ messages)
` [PATCH 1/5] i386/sev: Add sev-emulated QOM object with TCG support
` [PATCH 2/5] target/i386: Add MSR SEV support and C-bit reset on TCG
` [PATCH 3/5] i386/sev: Implement SEV launch state sequence and query-sev
` [PATCH 4/5] i386/sev: Add launch measurement emulation and TIK property
` [PATCH 5/5] i386/sev: Implement emulated launch secret injection and TEK property

[PATCH] riscv: kvm: add null pointer check for vector datap
 2026-03-17 11:47 UTC 

[PATCH] riscv: kvm: fix memory leak in vector context allocation
 2026-03-17 11:31 UTC 

[PATCH v17 0/8] support FEAT_LSUI
 2026-03-17 11:04 UTC  (3+ messages)
` [PATCH v17 7/8] KVM: arm64: use CAST instruction for swapping guest descriptor

[PATCH 00/21] Fixes and lock cleanup+hardening
 2026-03-17 10:33 UTC  (3+ messages)
` [PATCH 10/21] KVM: SEV: Move standard VM-scoped helpers to detect SEV+ guests to sev.c

[PATCH v4 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
 2026-03-17 10:01 UTC  (5+ messages)

[PATCH 0/4] Fuller TDX kexec support
 2026-03-17  9:47 UTC  (5+ messages)
` [PATCH 3/4] x86/virt/tdx: Add SEAMCALL wrapper for TDH.SYS.DISABLE

[PATCH v2] KVM: x86: Advertise AVX512 Bit Matrix Multiply (BMM) to userspace
 2026-03-17  9:36 UTC  (2+ messages)

[PATCH v2 0/3] LoongArch: KVM: Some small enhanments
 2026-03-17  9:29 UTC  (4+ messages)
` [PATCH v2 1/3] LoongArch: KVM: Add kvm_request_pending checking in kvm_late_check_requests()
` [PATCH v2 2/3] LoongArch: KVM: Move host CSR_EENTRY save in context switch
` [PATCH v2 3/3] LoongArch: KVM: Set vcpu_is_preempted() macro rather than function

[PATCH] KVM: s390: only deliver service interrupt with payload
 2026-03-17  8:29 UTC  (2+ messages)

[kvm-unit-tests PATCH v1 0/3] arm64: Add Stage-2 MMU and Nested Guest Framework
 2026-03-17  8:09 UTC  (6+ messages)
` [kvm-unit-tests PATCH v1 1/3] lib: arm64: Add stage2 page table management library
` [kvm-unit-tests PATCH v1 2/3] lib: arm64: Add bare-metal guest execution framework
` [kvm-unit-tests PATCH v1 3/3] arm64: Add Stage-2 MMU demand paging test

[PATCH v4 0/4] KVM: arm64: PMU: Use multiple host PMUs
 2026-03-17  6:36 UTC  (5+ messages)
` [PATCH v4 1/4] KVM: arm64: PMU: Add kvm_pmu_enabled_counter_mask()
` [PATCH v4 2/4] KVM: arm64: PMU: Protect the list of PMUs with RCU
` [PATCH v4 3/4] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY
` [PATCH v4 4/4] KVM: arm64: selftests: Test PMU_V3_FIXED_COUNTERS_ONLY

[PATCH] vfio: selftests: Fix VLA initialisation in vfio_pci_irq_set()
 2026-03-17  5:14 UTC 

[PATCH] vfio: uapi: fix comment typo
 2026-03-16 23:49 UTC  (2+ messages)
` [External] : "

[Bug 221249] New: kvm_amd prints "CPU 1 isn't AMD or Hygon" on Intel Core Ultra (Arch Linux)
 2026-03-16 23:22 UTC 

[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
 2026-03-16 22:30 UTC  (18+ messages)
` [PATCH v2 10/22] vfio/pci: Skip reset of preserved device after Live Update
` [PATCH v2 11/22] docs: liveupdate: Document VFIO device file preservation

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-16 22:10 UTC  (3+ messages)
` [PATCH 46/61] vfio: Prefer IS_ERR_OR_NULL over manual NULL check

[PATCH] vfio: replace vfio->device_class with a const struct class
 2026-03-16 21:08 UTC  (2+ messages)

[PATCH v4 0/9] KVM: SVM: Fixes for VMCB12 checks and mapping
 2026-03-16 20:56 UTC  (11+ messages)
` [PATCH v4 1/9] KVM: SVM: Properly check RAX in the emulator for SVM instructions
` [PATCH v4 2/9] KVM: SVM: Refactor SVM instruction handling on #GP intercept
` [PATCH v4 3/9] KVM: SVM: Properly check RAX on #GP intercept of SVM instructions
` [PATCH v4 4/9] KVM: SVM: Move RAX legality check to SVM insn interception handlers
` [PATCH v4 5/9] KVM: SVM: Check EFER.SVME and CPL on #GP intercept of SVM instructions
` [PATCH v4 6/9] KVM: SVM: Treat mapping failures equally in VMLOAD/VMSAVE emulation
` [PATCH v4 7/9] KVM: nSVM: Fail emulation of VMRUN/VMLOAD/VMSAVE if mapping vmcb12 fails
` [PATCH v4 8/9] KVM: selftests: Rework svm_nested_invalid_vmcb12_gpa
` [PATCH v4 9/9] KVM: selftests: Drop 'invalid' from svm_nested_invalid_vmcb12_gpa's name

[PATCH] selftests/vfio: Fix VLA initialisation in vfio_pci_irq_set()
 2026-03-16 20:17 UTC  (3+ messages)

[PATCH v2 0/7] Add RMPOPT support
 2026-03-16 19:03 UTC  (10+ messages)
` [PATCH v2 3/7] x86/sev: add support for RMPOPT instruction

[PATCH V3 00/13] target/i386: Misc PMU fixes and enabling
 2026-03-16 18:17 UTC  (6+ messages)
` [PATCH V3 12/13] target/i386: Clean up Intel Debug Store feature dependencies


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