Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-07-13 13:30:55 to 2026-07-14 10:10:27 UTC [more...]

[RFC PATCH v3 00/27] KVM: SVM: Add support for SEV-SNP Secure AVIC
 2026-07-14 10:03 UTC  (19+ messages)
` [RFC PATCH v3 01/27] x86/apic: Propagate APIC_SPIV writes to hv for "
` [RFC PATCH v3 02/27] x86/apic: Drop savic_eoi() in favor of native_apic_msr_eoi() "
` [RFC PATCH v3 03/27] x86/kvm: Disable PV_SEND_IPI if Secure AVIC is enabled
` [RFC PATCH v3 04/27] x86/apic: Use AVIC_INCOMPLETE_IPI VMGEXIT for Secure AVIC IPI handling
` [RFC PATCH v3 05/27] x86/cpufeatures: Add Secure AVIC CPU feature
` [RFC PATCH v3 06/27] KVM: SVM: Add helper to check if Secure AVIC is enabled for a guest

[PATCH v2 00/28] KVM: arm64: Add support for FEAT_NV2p1 and FEAT_NV3
 2026-07-14 10:07 UTC  (36+ messages)
` [PATCH v2 01/28] arm64: sysreg: Emit RESx/UNKN values for Mapping/Fields definitions
` [PATCH v2 02/28] arm64: Update ID_AA64MMFR4_EL1 description to 2026-03 JSON release
` [PATCH v2 03/28] KVM: arm64: Merge guest's HCRX_EL2 using NV_HCRX_GUEST_EXCLUDE
` [PATCH v2 04/28] KVM: arm64: Drop __HCRX_EL2_* masks
` [PATCH v2 05/28] KVM: arm64: Plumb HCRX_EL2.SRMASKEn in HCRX_EL2 sanitisation
` [PATCH v2 06/28] KVM: arm64: Classify CPTR_EL2 as a SR_LOC_SPECIAL register
` [PATCH v2 07/28] KVM: arm64: Don't evaluate HCR_EL2.NV nor HFGITR_EL2.ERET on ERET fast path
` [PATCH v2 08/28] arm64: Add ARM64_HAS_NV2P1 capability
` [PATCH v2 09/28] KVM: arm64: Relax CPTR_EL2 handling when FEAT_NV2p1 is present
` [PATCH v2 10/28] KVM: arm64: Relax CNTHCTL_EL2 "
` [PATCH v2 11/28] KVM: arm64: Expose FEAT_NV2p1 to NV guests
` [PATCH v2 12/28] arm64: Add FEAT_NV2p1 detection
` [PATCH v2 13/28] arm64: sysreg: Add NVHCR_EL2 description as a mirror of HCR_EL2
` [PATCH v2 14/28] arm64: sysreg: Add HCRX_EL2 bits related to FEAT_NV3
` [PATCH v2 15/28] arm64: Add ARM64_HAS_NV3 capability
` [PATCH v2 16/28] KVM: arm64: Split NV-specific exit fixups from the non-NV handling
` [PATCH v2 17/28] KVM: arm64: Add NV3 control bits to HCRX_EL2 sanitisation
` [PATCH v2 18/28] KVM: arm64: Add kvm_has_nv{2,3}() predicates
` [PATCH v2 19/28] KVM: arm64: Make HCR_EL2 a non-VNCR register
` [PATCH v2 20/28] KVM: arm64: Add sanitisation for NVHCR_EL2
` [PATCH v2 21/28] KVM: arm64: Add NVHCR_EL2 handling to the sysreg array
` [PATCH v2 22/28] KVM: arm64: Add routing for NVHCR_EL2 trap
` [PATCH v2 23/28] KVM: arm64: Add NVHCR_EL2 context switching
` [PATCH v2 24/28] KVM: arm64: Engage NV3 ERET trap elision
` [PATCH v2 25/28] KVM: arm64: Engage NV3 TLBI "
` [PATCH v2 26/28] KVM: arm64: Add FEAT_NV3 detection
` [PATCH v2 27/28] KVM: arm64: Expose FEAT_NV3 to guests
` [PATCH v2 28/28] arm64: Add override for ID_AA64MMFR4_EL1.NV_frac

[PATCH v4 0/6] Support the FEAT_HDBSS introduced in Armv9.5
 2026-07-14  9:37 UTC  (18+ messages)
` [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 v2 0/7] KVM: s390: Misc fixes
 2026-07-14  8:44 UTC  (17+ messages)
` [PATCH v2 1/7] KVM: s390: Fix unlikely NULL gmap dereference
` [PATCH v2 2/7] KVM: s390: Return -EFAULT instead of PGM_ADDRESSING
` [PATCH v2 3/7] KVM: s390: Fix race in __do_essa()
` [PATCH v2 4/7] KVM: s390: cmma: Fix dirty tracking when removing memslot
` [PATCH v2 5/7] KVM: s390: ucontrol: Add missing locking around gmap_remove_child()
` [PATCH v2 6/7] KVM: s390: Fix overclearing ESCA in case of error
` [PATCH v2 7/7] KVM: s390: Return -EINTR if a signal was pending while faulting-in

