Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-07-09 09:22:56 to 2026-07-09 20:50:05 UTC [more...]

[PATCH v4 00/18] KVM: SEV: Fix RMP #PF due to freeing in-use VMSA
 2026-07-09 20:49 UTC  (14+ messages)
` [PATCH v4 01/18] KVM: SEV: Track the GPA of the guest-controlled VMSA used for SNP guests
` [PATCH v4 02/18] KVM: SEV: Extract loading of guest-provided VMSA to a separate helper
` [PATCH v4 03/18] KVM: SEV: Mark vCPU RUNNABLE after AP_CREATE, even if VMSA is unusable
` [PATCH v4 04/18] KVM: SEV: Wire up kvm_x86_ops.gmem_xxx() if and only if CONFIG_KVM_AMD_SEV=y
` [PATCH v4 05/18] KVM: x86: Serialize writes to disabled_quirks using kvm->lock
` [PATCH v4 06/18] KVM: x86: Ensure runtime reads of disabled_quirks are resolved once
` [PATCH v4 07/18] KVM: x86/mmu: Fold kvm_mmu_zap_memslot() into kvm_arch_flush_shadow_memslot()
` [PATCH v4 08/18] KVM: x86/mmu: Split kvm_mmu_zap_all_fast() into "front" and "back" halves
` [PATCH v4 09/18] KVM: x86/mmu: Use split "zap all fast" helpers when invalidating memslot
` [PATCH v4 10/18] KVM: SEV: Forcefully invalidate SNP VMSA if its backing gmem page is zapped
` [PATCH v4 11/18] KVM: SEV: Mark vCPU has having guest-provided VMSA even if its invalid
` [PATCH v4 12/18] KVM: x86: Guard .gmem_prepare() declarations with HAVE_KVM_GMEM_PREPARE=y
` [PATCH v4 13/18] KVM: guest_memfd: Pass GPA, not GFN, to prepare() hook

[PATCH v3 0/9] vfio: selftests: Add driver for Intel Ethernet Gigabit Controller (IGB)
 2026-07-09 20:44 UTC  (13+ messages)
` [PATCH v3 1/9] vfio: selftests: igb: Add driver for IGB QEMU device
` [PATCH v3 2/9] vfio: selftests: igb: Use PHY internal loopback on 82576
` [PATCH v3 3/9] vfio: selftests: igb: Use advanced TX and RX descriptors
` [PATCH v3 4/9] vfio: selftests: igb: Program MSI-X interrupt routing

[RFC PATCH 0/3] KVM: Dirty page logging for guest_memfd-only memslots
 2026-07-09 20:33 UTC  (7+ messages)

[RFC v1 00/25] Add Realm support to QEMU-VMM
 2026-07-09 20:22 UTC  (4+ messages)
` [RFC v1 03/25] target/arm: Add confidential guest support

[PATCH v1 0/2] KVM: selftests: SEV: address two TODOs in the SEV tests
 2026-07-09 20:21 UTC  (8+ messages)
