Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2026-04-13 14:42:05 to 2026-04-23 10:17:32 UTC [more...]

[RFC PATCH v2 0/4] fix FF-A call failed with pKVM when ff-a driver is built-in
 2026-04-23 10:17 UTC  (13+ messages)
` [RFC PATCH v2 1/4] security: ima: call ima_init() again at late_initcall_sync for defered TPM
` [RFC PATCH v2 2/4] tpm: tpm_crb_ffa: revert defered_probed when tpm_crb_ffa is built-in
` [RFC PATCH v2 3/4] firmware: arm_ffa: revert ffa_init() initcall level to device_initcall
` [RFC PATCH v2 4/4] firmware: arm_ffa: check pkvm initailised when initailise ffa driver

[PATCH] KVM: arm64: Validate the FF-A memory access descriptor placement
 2026-04-23  9:55 UTC  (9+ messages)

[RFC PATCH 0/4] fix FF-A call failed with pKVM when ff-a driver is built-in
 2026-04-23  8:57 UTC  (34+ messages)
` [RFC PATCH 1/4] security: ima: move ima_init into late_initcall_sync
` [RFC PATCH 2/4] tpm: tpm_crb_ffa: revert defered_probed when tpm_crb_ffa is built-in
` [RFC PATCH 3/4] firmware: arm_ffa: revert ffa_init() initcall level to device_initcall
` [RFC PATCH 4/4] firmware: arm_ffa: check pkvm initailised when initailise ffa driver

[PATCH v13 00/48] arm64: Support for Arm CCA in KVM
 2026-04-22 15:38 UTC  (8+ messages)

[PATCH v4 00/49] KVM: arm64: Add LR overflow infrastructure (the final one, I swear!)
 2026-04-22 14:57 UTC  (8+ messages)
