summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/hyp-stub.S
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'arm64/for-next/vhe-only' into kvmarm-master/nextMarc Zyngier2021-04-131-6/+4
|\
| * arm64: Get rid of CONFIG_ARM64_VHEMarc Zyngier2021-04-081-2/+0
| * arm64: Cope with CPUs stuck in VHE modeMarc Zyngier2021-04-081-4/+4
* | arm64: KVM: Enable access to TRBE support for hostSuzuki K Poulose2021-04-061-1/+2
|/
* arm64: Add missing ISB after invalidating TLB in enter_vheMarc Zyngier2021-02-241-0/+1
* arm64: VHE: Enable EL2 MMU from the idmapMarc Zyngier2021-02-241-13/+26
* Merge branch 'for-next/misc' into for-next/coreWill Deacon2021-02-121-0/+2
|\
| * KVM: arm64: Move __hyp_set_vectors out of .hyp.textQuentin Perret2021-01-281-0/+2
* | arm64: Honor VHE being disabled from the command-lineMarc Zyngier2021-02-091-0/+11
* | arm64: Move VHE-specific SPE setup to mutate_to_vhe()Marc Zyngier2021-02-091-3/+5
* | arm64: Initialise as nVHE before switching to VHEMarc Zyngier2021-02-091-0/+24
* | arm64: Provide an 'upgrade to VHE' stub hypercallMarc Zyngier2021-02-081-2/+74
|/
* arm64: kernel: Convert to modern annotations for assembly functionsMark Brown2020-05-041-10/+10
* arm64: use mov_q instead of literal ldrRemi Denis-Courmont2020-03-241-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* arm64: hyp-stub: Forbid kprobing of the hyp-stubJames Morse2019-02-011-0/+2
* arm64: hyp-stub: Zero x0 on successful stub handlingMarc Zyngier2017-04-091-1/+3
* arm64: hyp-stub/KVM: Kill __hyp_get_vectorsMarc Zyngier2017-04-091-12/+1
* arm64: hyp-stub: Implement HVC_RESET_VECTORS stub hypercallMarc Zyngier2017-04-091-1/+10
* arm64: hyp-stub: Define a return value for failed stub callsMarc Zyngier2017-04-091-1/+1
* arm64: hyp-stub: Don't save lr in the EL1 codeMarc Zyngier2017-04-091-4/+0
* arm64: hyp-stub: Stop pointlessly clobbering lrMarc Zyngier2017-04-091-6/+0
* arm64: Add back cpu reset routinesGeoff Levand2016-06-271-1/+9
* arm64: hyp/kvm: Make hyp-stub reject kvm_call_hyp()James Morse2016-04-281-2/+3
* arm64: hyp/kvm: Make hyp-stub extensibleGeoff Levand2016-04-281-10/+24
* arm64: kvm: Move lr save/restore from do_el2_call into EL1James Morse2016-04-281-2/+8
* irqchip: gic-v3: Initial support for GICv3Marc Zyngier2014-07-081-0/+1
* arm64: add hypervisor stubMarc Zyngier2012-12-051-0/+109