` [PATCH v1 1/2] KVM: selftests: SEV: Verify unsupported VM types are rejected at creation
` [PATCH v1 2/2] KVM: selftests: SEV: Sanity check the launch measurement
` [PATCH v2 0/2] KVM: selftests: SEV: address two TODOs in the SEV tests
  ` [PATCH v2 1/2] KVM: selftests: SEV: Verify unsupported VM types are rejected at creation
  ` [PATCH v2 2/2] KVM: selftests: SEV: Sanity check the launch measurement

[PATCH v3 0/5] KVM: SVM: Add Bus Lock Detect support and refactor LBRV
 2026-07-09 19:53 UTC  (7+ messages)
` [PATCH v3 1/5] KVM: SVM: Refactor svm_update_lbrv()
` [PATCH v3 2/5] KVM: nSVM: Disable LBRV in nested control cache when unsupported

[PATCH net v2 0/2] vsock/virtio: collapse receive queue under memory pressure
 2026-07-09 19:48 UTC  (5+ messages)
` [PATCH net v2 1/2] "
` [PATCH net v2 2/2] vsock/test: add test for small packets under pressure

[PATCH v11 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-07-09 19:26 UTC  (2+ messages)

[PATCH v19 00/18] vfio/pci: Add PCIe TPH support
 2026-07-09 18:50 UTC  (39+ messages)
` [PATCH v19 04/18] PCI/TPH: Refactor pcie_enable_tph & add explicit requester variant
` [PATCH v19 06/18] PCI/TPH: Expose the enabled TPH requester type
` [PATCH v19 07/18] PCI/TPH: Add pcie_tph_supported() helper to check TPH capability attributes
` [PATCH v19 09/18] vfio/pci: Hide TPH capability when TPH is unsupported
` [PATCH v19 10/18] vfio/pci: Introduce tph policy parameter for staged TPH feature enablement
` [PATCH v19 11/18] vfio/pci: Virtualize PCIe TPH capability registers
` [PATCH v19 12/18] vfio/pci: Add dmabuf TPH metadata storage and fd query helper
` [PATCH v19 13/18] vfio/pci: Introduce VFIO_DEVICE_FEATURE_TPH family uapi for PCI TPH control
` [PATCH v19 14/18] vfio/pci: Implement VFIO_DEVICE_FEATURE_TPH and valid TPH config write support
` [PATCH v19 15/18] vfio/pci: Implement TPH_RESOLVE feature for DMABUF and CPU source resolving
` [PATCH v19 16/18] vfio/pci: Implement TPH_ST feature for batch ST table programming
` [PATCH v19 17/18] vfio/pci: Reset hardware TPH state on device enable/disable

[PATCH v12 00/29] KVM: arm64: Implement support for SME
 2026-07-09 18:27 UTC  (30+ messages)
` [PATCH v12 01/29] arm64/sysreg: Define full value read/modify/write helpers
` [PATCH v12 02/29] arm64/fpsimd: Update FA64 and ZT0 enables when loading SME state
` [PATCH v12 03/29] arm64/fpsimd: Decide to save ZT0 and streaming mode FFR at bind time
` [PATCH v12 04/29] arm64/sve: Factor virtualizable VL discovery out of SVE specific code
` [PATCH v12 05/29] arm64/fpsimd: Determine maximum virtualisable SME vector length
` [PATCH v12 06/29] KVM: arm64: Handle FEAT_IDST for guest accesses to hidden registers
` [PATCH v12 07/29] KVM: arm64: Pull ctxt_has_ helpers to start of sysreg-sr.h
` [PATCH v12 08/29] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH v12 09/29] KVM: arm64: Define internal features for SME
` [PATCH v12 10/29] KVM: arm64: Rename sve_state_reg_region
` [PATCH v12 11/29] KVM: arm64: Store vector lengths in an array
` [PATCH v12 12/29] KVM: arm64: Factor SVE code out of fpsimd_lazy_switch_to_host()
` [PATCH v12 13/29] KVM: arm64: Document the KVM ABI for SME
` [PATCH v12 14/29] KVM: arm64: Implement SME vector length configuration
` [PATCH v12 15/29] KVM: arm64: Support SME control registers
` [PATCH v12 16/29] KVM: arm64: Support TPIDR2_EL0
` [PATCH v12 17/29] KVM: arm64: Support SME identification registers for guests
` [PATCH v12 18/29] KVM: arm64: Support SME priority registers
` [PATCH v12 19/29] KVM: arm64: Support userspace access to streaming mode Z and P registers
` [PATCH v12 20/29] KVM: arm64: Flush register state on writes to SVCR.SM and SVCR.ZA
` [PATCH v12 21/29] KVM: arm64: Expose SME specific state to userspace
` [PATCH v12 22/29] KVM: arm64: Context switch SME state for guests
` [PATCH v12 23/29] KVM: arm64: Handle SME exceptions
` [PATCH v12 24/29] KVM: arm64: Expose SME to nested guests
` [PATCH v12 25/29] KVM: arm64: Provide interface for configuring and enabling SME for guests
` [PATCH v12 26/29] KVM: arm64: selftests: Remove spurious check for single bit safe values
` [PATCH v12 27/29] KVM: arm64: selftests: Skip impossible invalid value tests
` [PATCH v12 28/29] KVM: arm64: selftests: Add SME system registers to get-reg-list
` [PATCH v12 29/29] KVM: arm64: selftests: Add SME to set_id_regs test

[PATCH 0/4] KVM: x86: Document and enforce APIC base memory hole
 2026-07-09 17:38 UTC  (6+ messages)

[PATCH] KVM: x86: Remove AMX-TF32 enumeration
 2026-07-09 17:26 UTC  (5+ messages)

[PATCH] KVM: x86: Preserve KVM_EXIT_DEBUG on emulated HLT with single-step
 2026-07-09 17:01 UTC  (3+ messages)

[PATCH] KVM: Add missing debugfs cleanup in kvm_init error path
 2026-07-09 16:52 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/6] powerpc improvements
 2026-07-09 16:33 UTC  (7+ messages)
` [kvm-unit-tests PATCH 4/6] powerpc: gitlab CI update

