summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/pgtable.c
AgeCommit message (Expand)Author
2024-02-13KVM: arm64: Fix double-free following kvm_pgtable_stage2_free_unlinked()Will Deacon
2023-11-27KVM: arm64: Support up to 5 levels of translation in kvm_pgtableRyan Roberts
2023-11-27KVM: arm64: Convert translation level parameter to s8Ryan Roberts
2023-11-27KVM: arm64: Use LPA2 page-tables for stage2 and hyp stage1Ryan Roberts
2023-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-10-30Merge branch kvm-arm64/stage2-vhe-load into kvmarm/nextOliver Upton
2023-10-30KVM: arm64: Always invalidate TLB for stage-2 permission faultsOliver Upton
2023-10-23KVM: arm64: Move VTCR_EL2 into struct s2_mmuMarc Zyngier
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_HAS_BTIMark Rutland
2023-10-16arm64: kvm: Use cpus_have_final_cap() explicitlyMark Rutland
2023-08-17KVM: arm64: Use TLBI range-based instructions for unmapRaghavendra Rao Ananta
2023-08-17KVM: arm64: Invalidate the table entries upon a rangeRaghavendra Rao Ananta
2023-08-17KVM: arm64: Define kvm_tlb_flush_vmid_range()Raghavendra Rao Ananta
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