summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/hyp-stub.S (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-041-1/+9
|\
| * arm64: Don't enable VHE for the kernel if OVERRIDE_HVHE is setMarc Zyngier2023-06-131-1/+9
* | arm64: transfer permission indirection settings to EL2Joey Gouly2023-06-061-0/+18
|/
* KVM: arm64: Introduce finalise_el2_state macroQuentin Perret2023-02-021-77/+2
* arm64/sysreg: Standardise naming for ID_AA64MMFR1_EL1 fieldsKristina Martsenko2022-09-091-2/+2
* arm64/sysreg: Add _EL1 into ID_AA64PFR1_EL1 constant namesMark Brown2022-09-091-1/+1
* arm64/sysreg: Add _EL1 into ID_AA64PFR0_EL1 definition namesMark Brown2022-09-091-1/+1
* Merge branch 'for-next/boot' into for-next/coreWill Deacon2022-07-251-27/+90
|\
| * arm64: Add an override for ID_AA64SMFR0_EL1.FA64Marc Zyngier2022-07-011-7/+8
| * arm64: Add the arm64.nosve command line optionMarc Zyngier2022-07-011-0/+11
| * arm64: Add the arm64.nosme command line optionMarc Zyngier2022-07-011-0/+41
| * arm64: Expose a __check_override primitive for oddball featuresMarc Zyngier2022-07-011-6/+11
| * arm64: Factor out checking of a feature against the override into a macroMarc Zyngier2022-07-011-14/+20
| * arm64: Rename the VHE switch to "finalise_el2"Marc Zyngier2022-07-011-11/+10
| * arm64: head: record CPU boot mode after enabling the MMUArd Biesheuvel2022-06-241-2/+2
|/
* 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-071-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-091-0/+1
* arm64: add hypervisor stubMarc Zyngier2012-12-051-0/+109