kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
[PATCH] KVM: arm64: Fix protected mode handling of pages larger than 4kB
 2026-02-22 20:28 UTC  (4+ messages)

pKVM breakage in mainline on n1sdp
 2026-02-22  8:34 UTC  (7+ messages)

[PATCH v1] KVM: arm64: Revert accidental drop of kvm_uninit_stage2_mmu() for non-NV VMs
 2026-02-22  8:33 UTC 

[PATCH v6 00/44] KVM: x86: Add support for mediated vPMUs
 2026-02-20 19:14 UTC  (5+ messages)
` [PATCH v6 42/44] KVM: VMX: Dedup code for adding MSR to VMCS's auto list

[PATCH] KVM: arm64: Disable TRBE Trace Buffer Unit when running in guest context
 2026-02-20 15:48 UTC  (25+ messages)

[PATCH 0/9] arm64: Fully disable configured-out features
 2026-02-20 15:36 UTC  (15+ messages)
` [PATCH 1/9] arm64: Add logic to fully remove features from sanitised id registers
` [PATCH 2/9] arm64: Convert CONFIG_ARM64_PTR_AUTH to FTR_CONFIG()
` [PATCH 3/9] arm64: Convert CONFIG_ARM64_SVE "
` [PATCH 4/9] arm64: Convert CONFIG_ARM64_SME "
` [PATCH 5/9] arm64: Convert CONFIG_ARM64_GCS "
` [PATCH 6/9] arm64: Convert CONFIG_ARM64_MTE "
` [PATCH 7/9] arm64: Convert CONFIG_ARM64_POE "
` [PATCH 8/9] arm64: Convert CONFIG_ARM64_BTI "
` [PATCH 9/9] arm64: Remove FTR_VISIBLE_IF_IS_ENABLED()

[PATCH v4 0/2] arm: add kvm-psci-version vcpu property
 2026-02-20 12:12 UTC  (8+ messages)
` [PATCH v4 2/2] target/arm/kvm: "

[PATCH v6 0/1] arm: add kvm-psci-version vcpu property
 2026-02-20 11:56 UTC  (2+ messages)
` [PATCH v6 1/1] target/arm/kvm: "

[PATCH v4 00/41] arm_mpam: Add KVM/arm64 and resctrl glue code
 2026-02-20  2:30 UTC  (39+ messages)
` [PATCH v4 13/41] arm_mpam: resctrl: Add boilerplate cpuhp and domain allocation
` [PATCH v4 15/41] arm_mpam: resctrl: Pick the caches we will use as resctrl resources
` [PATCH v4 16/41] arm_mpam: resctrl: Implement resctrl_arch_reset_all_ctrls()
` [PATCH v4 18/41] arm_mpam: resctrl: Implement helpers to update configuration
` [PATCH v4 20/41] arm_mpam: resctrl: Add CDP emulation
` [PATCH v4 26/41] arm_mpam: resctrl: Add support for 'MB' resource
` [PATCH v4 38/41] arm_mpam: Add workaround for T241-MPAM-4
` [PATCH v4 41/41] arm64: mpam: Add initial MPAM documentation

[PATCH v2 00/10] KVM: selftests: Use kernel-style integer and g[vp]a_t types
 2026-02-20  0:42 UTC  (11+ messages)
` [PATCH v2 01/10] KVM: selftests: Use gva_t instead of vm_vaddr_t
` [PATCH v2 02/10] KVM: selftests: Use gpa_t instead of vm_paddr_t
` [PATCH v2 03/10] KVM: selftests: Use gpa_t for GPAs in Hyper-V selftests
` [PATCH v2 04/10] KVM: selftests: Use u64 instead of uint64_t
` [PATCH v2 05/10] KVM: selftests: Use s64 instead of int64_t
` [PATCH v2 06/10] KVM: selftests: Use u32 instead of uint32_t
` [PATCH v2 07/10] KVM: selftests: Use s32 instead of int32_t
` [PATCH v2 08/10] KVM: selftests: Use u16 instead of uint16_t
` [PATCH v2 09/10] KVM: selftests: Use s16 instead of int16_t
` [PATCH v2 10/10] KVM: selftests: Use u8 instead of uint8_t

[PATCH v12 00/30] Tracefs support for pKVM
 2026-02-19 19:11 UTC  (36+ messages)
` [PATCH v12 01/30] ring-buffer: Add page statistics to the meta-page
` [PATCH v12 02/30] ring-buffer: Store bpage pointers into subbuf_ids
` [PATCH v12 03/30] ring-buffer: Introduce ring-buffer remotes
` [PATCH v12 04/30] ring-buffer: Add non-consuming read for "
` [PATCH v12 05/30] tracing: Introduce trace remotes
` [PATCH v12 06/30] tracing: Add reset to "
` [PATCH v12 07/30] tracing: Add non-consuming read "
` [PATCH v12 08/30] tracing: Add init callback "
` [PATCH v12 09/30] tracing: Add events "
` [PATCH v12 10/30] tracing: Add events/ root files "
` [PATCH v12 11/30] tracing: Add helpers to create trace remote events
` [PATCH v12 12/30] ring-buffer: Export buffer_data_page and macros
` [PATCH v12 13/30] tracing: Introduce simple_ring_buffer
` [PATCH v12 14/30] tracing: Add a trace remote module for testing
` [PATCH v12 15/30] tracing: selftests: Add trace remote tests
` [PATCH v12 16/30] Documentation: tracing: Add tracing remotes
` [PATCH v12 17/30] tracing: load/unload page callbacks for simple_ring_buffer
` [PATCH v12 18/30] tracing: Check for undefined symbols in simple_ring_buffer
` [PATCH v12 19/30] KVM: arm64: Add PKVM_DISABLE_STAGE2_ON_PANIC
` [PATCH v12 20/30] KVM: arm64: Add clock support to nVHE/pKVM hyp
` [PATCH v12 21/30] KVM: arm64: Initialise hyp_nr_cpus for nVHE hyp
` [PATCH v12 22/30] KVM: arm64: Support unaligned fixmap in the pKVM hyp
` [PATCH v12 23/30] KVM: arm64: Add tracing capability for the nVHE/pKVM hyp
` [PATCH v12 24/30] KVM: arm64: Add trace remote "
` [PATCH v12 25/30] KVM: arm64: Sync boot clock with "
` [PATCH v12 26/30] KVM: arm64: Add trace reset to "
` [PATCH v12 27/30] KVM: arm64: Add event support to the nVHE/pKVM hyp and trace remote
` [PATCH v12 28/30] KVM: arm64: Add hyp_enter/hyp_exit events to nVHE/pKVM hyp
` [PATCH v12 29/30] KVM: arm64: Add selftest event support "
` [PATCH v12 30/30] tracing: selftests: Add hypervisor trace remote tests

