summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/tlb.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-10arm64: KVM: Handle ARM erratum 1165522 in TLB invalidationMarc Zyngier1-15/+51
2018-12-10arm64: KVM: Make VHE Stage-2 TLB invalidation operations non-interruptibleMarc Zyngier1-10/+25
2018-10-01kvm: arm64: Add helper for loading the stage2 setting for a VMSuzuki K Poulose1-2/+2
2018-01-08KVM: arm/arm64: Detangle kvm_mmu.h from kvm_hyp.hMarc Zyngier1-0/+1
2017-03-20arm64: KVM: Add support for VPIPT I-cachesWill Deacon1-0/+22
2017-03-06arm64: KVM: VHE: Clear HCR_TGE when invalidating guest TLBsMarc Zyngier1-9/+55
2017-01-27arm64: Use __tlbi() macros in KVM codeChristopher Covington1-6/+7
2016-11-04arm/arm64: KVM: Perform local TLB invalidation when multiplexing vcpus on a s...Marc Zyngier1-0/+15
2016-09-08KVM: arm/arm64: Get rid of exported aliases to static functionsChristoffer Dall1-10/+3
2016-02-29arm64: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.hMarc Zyngier1-1/+1
2015-12-14arm64: KVM: Remove weak attributesMarc Zyngier1-9/+7
2015-12-14arm64: KVM: Add compatibility aliasesMarc Zyngier1-0/+9
2015-12-14arm64: KVM: Implement TLB handlingMarc Zyngier1-0/+73