aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/switch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-17arm64: Document workaround for Cortex-A72 erratum #853709Marc Zyngier1-1/+1
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+9
2016-07-03arm64: KVM: Always reference __hyp_panic_string via its kernel VAMarc Zyngier1-2/+9
2016-06-21arm64/kvm: use ESR_ELx_EC to extract ECMark Rutland1-1/+1
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-24arm64: 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