summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/kvm_pgtable.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Infer the PA offset from IPA in stage-2 map walkerOliver Upton2023-04-211-0/+1
* KVM: arm64: Ignore EAGAIN for walks outside of a faultOliver Upton2023-01-121-0/+3
* KVM: arm64: Use KVM's pte type/helpers in handle_access_fault()Oliver Upton2023-01-121-0/+5
* Merge branch kvm-arm64/pkvm-vcpu-state into kvmarm-master/nextMarc Zyngier2022-12-051-0/+22
|\
| * KVM: arm64: Add per-cpu fixmap infrastructure at EL2Quentin Perret2022-11-111-0/+14
| * KVM: arm64: Add infrastructure to create and track pKVM instances at EL2Fuad Tabba2022-11-111-0/+8
* | KVM: arm64: Reject shared table walks in the hyp codeOliver Upton2022-11-221-2/+15
* | KVM: arm64: Don't acquire RCU read lock for exclusive table walksOliver Upton2022-11-221-6/+8
* | KVM: arm64: Take a pointer to walker data in kvm_dereference_pteref()Oliver Upton2022-11-221-71/+73
* | KVM: arm64: Handle stage-2 faults in parallelOliver Upton2022-11-101-1/+2
* | KVM: arm64: Protect stage-2 traversal with RCUOliver Upton2022-11-101-0/+49
* | KVM: arm64: Tear down unlinked stage-2 subtree after break-before-makeOliver Upton2022-11-101-0/+3
* | KVM: arm64: Use an opaque type for ptepsOliver Upton2022-11-101-1/+8
* | KVM: arm64: Add a helper to tear down unlinked stage-2 subtreesOliver Upton2022-11-101-0/+11
* | KVM: arm64: Pass mm_ops through the visitor contextOliver Upton2022-11-101-0/+1
* | KVM: arm64: Stash observed pte value in visitor contextOliver Upton2022-11-101-0/+1
* | KVM: arm64: Combine visitor arguments into a context structureOliver Upton2022-11-101-4/+11
|/
* KVM: arm64: Work out supported block level at compile timeOliver Upton2022-10-091-5/+13
* arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition namesMark Brown2022-09-091-3/+3
* Merge branch kvm-arm64/misc-5.17 into kvmarm-master/nextMarc Zyngier2022-01-041-5/+4
|\
| * KVM: arm64: Rework kvm_pgtable initialisationMarc Zyngier2021-12-161-5/+4
* | KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2Will Deacon2021-12-161-0/+21
|/
* KVM: arm64: Enable retrieving protections attributes of PTEsQuentin Perret2021-08-111-0/+20
* KVM: arm64: Allow populating software bitsQuentin Perret2021-08-111-1/+11
* KVM: arm64: Enable forcing page-level stage-2 mappingsQuentin Perret2021-08-111-25/+41
* KVM: arm64: Optimize host memory abortsQuentin Perret2021-08-111-30/+0
* KVM: arm64: Expose page-table helpersQuentin Perret2021-08-111-0/+40
* KVM: arm64: Introduce helper to retrieve a PTE and its levelMarc Zyngier2021-08-021-0/+20
* KVM: arm64: Introduce two cache maintenance callbacksYanan Wang2021-06-181-17/+25
* KVM: arm64: Introduce KVM_PGTABLE_S2_IDMAP stage 2 flagQuentin Perret2021-03-191-0/+2
* KVM: arm64: Introduce KVM_PGTABLE_S2_NOFWB stage 2 flagQuentin Perret2021-03-191-14/+29
* KVM: arm64: Add kvm_pgtable_stage2_find_range()Quentin Perret2021-03-191-0/+29
* KVM: arm64: Use page-table to track page ownershipQuentin Perret2021-03-191-0/+20
* KVM: arm64: Make memcache anonymous in pgtable allocatorQuentin Perret2021-03-191-3/+3
* KVM: arm64: Refactor kvm_arm_setup_stage2()Quentin Perret2021-03-191-0/+26
* KVM: arm64: Use kvm_arch for stage 2 pgtableQuentin Perret2021-03-191-2/+3
* KVM: arm64: Prepare the creation of s1 mappings at EL2Quentin Perret2021-03-191-0/+2
* KVM: arm64: Factor memory allocation out of pgtable.cQuentin Perret2021-03-191-2/+39
* KVM: arm64: Filter out the case of only changing permissions from stage-2 map...Yanan Wang2021-01-251-0/+5
* KVM: arm64: Add support for relaxing stage-2 perms in generic page-table codeWill Deacon2020-09-111-0/+19
* KVM: arm64: Add support for stage-2 cache flushing in generic page-tableQuentin Perret2020-09-111-0/+15
* KVM: arm64: Add support for stage-2 write-protect in generic page-tableQuentin Perret2020-09-111-0/+18
* KVM: arm64: Add support for stage-2 page-aging in generic page-tableWill Deacon2020-09-111-0/+44
* KVM: arm64: Add support for stage-2 map()/unmap() in generic page-tableWill Deacon2020-09-111-0/+46
* KVM: arm64: Add support for creating kernel-agnostic stage-2 page tablesWill Deacon2020-09-111-0/+18
* KVM: arm64: Use generic allocator for hyp stage-1 page-tablesWill Deacon2020-09-111-0/+5
* KVM: arm64: Add support for creating kernel-agnostic stage-1 page tablesWill Deacon2020-09-111-0/+40
* KVM: arm64: Add stand-alone page-table walker infrastructureWill Deacon2020-09-111-0/+104