[PATCH v5 0/5] LoongArch: KVM: Harden interrupt injection
 2026-07-14  7:53 UTC  (10+ messages)
` [PATCH v5 1/5] LoongArch: KVM: Fix uninitialized stack variable issue with dmsintc
` [PATCH v5 2/5] LoongArch: KVM: Return directly when IPI address is not aligned
` [PATCH v5 3/5] LoongArch: KVM: Set default MAILBOX access size with 8
` [PATCH v5 4/5] LoongArch: KVM: Replace kvm_err() with kvm_pr_unimpl()
` [PATCH v5 5/5] LoongArch: KVM: Use internal API to deliver interrupt in kernel mode

[RFC PATCH 00/30] Host side (KVM/VFIO/IOMMUFD) support for TDISP using TSM
 2026-07-14  6:38 UTC  (10+ messages)
` [RFC PATCH 10/30] vfio/pci: Export vfio dma-buf specific info for importers

[PATCH 0/2] tdx-guest: Make Quote buffer size dynamic
 2026-07-14  6:25 UTC  (12+ messages)
` [PATCH 1/2] x86/tdx: Add helper to query maximum TD Quote size
` [PATCH 2/2] virt: tdx-guest: Allocate Quote buffer dynamically

[PATCH kvmtool] riscv: Add extensions support after v7.1 update
 2026-07-14  6:09 UTC 

[PATCH v2 0/8] KVM: nSVM: Enable DecodeAssists for nested guests
 2026-07-14  5:45 UTC  (15+ messages)
` [PATCH v2 1/8] KVM: x86: Add intercept_linear_addr to x86_instruction_info
` [PATCH v2 2/8] KVM: nSVM: Synthesize DecodeAssists EXITINFO for emulated intercepts
` [PATCH v2 3/8] KVM: nSVM: Track fresh VMCB02 DecodeAssist bytes
` [PATCH v2 4/8] KVM: nSVM: Propagate hardware DecodeAssist bytes to VMCB12
` [PATCH v2 5/8] KVM: nSVM: Use emulator bytes for synthesized nested #NPF/#PF
` [PATCH v2 6/8] KVM: nSVM: Fetch missing DecodeAssist bytes for synthesized #NPF/#PF
` [PATCH v2 7/8] KVM: nSVM: Advertise DecodeAssists to L1
` [PATCH v2 8/8] KVM: selftests: Add nested SVM DecodeAssists test

[RFC PATCH 0/3] KVM: Dirty page logging for guest_memfd-only memslots
 2026-07-14  5:39 UTC  (22+ messages)
` [RFC PATCH 1/3] KVM: guest_memfd: Use memslot id to keep track of associated memslots
` [RFC PATCH 2/3] KVM: Implement dirty page logging for guest_memfd-only memslots

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

