Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-07-29 19:20:35 to 2026-07-30 12:34:03 UTC [more...]

[PATCH v3 0/9] KVM: nSVM: Enable DecodeAssists for nested guests
 2026-07-30 12:34 UTC  (14+ 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  (13+ messages)
` [PATCH v2 03/17] x86/virt/tdx: Detect if the extensions initialization is required
` [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 v4 00/29] KVM: arm64: Add support for FEAT_NV2p1 and FEAT_NV3
 2026-07-30 10:23 UTC  (42+ 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] 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 v15 00/37] arm64: Support for Arm CCA in KVM
 2026-07-30  8:47 UTC  (6+ messages)
` [PATCH v15 13/37] KVM: arm64: CCA: Support timers in realm RECs

[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] MAINTAINERS: Update s390 specific vfio sections
 2026-07-30  7:43 UTC  (2+ messages)

[PATCH v9 00/16] KVM: arm64: PMU: Use multiple host PMUs
 2026-07-30  7:15 UTC  (17+ messages)
` [PATCH v9 04/16] KVM: arm64: selftests: Test SET_NR_COUNTERS after first run
` [PATCH v9 09/16] arm64: errata: Require Apple IMPDEF PMUv3 traps on all CPUs
` [PATCH v9 14/16] KVM: arm64: PMU: Implement fixed-counters-only emulation
` [PATCH v9 16/16] KVM: arm64: selftests: Test PMU_V3_FIXED_COUNTERS_ONLY

[PATCH v3 0/4] RISC-V: KVM: Cleanup SBI extension status when disable
 2026-07-30  6:40 UTC  (11+ messages)
` [PATCH v3 1/4] RISC-V: KVM: Add SBI extension validate callback
` [PATCH v3 2/4] RISC-V: KVM: Add SBI FWFT validation support
` [PATCH v3 3/4] RISC-V: KVM: Reset the SBI extension when disable it
` [PATCH v3 4/4] RISC-V: KVM: Mark the reset callback of FWFT extension always dirties CSR

[RFC v2 00/24] Add Realm support to QEMU-VMM
 2026-07-30  6:13 UTC  (6+ messages)
` [RFC v2 01/24] linux-headers: Add RME related definitions

[PATCH 2/2] powerpc/pseries: Skip vpa_init() for boot cpu in smp_setup_cpu()
 2026-07-30  5:41 UTC  (2+ messages)

[PATCH 1/2] powerpc/pseries: Ensure vpa,slb_shadow & dtl are unregistered during crash
 2026-07-30  5:41 UTC  (2+ messages)

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

[PATCH v11 0/6] Add RMPOPT support
 2026-07-30  3:39 UTC  (5+ messages)
` [PATCH v11 3/6] x86/sev: Initialize RMPOPT configuration MSRs

[PATCH 00/15] KVM: x86/pmu: Add mediated vPMU PerfMon v5 support
 2026-07-30  3:30 UTC  (7+ messages)
` [PATCH 14/15] KVM: x86/pmu: Advertise PerfMon version 5 on Intel hosts

[PATCH v7 0/9] KVM: x86/pmu: Add hardware Topdown metrics support
 2026-07-30  2:58 UTC  (5+ messages)
` [PATCH v7 7/9] KVM: x86/pmu: Restrict RDPMC passthrough to known CPUs
` [PATCH v7 9/9] KVM: selftests: Add PERF_METRICS and fixed counter 3 tests

[RFC PATCH] RISC-V: KVM: Add minimal guest_memfd support
 2026-07-30  2:45 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 0/2] KVM: VMX: Fix IPIv use-after-free + improve checking duplicate vcpu_id
 2026-07-30  0:28 UTC  (8+ messages)
` [PATCH v2 1/2] KVM: Check for duplicate vcpu_id as early as possible
` [PATCH v2 2/2] KVM: VMX: Fix stale PID-pointer table entry left after vCPU free

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

[PATCH net 0/4] Revert "tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops"
 2026-07-30  0:20 UTC  (2+ messages)

[PATCH v6 15/20] KVM: x86: Guard valid XCR0.APX settings
 2026-07-30  0:00 UTC  (2+ messages)

[GIT PULL] KVM fixes for Linux 7.2-rc6
 2026-07-29 23:08 UTC  (4+ messages)

