aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/hyp-stub.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-14ARM: align .data sectionRussell King1-0/+1
2017-04-20ARM: hyp-stub: Fix Thumb-2 compilationMarc Zyngier1-1/+1
2017-04-09ARM: hyp-stub: Zero r0 on successful stub handlingMarc Zyngier1-0/+2
2017-04-09ARM: hyp-stub/KVM: Kill __hyp_get_vectorsMarc Zyngier1-12/+1
2017-04-09ARM: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init codeMarc Zyngier1-1/+1
2017-04-09ARM: hyp-stub: Implement HVC_RESET_VECTORS stub hypercallMarc Zyngier1-1/+10
2017-04-09ARM: hyp-stub: Define a return value for failed stub callsMarc Zyngier1-1/+1
2017-04-09ARM: hyp-stub: Use r1 for the soft-restart addressMarc Zyngier1-3/+2
2017-04-09ARM: KVM: Convert KVM to use HVC_GET_VECTORSMarc Zyngier1-4/+0
2017-04-09ARM: soft-reboot into same mode that we entered the kernelRussell King1-0/+13
2017-04-09ARM: hyp-stub: improve ABIRussell King1-5/+22
2016-08-23ARM: 8600/1: Enforce some NS-SVC initialisationRobin Murphy1-0/+13
2016-02-16ARM: 8527/1: virt: enable GICv3 system registersJean-Philippe Brucker1-0/+24
2014-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+1
2014-07-18ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King1-3/+3
2014-07-11ARM: virt: fix wrong HSCTLR.EE bit settingLi Liu1-3/+1
2013-07-22ARM: 7786/1: hyp: fix macro parameterisationMark Rutland1-2/+2
2013-06-07ARM: arch_timer: stop virtual timer when booted in HYP modeMarc Zyngier1-0/+5
2013-06-07ARM: hyp: initialize CNTVOFF to zeroMarc Zyngier1-0/+2
2013-01-10ARM: virt: simplify __hyp_stub_install epilogMarc Zyngier1-9/+3
2013-01-10ARM: virt: Avoid bx instruction for compatibility with <=ARMv4Dave Martin1-3/+3
2012-09-19ARM: virt: arch_timers: enable access to physical timersMarc Zyngier1-0/+13
2012-09-19ARM: zImage/virt: hyp mode entry support for the zImage loaderDave Martin1-0/+18
2012-09-19ARM: virt: allow the kernel to be entered in HYP modeDave Martin1-0/+192