summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/nvhe/tlb.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Unify stage-2 programming behind __load_stage2()Marc Zyngier2021-08-201-2/+2
* KVM: arm64: Move kern_hyp_va() usage in __load_guest_stage2() into the callersMarc Zyngier2021-08-201-1/+1
* arm64: Rename arm64-internal cache maintenance functionsFuad Tabba2021-05-251-1/+1
* KVM: arm64: Wrap the host with a stage 2Quentin Perret2021-03-191-1/+3
* KVM: arm64: Ensure I-cache isolation between vcpus of a same VMMarc Zyngier2021-03-091-1/+2
* Merge tag 'kvmarm-fixes-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-10-301-1/+0
|\
| * KVM: arm64: Remove leftover kern_hyp_va() in nVHE TLB invalidationMarc Zyngier2020-10-291-1/+0
* | Merge branch 'kvm-fixes' into 'next'Paolo Bonzini2020-10-211-0/+7
|\ \ | |/ |/|
| * KVM: arm64: Restore missing ISB on nVHE __tlb_switch_to_guestMarc Zyngier2020-10-011-0/+7
* | KVM: arm64: nVHE: Fix pointers during SMCCC convertionAndrew Scull2020-09-151-2/+0
|/
* KVM: arm64: Use TTL hint in when invalidating stage-2 translationsMarc Zyngier2020-07-071-2/+3
* KVM: arm64: Factor out stage 2 page table data from struct kvmChristoffer Dall2020-07-071-17/+16
* KVM: arm64: Remove __hyp_text macro, use build rules insteadDavid Brazdil2020-07-051-8/+6
* KVM: arm64: Duplicate hyp/tlb.c for VHE/nVHEDavid Brazdil2020-07-051-0/+156