Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-07-14 07:44:47 to 2026-07-14 11:45:36 UTC [more...]

[PATCH v2 00/28] KVM: arm64: Add support for FEAT_NV2p1 and FEAT_NV3
 2026-07-14 11:45 UTC  (41+ 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 v20 00/16] vfio/pci: Add PCIe TPH support
 2026-07-14 11:28 UTC  (33+ messages)
` [PATCH v20 01/16] PCI/TPH: Add requester/completer type helpers
` [PATCH v20 02/16] dma-buf: add optional get_pci_tph() callback
` [PATCH v20 03/16] vfio/pci: implement get_pci_tph and DMA_BUF_TPH feature
` [PATCH v20 04/16] PCI/TPH: Fix pcie_tph_get_st_table_loc() field extraction
` [PATCH v20 05/16] PCI/TPH: Fix tph_enabled concurrent update race by bitfield packing
` [PATCH v20 06/16] PCI/TPH: Cache negotiated max requester type at probe time
` [PATCH v20 07/16] PCI/TPH: Refactor pcie_enable_tph and add requester variant
` [PATCH v20 08/16] PCI/TPH: Refactor pcie_tph_get_cpu_st & "
` [PATCH v20 09/16] PCI/TPH: Add macros to check standard and extended TPH support
` [PATCH v20 10/16] PCI/TPH: Add pcie_tph_set_st_entries() batch ST entry programming helper
` [PATCH v20 11/16] PCI/TPH: Add pci_tph_dsm_supported() helper to detect device TPH ST _DSM
` [PATCH v20 12/16] vfio/pci: Add basic NO-ST TPH VFIO device feature support
` [PATCH v20 13/16] vfio/pci: Add IV-ST TPH policy and VFIO TPH_ST batch programming support
` [PATCH v20 14/16] vfio/pci: Add DS-ST TPH policy and extend TPH_RESOLVE capabilities
` [PATCH v20 15/16] vfio/pci: Sync core PCI TPH software state across device lifecycle and resets
` [PATCH v20 16/16] vfio/pci: Expose per-device TPH state via debugfs

[PATCH v4 0/6] Support the FEAT_HDBSS introduced in Armv9.5
 2026-07-14 11:20 UTC  (25+ 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] arm64: Query per-VM capabilities when selecting vCPU features
 2026-07-14 11:15 UTC  (2+ messages)

[RFC v1 00/25] Add Realm support to QEMU-VMM
 2026-07-14 10:56 UTC  (5+ messages)
` [RFC v1 10/25] hw/core/loader: Add a ROM loader notifier
` [RFC v1 12/25] target/arm/kvm-rme: Populate Realm with runtime images

[PATCH v19 00/18] vfio/pci: Add PCIe TPH support
 2026-07-14 10:46 UTC  (6+ messages)
` [PATCH v19 12/18] vfio/pci: Add dmabuf TPH metadata storage and fd query helper

[PATCH v4 00/27] KVM: s390: Introduce arm64 KVM
 2026-07-14 10:40 UTC  (4+ messages)
` [PATCH v4 13/27] KVM: s390: Prepare KVM/s390 for a second KVM module

[PATCH v2 00/33] mm: make VMA page offset handling more consistent
 2026-07-14 10:17 UTC  (4+ messages)
` [PATCH v2 13/33] mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()

[PATCH v3 0/5] KVM: SVM: Add Bus Lock Detect support and refactor LBRV
 2026-07-14 10:02 UTC  (3+ messages)
` [PATCH v3 3/5] KVM: nSVM: Sanitize nested DR6 using kvm_dr6_fixed()

[RFC PATCH v3 00/27] KVM: SVM: Add support for SEV-SNP Secure AVIC
 2026-07-14 10:03 UTC  (15+ 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

[PATCH v2 0/7] KVM: s390: Misc fixes
 2026-07-14  8:44 UTC  (5+ 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 v5 0/5] LoongArch: KVM: Harden interrupt injection
 2026-07-14  7:53 UTC  (9+ 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 5/5] LoongArch: KVM: Use internal API to deliver interrupt in kernel mode


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