aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/kvm_pgtable.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-11KVM: arm64: Enable retrieving protections attributes of PTEsQuentin Perret1-0/+20
2021-08-11KVM: arm64: Allow populating software bitsQuentin Perret1-1/+11
2021-08-11KVM: arm64: Enable forcing page-level stage-2 mappingsQuentin Perret1-25/+41
2021-08-11KVM: arm64: Optimize host memory abortsQuentin Perret1-30/+0
2021-08-11KVM: arm64: Expose page-table helpersQuentin Perret1-0/+40
2021-08-02KVM: arm64: Introduce helper to retrieve a PTE and its levelMarc Zyngier1-0/+20
2021-06-18KVM: arm64: Introduce two cache maintenance callbacksYanan Wang1-17/+25
2021-03-19KVM: arm64: Introduce KVM_PGTABLE_S2_IDMAP stage 2 flagQuentin Perret1-0/+2
2021-03-19KVM: arm64: Introduce KVM_PGTABLE_S2_NOFWB stage 2 flagQuentin Perret1-14/+29
2021-03-19KVM: arm64: Add kvm_pgtable_stage2_find_range()Quentin Perret1-0/+29
2021-03-19KVM: arm64: Use page-table to track page ownershipQuentin Perret1-0/+20
2021-03-19KVM: arm64: Make memcache anonymous in pgtable allocatorQuentin Perret1-3/+3
2021-03-19KVM: arm64: Refactor kvm_arm_setup_stage2()Quentin Perret1-0/+26
2021-03-19KVM: arm64: Use kvm_arch for stage 2 pgtableQuentin Perret1-2/+3
2021-03-19KVM: arm64: Prepare the creation of s1 mappings at EL2Quentin Perret1-0/+2
2021-03-19KVM: arm64: Factor memory allocation out of pgtable.cQuentin Perret1-2/+39
2021-01-25KVM: arm64: Filter out the case of only changing permissions from stage-2 map pathYanan Wang1-0/+5
2020-09-11KVM: arm64: Add support for relaxing stage-2 perms in generic page-table codeWill Deacon1-0/+19
2020-09-11KVM: arm64: Add support for stage-2 cache flushing in generic page-tableQuentin Perret1-0/+15
2020-09-11KVM: arm64: Add support for stage-2 write-protect in generic page-tableQuentin Perret1-0/+18
2020-09-11KVM: arm64: Add support for stage-2 page-aging in generic page-tableWill Deacon1-0/+44
2020-09-11KVM: arm64: Add support for stage-2 map()/unmap() in generic page-tableWill Deacon1-0/+46
2020-09-11KVM: arm64: Add support for creating kernel-agnostic stage-2 page tablesWill Deacon1-0/+18
2020-09-11KVM: arm64: Use generic allocator for hyp stage-1 page-tablesWill Deacon1-0/+5
2020-09-11KVM: arm64: Add support for creating kernel-agnostic stage-1 page tablesWill Deacon1-0/+40
2020-09-11KVM: arm64: Add stand-alone page-table walker infrastructureWill Deacon1-0/+104