` [PATCH v4 35/49] KVM: arm64: GICv3: nv: Plug L1 LR sync into deactivation primitive

[PATCH v2 0/4] KVM: arm64: Don't perform vgic-v2 lazy init on timer injection
 2026-04-22 13:30 UTC  (6+ messages)
` [PATCH v2 1/4] KVM: arm64: timer: Repaint kvm_timer_{should,irq_can}_fire() to kvm_timer_{pending,enabled}()
` [PATCH v2 2/4] KVM: arm64: timer: Kill the per-timer level cache
` [PATCH v2 3/4] KVM: arm64: vgic-v2: Force vgic init on injection outside the run loop
` [PATCH v2 4/4] KVM: arm64: vgic-v2: Don't init the vgic on in-kernel interrupt injection

[kvm-unit-tests PATCH v1] arm64: update ESR_ELx definitions to match Linux kernel
 2026-04-22 13:08 UTC 

[PATCH v7 0/4] KVM: arm64: PMU: Use multiple host PMUs
 2026-04-22  7:02 UTC  (17+ messages)
` [PATCH v7 1/4] KVM: arm64: PMU: Add kvm_pmu_enabled_counter_mask()
` [PATCH v7 2/4] KVM: arm64: PMU: Protect the list of PMUs with RCU
` [PATCH v7 3/4] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY
` [PATCH v7 4/4] KVM: arm64: selftests: Test PMU_V3_FIXED_COUNTERS_ONLY

[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
 2026-04-21 17:08 UTC  (10+ messages)
` [PATCH v12 01/16] set_memory: set_direct_map_* to take address
` [PATCH v12 09/16] KVM: arm64: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map

[PATCH] KVM: arm64: Treat ID_AA64DFR0_EL1.PMUVer as an unsigned field
 2026-04-21 16:45 UTC  (2+ messages)

[PATCH 00/18] KVM: arm64: Second batch of vgic fixes for 7.1
 2026-04-21 16:02 UTC  (25+ messages)
` [PATCH 01/18] KVM: arm64: vgic-v5: Add for_each_visible_v5_ppi() iterator
` [PATCH 02/18] KVM: arm64: vgic-v5: Move PPI caps into kvm_vgic_global_state
` [PATCH 03/18] KVM: arm64: vgic-v5: Remove use of __assign_bit() with a constant
` [PATCH 04/18] KVM: arm64: vgic-v5: Drop pointless ARM64_HAS_GICV5_CPUIF check
` [PATCH 05/18] KVM: arm64: vgic: Constify struct irq_ops usage
` [PATCH 06/18] KVM: arm64: vgic: Consolidate vgic_allocate_private_irqs_locked()
` [PATCH 07/18] KVM: arm64: vgic-v5: Drop defensive checks from vgic_v5_ppi_queue_irq_unlock()
` [PATCH 08/18] KVM: arm64: vgic: Rationalise per-CPU irq accessor
` [PATCH 09/18] KVM: arm64: vgic-v5: Limit support to 64 PPIs
` [PATCH 10/18] KVM: arm64: vgic-v5: Add missing trap handing for NV triage
` [PATCH 11/18] KVM: arm64: vgic-v5: Atomically assign bits to PPI DVI bitmap
` [PATCH 12/18] KVM: arm64: selftests: Add missing GIC CDEN to no-vgic-v5 selftest
` [PATCH 13/18] KVM: arm64: selftests: Cleanup unused vars in GICv5 PPI selftest
` [PATCH 14/18] KVM: arm64: selftests: Improve error handling for "
` [PATCH 15/18] Documentation: KVM: Fix typos in VGICv5 documentation
` [PATCH 16/18] Documentation: KVM: Clarify that PMU_V3_IRQ IntID requirements for GICv5
` [PATCH 17/18] irqchip/gic-v5: Immediately exec priority drop following activate
` [PATCH 18/18] KVM: arm64: Fix arch timer interrupts for GICv3-on-GICv5 guests

[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2026-04-21 14:18 UTC  (8+ messages)
` [PATCH v3 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events

[PATCH] tracing: Make undefsyms_base.c a first-class citizen
 2026-04-21  9:54 UTC 

[PATCH] arm64: KVM: Initialize vGIC before preempt-disabled section in kvm_reset_vcpu()
 2026-04-21  7:42 UTC  (4+ messages)

[PATCH 00/30] KVM: arm64: Add support for protected guest memory with pKVM
 2026-04-21  4:15 UTC  (5+ messages)

[PATCH v3 00/19] KVM: selftests: Use kernel-style integer and g[vp]a_t types
 2026-04-20 21:20 UTC  (20+ messages)
` [PATCH v3 01/19] KVM: selftests: Use gva_t instead of vm_vaddr_t
` [PATCH v3 02/19] KVM: selftests: Use gpa_t instead of vm_paddr_t
` [PATCH v3 03/19] KVM: selftests: Use gpa_t for GPAs in Hyper-V selftests
` [PATCH v3 04/19] KVM: selftests: Use u64 instead of uint64_t
` [PATCH v3 05/19] KVM: selftests: Use s64 instead of int64_t
` [PATCH v3 06/19] KVM: selftests: Use u32 instead of uint32_t
` [PATCH v3 07/19] KVM: selftests: Use s32 instead of int32_t
` [PATCH v3 08/19] KVM: selftests: Use u16 instead of uint16_t
` [PATCH v3 09/19] KVM: selftests: Use s16 instead of int16_t
` [PATCH v3 10/19] KVM: selftests: Use u8 instead of uint8_t
` [PATCH v3 11/19] KVM: selftests: Drop "vaddr_" from APIs that allocate memory for a given VM
` [PATCH v3 12/19] KVM: selftests: Rename vm_vaddr_unused_gap() => vm_unused_gva_gap()
` [PATCH v3 13/19] KVM: selftests: Rename vm_vaddr_populate_bitmap() => vm_populate_gva_bitmap()
` [PATCH v3 14/19] KVM: selftests: Rename translate_to_host_paddr() => translate_hva_to_hpa()
` [PATCH v3 15/19] KVM: selftests: Clarify that arm64's inject_uer() takes a host PA, not a guest PA
` [PATCH v3 16/19] KVM: selftests: Replace "vaddr" with "gva" throughout
` [PATCH v3 17/19] KVM: selftests: Replace "u64 gpa" with "gpa_t" throughout
` [PATCH v3 18/19] KVM: selftests: Replace "u64 nested_paddr" with "gpa_t l2_gpa"
` [PATCH v3 19/19] KVM: selftests: Replace "paddr" with "gpa" throughout

[PATCH v2 00/10] KVM: selftests: Use kernel-style integer and g[vp]a_t types
 2026-04-20 20:43 UTC  (6+ messages)
` [PATCH v2 01/10] KVM: selftests: Use gva_t instead of vm_vaddr_t
` [PATCH v2 04/10] KVM: selftests: Use u64 instead of uint64_t

[PATCH v1 00/27] KVM: s390: Introduce arm64 KVM
 2026-04-20 10:57 UTC  (2+ messages)

[PATCH 0/1] KVM: arm64: nv: Implement nested stage-2 reverse map
 2026-04-17 21:40 UTC  (6+ messages)
` [PATCH 1/1] KVM: arm64: nv: Avoid full shadow s2 unmap

[RFC PATCH 00/14] KVM: ITS hardening for pKVM
 2026-04-17 17:18 UTC  (4+ messages)
` [PATCH 01/14] KVM: arm64: Donate MMIO to the hypervisor

[PATCH v17 00/24] KVM: Enable mmap() for guest_memfd
 2026-04-17 16:47 UTC  (4+ messages)
` [PATCH v17 24/24] KVM: selftests: Add guest_memfd testcase to fault-in on !mmap()'d memory

[PATCH 0/4] KVM: arm64: Don't perform vgic-v2 lazy init on timer injection
 2026-04-17 15:56 UTC  (6+ messages)
` [PATCH 1/4] KVM: arm64: timer: Repaint kvm_timer_should_fire() to kvm_timer_pending()
` [PATCH 2/4] KVM: arm64: timer: Kill the per-timer level cache
` [PATCH 3/4] KVM: arm64: vgic-v2: Force vgic init on injection from userspace
` [PATCH 4/4] KVM: arm64: vgic-v2: Don't init the vgic on in-kernel interrupt injection

[PATCH] KVM: arm64: pkvm: Adopt MARKER() to define host hypercall ranges
 2026-04-17 14:23 UTC  (4+ messages)

[PATCH] KVM: arm64: Re-allow hyp tracing HVCs for [nh]VHE
 2026-04-17 14:23 UTC  (4+ messages)

[PATCH v2 0/4] KVM: arm64: selftests: Basic nested guest support
 2026-04-16 23:39 UTC  (12+ messages)
` [PATCH v2 2/4] KVM: arm64: sefltests: Add helpers for guest hypervisors
` [PATCH v2 3/4] KVM: arm64: sefltests: Add basic NV selftest

[kvm-unit-tests PATCH v2 0/7] arm64: Add Stage-2 MMU and Nested Guest Framework
 2026-04-16 16:16 UTC  (11+ messages)
` [kvm-unit-tests PATCH v2 1/7] lib: arm64: Generalize ESR exception class definitions for EL2 support
` [kvm-unit-tests PATCH v2 2/7] lib: arm64: Add stage2 page table management library
` [kvm-unit-tests PATCH v2 3/7] lib: arm64: Generalize exception vector definitions for EL2 support
` [kvm-unit-tests PATCH v2 4/7] lib: arm64: Add foundational guest execution framework
` [kvm-unit-tests PATCH v2 5/7] lib: arm64: Add support for guest exit exception handling
` [kvm-unit-tests PATCH v2 6/7] lib: arm64: Add guest-internal exception handling (EL1)
` [kvm-unit-tests PATCH v2 7/7] arm64: Add Stage-2 MMU demand paging test

[PATCH v5 00/24] ARM64 PMU Partitioning
 2026-04-14 19:55 UTC  (2+ messages)

[PATCH v2 0/4] KVM: arm64: Handle unsupported guest translation granule sizes
 2026-04-14  0:03 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: arm64: nv: Rename vtcr_to_walk_info() to setup_s2_walk()
` [PATCH v2 2/4] KVM: arm64: Factor out TG0/1 decoding of VTCR and TCR
` [PATCH v2 3/4] KVM: arm64: nv: Use literal granule size in TLBI range calculation
` [PATCH v2 4/4] KVM: arm64: Fallback to a supported value for unsupported guest TGx

[PATCH v6 00/40] arm_mpam: Add KVM/arm64 and resctrl glue code
 2026-04-13 14:41 UTC  (2+ messages)


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