summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/nvhe/tlb.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-17KVM: arm64: Implement __kvm_tlb_flush_vmid_range()Raghavendra Rao Ananta1-0/+30
2023-05-16KVM: arm64: Use local TLBI on permission relaxationMarc Zyngier1-0/+52
2023-04-14KVM: arm64: nvhe: Synchronise with page table walker on TLBIMarc Zyngier1-9/+29
2021-08-20KVM: arm64: Unify stage-2 programming behind __load_stage2()Marc Zyngier1-2/+2
2021-08-20KVM: arm64: Move kern_hyp_va() usage in __load_guest_stage2() into the callersMarc Zyngier1-1/+1
2021-05-25arm64: Rename arm64-internal cache maintenance functionsFuad Tabba1-1/+1
2021-03-19KVM: arm64: Wrap the host with a stage 2Quentin Perret1-1/+3
2021-03-09KVM: arm64: Ensure I-cache isolation between vcpus of a same VMMarc Zyngier1-1/+2
2020-10-30Merge tag 'kvmarm-fixes-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini1-1/+0
2020-10-29KVM: arm64: Remove leftover kern_hyp_va() in nVHE TLB invalidationMarc Zyngier1-1/+0
2020-10-22Merge branch 'kvm-fixes' into 'next'Paolo Bonzini1-0/+7
2020-10-01KVM: arm64: Restore missing ISB on nVHE __tlb_switch_to_guestMarc Zyngier1-0/+7
2020-09-15KVM: arm64: nVHE: Fix pointers during SMCCC convertionAndrew Scull1-2/+0
2020-07-07KVM: arm64: Use TTL hint in when invalidating stage-2 translationsMarc Zyngier1-2/+3
2020-07-07KVM: arm64: Factor out stage 2 page table data from struct kvmChristoffer Dall1-17/+16
2020-07-05KVM: arm64: Remove __hyp_text macro, use build rules insteadDavid Brazdil1-8/+6
2020-07-05KVM: arm64: Duplicate hyp/tlb.c for VHE/nVHEDavid Brazdil1-0/+156