Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2025-02-25 17:29:46 to 2025-03-04 05:42:32 UTC [more...]

[PATCH v7 00/45] arm64: Support for Arm CCA in KVM
 2025-03-04  5:42 UTC  (49+ messages)
` [PATCH v7 01/45] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH v7 02/45] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v7 03/45] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v7 04/45] arm64: RME: Add SMC definitions for calling the RMM
` [PATCH v7 05/45] arm64: RME: Add wrappers for RMI calls
` [PATCH v7 06/45] arm64: RME: Check for RME support at KVM init
` [PATCH v7 07/45] arm64: RME: Define the user ABI
` [PATCH v7 08/45] arm64: RME: ioctls to create and configure realms
` [PATCH v7 09/45] kvm: arm64: Expose debug HW register numbers for Realm
` [PATCH v7 10/45] arm64: kvm: Allow passing machine type in KVM creation
` [PATCH v7 11/45] arm64: RME: RTT tear down
` [PATCH v7 12/45] arm64: RME: Allocate/free RECs to match vCPUs
` [PATCH v7 14/45] arm64: RME: Support for the VGIC in realms
` [PATCH v7 16/45] arm64: RME: Allow VMM to set RIPAS
` [PATCH v7 17/45] arm64: RME: Handle realm enter/exit
` [PATCH v7 18/45] arm64: RME: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v7 19/45] KVM: arm64: Handle realm MMIO emulation
` [PATCH v7 20/45] arm64: RME: Allow populating initial contents
` [PATCH v7 22/45] KVM: arm64: Handle realm VCPU load
` [PATCH v7 23/45] KVM: arm64: Validate register access for a Realm VM
` [PATCH v7 24/45] KVM: arm64: Handle Realm PSCI requests
` [PATCH v7 25/45] KVM: arm64: WARN on injected undef exceptions
` [PATCH v7 26/45] arm64: Don't expose stolen time for realm guests

[PATCH v2 0/4] KVM: arm64: Separate the hyp FF-A buffers init from the host
 2025-03-04  1:56 UTC  (13+ messages)
` [PATCH v2 1/4] KVM: arm64: Use the static initializer for the vesion lock
` [PATCH v2 2/4] KVM: arm64: Move the ffa_to_linux definition to the ffa header
` [PATCH v2 3/4] KVM: arm64: Map the hypervisor FF-A buffers on ffa init
` [PATCH v2 4/4] KVM: arm64: Release the ownership of the hyp rx buffer to Trustzone

[PATCH v2 0/4] KVM: arm64: Fix initializing HCRX_EL2 and other traps in pKVM
 2025-03-03 21:49 UTC  (14+ messages)
` [PATCH v2 1/4] KVM: arm64: Factor out setting HCRX_EL2 traps into separate function
` [PATCH v2 2/4] KVM: arm64: Initialize HCRX_EL2 traps in pKVM
` [PATCH v2 3/4] KVM: arm64: Factor out pKVM hyp vcpu creation to separate function
` [PATCH v2 4/4] KVM: arm64: Create each pKVM hyp vcpu after its corresponding host vcpu

[PATCH] KVM: arm64: Count pKVM stage-2 usage in secondary pagetable stats
 2025-03-03 21:18 UTC  (2+ messages)

writable ID_AA64MMFR0_EL1.TGRAN*_2 ?
 2025-03-03 19:39 UTC  (2+ messages)

[PATCH] KVM: arm64: PMU: Fix SET_ONE_REG for vPMC regs
 2025-03-03 19:26 UTC  (2+ messages)

[PATCH v20 00/11] arm64/perf: Enable branch stack sampling
 2025-03-03 16:44 UTC  (18+ messages)
` [PATCH v20 11/11] perf: arm_pmuv3: Add support for the Branch Record Buffer Extension (BRBE)

[PATCH V2 0/8] arm64/mm: Drop PXD_TABLE_BIT
 2025-03-03 10:23 UTC  (5+ messages)

[PATCH 0/6] Move pKVM ownership state to hyp_vmemmap
 2025-03-03  9:47 UTC  (8+ messages)
` [PATCH 1/6] KVM: arm64: Track SVE state in the hypervisor vcpu structure
` [PATCH 2/6] KVM: arm64: Use 0b11 for encoding PKVM_NOPAGE
` [PATCH 3/6] KVM: arm64: Introduce {get,set}_host_state() helpers
` [PATCH 4/6] KVM: arm64: Move hyp state to hyp_vmemmap
` [PATCH 5/6] KVM: arm64: Defer EL2 stage-1 mapping on share
` [PATCH 6/6] KVM: arm64: Unconditionally cross check hyp state

