summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/pgtable.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Fix masks in stage2_pte_cacheable()Will Deacon2020-10-291-1/+1
* KVM: arm64: Allocate stage-2 pgd pages with GFP_KERNEL_ACCOUNTWill Deacon2020-10-291-1/+1
* KVM: arm64: Pass level hint to TLBI during stage-2 permission faultWill Deacon2020-10-021-7/+16
* KVM: arm64: Add support for relaxing stage-2 perms in generic page-table codeWill Deacon2020-09-111-0/+20
* KVM: arm64: Add support for stage-2 cache flushing in generic page-tableQuentin Perret2020-09-111-0/+26
* KVM: arm64: Add support for stage-2 write-protect in generic page-tableQuentin Perret2020-09-111-0/+6
* KVM: arm64: Add support for stage-2 page-aging in generic page-tableWill Deacon2020-09-111-0/+86
* KVM: arm64: Add support for stage-2 map()/unmap() in generic page-tableWill Deacon2020-09-111-0/+273
* KVM: arm64: Add support for creating kernel-agnostic stage-2 page tablesWill Deacon2020-09-111-0/+54
* KVM: arm64: Add support for creating kernel-agnostic stage-1 page tablesWill Deacon2020-09-111-0/+133
* KVM: arm64: Add stand-alone page-table walker infrastructureWill Deacon2020-09-111-0/+285