aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm/hyp/hyp-entry.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-24arm: Remove 32bit KVM host supportMarc Zyngier1-295/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266Thomas Gleixner1-13/+1
2019-02-19ARM: KVM: Teach some form of type-safety to kvm_call_hypMarc Zyngier1-1/+1
2018-05-31ARM: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handlingRussell King1-1/+16
2018-05-31ARM: KVM: invalidate icache on guest exit for Cortex-A15Marc Zyngier1-0/+24
2018-05-31ARM: KVM: invalidate BTB on guest exit for Cortex-A12/A17Marc Zyngier1-2/+69
2017-04-20ARM: KVM: Fix idmap stub entry when running Thumb-2 codeMarc Zyngier1-1/+0
2017-04-09ARM: KVM: Allow the main HYP code to use the init hyp stub implementationMarc Zyngier1-5/+24
2017-04-09ARM: KVM: Convert KVM to use HVC_GET_VECTORSMarc Zyngier1-1/+1
2016-09-08arm: KVM: Handle async aborts delivered while at HYPMarc Zyngier1-1/+15
2016-02-29ARM: KVM: Remove __weak attributesMarc Zyngier1-3/+1
2016-02-29ARM: KVM: Add panic handling codeMarc Zyngier1-7/+21
2016-02-29ARM: KVM: Add HYP mode entry codeMarc Zyngier1-0/+157