summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/pgtable.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-12KVM: arm64: Correctly handle page aging notifiers for unaligned memslotOliver Upton1-9/+38
2023-07-01Merge tag 'kvmarm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-21/+207
2023-06-16Merge branch kvm-arm64/ampere1-hafdbs-mitigation into kvmarm/nextOliver Upton1-3/+11
2023-06-16arm64: errata: Mitigate Ampere1 erratum AC03_CPU_38 at stage-2Oliver Upton1-3/+11
2023-06-15Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton1-1/+6
2023-06-15Merge branch kvm-arm64/hvhe into kvmarm/nextOliver Upton1-2/+4
2023-06-15Merge branch kvm-arm64/eager-page-splitting into kvmarm/nextOliver Upton1-15/+186
2023-06-13KVM: arm64: Adjust EL2 stage-1 leaf AP bits when ARM64_KVM_HVHE is setMarc Zyngier1-2/+4
2023-05-31KVM: arm64: Drop last page ref in kvm_pgtable_stage2_free_removed()Oliver Upton1-0/+3
2023-05-30KVM: arm64: Use BTI for nvheMostafa Saleh1-1/+6
2023-05-24KVM: arm64: Reload PTE after invoking walker callback on preorder traversalFuad Tabba1-1/+13
2023-05-16KVM: arm64: Use local TLBI on permission relaxationMarc Zyngier1-1/+1
2023-05-16KVM: arm64: Add kvm_pgtable_stage2_split()Ricardo Koller1-0/+103
2023-05-16KVM: arm64: Add helper for creating unlinked stage2 subtreesRicardo Koller1-0/+53
2023-05-16KVM: arm64: Add KVM_PGTABLE_WALK flags for skipping CMOs and BBM TLBIsRicardo Koller1-11/+26
2023-05-16KVM: arm64: Rename free_removed to free_unlinkedRicardo Koller1-3/+3
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