aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/pgtable.c
AgeCommit message (Expand)AuthorFilesLines
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: Add per-cpu fixmap infrastructure at EL2Quentin Perret1-12/+0
2022-11-11KVM: arm64: Add infrastructure to create and track pKVM instances at EL2Fuad Tabba1-0/+9
2022-11-10KVM: arm64: Handle stage-2 faults in parallelOliver Upton1-2/+3
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 Upton1-63/+22
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 Upton1-39/+24
2022-11-10KVM: arm64: Stash observed pte value in visitor contextOliver Upton1-44/+42
2022-11-10KVM: arm64: Combine visitor arguments into a context structureOliver Upton1-137/+132
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition namesMark Brown1-1/+1
2022-01-14KVM: arm64: pkvm: Use the mm_ops indirection for cache maintenanceMarc Zyngier1-12/+6
2022-01-04Merge branch kvm-arm64/misc-5.17 into kvmarm-master/nextMarc Zyngier1-3/+3
2021-12-16KVM: arm64: Rework kvm_pgtable initialisationMarc Zyngier1-3/+3
2021-12-16KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2Will Deacon1-0/+63
2021-12-16KVM: arm64: Refcount hyp stage-1 pgtable pagesQuentin Perret1-20/+19
2021-08-11KVM: arm64: Enable retrieving protections attributes of PTEsQuentin Perret1-0/+37
2021-08-11KVM: arm64: Allow populating software bitsQuentin Perret1-0/+5
2021-08-11KVM: arm64: Enable forcing page-level stage-2 mappingsQuentin Perret1-5/+24
2021-08-11KVM: arm64: Tolerate re-creating hyp mappings to set software bitsQuentin Perret1-2/+16
2021-08-11KVM: arm64: Don't overwrite software bits with owner idQuentin Perret1-1/+1
2021-08-11KVM: arm64: Rename KVM_PTE_LEAF_ATTR_S2_IGNOREDQuentin Perret1-2/+2
2021-08-11KVM: arm64: Optimize host memory abortsQuentin Perret1-74/+0
2021-08-11KVM: arm64: Expose page-table helpersQuentin Perret1-39/+0
2021-08-02KVM: arm64: Introduce helper to retrieve a PTE and its levelMarc Zyngier1-0/+39
2021-06-18Merge branch arm64/for-next/caches into kvmarm-master/nextMarc Zyngier1-3/+10
2021-06-18KVM: arm64: Move guest CMOs to the fault handlersYanan Wang1-7/+31
2021-06-18KVM: arm64: Introduce mm_ops member for structure stage2_attr_dataYanan Wang1-4/+6
2021-05-25arm64: Rename arm64-internal cache maintenance functionsFuad Tabba1-2/+2
2021-05-25arm64: __flush_dcache_area to take end parameter instead of sizeFuad Tabba1-3/+10
2021-03-19KVM: arm64: Introduce KVM_PGTABLE_S2_IDMAP stage 2 flagQuentin Perret1-0/+3
2021-03-19KVM: arm64: Introduce KVM_PGTABLE_S2_NOFWB stage 2 flagQuentin Perret1-25/+31
2021-03-19KVM: arm64: Add kvm_pgtable_stage2_find_range()Quentin Perret1-4/+85
2021-03-19KVM: arm64: Refactor the *_map_set_prot_attr() helpersQuentin Perret1-8/+8
2021-03-19KVM: arm64: Use page-table to track page ownershipQuentin Perret1-24/+102
2021-03-19KVM: arm64: Always zero invalid PTEsQuentin Perret1-10/+16
2021-03-19KVM: arm64: Make memcache anonymous in pgtable allocatorQuentin Perret1-2/+2
2021-03-19KVM: arm64: Refactor kvm_arm_setup_stage2()Quentin Perret1-0/+32
2021-03-19KVM: arm64: Use kvm_arch for stage 2 pgtableQuentin Perret1-3/+3
2021-03-19KVM: arm64: Prepare the creation of s1 mappings at EL2Quentin Perret1-2/+0
2021-03-19KVM: arm64: Factor memory allocation out of pgtable.cQuentin Perret1-38/+60
2021-03-19KVM: arm64: Avoid free_page() in page-table allocatorQuentin Perret1-5/+5