[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
 2026-07-14  4:37 UTC  (3+ messages)
` [PATCH v14 26/44] arm64: RMI: Allow populating initial contents

[PATCH v3 00/11] vfio/pci: Add CXL Type-2 device passthrough support
 2026-07-14  4:32 UTC  (26+ messages)
` [PATCH v3 01/11] cxl: Add cxl_get_hdm_info() helper for HDM decoder metadata
` [PATCH v3 05/11] vfio: UAPI for CXL Type-2 device passthrough
` [PATCH v3 06/11] cxl: Add register-virtualization helpers for vfio Type-2 passthrough
` [PATCH v3 07/11] vfio/pci: Add CONFIG_VFIO_PCI_CXL with bind-time CXL Type-2 acquisition
` [PATCH v3 08/11] vfio/pci/cxl: Add HDM + COMP_REGS regions and DVSEC clipping shim

[PATCH v2 0/3] KVM: x86: Convert nested ops to static calls
 2026-07-14  3:46 UTC  (3+ messages)
` [PATCH v2 1/3] KVM: x86: Reject nested CAP enablement if nested virtualization is disabled

[PATCH 0/2] LoongArch: KVM: EIOINTC: fix INT_ENCODE ipnum out-of-bounds access
 2026-07-14  3:19 UTC  (7+ messages)
` [PATCH 1/2] LoongArch: KVM: EIOINTC: clamp ipnum to valid range in INT_ENCODE mode
` [PATCH 2/2] LoongArch: KVM: EIOINTC: factor IP-number decode into a helper

[PATCH] vhost: fix inaccurate kdoc in iotlb helpers
 2026-07-14  2:44 UTC 

[PATCH v4 00/18] KVM: SEV: Fix RMP #PF due to freeing in-use VMSA
 2026-07-14  0:00 UTC  (13+ messages)
` [PATCH v4 13/18] KVM: guest_memfd: Pass GPA, not GFN, to prepare() hook
` [PATCH v4 18/18] KVM: guest_memfd: Combine .gmem_prepare()+.gmem_invalidate() into .gmem_convert()

[RFC v1 00/25] Add Realm support to QEMU-VMM
 2026-07-13 22:44 UTC  (7+ messages)
` [RFC v1 01/25] linux-headers: Add RME related definitions
` [RFC v1 04/25] target/arm/kvm-rme: Add mechanic to initialize realms

[PATCH v8 00/11] KVM: arm64: PMU: Use multiple host PMUs
 2026-07-13 21:50 UTC  (7+ messages)
` [PATCH v8 01/11] KVM: arm64: Serialize userspace MDCR_EL2 access
` [PATCH v8 09/11] KVM: arm64: PMU: Implement fixed-counters-only emulation

[PATCH v4 0/9] vfio: selftests: Add driver for Intel Ethernet Gigabit Controller (IGB)
 2026-07-13 19:45 UTC  (4+ messages)
` [PATCH v4 1/9] vfio: selftests: igb: Add driver for IGB QEMU device

[PATCH v3 0/2] KVM: x86: Fix missing EFER validity checks
 2026-07-13 18:54 UTC  (6+ messages)
` [PATCH v3 1/2] KVM: x86: Check EFER validity on KVM_SET_SREGS*
` [PATCH v3 2/2] KVM: selftests: Extend set_sregs test to cover EFER

[PATCH v3 0/5] KVM: x86: Fix EFER reserved bits initialization
 2026-07-13 18:50 UTC  (8+ messages)
` [PATCH v3 1/5] KVM: x86: Move enabling EFER.SVME and EFER.LMSLE to generic EFER setup
` [PATCH v3 2/5] KVM: x86: Disallow EFER.LME and EFER.LMA if long mode is not supported
` [PATCH v3 3/5] KVM: x86: Always initialize EFER reserved bits on vendor initialization
` [PATCH v3 4/5] KVM: x86: Reverse the polarity of efer_reserved_bits
` [PATCH v3 5/5] KVM: x86: Move supported EFER bits to kvm_caps

[PATCH v2 00/33] mm: make VMA page offset handling more consistent
 2026-07-13 18:18 UTC  (21+ messages)
` [PATCH v2 05/33] mm/rmap: update mm/interval_tree.c comments
` [PATCH v2 06/33] mm/rmap: parameterise vma_interval_tree_*() by address_space
` [PATCH v2 07/33] mm/rmap: elide unnecessary static inline's in interval_tree.c
` [PATCH v2 08/33] mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()
` [PATCH v2 09/33] mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
` [PATCH v2 10/33] mm/rmap: rename anon_vma_interval_tree_*() params and use pgoff_t
` [PATCH v2 11/33] mm/rmap: rename anon_vma_interval_tree_*() to anon_rmap_tree_*()
` [PATCH v2 12/33] MAINTAINERS: Move mm/interval_tree.c to rmap section
` [PATCH v2 13/33] mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
` [PATCH v2 14/33] mm/vma: clean up anon_vma_compatible()

[PATCH v1 0/5] KVM s390x PCI fixes
 2026-07-13 17:50 UTC  (11+ messages)
` [PATCH v1 1/5] KVM: s390: pci: Fix refcount leak in memory accounting functions
` [PATCH v1 2/5] KVM: s390: pci: Fix missing error codes and memory unaccounting
` [PATCH v1 3/5] KVM: s390: pci: Fix NULL dereference on AIBV allocation failure
` [PATCH v1 4/5] KVM: s390: pci: Fix resource leak on IRQ registration failure
` [PATCH v1 5/5] KVM: s390: pci: Fix AIBV and AISB spanning multiple pages

[PATCH] KVM: nVMX: store L2's TSC frame in the VM-exit IA32_TSC MSR-store list
 2026-07-13 17:28 UTC  (3+ messages)

[PATCH v4 00/27] KVM: s390: Introduce arm64 KVM
 2026-07-13 16:38 UTC  (15+ messages)
` [PATCH v4 07/27] arm64: Prepare sharing arm64 headers with s390
` [PATCH v4 09/27] KVM: arm64: Access elements of vcpu_gp_regs individually
` [PATCH v4 13/27] KVM: s390: Prepare KVM/s390 for a second KVM module
` [PATCH v4 25/27] KVM: s390: arm64: Implement vCPU IOCTLs

[PATCH v6 0/3] x86/tdx: Fix port I/O handling bugs
 2026-07-13 13:51 UTC  (6+ messages)
` [PATCH v6 1/3] x86/tdx: Fix off-by-one in port I/O handling
` [PATCH v6 2/3] x86/insn-eval: Move assign_register() out of KVM as insn_assign_reg()
` [PATCH v6 3/3] x86/tdx: Fix zero-extension for 32-bit port I/O

[PATCH v12 00/29] KVM: arm64: Implement support for SME
 2026-07-13 13:30 UTC  (4+ messages)
` [PATCH v12 22/29] KVM: arm64: Context switch SME state for guests


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