summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/vhe/tlb.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: nv: Add handling of NXS-flavoured TLBI operationsMarc Zyngier2024-06-191-0/+46
* KVM: arm64: nv: Add handling of range-based TLBI operationsMarc Zyngier2024-06-191-0/+26
* KVM: arm64: nv: Add handling of outer-shareable TLBI operationsMarc Zyngier2024-06-191-0/+10
* KVM: arm64: nv: Add Stage-1 EL2 invalidation primitivesMarc Zyngier2024-06-191-0/+65
* Merge branch kvm-arm64/pkvm-6.10 into kvmarm-master/nextMarc Zyngier2024-05-031-13/+13
|\
| * KVM: arm64: Rename __tlb_switch_to_{guest,host}() in VHEFuad Tabba2024-05-011-13/+13
* | KVM: arm64: Use TLBI_TTL_UNKNOWN in __kvm_tlb_flush_vmid_range()Will Deacon2024-04-011-1/+2
|/
* KVM: arm64: Remove VPIPT I-cache handlingMarc Zyngier2023-12-051-13/+0
* KVM: arm64: Restore the stage-2 context in VHE's __tlb_switch_to_host()Marc Zyngier2023-10-201-3/+14
* KVM: arm64: Don't zero VTTBR in __tlb_switch_to_host()Oliver Upton2023-10-201-1/+0
* KVM: arm64: Implement __kvm_tlb_flush_vmid_range()Raghavendra Rao Ananta2023-08-171-0/+28
* KVM: arm64: Use local TLBI on permission relaxationMarc Zyngier2023-05-161-0/+32
* 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
* KVM: arm64: Ensure I-cache isolation between vcpus of a same VMMarc Zyngier2021-03-091-1/+2
* 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-13/+13
* KVM: arm64: Duplicate hyp/tlb.c for VHE/nVHEDavid Brazdil2020-07-051-0/+161