summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/kvm_pgtable.h
AgeCommit message (Expand)AuthorFilesLines
2023-07-12KVM: arm64: Correctly handle page aging notifiers for unaligned memslotOliver Upton1-17/+9
2023-07-01Merge tag 'kvmarm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-4/+75
2023-06-15Merge branch kvm-arm64/eager-page-splitting into kvmarm/nextOliver Upton1-4/+75
2023-05-24KVM: arm64: Reload PTE after invoking walker callback on preorder traversalFuad Tabba1-3/+3
2023-05-16KVM: arm64: Add kvm_pgtable_stage2_split()Ricardo Koller1-0/+19
2023-05-16KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZERicardo Koller1-0/+18
2023-05-16KVM: arm64: Add helper for creating unlinked stage2 subtreesRicardo Koller1-0/+26
2023-05-16KVM: arm64: Add KVM_PGTABLE_WALK flags for skipping CMOs and BBM TLBIsRicardo Koller1-0/+8
2023-05-16KVM: arm64: Rename free_removed to free_unlinkedRicardo Koller1-4/+4
2023-04-21KVM: arm64: Infer the PA offset from IPA in stage-2 map walkerOliver Upton1-0/+1
2023-01-13KVM: arm64: Ignore EAGAIN for walks outside of a faultOliver Upton1-0/+3
2023-01-13KVM: arm64: Use KVM's pte type/helpers in handle_access_fault()Oliver Upton1-0/+5
2022-12-05Merge branch kvm-arm64/pkvm-vcpu-state into kvmarm-master/nextMarc Zyngier1-0/+22
2022-11-22KVM: arm64: Reject shared table walks in the hyp codeOliver Upton1-2/+15
2022-11-22KVM: arm64: Don't acquire RCU read lock for exclusive table walksOliver Upton1-6/+8
2022-11-22KVM: arm64: Take a pointer to walker data in kvm_dereference_pteref()Oliver Upton1-71/+73
2022-11-11KVM: arm64: Add per-cpu fixmap infrastructure at EL2Quentin Perret1-0/+14
2022-11-11KVM: arm64: Add infrastructure to create and track pKVM instances at EL2Fuad Tabba1-0/+8
2022-11-10KVM: arm64: Handle stage-2 faults in parallelOliver Upton1-1/+2
2022-11-10KVM: arm64: Protect stage-2 traversal with RCUOliver Upton1-0/+49
2022-11-10KVM: arm64: Tear down unlinked stage-2 subtree after break-before-makeOliver Upton1-0/+3
2022-11-10KVM: arm64: Use an opaque type for ptepsOliver Upton1-1/+8
2022-11-10KVM: arm64: Add a helper to tear down unlinked stage-2 subtreesOliver Upton1-0/+11
2022-11-10KVM: arm64: Pass mm_ops through the visitor contextOliver Upton1-0/+1
2022-11-10KVM: arm64: Stash observed pte value in visitor contextOliver Upton1-0/+1
2022-11-10KVM: arm64: Combine visitor arguments into a context structureOliver Upton1-4/+11
2022-10-09KVM: arm64: Work out supported block level at compile timeOliver Upton1-5/+13
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition namesMark Brown1-3/+3
2022-01-04Merge branch kvm-arm64/misc-5.17 into kvmarm-master/nextMarc Zyngier1-5/+4
2021-12-16KVM: arm64: Rework kvm_pgtable initialisationMarc Zyngier1-5/+4
2021-12-16KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2Will Deacon1-0/+21
2021-08-11KVM: arm64: Enable retrieving protections attributes of PTEsQuentin Perret1-0/+20
2021-08-11KVM: arm64: Allow populating software bitsQuentin Perret1-1/+11
2021-08-11KVM: arm64: Enable forcing page-level stage-2 mappingsQuentin Perret1-25/+41
2021-08-11KVM: arm64: Optimize host memory abortsQuentin Perret1-30/+0
2021-08-11KVM: arm64: Expose page-table helpersQuentin Perret1-0/+40
2021-08-02KVM: arm64: Introduce helper to retrieve a PTE and its levelMarc Zyngier1-0/+20
2021-06-18KVM: arm64: Introduce two cache maintenance callbacksYanan Wang1-17/+25
2021-03-19KVM: arm64: Introduce KVM_PGTABLE_S2_IDMAP stage 2 flagQuentin Perret1-0/+2
2021-03-19KVM: arm64: Introduce KVM_PGTABLE_S2_NOFWB stage 2 flagQuentin Perret1-14/+29
2021-03-19KVM: arm64: Add kvm_pgtable_stage2_find_range()Quentin Perret1-0/+29
2021-03-19KVM: arm64: Use page-table to track page ownershipQuentin Perret1-0/+20
2021-03-19KVM: arm64: Make memcache anonymous in pgtable allocatorQuentin Perret1-3/+3
2021-03-19KVM: arm64: Refactor kvm_arm_setup_stage2()Quentin Perret1-0/+26
2021-03-19KVM: arm64: Use kvm_arch for stage 2 pgtableQuentin Perret1-2/+3
2021-03-19KVM: arm64: Prepare the creation of s1 mappings at EL2Quentin Perret1-0/+2
2021-03-19KVM: arm64: Factor memory allocation out of pgtable.cQuentin Perret1-2/+39
2021-01-25KVM: arm64: Filter out the case of only changing permissions from stage-2 map...Yanan Wang1-0/+5
2020-09-11KVM: arm64: Add support for relaxing stage-2 perms in generic page-table codeWill Deacon1-0/+19
2020-09-11KVM: arm64: Add support for stage-2 cache flushing in generic page-tableQuentin Perret1-0/+15