public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-25 18:27:33 to 2026-02-26 19:08:00 UTC [more...]

[RFC PATCH kernel] iommufd: Allow mapping from KVM's guest_memfd
 2026-02-26 19:07 UTC  (5+ messages)

[PATCH][next] treewide: uapi: Replace zero-length arrays with flexible-array members
 2026-02-26 19:02 UTC  (4+ messages)
  ` [PATCH] KVM: x86: Fix C++ user API for structures with variable length arrays

[PATCH RFC v2 00/15] Add virtualization support for EGM
 2026-02-26 18:56 UTC  (12+ messages)
` [PATCH RFC v2 02/15] vfio/nvgrace-gpu: Create auxiliary device "
` [PATCH RFC v2 03/15] vfio/nvgrace-gpu: track GPUs associated with the EGM regions
` [PATCH RFC v2 04/15] vfio/nvgrace-gpu: Introduce functions to fetch and save EGM info
` [PATCH RFC v2 08/15] vfio/nvgrace-egm: Expose EGM region as char device
` [PATCH RFC v2 10/15] vfio/nvgrace-egm: Clear Memory before handing out to VM

[PATCH v3 0/3] Use killable vma write locking in most places
 2026-02-26 18:24 UTC  (9+ messages)
` [PATCH v3 1/3] mm/vma: cleanup error handling path in vma_expand()
` [PATCH v3 2/3] mm: replace vma_start_write() with vma_start_write_killable()
` [PATCH v3 3/3] mm: use vma_start_write_killable() in process_vma_walk_lock()

[PATCH v4 0/3] targeted TLB sync IPIs for lockless page table walkers
 2026-02-26 18:24 UTC  (5+ messages)
` [PATCH v4 3/3] x86/tlb: add architecture-specific TLB IPI optimization support

[PATCH v2 0/2] KVM: nSVM: Handle L2 clearing EFER.SVME properly
 2026-02-26 18:20 UTC  (4+ messages)
` [PATCH v2 1/2] KVM: SVM: Triple fault L1 on unintercepted EFER.SVME clear by L2

[PATCH 01/62] kvm: Make pi_enable_wakeup_handler() easier to analyze
 2026-02-26 17:47 UTC  (4+ messages)

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

[PATCH v3 00/15] Make RamDiscardManager work with multiple sources
 2026-02-26 16:01 UTC  (20+ messages)
` [PATCH v3 01/15] system/rba: use DIV_ROUND_UP
` [PATCH v3 02/15] memory: drop RamDiscardListener::double_discard_supported
` [PATCH v3 03/15] virtio-mem: use warn_report_err_once()
` [PATCH v3 04/15] system/memory: minor doc fix
` [PATCH v3 05/15] kvm: replace RamDicardManager by the RamBlockAttribute
` [PATCH v3 06/15] system/memory: split RamDiscardManager into source and manager
` [PATCH v3 07/15] system/memory: move RamDiscardManager to separate compilation unit
` [PATCH v3 08/15] system/memory: constify section arguments
` [PATCH v3 09/15] system/ram-discard-manager: implement replay via is_populated iteration
` [PATCH v3 10/15] virtio-mem: remove replay_populated/replay_discarded implementation
` [PATCH v3 11/15] system/ram-discard-manager: drop replay from source interface
` [PATCH v3 12/15] system/memory: implement RamDiscardManager multi-source aggregation
` [PATCH v3 13/15] system/physmem: destroy ram block attributes before RCU-deferred reclaim
` [PATCH v3 14/15] system/memory: add RamDiscardManager reference counting and cleanup
` [PATCH v3 15/15] tests: add unit tests for RamDiscardManager multi-source aggregation

[PATCH 0/2] KVM: s390: Limit adapter indicator access to page
 2026-02-26 15:59 UTC  (5+ messages)
` [PATCH 1/2] KVM: s390: Limit adapter indicator access to mapped page

[PATCH v4 00/24] Runtime TDX Module update support
 2026-02-26 15:32 UTC  (6+ messages)
` [PATCH v4 21/24] x86/virt/tdx: Avoid updates during update-sensitive operations

[PATCH v6] KVM: riscv: Skip CSR restore if VCPU is reloaded on the same core
 2026-02-26 15:04 UTC  (2+ messages)

[PATCH v3 0/2] KVM: arm64: PMU: Use multiple host PMUs
 2026-02-26 14:47 UTC  (5+ messages)
` [PATCH v3 1/2] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY

[PATCH v14 0/8] support FEAT_LSUI
 2026-02-26 14:52 UTC  (11+ messages)
` [PATCH v14 6/8] arm64: armv8_deprecated: disable swp emulation when FEAT_LSUI present
` [PATCH v14 7/8] KVM: arm64: use CASLT instruction for swapping guest descriptor
` [PATCH v14 8/8] arm64: Kconfig: add support for LSUI