[syzbot] [kvm-x86?] WARNING in kvm_check_and_inject_events
 2026-07-09 16:33 UTC 

[PATCH v4 00/10] vfio/pci: Add mmap() for DMABUFs
 2026-07-09 16:25 UTC  (7+ messages)
` [PATCH v4 02/10] PCI/P2PDMA: Add CONFIG_PCI_P2PDMA_CORE

[PATCH v3 00/12] KVM: SEV: Fix RMP #PF due to freeing in-use VMSA
 2026-07-09 16:10 UTC  (6+ messages)
` [PATCH v3 10/12] KVM: SEV: Forcefully invalidate SNP VMSA if its backing gmem page is zapped

[PATCH 00/30] mm: make VMA page offset handling more consistent
 2026-07-09 15:57 UTC  (20+ messages)
` [PATCH 13/30] mm/vma: refactor vmg_adjust_set_range() for clarity
` [PATCH 14/30] mm/vma: minor cleanup of expand_[upwards, downwards]()
` [PATCH 15/30] mm: introduce and use linear_page_delta()
` [PATCH 16/30] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
` [PATCH 17/30] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/
` [PATCH 18/30] mm/vma: remove duplicative vma_pgoff_offset() helper
` [PATCH 19/30] mm: use linear_page_[index, delta]() consistently

[RFC PATCH 0/6] selftests/vfio: Add sPAPR TCE v2 coverage
 2026-07-09 15:51 UTC  (4+ messages)

[PATCH 00/21] KVM: s390: vsie: Add VSIE SIGP Interpretation (vsie_sigpi)
 2026-07-09 15:47 UTC  (37+ messages)
` [PATCH 01/21] KVM: s390: Remove double 64bscao feature check
` [PATCH 02/21] KVM: s390: vsie: Remove duplicate assertion
` [PATCH 03/21] KVM: s390: vsie: Convert shift to phys_to_pfn()
` [PATCH 04/21] KVM: s390: vsie: Add SCAO read and write helpers
` [PATCH 05/21] KVM: s390: vsie: Move SCAO validation into a function
` [PATCH 06/21] KVM: s390: vsie: Add vsie_sigpif detection
` [PATCH 07/21] KVM: s390: vsie: Add ssca_block and ssca_entry structs for vsie_ie
` [PATCH 08/21] KVM: s390: vsie: Move pin/unpin_scb methods
` [PATCH 09/21] KVM: s390: vsie: Move pin/unpin guest page
` [PATCH 10/21] KVM: s390: vsie: Move release/acquire gmap shadow
` [PATCH 11/21] KVM: s390: vsie: Create helpers to alloc and free vsie_pages
` [PATCH 12/21] KVM: s390: vsie: Replace radix_tree with xarray addr_to_page
` [PATCH 13/21] KVM: s390: vsie: Add helper to pin multiple guest pages
` [PATCH 14/21] KVM: s390: vsie: Add helper to release gmap shadow
` [PATCH 15/21] KVM: s390: vsie: Add struct vsie_sca with pin and unpin
` [PATCH 16/21] KVM: s390: vsie: Shadow VSIE SCA in guest-1
` [PATCH 17/21] KVM: s390: vsie: Allow guest-3 cpu add and remove with vsie sigpif
` [PATCH 18/21] KVM: s390: vsie: Add VSIE max shadow configuration
` [PATCH 19/21] KVM: s390: vsie: Add VSIE shadow stat counters
` [PATCH 20/21] KVM: s390: vsie: Create minimal scb shadows for not running g3 blocks
` [PATCH 21/21] KVM: s390: vsie: Enable VSIE SIGPI

[PATCH] KVM: SEV: drop FOLL_LONGTERM for encrypted region registration
 2026-07-09 15:44 UTC  (9+ messages)

[PATCH kvmtool v2 0/4] Add guest_memfd support for arm64
 2026-07-09 15:33 UTC  (7+ messages)
` [PATCH kvmtool v2 3/4] Add support for registering guest_memfd-backed memory regions
` [PATCH kvmtool v2 4/4] arm64: Add --guest-memfd option to back guest RAM with guest_memfd

