summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/pgtable.c
AgeCommit message (Expand)Author
2023-07-12KVM: arm64: Correctly handle page aging notifiers for unaligned memslotOliver Upton
2023-07-01Merge tag 'kvmarm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2023-06-16Merge branch kvm-arm64/ampere1-hafdbs-mitigation into kvmarm/nextOliver Upton
2023-06-16arm64: errata: Mitigate Ampere1 erratum AC03_CPU_38 at stage-2Oliver Upton
2023-06-15Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton
2023-06-15Merge branch kvm-arm64/hvhe into kvmarm/nextOliver Upton
2023-06-15Merge branch kvm-arm64/eager-page-splitting into kvmarm/nextOliver Upton
2023-06-12KVM: arm64: Adjust EL2 stage-1 leaf AP bits when ARM64_KVM_HVHE is setMarc Zyngier
2023-05-31KVM: arm64: Drop last page ref in kvm_pgtable_stage2_free_removed()Oliver Upton
2023-05-30KVM: arm64: Use BTI for nvheMostafa Saleh
2023-05-24KVM: arm64: Reload PTE after invoking walker callback on preorder traversalFuad Tabba
2023-05-16KVM: arm64: Use local TLBI on permission relaxationMarc Zyngier
2023-05-16KVM: arm64: Add kvm_pgtable_stage2_split()Ricardo Koller
2023-05-16KVM: arm64: Add helper for creating unlinked stage2 subtreesRicardo Koller
2023-05-16KVM: arm64: Add KVM_PGTABLE_WALK flags for skipping CMOs and BBM TLBIsRicardo Koller
2023-05-16KVM: arm64: Rename free_removed to free_unlinkedRicardo Koller
2023-04-21KVM: arm64: Constify start/end/phys fields of the pgtable walker dataMarc Zyngier
2023-04-21KVM: arm64: Infer PA offset from VA in hyp map walkerOliver Upton
2023-04-21KVM: arm64: Infer the PA offset from IPA in stage-2 map walkerOliver Upton
2023-01-12KVM: arm64: Condition HW AF updates on config optionOliver Upton
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