summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/nvhe/pkvm.c
AgeCommit message (Expand)Author
2026-05-07KVM: arm64: Seed pkvm_ownership_selftest vcpu memcacheFuad Tabba
2026-04-24KVM: arm64: Fix pin leak and publication ordering in __pkvm_init_vcpu()Fuad Tabba
2026-04-01KVM: arm64: Don't hold 'vm_table_lock' across guest page reclaimWill Deacon
2026-04-01KVM: arm64: Allow get_pkvm_hyp_vm() to take a reference to a dying VMWill Deacon
2026-04-01KVM: arm64: Prevent teardown finalisation of referenced 'hyp_vm'Will Deacon
2026-03-30KVM: arm64: Register 'selftest_vm' in the VM tableWill Deacon
2026-03-30KVM: arm64: Implement the MEM_UNSHARE hypercall for protected VMsWill Deacon
2026-03-30KVM: arm64: Implement the MEM_SHARE hypercall for protected VMsWill Deacon
2026-03-30KVM: arm64: Add hvc handler at EL2 for hypercalls from protected VMsWill Deacon
2026-03-30KVM: arm64: Introduce hypercall to force reclaim of a protected pageWill Deacon
2026-03-30KVM: arm64: Change 'pkvm_handle_t' to u16Will Deacon
2026-03-30KVM: arm64: Introduce __pkvm_reclaim_dying_guest_page()Will Deacon
2026-03-30KVM: arm64: Split teardown hypercall into two phasesWill Deacon
2026-02-13KVM: arm64: Remove redundant kern_hyp_va() in unpin_host_sve_state()Fuad Tabba
2026-02-13KVM: arm64: Fix ID register initialization for non-protected pKVM guestsFuad Tabba
2026-02-05Merge branch kvm-arm64/pkvm-no-mte into kvmarm-master/nextMarc Zyngier
2026-01-23KVM: arm64: Use kvm_has_mte() in pKVM trap initializationFuad Tabba
2026-01-23Merge branch kvm-arm64/pkvm-features-6.20 into kvmarm-master/nextMarc Zyngier
2026-01-15KVM: arm64: Include VM type when checking VM capabilities in pKVMFuad Tabba
2026-01-15KVM: arm64: Fix MTE flag initialization for protected VMsFuad Tabba
2026-01-15KVM: arm64: Fix Trace Buffer trap polarity for protected VMsFuad Tabba
2026-01-15KVM: arm64: Fix Trace Buffer trapping for protected VMsFuad Tabba
2026-01-08KVM: arm64: Copy FGT traps to unprotected pKVM VCPU on VCPU loadAlexandru Elisei
2025-11-24KVM: arm64: vgic-v3: Fix GICv3 trapping in protected modeMarc Zyngier
2025-10-13KVM: arm64: Compute per-vCPU FGTs at vcpu_load()Oliver Upton
2025-09-15KVM: arm64: Introduce separate hypercalls for pKVM VM reservation and initial...Fuad Tabba
2025-09-15KVM: arm64: Consolidate pKVM hypervisor VM initialization logicFuad Tabba
2025-09-15KVM: arm64: Separate allocation and insertion of pKVM VM table entriesFuad Tabba
2025-09-15KVM: arm64: Decouple hyp VM creation state from its handleFuad Tabba
2025-09-15KVM: arm64: Clarify comments to distinguish pKVM mode from protected VMsFuad Tabba
2025-09-15KVM: arm64: Rename pkvm.enabled to pkvm.is_protectedFuad Tabba
2025-04-28KVM: arm64: Track SVE state in the hypervisor vcpu structureFuad Tabba
2025-03-19Merge branch 'kvm-arm64/pkvm-6.15' into kvmarm/nextOliver Upton
2025-03-14KVM: arm64: Create each pKVM hyp vcpu after its corresponding host vcpuFuad Tabba
2025-03-14KVM: arm64: Initialize HCRX_EL2 traps in pKVMFuad Tabba
2025-03-14KVM: arm64: Distinct pKVM teardown memcache for stage-2Vincent Donnefort
2025-03-05KVM: arm64: Copy MIDR_EL1 into hyp VM when it is writableOliver Upton
2025-03-05KVM: arm64: Copy guest CTR_EL0 into hyp VMOliver Upton
2025-01-12Merge branch kvm-arm64/pkvm-fixed-features-6.14 into kvmarm-master/nextMarc Zyngier
2025-01-08KVM: arm64: Fix FEAT_MTE in pKVMVladimir Murzin
2024-12-20KVM: arm64: Convert the SVE guest vcpu flag to a vm flagFuad Tabba
2024-12-20KVM: arm64: Remove PtrAuth guest vcpu flagFuad Tabba
2024-12-20KVM: arm64: Calculate cptr_el2 traps on activating trapsFuad Tabba
2024-12-20KVM: arm64: Remove redundant setting of HCR_EL2 trap bitFuad Tabba
2024-12-20KVM: arm64: Remove fixed_config.h headerFuad Tabba
2024-12-20KVM: arm64: Set protected VM traps based on its view of feature registersFuad Tabba
2024-12-20KVM: arm64: Fix RAS trapping in pKVM for protected VMsFuad Tabba
2024-12-20KVM: arm64: Initialize feature id registers for protected VMsFuad Tabba
2024-12-20KVM: arm64: Use KVM extension checks for allowed protected VM capabilitiesFuad Tabba
2024-12-20KVM: arm64: Remove KVM_ARM_VCPU_POWER_OFF from protected VMs allowed features...Fuad Tabba