[PATCH v2 03/22] PCI: Inherit bus numbers from previous kernel during Live Update
 2026-02-26 14:40 UTC  (4+ messages)

[PATCH 0/4] KVM: riscv: Fix Spectre-v1 vulnerabilities in register access
 2026-02-26 14:19 UTC  (5+ messages)
` [PATCH 1/4] KVM: riscv: Fix Spectre-v1 in ONE_REG "
` [PATCH 2/4] KVM: riscv: Fix Spectre-v1 in AIA CSR access
` [PATCH 3/4] KVM: riscv: Fix Spectre-v1 in floating-point register access
` [PATCH 4/4] KVM: riscv: Fix Spectre-v1 in PMU counter access

[PATCH v2 0/2] x86/fred: Fix SEV-ES/SNP guest boot failures
 2026-02-26 14:14 UTC  (4+ messages)
` [PATCH v2 1/2] x86/cpu: Disable CR pinning during CPU bringup
` [PATCH v2 2/2] x86/fred: Fix early boot failures on SEV-ES/SNP guests

[RFC PATCH v2 0/7] KVM: pfncache: Add guest_memfd support to pfncache
 2026-02-26 13:53 UTC  (8+ messages)
` [RFC PATCH v2 1/7] KVM: x86: Avoid silent kvm-clock activation failures
` [RFC PATCH v2 2/7] KVM: pfncache: Resolve PFNs via kvm_gmem_get_pfn() for gmem-backed GPAs
` [RFC PATCH v2 3/7] KVM: pfncache: Obtain KHVA via vmap() for gmem with NO_DIRECT_MAP
` [RFC PATCH v2 4/7] KVM: Rename invalidate_begin to invalidate_start for consistency
` [RFC PATCH v2 5/7] KVM: pfncache: Rename invalidate_start() helper
` [RFC PATCH v2 6/7] KVM: Rename mn_* invalidate-related fields to generic ones
` [RFC PATCH v2 7/7] KVM: pfncache: Invalidate on gmem invalidation and memattr updates

[PATCH v2 0/4] KVM: s390: vsie: Implement ASTFLEIE facility 2
 2026-02-26 12:49 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: s390: Minor refactor of base/ext facility lists
` [PATCH v2 2/4] s390/sclp: Detect ASTFLEIE 2 facility
` [PATCH v2 3/4] KVM: s390: vsie: Refactor handle_stfle
` [PATCH v2 4/4] KVM: s390: vsie: Implement ASTFLEIE facility 2

[PATCH RFC v2 0/6] guest_memfd: Track amount of memory allocated on inode
 2026-02-26 12:31 UTC  (3+ messages)
` [PATCH RFC v2 3/6] fs: Add .unaccount_folio callback

[PATCH] RISC-V: KVM: Skip THP support check during dirty logging
 2026-02-26 11:12 UTC 

[PATCH 0/4] KVM: s390: vsie: Implement ASTFLEIE facility 2
 2026-02-26 10:52 UTC  (3+ messages)
` [PATCH 2/4] s390/sclp: Detect ASTFLEIE 2 facility

[GIT PULL] KVM/arm64 fixes for 7.0, take #1
 2026-02-26 10:50 UTC 

[PATCH v2 00/14] Make RamDiscardManager work with multiple sources
 2026-02-26 10:37 UTC  (4+ messages)
` [PATCH v2 06/14] system/memory: split RamDiscardManager into source and manager

Stalls when starting a VSOCK listening socket: soft lockups, RCU stalls, timeout
 2026-02-26 10:37 UTC  (2+ messages)

[PATCH net v3 0/3] vsock: add write-once semantics to child_ns_mode
 2026-02-26 10:20 UTC  (2+ messages)

[PATCH v2] RISC-V: KVM: Fix null pointer dereference in kvm_riscv_vcpu_aia_rmw_topei()
 2026-02-26  9:46 UTC  (2+ messages)

RISC-V: KVM: Fix hugepage mapping handling during dirty logging
 2026-02-26  9:22 UTC 

[PATCH v2] RISC-V: KVM: Fix use-after-free in kvm_riscv_gstage_get_leaf()
 2026-02-26  9:08 UTC  (3+ messages)
  `  "

[PATCH v3 00/16] KVM: x86/tdx: Have TDX handle VMXON during bringup
 2026-02-26  8:55 UTC  (5+ messages)
` [PATCH v3 07/16] KVM: SVM: Move core EFER.SVME enablement to kernel
` [PATCH v3 08/16] KVM: x86: Move bulk of emergency virtualizaton logic to virt subsystem

[PATCH v8 0/3] RISC-V: KVM: Validate SBI STA shmem alignment
 2026-02-26  8:32 UTC  (4+ messages)
