summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp
AgeCommit message (Expand)AuthorFilesLines
2023-01-03KVM: arm64: Convert FSC_* over to ESR_ELx_FSC_*Marc Zyngier2-2/+2
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds16-438/+1741
2022-12-05Merge branch kvm-arm64/misc-6.2 into kvmarm-master/nextMarc Zyngier1-1/+1
2022-12-05Merge branch kvm-arm64/pkvm-vcpu-state into kvmarm-master/nextMarc Zyngier15-125/+1392
2022-12-05Merge branch kvm-arm64/parallel-faults into kvmarm-master/nextMarc Zyngier3-319/+355
2022-11-22KVM: arm64: Reject shared table walks in the hyp codeOliver Upton1-1/+4
2022-11-22KVM: arm64: Don't acquire RCU read lock for exclusive table walksOliver Upton1-2/+2
2022-11-22KVM: arm64: Take a pointer to walker data in kvm_dereference_pteref()Oliver Upton1-3/+3
2022-11-11KVM: arm64: Use the pKVM hyp vCPU structure in handle___kvm_vcpu_run()Will Deacon3-2/+109
2022-11-11KVM: arm64: Don't unnecessarily map host kernel sections at EL2Quentin Perret1-11/+3
2022-11-11KVM: arm64: Explicitly map 'kvm_vgic_global_state' at EL2Quentin Perret1-0/+5
2022-11-11KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2Will Deacon1-0/+3
2022-11-11KVM: arm64: Unmap 'kvm_arm_hyp_percpu_base' from the hostQuentin Perret1-0/+2
2022-11-11KVM: arm64: Return guest memory from EL2 via dedicated teardown memcacheQuentin Perret3-13/+33
2022-11-11KVM: arm64: Instantiate guest stage-2 page-tables at EL2Quentin Perret2-2/+129
2022-11-11KVM: arm64: Add generic hyp_memcache helpersQuentin Perret2-0/+35
2022-11-11KVM: arm64: Provide I-cache invalidation by virtual address at EL2Will Deacon2-0/+14
2022-11-11KVM: arm64: Add per-cpu fixmap infrastructure at EL2Quentin Perret6-13/+114
2022-11-11KVM: arm64: Instantiate pKVM hypervisor VM and vCPU structures from EL1Fuad Tabba2-4/+14
2022-11-11KVM: arm64: Add infrastructure to create and track pKVM instances at EL2Fuad Tabba7-0/+503
2022-11-11KVM: arm64: Rename 'host_kvm' to 'host_mmu'Will Deacon2-26/+26
2022-11-11KVM: arm64: Add hyp_spinlock_t static initializerFuad Tabba1-1/+9
2022-11-11KVM: arm64: Include asm/kvm_mmu.h in nvhe/mem_protect.hWill Deacon1-0/+1
2022-11-11KVM: arm64: Add helpers to pin memory shared with the hypervisor at EL2Quentin Perret3-1/+57
2022-11-11KVM: arm64: Prevent the donation of no-map pagesQuentin Perret1-6/+16
2022-11-11KVM: arm64: Implement do_donate() helper for donating memoryWill Deacon2-0/+241
2022-11-11KVM: arm64: Unify identifiers used to distinguish host and hypervisorWill Deacon3-10/+6
2022-11-11KVM: arm64: Fix-up hyp stage-1 refcounts for all pages mapped at EL2Quentin Perret1-19/+43
2022-11-11KVM: arm64: Back the hypervisor 'struct hyp_page' array for all memoryQuentin Perret4-24/+32
2022-11-11KVM: arm64: Allow attaching of non-coalescable pages to a hyp poolQuentin Perret1-0/+6
2022-11-11KVM: arm64: Move hyp refcount manipulation helpers to common header fileQuentin Perret2-19/+22
2022-11-11KVM: arm64: Fix typo in commentZhiyuan Dai1-1/+1
2022-11-10KVM: arm64: Handle stage-2 faults in parallelOliver Upton2-3/+4
2022-11-10KVM: arm64: Make table->block changes parallel-awareOliver Upton1-12/+3
2022-11-10KVM: arm64: Make leaf->leaf PTE changes parallel-awareOliver Upton1-14/+12
2022-11-10KVM: arm64: Make block->table PTE changes parallel-awareOliver Upton1-5/+75
2022-11-10KVM: arm64: Split init and set for table PTEOliver Upton1-10/+10
2022-11-10KVM: arm64: Atomically update stage 2 leaf attributes in parallel walksOliver Upton1-9/+22
2022-11-10KVM: arm64: Protect stage-2 traversal with RCUOliver Upton1-1/+9
2022-11-10KVM: arm64: Tear down unlinked stage-2 subtree after break-before-makeOliver Upton2-63/+28
2022-11-10KVM: arm64: Use an opaque type for ptepsOliver Upton1-13/+14
2022-11-10KVM: arm64: Add a helper to tear down unlinked stage-2 subtreesOliver Upton1-0/+23
2022-11-10KVM: arm64: Don't pass kvm_pgtable through kvm_pgtable_walk_dataOliver Upton1-13/+5
2022-11-10KVM: arm64: Pass mm_ops through the visitor contextOliver Upton2-41/+25
2022-11-10KVM: arm64: Stash observed pte value in visitor contextOliver Upton3-51/+47
2022-11-10KVM: arm64: Combine visitor arguments into a context structureOliver Upton3-152/+143
2022-11-09arm64: unwind: add asynchronous unwind tables to kernel and modulesArd Biesheuvel1-0/+1
2022-11-01KVM: arm64: Fix SMPRI_EL1/TPIDR2_EL0 trapping on VHEMarc Zyngier3-34/+20
2022-10-27KVM: arm64: Fix bad dereference on MTE-enabled systemsRyan Roberts1-1/+2
2022-10-25KVM: arm64: Use correct accessor to parse stage-1 PTEsQuentin Perret1-1/+1