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

[PATCH stable] KVM: SVM: Bump asid_generation on CPU online to avoid ASID collision after hotplug
 2026-07-30 14:09 UTC  (2+ messages)

[PATCH v15 00/37] arm64: Support for Arm CCA in KVM
 2026-07-30 13:58 UTC  (9+ messages)
` [PATCH v15 13/37] KVM: arm64: CCA: Support timers in realm RECs
` [PATCH v15 14/37] KVM: arm64: CCA: Handle realm enter/exit

[PATCH] vhost/vsock: prevent stale IOTLB after ACCESS_PLATFORM changes
 2026-07-30 13:55 UTC  (2+ messages)

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

[PATCH v9 2/5] riscv: add support for SBI Supervisor Software Events extension
 2026-07-30 13:33 UTC  (2+ messages)

[PATCH v3] KVM: have hva_to_pfn_remapped write-upgrade PTEs
 2026-07-29  7:20 UTC 

[PATCH] MAINTAINERS: Update s390 specific vfio sections
 2026-07-30 13:24 UTC  (3+ messages)

[PATCH v2 00/36] KVM: VMX APIC timer virtualization support
 2026-07-30 12:38 UTC  (7+ messages)

[PATCH v3 0/9] KVM: nSVM: Enable DecodeAssists for nested guests
 2026-07-30 12:38 UTC  (16+ messages)
` [PATCH v3 1/9] KVM: x86: Add helper to provide intercept linear addresses
` [PATCH v3 2/9] KVM: nSVM: Synthesize DecodeAssists EXITINFO for emulated intercepts
` [PATCH v3 3/9] KVM: nSVM: Track hardware-provided instruction bytes
` [PATCH v3 4/9] KVM: nSVM: Propagate hardware DecodeAssist bytes to VMCB12
` [PATCH v3 5/9] KVM: x86: Track emulator-originated nested #PF VM-Exits
` [PATCH v3 6/9] KVM: nSVM: Use emulator bytes for synthesized nested #NPF/#PF
` [PATCH v3 7/9] KVM: nSVM: Fetch missing DecodeAssist bytes for synthesized #NPF/#PF
` [PATCH v3 8/9] KVM: nSVM: Advertise DecodeAssists to L1
` [PATCH v3 9/9] KVM: selftests: Add nested SVM DecodeAssists test

[PATCH 0/8] KVM: selftests: Add Zhaoxin CPU support
 2026-07-30 11:43 UTC  (11+ messages)
` [PATCH 1/8] KVM: selftests: Add Zhaoxin (ZX) CPU detection support
` [PATCH 2/8] KVM: selftests: nx_huge_pages_test: Add TDP detection for Zhaoxin CPUs
` [PATCH 3/8] KVM: selftests: vmx_exception_with_invalid_guest_state: Support "
` [PATCH 4/8] KVM: selftests: fix_hypercall_test: Add Zhaoxin CPU support
` [PATCH 5/8] KVM: selftests: Skip PERF_CAPABILITIES vCPU checks without PDCM
` [PATCH 6/8] KVM: selftests: feature_msrs_test: Extend MSR_IA32_UCODE_REV quirk to Zhaoxin
` [PATCH 7/8] KVM: selftests: nested_exceptions_test: Add Zhaoxin CPU support
` [PATCH 8/8] KVM: selftests: vmx_apic_access_test: Check APIC virtualization support

[PATCH v6 00/15] s390/vfio-ap: Add live guest migration support
 2026-07-30 11:26 UTC  (4+ messages)
` [PATCH v6 13/15] s390/vfio-ap: Callback to get the size of data to be migrated during guest migration

[PATCH v2 00/17] Enable DICE-based TDX Quoting Extension
 2026-07-30 11:10 UTC  (5+ messages)
` [PATCH v2 06/17] x86/virt/tdx: Re-initialize the extensions on runtime TDX module update

[PATCH v9 00/41] guest_memfd: In-place conversion support
 2026-07-30 11:05 UTC  (11+ messages)
` [PATCH v9 03/41] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v9 04/41] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v9 07/41] KVM: guest_memfd: Wire up core private/shared attribute interfaces
` [PATCH v9 12/41] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v9 14/41] mm: swap: Introduce lru_add_drain_progressive()

[PATCH] KVM: SVM: make svm_flush_tlb_gva do a full asid flush if NPT enabled
 2026-07-30 11:02 UTC  (2+ messages)

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

[GIT PULL 0/7] KVM: s390: Fixes for 7.2
 2026-07-30 10:35 UTC  (2+ messages)

[PATCH] riscv: KVM: Add hart-to-vCPU mapping for faster MSI injection
 2026-07-30  9:56 UTC  (2+ messages)

[PATCH v2 RESEND] RISC-V: KVM: Fix PMU event info array size overflow
 2026-07-30  9:53 UTC  (2+ messages)

[PATCH] RISC-V: KVM: Fix PMU event info array size overflow
 2026-07-30  9:36 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2] KVM: have hva_to_pfn_remapped write-upgrade PTEs
 2026-07-30  8:55 UTC  (2+ messages)

[PATCH] KVM: have hva_to_pfn_remapped write-upgrade PTEs
 2026-07-30  8:36 UTC  (3+ messages)

[PATCH RFC v2 0/4] KVM: guest_memfd: folio migration for non-confidential VMs
 2026-07-30  8:15 UTC  (4+ messages)
` [PATCH RFC v2 3/4] KVM: guest_memfd: add GUEST_MEMFD_FLAG_MIGRATABLE

[PATCH] RISC-V: KVM: Add arch-specific tracepoints
 2026-07-30  8:09 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v9 00/16] KVM: arm64: PMU: Use multiple host PMUs
 2026-07-30  7:15 UTC  (10+ messages)
` [PATCH v9 04/16] KVM: arm64: selftests: Test SET_NR_COUNTERS after first run
` [PATCH v9 14/16] KVM: arm64: PMU: Implement fixed-counters-only emulation

[PATCH v3 0/4] RISC-V: KVM: Cleanup SBI extension status when disable
 2026-07-30  6:40 UTC  (4+ messages)
` [PATCH v3 4/4] RISC-V: KVM: Mark the reset callback of FWFT extension always dirties CSR


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