Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-07-09 00:06:12 to 2026-07-09 15:30:05 UTC [more...]

[PATCH 00/21] KVM: s390: vsie: Add VSIE SIGP Interpretation (vsie_sigpi)
 2026-07-09 15:30 UTC  (29+ 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 00/30] mm: make VMA page offset handling more consistent
 2026-07-09 15:22 UTC  (10+ 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 19/30] mm: use linear_page_[index, delta]() consistently

[PATCH] KVM: Add missing debugfs cleanup in kvm_init error path
 2026-07-09 15:21 UTC 

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

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

[PATCH kvmtool v2 0/4] Add guest_memfd support for arm64
 2026-07-09 15:08 UTC  (5+ 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  (6+ messages)
` [PATCH RESEND 6.18.y 1/3] KVM: x86: Move update_cr8_intercept() to lapic.c
` [PATCH RESEND 6.18.y 2/3] KVM: VMX: Grab vmcs12 on CR8 interception update iff vCPU is in guest mode
` [PATCH RESEND 6.18.y 3/3] KVM: x86: Unconditionally recompute CR8 intercept on PPR update

[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  (11+ messages)

[PATCH v19 00/18] vfio/pci: Add PCIe TPH support
 2026-07-09 13:49 UTC  (38+ 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 v3 00/12] KVM: SEV: Fix RMP #PF due to freeing in-use VMSA
 2026-07-09 13:47 UTC  (5+ messages)
` [PATCH v3 10/12] KVM: SEV: Forcefully invalidate SNP VMSA if its backing gmem page is zapped

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

[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

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

[PATCH] KVM: x86: Remove AMX-TF32 enumeration
 2026-07-09 11:00 UTC  (3+ messages)

[PATCH] KVM: Nullify irqfd->producer when add_producer() fails
 2026-07-09  9:39 UTC  (7+ 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

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

[PATCH v3 0/5] KVM: SVM: Add Bus Lock Detect support and refactor LBRV
 2026-07-09  8:55 UTC  (10+ 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 v3 3/5] KVM: nSVM: Sanitize nested DR6 using kvm_dr6_fixed()
` [PATCH v3 4/5] KVM: SVM: Compute DEBUGCTL reserved bits dynamically
` [PATCH v3 5/5] KVM: SVM: Add Bus Lock Detect support

[PATCH] KVM: Use vma_lookup() in kvm_host_page_size()
 2026-07-09  8:46 UTC  (2+ messages)

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

[PATCH v4 0/4] LoongArch: KVM: Harden interrupt injection
 2026-07-09  8:44 UTC  (8+ messages)
` [PATCH v4 1/4] LoongArch: KVM: Set default MAILBOX access size with 8
` [PATCH v4 2/4] LoongArch: KVM: Replace kvm_err() with kvm_pr_unimpl()
` [PATCH v4 3/4] LoongArch: KVM: Return directly when IPI address is not aligned
` [PATCH v4 4/4] LoongArch: KVM: Use internal API to deliver interrupt in kernel mode

[PATCH v1 0/8] KVM: s390: Misc fixes
 2026-07-09  8:17 UTC  (4+ messages)
` [PATCH v1 4/8] KVM: s390: Fix return value of kvm_s390_set_cmma_bits()

[PATCH] KVM: PPC: Book3S HV: Fix comment typos
 2026-07-09  7:43 UTC  (5+ messages)

[PATCH v6 00/11] Dynamic PAMT
 2026-07-09  7:17 UTC  (17+ messages)
` [PATCH v6 05/11] x86/virt/tdx: Handle concurrent callers in tdx_pamt_get/put()
` [PATCH v6 06/11] x86/virt/tdx: Optimize tdx_pamt_get/put()
` [PATCH v6 07/11] KVM: TDX: Allocate PAMT memory for TD and vCPU control structures
` [PATCH v6 08/11] x86/tdx: Add APIs to support Dynamic PAMT ops from KVM's fault path
` [PATCH v6 09/11] KVM: TDX: Get/put PAMT pages when (un)mapping private memory

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

[RFC PATCH v2 0/5] Add support for AMD IOMMU GAPPI
 2026-07-09  6:39 UTC  (4+ messages)
` [RFC PATCH v2 1/5] iommu/amd: kvm/svm: Improve API between SVM and AMD IOMMU

[PATCH v3 00/17] riscv: Generate riscv instruction functions
 2026-07-09  6:26 UTC  (5+ messages)
` [PATCH v3 01/17] riscv: Introduce instruction table generation
` [syzbot ci] Re: riscv: Generate riscv instruction functions

[PATCH] KVM: x86: Preserve KVM_EXIT_DEBUG on emulated HLT with single-step
 2026-07-09  5:53 UTC  (2+ messages)

[PATCH v3 0/3] LoongArch: KVM: Harden interrupt injection
 2026-07-09  3:49 UTC  (4+ messages)
` [PATCH v3 2/3] LoongArch: KVM: Replace kvm_err() with WARN_ONCE()


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