summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/pgtable.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Fix range alignment when walking page tablesJia He2021-03-061-0/+1
* KVM: arm64: Filter out the case of only changing permissions from stage-2 map...Yanan Wang2021-01-251-11/+21
* KVM: arm64: Adjust partial code of hyp stage-1 map and guest stage-2 mapYanan Wang2021-01-251-27/+28
* KVM: arm64: Fix handling of merging tables into a block entryYanan Wang2020-12-021-1/+7
* KVM: arm64: Fix memory leak on stage2 update of a valid PTEYanan Wang2020-12-021-0/+9
* 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