[PATCH 0/9] Stage-2 huge mappings for pKVM np-guests
 2025-03-03  9:08 UTC  (19+ messages)
` [PATCH 1/9] KVM: arm64: Handle huge mappings for np-guest CMOs
` [PATCH 2/9] KVM: arm64: Add a range to __pkvm_host_share_guest()
` [PATCH 2/9] KVM: arm64: Add "
` [PATCH 3/9] KVM: arm64: Add a range to __pkvm_host_unshare_guest()
` [PATCH 3/9] KVM: arm64: Add "
` [PATCH 4/9] KVM: arm64: Add a range to __pkvm_host_wrprotect_guest()
` [PATCH 4/9] KVM: arm64: Add "
` [PATCH 5/9] KVM: arm64: Add a range to __pkvm_host_test_clear_young_guest()
` [PATCH 5/9] KVM: arm64: Add "
` [PATCH 6/9] KVM: arm64: Convert pkvm_mappings to interval tree
` [PATCH 7/9] KVM: arm64: Add a range to pkvm_mappings
` [PATCH 7/9] KVM: arm64: Add "
` [PATCH 8/9] KVM: arm64: Stage-2 huge mappings for np-guests
` [PATCH 9/9] KVM: arm64: np-guest CMOs with PMD_SIZE fixmap

[PATCH 0/2] KVM: arm64: PSCI relay fixes
 2025-03-02  8:41 UTC  (11+ messages)
` [PATCH 1/2] KVM: arm64: Initialize HCR_EL2.E2H early
` [PATCH 2/2] KVM: arm64: Initialize SCTLR_EL1 in __kvm_hyp_init_cpu()

[PATCH V2 0/7] arm64/boot: Enable EL2 requirements for FEAT_PMUv3p9
 2025-03-01 11:11 UTC  (8+ messages)
` [PATCH V2 7/7] "

[PATCH v4 0/5] KVM: arm64: Writable MIDR/REVIDR (and associated baggage)
 2025-02-28 13:21 UTC  (6+ messages)
` [PATCH v4 5/5] KVM: selftests: arm64: Test writes to MIDR,REVIDR,AIDR

[PATCH v7 00/11] arm64: Support for running as a guest in Arm CCA
 2025-02-27 21:21 UTC  (9+ messages)
` [PATCH v7 09/11] arm64: Enable memory encrypt for Realms

[PATCH 0/3] KVM: arm64: Separate the hyp FF-A buffers init from the host
 2025-02-27 17:58 UTC  (6+ messages)
` [PATCH 1/3] KVM: arm64: Use the static initializer for the vesion lock
` [PATCH 2/3] KVM: arm64: Map the hypervisor FF-A buffers on ffa init
` [PATCH 3/3] KVM: arm64: Release the ownership of the hyp rx buffer to Trustzone

[kvm-unit-tests PATCH v1 0/7] arm64: support EL2
 2025-02-27 17:01 UTC  (11+ messages)
` [kvm-unit-tests PATCH v1 1/7] arm64: drop to EL1 if booted at EL2
` [kvm-unit-tests PATCH v1 2/7] arm64: timer: use hypervisor timers when "
` [kvm-unit-tests PATCH v1 3/7] arm64: micro-bench: fix timer IRQ
` [kvm-unit-tests PATCH v1 5/7] arm64: selftest: update test for running at EL2
` [kvm-unit-tests PATCH v1 6/7] arm64: pmu: count EL2 cycles

[PATCH v4] arm64: Add basic MTE test
 2025-02-27 15:22 UTC 

[kvm-unit-tests PATCH v3] arm64: Add basic MTE test
 2025-02-27 14:33 UTC  (6+ messages)

[PATCH V3] arm64/boot: Enable EL2 requirements for FEAT_PMUv3p9
 2025-02-27  3:51 UTC 

[PATCH V3 0/5] mm: Rework generic PTDUMP configs
 2025-02-27  0:06 UTC  (12+ messages)
` [PATCH V3 1/5] configs: Drop GENERIC_PTDUMP from debug.config
` [PATCH V3 2/5] arch/powerpc: Drop GENERIC_PTDUMP from mpc885_ads_defconfig
` [PATCH V3 3/5] docs: arm64: Drop PTDUMP config options from ptdump.rst
` [PATCH V3 4/5] mm: Make DEBUG_WX depdendent on GENERIC_PTDUMP
` [PATCH V3 5/5] mm: Rename GENERIC_PTDUMP and PTDUMP_CORE