[PATCH v11 00/30] Tracefs support for pKVM
 2026-02-19 14:36 UTC  (5+ messages)
` [PATCH v11 15/30] tracing: selftests: Add trace remote tests

[PATCH] arm64: Force the use of CNTVCT_EL0 in __delay()
 2026-02-19 13:27 UTC  (2+ messages)

[PATCH 00/10] KVM: selftests: Convert to kernel-style types
 2026-02-18 21:17 UTC  (7+ messages)

[PATCH v12 00/46] arm64: Support for Arm CCA in KVM
 2026-02-17 17:47 UTC  (5+ messages)

[PATCH v2 00/35] KVM: arm64: Add support for protected guest memory with pKVM
 2026-02-17 10:43 UTC  (12+ messages)
` [PATCH v2 14/35] KVM: arm64: Handle aborts from protected VMs
` [PATCH v2 24/35] KVM: arm64: Introduce hypercall to force reclaim of a protected page
` [PATCH v2 25/35] KVM: arm64: Reclaim faulting page from pKVM in spurious fault handler

[PATCH v12 0/7] support FEAT_LSUI
 2026-02-17  9:56 UTC  (16+ messages)
` [PATCH v12 2/7] arm64: cpufeature: add FEAT_LSUI
` [PATCH v12 6/7] arm64: futex: support futex with FEAT_LSUI

[PATCH v9 00/30] KVM: arm64: Implement support for SME
 2026-02-16 17:55 UTC  (4+ messages)
` [PATCH v9 10/30] KVM: arm64: Document the KVM ABI "

[PATCH v5 0/2] arm: add kvm-psci-version vcpu property
 2026-02-16 13:31 UTC  (4+ messages)
` [PATCH v5 1/2] target/arm/kvm: add constants for new PSCI versions
` [PATCH v5 2/2] target/arm/kvm: add kvm-psci-version vcpu property

[RFC][PATCH] arm64: tlb: call kvm_call_hyp once during kvm_tlb_flush_vmid_range
 2026-02-16 13:05 UTC  (4+ messages)

[PATCH v2] KVM: arm64: vgic: Handle const qualifier from gic_kvm_info allocation type
 2026-02-13 15:03 UTC  (2+ messages)

[PATCH v2 0/4] KVM: arm64: Fix guest feature sanitization and pKVM state synchronization
 2026-02-13 14:58 UTC  (6+ messages)
` [PATCH v2 1/4] KVM: arm64: Hide S1POE from guests when not supported by the host
` [PATCH v2 2/4] KVM: arm64: Optimise away S1POE handling when not supported by host
` [PATCH v2 3/4] KVM: arm64: Fix ID register initialization for non-protected pKVM guests
` [PATCH v2 4/4] KVM: arm64: Remove redundant kern_hyp_va() in unpin_host_sve_state()

Broken udelay() on KVM host with a vcpu loaded
 2026-02-13 14:05 UTC  (9+ messages)

[PATCH v1 0/3] KVM: arm64: Fix guest feature sanitization and pKVM state synchronization
 2026-02-13 11:07 UTC  (11+ messages)
` [PATCH v1 1/3] KVM: arm64: Hide S1POE from guests when not supported by the host
` [PATCH v1 2/3] KVM: arm64: Fix ID register initialization for non-protected pKVM guests
` [PATCH v1 3/3] KVM: arm64: Remove redundant kern_hyp_va() in unpin_host_sve_state()

[PATCH v6 00/19] ARM64 PMU Partitioning
 2026-02-13  8:11 UTC  (3+ messages)

[RFC][PATCH] arm64: tlb: call kvm_call_hyp once during kvm_tlb_flush_vmid_range
 2026-02-12 11:54 UTC 

[PATCH v6 00/19] ARM64 PMU Partitioning
 2026-02-12  9:07 UTC  (3+ messages)
` [PATCH v6 09/19] KVM: arm64: Write fast path PMU register handlers

[PATCH kvmtool v6 0/6] arm64: Nested virtualization support
 2026-02-11 14:08 UTC  (8+ messages)
` [PATCH kvmtool v6 1/6] arm64: Initial nested virt support
` [PATCH kvmtool v6 2/6] arm64: nested: Add support for setting maintenance IRQ
` [PATCH kvmtool v6 3/6] arm64: Add counter offset control
` [PATCH kvmtool v6 4/6] arm64: Add FEAT_E2H0 support
` [PATCH kvmtool v6 5/6] arm64: Generate HYP timer interrupt specifiers
` [PATCH kvmtool v6 6/6] arm64: Handle virtio endianness reset when running nested


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).