[PATCH v12 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-07-29 23:03 UTC  (2+ messages)

[PATCH stable] KVM: SVM: Bump asid_generation on CPU online to avoid ASID collision after hotplug
 2026-07-29 22:50 UTC 

[PATCH v8 0/6] vfio: selftests: Add driver for Intel Ethernet Gigabit Controller (IGB)
 2026-07-29 22:45 UTC  (8+ messages)
` [PATCH v8 1/6] vfio: selftests: igb: Add driver for Intel 82576 device
` [PATCH v8 2/6] vfio: selftests: igb: Use PHY internal loopback on 82576
` [PATCH v8 3/6] vfio: selftests: Add helpers to re-enable interrupts
` [PATCH v8 4/6] vfio: selftests: igb: Factor hardware programming into igb_hw_init()
` [PATCH v8 5/6] vfio: selftests: Retry on EAGAIN during device reset
` [PATCH v8 6/6] vfio: selftests: igb: Recover after DMA-read faults

[PATCH v2 0/3] RISC-V: KVM: Cleanup SBI extension status when disable
 2026-07-29 22:33 UTC  (4+ messages)
` [PATCH v2 3/3] RISC-V: KVM: Reset the SBI extension when disable it

[PATCH v8 00/11] Dynamic PAMT
 2026-07-29 22:14 UTC  (13+ messages)
` [PATCH v8 02/11] x86/virt/tdx: Allocate page bitmap for "
` [PATCH v8 03/11] x86/virt/tdx: Add tdx_alloc/free_control_page() helpers
` [PATCH v8 06/11] KVM: TDX: Allocate PAMT memory for TD and vCPU control structures
` [PATCH v8 08/11] KVM: TDX: Get/put PAMT pages when (un)mapping private memory

[PATCH 0/2] KVM: x86/mmu: Use LOCK CMPXCHG to clear Accessed bits
 2026-07-29 22:04 UTC  (4+ messages)

[PATCH v1] vfio/pci: Avoid mapping BARs for devices with non-mappable BARs
 2026-07-29 21:50 UTC  (6+ messages)

[PATCH] KVM: SVM: Update x2APIC MSR intercepts if AVIC is inhibited while L2 is active
 2026-07-29 21:35 UTC 

[PATCH v3 0/4] tdx-guest: Make Quote buffer size dynamic
 2026-07-29 21:21 UTC  (2+ messages)

[PATCH v3 0/2] KVM: x86: Fix missing EFER validity checks
 2026-07-29 20:48 UTC  (6+ messages)
` [PATCH v3 1/2] KVM: x86: Check EFER validity on KVM_SET_SREGS*

[PATCH v6 00/20] KVM: x86: Enable APX for guests
 2026-07-29 20:31 UTC  (32+ messages)
` [PATCH v6 01/20] KVM: x86: Extend VCPU registers for EGPRs
` [PATCH v6 02/20] KVM: VMX: Save guest EGPRs in VCPU cache
` [PATCH v6 03/20] KVM: x86: Support APX state for XSAVE ABI
` [PATCH v6 04/20] KVM: VMX: Refactor VMX instruction information access
` [PATCH v6 05/20] KVM: VMX: Refactor instruction information decoding
` [PATCH v6 06/20] KVM: VMX: Remove unused control-register access defines
` [PATCH v6 07/20] KVM: VMX: Refactor register index retrieval from exit qualification
` [PATCH v6 08/20] KVM: VMX: Support instruction information extension
` [PATCH v6 09/20] KVM: nVMX: Propagate extended instruction information
` [PATCH v6 10/20] KVM: x86: Support EGPR accessing and tracking for emulator
` [PATCH v6 11/20] KVM: x86: Handle EGPR index and REX2-incompatible opcodes
` [PATCH v6 12/20] KVM: x86: Support REX2-prefixed opcode decode
` [PATCH v6 13/20] KVM: x86: Reject EVEX-prefixed instructions
` [PATCH v6 14/20] KVM: x86: Move KVM_SUPPORTED_{XCR0,XSS} into kvm_x86_vendor_init()
` [PATCH v6 15/20] KVM: x86: Guard valid XCR0.APX settings
` [PATCH v6 16/20] KVM: x86: Add APX to supported XCR0
` [PATCH v6 17/20] KVM: x86: Expose APX foundation feature to userspace
` [PATCH v6 18/20] KVM: x86: Expose APX sub-features "
` [PATCH v6 19/20] KVM: x86: selftests: Add APX state and ABI test
` [PATCH v6 20/20] KVM: x86: selftests: Add APX state handling and XCR0 sanity checks

[PATCH v5 00/20] KVM: x86: Enable APX for guests
 2026-07-29 19:46 UTC  (3+ messages)

[PATCH v7 0/6] vfio: selftests: Add driver for Intel Ethernet Gigabit Controller (IGB)
 2026-07-29 19:43 UTC  (3+ messages)
` [PATCH v7 5/6] vfio: selftests: Retry on EAGAIN during device reset

[PATCH v4 0/9] KVM: selftests: Create KVM selftests runner
 2026-07-29 19:39 UTC  (3+ messages)
` [PATCH v4 3/9] KVM: selftests: Add timeout option in "

[PATCH] vsock/virtio: prevent workers from using deleted virtqueues
 2026-07-29 19:19 UTC  (5+ messages)


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