summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/kvm_pgtable.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Introduce new flag for non-cacheable IO memoryAnkit Agrawal2024-02-241-0/+2
* KVM: arm64: Support up to 5 levels of translation in kvm_pgtableRyan Roberts2023-11-271-1/+1
* KVM: arm64: Convert translation level parameter to s8Ryan Roberts2023-11-271-15/+16
* KVM: arm64: Use LPA2 page-tables for stage2 and hyp stage1Ryan Roberts2023-11-271-12/+37
* arm64/mm: Add lpa2_is_enabled() kvm_lpa2_is_enabled() stubsRyan Roberts2023-11-271-0/+2
* KVM: arm64: Define kvm_tlb_flush_vmid_range()Raghavendra Rao Ananta2023-08-171-0/+10
* KVM: arm64: Correctly handle page aging notifiers for unaligned memslotOliver Upton2023-07-121-17/+9
* Merge tag 'kvmarm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2023-07-011-4/+75
|\
| * Merge branch kvm-arm64/eager-page-splitting into kvmarm/nextOliver Upton2023-06-151-4/+75
| |\
| | * KVM: arm64: Add kvm_pgtable_stage2_split()Ricardo Koller2023-05-161-0/+19
| | * KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZERicardo Koller2023-05-161-0/+18
| | * KVM: arm64: Add helper for creating unlinked stage2 subtreesRicardo Koller2023-05-161-0/+26
| | * KVM: arm64: Add KVM_PGTABLE_WALK flags for skipping CMOs and BBM TLBIsRicardo Koller2023-05-161-0/+8
| | * KVM: arm64: Rename free_removed to free_unlinkedRicardo Koller2023-05-161-4/+4
* | | KVM: arm64: Reload PTE after invoking walker callback on preorder traversalFuad Tabba2023-05-241-3/+3
|/ /
* / KVM: arm64: Infer the PA offset from IPA in stage-2 map walkerOliver Upton2023-04-211-0/+1
|/
* KVM: arm64: Ignore EAGAIN for walks outside of a faultOliver Upton2023-01-121-0/+3
* KVM: arm64: Use KVM's pte type/helpers in handle_access_fault()Oliver Upton2023-01-121-0/+5
* Merge branch kvm-arm64/pkvm-vcpu-state into kvmarm-master/nextMarc Zyngier2022-12-051-0/+22
|\
| * KVM: arm64: Add per-cpu fixmap infrastructure at EL2Quentin Perret2022-11-111-0/+14
| * KVM: arm64: Add infrastructure to create and track pKVM instances at EL2Fuad Tabba2022-11-111-0/+8
* | KVM: arm64: Reject shared table walks in the hyp codeOliver Upton2022-11-221-2/+15
* | KVM: arm64: Don't acquire RCU read lock for exclusive table walksOliver Upton2022-11-221-6/+8
* | KVM: arm64: Take a pointer to walker data in kvm_dereference_pteref()Oliver Upton2022-11-221-71/+73
* | KVM: arm64: Handle stage-2 faults in parallelOliver Upton2022-11-101-1/+2
* | KVM: arm64: Protect stage-2 traversal with RCUOliver Upton2022-11-101-0/+49
* | KVM: arm64: Tear down unlinked stage-2 subtree after break-before-makeOliver Upton2022-11-101-0/+3
* | KVM: arm64: Use an opaque type for ptepsOliver Upton2022-11-101-1/+8
* | KVM: arm64: Add a helper to tear down unlinked stage-2 subtreesOliver Upton2022-11-101-0/+11
* | KVM: arm64: Pass mm_ops through the visitor contextOliver Upton2022-11-101-0/+1
* | KVM: arm64: Stash observed pte value in visitor contextOliver Upton2022-11-101-0/+1
* | KVM: arm64: Combine visitor arguments into a context structureOliver Upton2022-11-101-4/+11
|/
* KVM: arm64: Work out supported block level at compile timeOliver Upton2022-10-091-5/+13
* arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition namesMark Brown2022-09-091-3/+3
* Merge branch kvm-arm64/misc-5.17 into kvmarm-master/nextMarc Zyngier2022-01-041-5/+4
|\
| * KVM: arm64: Rework kvm_pgtable initialisationMarc Zyngier2021-12-161-5/+4
* | KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2Will Deacon2021-12-161-0/+21
|/
* KVM: arm64: Enable retrieving protections attributes of PTEsQuentin Perret2021-08-111-0/+20
* KVM: arm64: Allow populating software bitsQuentin Perret2021-08-111-1/+11
* KVM: arm64: Enable forcing page-level stage-2 mappingsQuentin Perret2021-08-111-25/+41
* KVM: arm64: Optimize host memory abortsQuentin Perret2021-08-111-30/+0
* KVM: arm64: Expose page-table helpersQuentin Perret2021-08-111-0/+40
* KVM: arm64: Introduce helper to retrieve a PTE and its levelMarc Zyngier2021-08-021-0/+20
* KVM: arm64: Introduce two cache maintenance callbacksYanan Wang2021-06-181-17/+25
* KVM: arm64: Introduce KVM_PGTABLE_S2_IDMAP stage 2 flagQuentin Perret2021-03-191-0/+2
* KVM: arm64: Introduce KVM_PGTABLE_S2_NOFWB stage 2 flagQuentin Perret2021-03-191-14/+29
* KVM: arm64: Add kvm_pgtable_stage2_find_range()Quentin Perret2021-03-191-0/+29
* KVM: arm64: Use page-table to track page ownershipQuentin Perret2021-03-191-0/+20
* KVM: arm64: Make memcache anonymous in pgtable allocatorQuentin Perret2021-03-191-3/+3
* KVM: arm64: Refactor kvm_arm_setup_stage2()Quentin Perret2021-03-191-0/+26