summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/pgtable.c
AgeCommit message (Expand)Author
2023-01-12KVM: arm64: Handle access faults behind the read lockOliver Upton
2023-01-12KVM: arm64: Don't serialize if the access flag isn't setOliver Upton
2023-01-12KVM: arm64: Return EAGAIN for invalid PTE in attr walkerOliver Upton
2023-01-12KVM: arm64: Ignore EAGAIN for walks outside of a faultOliver 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: Make table->block changes parallel-awareOliver Upton
2022-11-10KVM: arm64: Make leaf->leaf PTE changes parallel-awareOliver Upton
2022-11-10KVM: arm64: Make block->table PTE changes parallel-awareOliver Upton
2022-11-10KVM: arm64: Split init and set for table PTEOliver Upton
2022-11-10KVM: arm64: Atomically update stage 2 leaf attributes in parallel walksOliver 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: Don't pass kvm_pgtable through kvm_pgtable_walk_dataOliver 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-09-09arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition namesMark Brown
2022-01-14KVM: arm64: pkvm: Use the mm_ops indirection for cache maintenanceMarc Zyngier
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-12-16KVM: arm64: Refcount hyp stage-1 pgtable pagesQuentin Perret
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: Tolerate re-creating hyp mappings to set software bitsQuentin Perret
2021-08-11KVM: arm64: Don't overwrite software bits with owner idQuentin Perret
2021-08-11KVM: arm64: Rename KVM_PTE_LEAF_ATTR_S2_IGNOREDQuentin 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-18Merge branch arm64/for-next/caches into kvmarm-master/nextMarc Zyngier
2021-06-18KVM: arm64: Move guest CMOs to the fault handlersYanan Wang
2021-06-18KVM: arm64: Introduce mm_ops member for structure stage2_attr_dataYanan Wang
2021-05-25arm64: Rename arm64-internal cache maintenance functionsFuad Tabba
2021-05-25arm64: __flush_dcache_area to take end parameter instead of sizeFuad Tabba
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: Refactor the *_map_set_prot_attr() helpersQuentin Perret
2021-03-19KVM: arm64: Use page-table to track page ownershipQuentin Perret
2021-03-19KVM: arm64: Always zero invalid PTEsQuentin Perret