summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/switch.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-29arm64: KVM: Add access handler for PMUSERENR registerShannon Zhao1-0/+3
2016-02-29arm64: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.hMarc Zyngier1-2/+1
2016-02-29arm64: KVM: Move most of the fault decoding to CMarc Zyngier1-0/+85
2016-02-29arm64: KVM: VHE: Add alternative panic handlingMarc Zyngier1-8/+27
2016-02-29arm64: KVM: VHE: Implement VHE activate/deactivate_trapsMarc Zyngier1-6/+47
2016-02-29arm64: KVM: VHE: Make __fpsimd_enabled VHE awareMarc Zyngier1-0/+19
2016-02-29arm64: KVM: VHE: Differenciate host/guest sysreg save/restoreMarc Zyngier1-5/+5
2016-01-25arm64: KVM: Obey RES0/1 reserved bits when setting CPTR_EL2Dave Martin1-2/+6
2015-12-14arm64: KVM: Remove weak attributesMarc Zyngier1-3/+2
2015-12-14arm64: KVM: Add compatibility aliasesMarc Zyngier1-0/+3
2015-12-14arm64: KVM: Add panic handlingMarc Zyngier1-0/+30
2015-12-14arm64: KVM: Implement fpsimd save/restoreMarc Zyngier1-0/+8
2015-12-14arm64: KVM: Implement the core world switchMarc Zyngier1-0/+135