[PATCH v2] KVM: selftests: hyperv_tlb_flush: use swap() to swap PTEs
 2026-07-09 14:55 UTC  (3+ messages)
` [PATCH v3] selftests: add swap() macro to kselftest.h

[PATCH RESEND 6.18.y 0/3] KVM: x86: Backports for VM entry failure due to stale CR8 intercept
 2026-07-09 14:28 UTC  (3+ messages)

[PATCH 7.1.y 0/3] KVM: x86: Backports for VM entry failure due to stale CR8 intercept
 2026-07-09 14:26 UTC  (5+ messages)
` [PATCH 7.1.y 1/3] KVM: x86: Move update_cr8_intercept() to lapic.c
` [PATCH 7.1.y 2/3] KVM: VMX: Grab vmcs12 on CR8 interception update iff vCPU is in guest mode
` [PATCH 7.1.y 3/3] KVM: x86: Unconditionally recompute CR8 intercept on PPR update

[PATCH] KVM: s390: pci: Fix handling of AIF enable without AISB
 2026-07-09 14:23 UTC  (3+ messages)

[PATCH 0/2] KVM: nSVM: Expose DecodeAssists to L1
 2026-07-09 14:08 UTC  (7+ messages)

[PATCH] KVM: x86: TDX: Use validated CPUID entry count for TD init
 2026-07-09 13:41 UTC  (6+ messages)

[PATCH] KVM: SVM: Do not warn on IGNNE MSR write
 2026-07-09 13:32 UTC  (4+ messages)

[PATCH RFC 0/1] KVM: riscv: G-stage PMD block mappings for VM_PFNMAP
 2026-07-09 13:00 UTC  (2+ messages)
` [PATCH RFC 1/1] KVM: riscv: Allow safe "

[PATCH v10 00/15] userfaultfd: working set tracking for VM guest memory
 2026-07-09 12:57 UTC  (5+ messages)
` [PATCH v10 14/15] selftests/mm: add userfaultfd RWP tests

[PATCH V6 0/8] KVM: x86/pmu: Add hardware Topdown metrics support
 2026-07-09 12:35 UTC  (4+ messages)
` [PATCH v6 8/8] KVM: selftests: Add PERF_METRICS and fixed counter 3 tests

[PATCH v11 00/29] KVM: arm64: Implement support for SME
 2026-07-09 12:21 UTC  (10+ messages)

[PATCH] RISC-V: KVM: Add kvm-riscv.wfi_trap_policy to control VS-mode WFI trapping
 2026-07-09 12:09 UTC  (2+ messages)

[PATCH 00/28] KVM: arm64: Add support for FEAT_NV2p1 and FEAT_NV3
 2026-07-09 12:04 UTC  (4+ messages)
` [PATCH 19/28] KVM: arm64: Make HCR_EL2 a non-VNCR register

[PATCH v3 00/40] KVM: arm64: Add GICv5 IRS support
 2026-07-09 11:39 UTC  (10+ messages)
` [PATCH v3 20/40] KVM: arm64: gic-v5: Add GICv5 IRS IODEV and MMIO emulation
` [PATCH v3 22/40] KVM: arm64: gic-v5: Register the IRS IODEV
` [PATCH v3 23/40] KVM: arm64: gic-v5: Set IRICHPPIDIS based on IRS enable state

[PATCH v4 0/6] Support the FEAT_HDBSS introduced in Armv9.5
 2026-07-09 11:34 UTC  (13+ messages)
` [PATCH v4 1/6] KVM: arm64: Enable eager hugepage splitting if HDBSS is available
` [PATCH v4 2/6] KVM: arm64: Add support for FEAT_HDBSS
` [PATCH v4 3/6] KVM: arm64: Add auto DBM support for hardware dirty tracking
` [PATCH v4 4/6] KVM: arm64: Add HDBSS per-vCPU buffer management
` [PATCH v4 5/6] KVM: arm64: Add HDBSS fault handling and buffer flush
` [PATCH v4 6/6] KVM: arm64: Add auto HDBSS enable/disable on dirty logging change

[PATCH] KVM: Nullify irqfd->producer when add_producer() fails
 2026-07-09  9:39 UTC  (3+ messages)
` [PATCH] KVM: PPC: Book3S HV: Set irqfd->producer only on success

[PATCH v4 0/2] KVM: powerpc: Use generic xfer to guest work function
 2026-07-09  9:21 UTC  (3+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] powerpc: enable to run posix cpu timers in task context


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