summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/hyp-stub.S
Commit message (Expand)AuthorAgeFilesLines
* ARM: 9263/1: use .arch directives instead of assembler command line flagsNick Desaulniers2022-11-081-0/+2
* Merge branch 'devel-stable' into for-nextRussell King2020-12-211-15/+12
|\
| * ARM: kvm: replace open coded VA->PA calculations with adr_l callArd Biesheuvel2020-10-281-15/+12
* | ARM: 9031/1: hyp-stub: remove unused .L__boot_cpu_mode_offset symbolArd Biesheuvel2020-12-211-6/+0
|/
* arm: Remove the ability to set HYP vectors outside of the decompressorMarc Zyngier2020-03-241-31/+8
* ARM: 8955/1: virt: Relax arch timer version check during early bootVladimir Murzin2020-01-221-4/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner2019-05-211-14/+1
* ARM: 8848/1: virt: Align GIC version check with arm64 counterpartVladimir Murzin2019-02-261-2/+2
* ARM: align .data sectionRussell King2017-08-141-0/+1
* ARM: hyp-stub: Fix Thumb-2 compilationMarc Zyngier2017-04-201-1/+1
* ARM: hyp-stub: Zero r0 on successful stub handlingMarc Zyngier2017-04-091-0/+2
* ARM: hyp-stub/KVM: Kill __hyp_get_vectorsMarc Zyngier2017-04-091-12/+1
* ARM: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init codeMarc Zyngier2017-04-091-1/+1
* ARM: hyp-stub: Implement HVC_RESET_VECTORS stub hypercallMarc Zyngier2017-04-091-1/+10
* ARM: hyp-stub: Define a return value for failed stub callsMarc Zyngier2017-04-091-1/+1
* ARM: hyp-stub: Use r1 for the soft-restart addressMarc Zyngier2017-04-091-3/+2
* ARM: KVM: Convert KVM to use HVC_GET_VECTORSMarc Zyngier2017-04-091-4/+0
* ARM: soft-reboot into same mode that we entered the kernelRussell King2017-04-091-0/+13
* ARM: hyp-stub: improve ABIRussell King2017-04-091-5/+22
* ARM: 8600/1: Enforce some NS-SVC initialisationRobin Murphy2016-08-231-0/+13
* ARM: 8527/1: virt: enable GICv3 system registersJean-Philippe Brucker2016-02-161-0/+24
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-08-071-3/+1
|\
| * ARM: virt: fix wrong HSCTLR.EE bit settingLi Liu2014-07-111-3/+1
* | ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King2014-07-181-3/+3
|/
* ARM: 7786/1: hyp: fix macro parameterisationMark Rutland2013-07-221-2/+2
* ARM: arch_timer: stop virtual timer when booted in HYP modeMarc Zyngier2013-06-071-0/+5
* ARM: hyp: initialize CNTVOFF to zeroMarc Zyngier2013-06-071-0/+2
* ARM: virt: simplify __hyp_stub_install epilogMarc Zyngier2013-01-101-9/+3
* ARM: virt: Avoid bx instruction for compatibility with <=ARMv4Dave Martin2013-01-101-3/+3
* ARM: virt: arch_timers: enable access to physical timersMarc Zyngier2012-09-191-0/+13
* ARM: zImage/virt: hyp mode entry support for the zImage loaderDave Martin2012-09-191-0/+18
* ARM: virt: allow the kernel to be entered in HYP modeDave Martin2012-09-191-0/+192