` [PATCH v8 1/3] RISC-V: KVM: Validate SBI STA shmem alignment in kvm_sbi_ext_sta_set_reg()
` [PATCH v8 2/3] KVM: selftests: Refactor UAPI tests into dedicated function
` [PATCH v8 3/3] RISC-V: KVM: selftests: Add RISC-V SBI STA shmem alignment tests

[RFC PATCH v2 00/37] guest_memfd: In-place conversion support
 2026-02-26  8:11 UTC  (7+ messages)
` [RFC PATCH v2 09/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2

[PATCH 0/2] KVM: selftests: Add test case for readonly memslots on x86
 2026-02-26  7:37 UTC  (3+ messages)
` [PATCH 1/2] KVM: selftests: Extract memslot setup code from spawn_vm()
` [PATCH 2/2] KVM: selftests: Add test case for readonly memslots on x86

[RFC PATCH v1 00/10] guest_memfd: Track amount of memory allocated on inode
 2026-02-26  7:18 UTC  (8+ messages)

[PATCH] target/i386/kvm: Configure proper KVM SEOIB behavior
 2026-02-26  7:04 UTC  (5+ messages)

[PATCH kernel 0/9] PCI/TSM: coco/sev-guest: Implement SEV-TIO PCIe TDISP (phase2)
 2026-02-26  6:22 UTC  (26+ messages)
` [PATCH kernel 1/9] pci/tsm: Add TDISP report blob and helpers to parse it
` [PATCH kernel 2/9] pci/tsm: Add tsm_tdi_status
` [PATCH kernel 4/9] dma/swiotlb: Stop forcing SWIOTLB for TDISP devices
` [PATCH kernel 6/9] x86/dma-direct: Stop changing encrypted page state "
` [PATCH kernel 7/9] coco/sev-guest: Implement the guest support for SEV TIO (phase2)
` [PATCH kernel 8/9] RFC: PCI: Avoid needless touching of Command register

[PATCH] RISC-V: KVM: Fix null pointer dereference in kvm_riscv_vcpu_aia_rmw_topei()
 2026-02-26  6:00 UTC  (2+ messages)

[PATCH] KVM: riscv: Fix Spectre-v1 in APLIC interrupt handling
 2026-02-26  5:47 UTC  (2+ messages)

[PATCH v2 0/2] KVM: x86: Fix UBSAN bool warnings in module parameters
 2026-02-26  5:35 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: SVM: Fix UBSAN warning when reading avic parameter

[syzbot] [kvm?] WARNING in kvm_read_guest_offset_cached
 2026-02-26  1:47 UTC  (4+ messages)

[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
 2026-02-26  0:51 UTC  (17+ messages)
` [PATCH v2 04/22] vfio/pci: Register a file handler with Live Update Orchestrator
` [PATCH v2 05/22] vfio/pci: Preserve vfio-pci device files across Live Update
` [PATCH v2 07/22] vfio/pci: Notify PCI subsystem about devices preserved "
` [PATCH v2 09/22] vfio/pci: Store incoming Live Update state in struct vfio_pci_core_device

[PATCH v2 02/22] PCI: Add API to track PCI devices preserved across Live Update
 2026-02-26  0:28 UTC  (3+ messages)

[PATCH 00/14] iommu: Add live update state preservation
 2026-02-25 23:47 UTC  (3+ messages)
` [PATCH 11/14] iommufd-lu: Persist iommu hardware pagetables for live update

[PATCH 00/31] Nested SVM fixes, cleanups, and hardening
 2026-02-25 22:44 UTC  (3+ messages)
` [PATCH v6 16/31] KVM: nSVM: Unify handling of VMRUN failures with proper cleanup

VFIO support on hyperv (vfio_pci_core_ioctl())
 2026-02-25 22:04 UTC 

[PATCH] KVM: SEV: Track SNP launch state and disallow invalid userspace interactions
 2026-02-25 20:30 UTC  (5+ messages)

[PATCH v5] KVM: riscv: Skip CSR restore if VCPU is reloaded on the same core
 2026-02-25 20:24 UTC  (2+ messages)

[PATCH 00/14] KVM: x86: Emulator MMIO fix and cleanups
 2026-02-25 20:19 UTC  (5+ messages)
` [PATCH 14/14] KVM: x86: Add helpers to prepare kvm_run for userspace MMIO exit

[PATCH] KVM: nVMX: Track vmx emulation errors
 2026-02-25 20:18 UTC  (2+ messages)

[PATCH 0/5] accel: Try to build without target-specific knowledge
 2026-02-25 19:42 UTC  (11+ messages)
` [PATCH 1/5] accel/kvm: Include missing 'exec/cpu-common.h' header
` [PATCH 2/5] accel/mshv: Forward-declare mshv_root_hvcall structure
` [PATCH 3/5] accel/mshv: Build without target-specific knowledge
` [PATCH 4/5] accel/hvf: "
` [PATCH 5/5] accel/xen: "

[PATCH 1/2] KVM: VMX: Drop obsolete branch hint prefixes from inline asm
 2026-02-25 19:02 UTC  (3+ messages)
` [PATCH 2/2] KVM: VMX: Use ASM_INPUT_RM in __vmcs_writel


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