index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
hyp
/
nvhe
/
tlb.c
Age
Commit message (
Expand
)
Author
2024-08-15
KVM: arm64: Ensure TLBI uses correct VMID after changing context
Will Deacon
2024-05-03
Merge branch kvm-arm64/pkvm-6.10 into kvmarm-master/next
Marc Zyngier
2024-05-01
KVM: arm64: Support TLB invalidation in guest context
Will Deacon
2024-04-01
KVM: arm64: Use TLBI_TTL_UNKNOWN in __kvm_tlb_flush_vmid_range()
Will Deacon
2023-12-05
KVM: arm64: Remove VPIPT I-cache handling
Marc Zyngier
2023-08-17
KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
Raghavendra Rao Ananta
2023-05-16
KVM: arm64: Use local TLBI on permission relaxation
Marc Zyngier
2023-04-14
KVM: arm64: nvhe: Synchronise with page table walker on TLBI
Marc Zyngier
2021-08-20
KVM: arm64: Unify stage-2 programming behind __load_stage2()
Marc Zyngier
2021-08-20
KVM: arm64: Move kern_hyp_va() usage in __load_guest_stage2() into the callers
Marc Zyngier
2021-05-25
arm64: Rename arm64-internal cache maintenance functions
Fuad Tabba
2021-03-19
KVM: arm64: Wrap the host with a stage 2
Quentin Perret
2021-03-09
KVM: arm64: Ensure I-cache isolation between vcpus of a same VM
Marc Zyngier
2020-10-30
Merge tag 'kvmarm-fixes-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2020-10-29
KVM: arm64: Remove leftover kern_hyp_va() in nVHE TLB invalidation
Marc Zyngier
2020-10-21
Merge branch 'kvm-fixes' into 'next'
Paolo Bonzini
2020-10-01
KVM: arm64: Restore missing ISB on nVHE __tlb_switch_to_guest
Marc Zyngier
2020-09-15
KVM: arm64: nVHE: Fix pointers during SMCCC convertion
Andrew Scull
2020-07-07
KVM: arm64: Use TTL hint in when invalidating stage-2 translations
Marc Zyngier
2020-07-07
KVM: arm64: Factor out stage 2 page table data from struct kvm
Christoffer Dall
2020-07-05
KVM: arm64: Remove __hyp_text macro, use build rules instead
David Brazdil
2020-07-05
KVM: arm64: Duplicate hyp/tlb.c for VHE/nVHE
David Brazdil