summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/pgtable.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-31KVM: arm64: Drop last page ref in kvm_pgtable_stage2_free_removed()Oliver Upton1-0/+3
2023-05-24KVM: arm64: Reload PTE after invoking walker callback on preorder traversalFuad Tabba1-1/+13
2023-04-21KVM: arm64: Constify start/end/phys fields of the pgtable walker dataMarc Zyngier1-4/+4
2023-04-21KVM: arm64: Infer PA offset from VA in hyp map walkerOliver Upton1-2/+1
2023-04-21KVM: arm64: Infer the PA offset from IPA in stage-2 map walkerOliver Upton1-4/+28
2023-01-13KVM: arm64: Condition HW AF updates on config optionOliver Upton1-0/+2
2023-01-13KVM: arm64: Handle access faults behind the read lockOliver Upton1-1/+2
2023-01-13KVM: arm64: Don't serialize if the access flag isn't setOliver Upton1-4/+8
2023-01-13KVM: arm64: Return EAGAIN for invalid PTE in attr walkerOliver Upton1-1/+1
2023-01-13KVM: arm64: Ignore EAGAIN for walks outside of a faultOliver Upton1-3/+27
2022-12-05Merge branch kvm-arm64/pkvm-vcpu-state into kvmarm-master/nextMarc Zyngier1-12/+9
2022-11-22KVM: arm64: Reject shared table walks in the hyp codeOliver Upton1-1/+4
2022-11-22KVM: arm64: Don't acquire RCU read lock for exclusive table walksOliver Upton1-2/+2
2022-11-22KVM: arm64: Take a pointer to walker data in kvm_dereference_pteref()Oliver Upton1-3/+3
2022-11-11KVM: arm64: Add per-cpu fixmap infrastructure at EL2Quentin Perret1-12/+0
2022-11-11KVM: arm64: Add infrastructure to create and track pKVM instances at EL2Fuad Tabba1-0/+9
2022-11-10KVM: arm64: Handle stage-2 faults in parallelOliver Upton1-2/+3
2022-11-10KVM: arm64: Make table->block changes parallel-awareOliver Upton1-12/+3
2022-11-10KVM: arm64: Make leaf->leaf PTE changes parallel-awareOliver Upton1-14/+12
2022-11-10KVM: arm64: Make block->table PTE changes parallel-awareOliver Upton1-5/+75
2022-11-10KVM: arm64: Split init and set for table PTEOliver Upton1-10/+10
2022-11-10KVM: arm64: Atomically update stage 2 leaf attributes in parallel walksOliver Upton1-9/+22
2022-11-10KVM: arm64: Protect stage-2 traversal with RCUOliver Upton1-1/+9
2022-11-10KVM: arm64: Tear down unlinked stage-2 subtree after break-before-makeOliver Upton1-63/+22
2022-11-10KVM: arm64: Use an opaque type for ptepsOliver Upton1-13/+14
2022-11-10KVM: arm64: Add a helper to tear down unlinked stage-2 subtreesOliver Upton1-0/+23
2022-11-10KVM: arm64: Don't pass kvm_pgtable through kvm_pgtable_walk_dataOliver Upton1-13/+5
2022-11-10KVM: arm64: Pass mm_ops through the visitor contextOliver Upton1-39/+24
2022-11-10KVM: arm64: Stash observed pte value in visitor contextOliver Upton1-44/+42
2022-11-10KVM: arm64: Combine visitor arguments into a context structureOliver Upton1-137/+132
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition namesMark Brown1-1/+1
2022-01-14KVM: arm64: pkvm: Use the mm_ops indirection for cache maintenanceMarc Zyngier1-12/+6
2022-01-04Merge branch kvm-arm64/misc-5.17 into kvmarm-master/nextMarc Zyngier1-3/+3
2021-12-16KVM: arm64: Rework kvm_pgtable initialisationMarc Zyngier1-3/+3
2021-12-16KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2Will Deacon1-0/+63
2021-12-16KVM: arm64: Refcount hyp stage-1 pgtable pagesQuentin Perret1-20/+19
2021-08-11KVM: arm64: Enable retrieving protections attributes of PTEsQuentin Perret1-0/+37
2021-08-11KVM: arm64: Allow populating software bitsQuentin Perret1-0/+5
2021-08-11KVM: arm64: Enable forcing page-level stage-2 mappingsQuentin Perret1-5/+24
2021-08-11KVM: arm64: Tolerate re-creating hyp mappings to set software bitsQuentin Perret1-2/+16
2021-08-11KVM: arm64: Don't overwrite software bits with owner idQuentin Perret1-1/+1
2021-08-11KVM: arm64: Rename KVM_PTE_LEAF_ATTR_S2_IGNOREDQuentin Perret1-2/+2
2021-08-11KVM: arm64: Optimize host memory abortsQuentin Perret1-74/+0
2021-08-11KVM: arm64: Expose page-table helpersQuentin Perret1-39/+0
2021-08-02KVM: arm64: Introduce helper to retrieve a PTE and its levelMarc Zyngier1-0/+39
2021-06-18Merge branch arm64/for-next/caches into kvmarm-master/nextMarc Zyngier1-3/+10
2021-06-18KVM: arm64: Move guest CMOs to the fault handlersYanan Wang1-7/+31
2021-06-18KVM: arm64: Introduce mm_ops member for structure stage2_attr_dataYanan Wang1-4/+6
2021-05-25arm64: Rename arm64-internal cache maintenance functionsFuad Tabba1-2/+2
2021-05-25arm64: __flush_dcache_area to take end parameter instead of sizeFuad Tabba1-3/+10