[PATCH 0/4] KVM: arm64: Fixes/clarification for GICv4 vLPI injection
 2025-02-26 21:27 UTC  (7+ messages)
` [PATCH 1/4] KVM: arm64: vgic-v4: Only attempt vLPI mapping for actual MSIs
` [PATCH 2/4] KVM: arm64: vgic-v4: Only WARN for HW IRQ mismatch when unmapping vLPI
` [PATCH 3/4] KVM: arm64: vgic-v4: Fall back to software irqbypass if LPI not found
` [PATCH 4/4] KVM: arm64: Document ordering requirements for irqbypass

[PATCH v8 0/6] KVM: arm64: Errata management for VM Live migration
 2025-02-26 19:41 UTC  (7+ messages)
` [PATCH v8 1/6] arm64: Modify _midr_range() functions to read MIDR/REVIDR internally
` [PATCH v8 4/6] arm64: Make _midr_in_range_list() an exported function
` [PATCH v8 5/6] smccc/kvm_guest: Enable errata based on implementation CPUs

[PATCH v3 0/4] KVM: arm64: writable MIDR/REVIDR
 2025-02-26 18:56 UTC  (4+ messages)

[PATCH v1 0/3] KVM: arm64: Fix initializing HCRX_EL2 and other traps in pKVM
 2025-02-26 18:54 UTC  (9+ messages)
` [PATCH v1 1/3] KVM: arm64: Initialize HCRX_EL2 "

[PATCH 0/7] KVM: x86: nVMX IRQ fix and VM teardown cleanups
 2025-02-26 18:38 UTC  (9+ messages)
` [PATCH 1/7] KVM: x86: Free vCPUs before freeing VM state

[PATCH v2 0/4] Selftest for pKVM ownership transitions
 2025-02-26 18:10 UTC  (8+ messages)
` [PATCH v2 2/4] KVM: arm64: Don't WARN from __pkvm_host_share_guest()
` [PATCH v2 3/4] KVM: arm64: Selftest for pKVM transitions

[PATCH] KVM: arm64: Drop mte_allowed check during memslot creation
 2025-02-26 18:02 UTC  (12+ messages)

[PATCH v4 00/16] KVM: arm64: Add NV GICv3 support
 2025-02-25 17:29 UTC  (17+ messages)
` [PATCH v4 01/16] arm64: sysreg: Add layout for ICH_HCR_EL2
` [PATCH v4 02/16] arm64: sysreg: Add layout for ICH_VTR_EL2
` [PATCH v4 03/16] arm64: sysreg: Add layout for ICH_MISR_EL2
` [PATCH v4 04/16] KVM: arm64: nv: Load timer before the GIC
` [PATCH v4 05/16] KVM: arm64: nv: Add ICH_*_EL2 registers to vpcu_sysreg
` [PATCH v4 06/16] KVM: arm64: nv: Plumb handling of GICv3 EL2 accesses
` [PATCH v4 07/16] KVM: arm64: nv: Sanitise ICH_HCR_EL2 accesses
` [PATCH v4 08/16] KVM: arm64: nv: Nested GICv3 emulation
` [PATCH v4 09/16] KVM: arm64: nv: Handle L2->L1 transition on interrupt injection
` [PATCH v4 10/16] KVM: arm64: nv: Add Maintenance Interrupt emulation
` [PATCH v4 11/16] KVM: arm64: nv: Respect virtual HCR_EL2.TWx setting
` [PATCH v4 12/16] KVM: arm64: nv: Request vPE doorbell upon nested ERET to L2
` [PATCH v4 13/16] KVM: arm64: nv: Propagate used_lrs between L1 and L0 contexts
` [PATCH v4 14/16] KVM: arm64: nv: Fold GICv3 host trapping requirements into guest setup
` [PATCH v4 15/16] KVM: arm64: nv: Allow userland to set VGIC maintenance IRQ
` [PATCH v4 16/16] KVM: arm64: nv: Fail KVM init if asking for NV without GICv3


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