summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/kvm_pgtable.h
AgeCommit message (Expand)Author
2023-01-12KVM: arm64: Ignore EAGAIN for walks outside of a faultOliver Upton
2023-01-12KVM: arm64: Use KVM's pte type/helpers in handle_access_fault()Oliver Upton
2022-12-05Merge branch kvm-arm64/pkvm-vcpu-state into kvmarm-master/nextMarc Zyngier
2022-11-22KVM: arm64: Reject shared table walks in the hyp codeOliver Upton
2022-11-22KVM: arm64: Don't acquire RCU read lock for exclusive table walksOliver Upton
2022-11-22KVM: arm64: Take a pointer to walker data in kvm_dereference_pteref()Oliver Upton
2022-11-11KVM: arm64: Add per-cpu fixmap infrastructure at EL2Quentin Perret
2022-11-11KVM: arm64: Add infrastructure to create and track pKVM instances at EL2Fuad Tabba
2022-11-10KVM: arm64: Handle stage-2 faults in parallelOliver Upton
2022-11-10KVM: arm64: Protect stage-2 traversal with RCUOliver Upton
2022-11-10KVM: arm64: Tear down unlinked stage-2 subtree after break-before-makeOliver Upton
2022-11-10KVM: arm64: Use an opaque type for ptepsOliver Upton
2022-11-10KVM: arm64: Add a helper to tear down unlinked stage-2 subtreesOliver Upton
2022-11-10KVM: arm64: Pass mm_ops through the visitor contextOliver Upton
2022-11-10KVM: arm64: Stash observed pte value in visitor contextOliver Upton
2022-11-10KVM: arm64: Combine visitor arguments into a context structureOliver Upton
2022-10-09KVM: arm64: Work out supported block level at compile timeOliver Upton
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition namesMark Brown
2022-01-04Merge branch kvm-arm64/misc-5.17 into kvmarm-master/nextMarc Zyngier
2021-12-16KVM: arm64: Rework kvm_pgtable initialisationMarc Zyngier
2021-12-16KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2Will Deacon
2021-08-11KVM: arm64: Enable retrieving protections attributes of PTEsQuentin Perret
2021-08-11KVM: arm64: Allow populating software bitsQuentin Perret
2021-08-11KVM: arm64: Enable forcing page-level stage-2 mappingsQuentin Perret
2021-08-11KVM: arm64: Optimize host memory abortsQuentin Perret
2021-08-11KVM: arm64: Expose page-table helpersQuentin Perret
2021-08-02KVM: arm64: Introduce helper to retrieve a PTE and its levelMarc Zyngier
2021-06-18KVM: arm64: Introduce two cache maintenance callbacksYanan Wang
2021-03-19KVM: arm64: Introduce KVM_PGTABLE_S2_IDMAP stage 2 flagQuentin Perret
2021-03-19KVM: arm64: Introduce KVM_PGTABLE_S2_NOFWB stage 2 flagQuentin Perret
2021-03-19KVM: arm64: Add kvm_pgtable_stage2_find_range()Quentin Perret
2021-03-19KVM: arm64: Use page-table to track page ownershipQuentin Perret
2021-03-19KVM: arm64: Make memcache anonymous in pgtable allocatorQuentin Perret
2021-03-19KVM: arm64: Refactor kvm_arm_setup_stage2()Quentin Perret
2021-03-19KVM: arm64: Use kvm_arch for stage 2 pgtableQuentin Perret
2021-03-19KVM: arm64: Prepare the creation of s1 mappings at EL2Quentin Perret
2021-03-19KVM: arm64: Factor memory allocation out of pgtable.cQuentin Perret
2021-01-25KVM: arm64: Filter out the case of only changing permissions from stage-2 map...Yanan Wang
2020-09-11KVM: arm64: Add support for relaxing stage-2 perms in generic page-table codeWill Deacon
2020-09-11KVM: arm64: Add support for stage-2 cache flushing in generic page-tableQuentin Perret
2020-09-11KVM: arm64: Add support for stage-2 write-protect in generic page-tableQuentin Perret
2020-09-11KVM: arm64: Add support for stage-2 page-aging in generic page-tableWill Deacon
2020-09-11KVM: arm64: Add support for stage-2 map()/unmap() in generic page-tableWill Deacon
2020-09-11KVM: arm64: Add support for creating kernel-agnostic stage-2 page tablesWill Deacon
2020-09-11KVM: arm64: Use generic allocator for hyp stage-1 page-tablesWill Deacon
2020-09-11KVM: arm64: Add support for creating kernel-agnostic stage-1 page tablesWill Deacon
2020-09-11KVM: arm64: Add stand-alone page-table walker infrastructureWill Deacon