summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/pgtable.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-06KVM: arm64: Fix range alignment when walking page tablesJia He1-0/+1
2021-01-25KVM: arm64: Filter out the case of only changing permissions from stage-2 map...Yanan Wang1-11/+21
2021-01-25KVM: arm64: Adjust partial code of hyp stage-1 map and guest stage-2 mapYanan Wang1-27/+28
2020-12-02KVM: arm64: Fix handling of merging tables into a block entryYanan Wang1-1/+7
2020-12-02KVM: arm64: Fix memory leak on stage2 update of a valid PTEYanan Wang1-0/+9
2020-10-29KVM: arm64: Fix masks in stage2_pte_cacheable()Will Deacon1-1/+1
2020-10-29KVM: arm64: Allocate stage-2 pgd pages with GFP_KERNEL_ACCOUNTWill Deacon1-1/+1
2020-10-02KVM: arm64: Pass level hint to TLBI during stage-2 permission faultWill Deacon1-7/+16
2020-09-11KVM: arm64: Add support for relaxing stage-2 perms in generic page-table codeWill Deacon1-0/+20
2020-09-11KVM: arm64: Add support for stage-2 cache flushing in generic page-tableQuentin Perret1-0/+26
2020-09-11KVM: arm64: Add support for stage-2 write-protect in generic page-tableQuentin Perret1-0/+6
2020-09-11KVM: arm64: Add support for stage-2 page-aging in generic page-tableWill Deacon1-0/+86
2020-09-11KVM: arm64: Add support for stage-2 map()/unmap() in generic page-tableWill Deacon1-0/+273
2020-09-11KVM: arm64: Add support for creating kernel-agnostic stage-2 page tablesWill Deacon1-0/+54
2020-09-11KVM: arm64: Add support for creating kernel-agnostic stage-1 page tablesWill Deacon1-0/+133
2020-09-11KVM: arm64: Add stand-alone page-table walker infrastructureWill Deacon1-0/+285