summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/hyp-stub.S
AgeCommit message (Expand)AuthorFilesLines
2022-09-09arm64/sysreg: Standardise naming for ID_AA64MMFR1_EL1 fieldsKristina Martsenko1-2/+2
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64PFR1_EL1 constant namesMark Brown1-1/+1
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64PFR0_EL1 definition namesMark Brown1-1/+1
2022-07-25Merge branch 'for-next/boot' into for-next/coreWill Deacon1-27/+90
2022-07-01arm64: Add an override for ID_AA64SMFR0_EL1.FA64Marc Zyngier1-7/+8
2022-07-01arm64: Add the arm64.nosve command line optionMarc Zyngier1-0/+11
2022-07-01arm64: Add the arm64.nosme command line optionMarc Zyngier1-0/+41
2022-07-01arm64: Expose a __check_override primitive for oddball featuresMarc Zyngier1-6/+11
2022-07-01arm64: Factor out checking of a feature against the override into a macroMarc Zyngier1-14/+20
2022-07-01arm64: Rename the VHE switch to "finalise_el2"Marc Zyngier1-11/+10
2022-06-24arm64: head: record CPU boot mode after enabling the MMUArd Biesheuvel1-2/+2
2021-04-13Merge remote-tracking branch 'arm64/for-next/vhe-only' into kvmarm-master/nextMarc Zyngier1-6/+4
2021-04-08arm64: Get rid of CONFIG_ARM64_VHEMarc Zyngier1-2/+0
2021-04-08arm64: Cope with CPUs stuck in VHE modeMarc Zyngier1-4/+4
2021-04-06arm64: KVM: Enable access to TRBE support for hostSuzuki K Poulose1-1/+2
2021-02-24arm64: Add missing ISB after invalidating TLB in enter_vheMarc Zyngier1-0/+1
2021-02-24arm64: VHE: Enable EL2 MMU from the idmapMarc Zyngier1-13/+26
2021-02-12Merge branch 'for-next/misc' into for-next/coreWill Deacon1-0/+2
2021-02-09arm64: Honor VHE being disabled from the command-lineMarc Zyngier1-0/+11
2021-02-09arm64: Move VHE-specific SPE setup to mutate_to_vhe()Marc Zyngier1-3/+5
2021-02-09arm64: Initialise as nVHE before switching to VHEMarc Zyngier1-0/+24
2021-02-08arm64: Provide an 'upgrade to VHE' stub hypercallMarc Zyngier1-2/+74
2021-01-28KVM: arm64: Move __hyp_set_vectors out of .hyp.textQuentin Perret1-0/+2
2020-05-04arm64: kernel: Convert to modern annotations for assembly functionsMark Brown1-10/+10
2020-03-24arm64: use mov_q instead of literal ldrRemi Denis-Courmont1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-02-01arm64: hyp-stub: Forbid kprobing of the hyp-stubJames Morse1-0/+2
2017-04-09arm64: hyp-stub: Zero x0 on successful stub handlingMarc Zyngier1-1/+3
2017-04-09arm64: hyp-stub/KVM: Kill __hyp_get_vectorsMarc Zyngier1-12/+1
2017-04-09arm64: hyp-stub: Implement HVC_RESET_VECTORS stub hypercallMarc Zyngier1-1/+10
2017-04-09arm64: hyp-stub: Define a return value for failed stub callsMarc Zyngier1-1/+1
2017-04-09arm64: hyp-stub: Don't save lr in the EL1 codeMarc Zyngier1-4/+0
2017-04-09arm64: hyp-stub: Stop pointlessly clobbering lrMarc Zyngier1-6/+0
2016-06-27arm64: Add back cpu reset routinesGeoff Levand1-1/+9
2016-04-28arm64: hyp/kvm: Make hyp-stub reject kvm_call_hyp()James Morse1-2/+3
2016-04-28arm64: hyp/kvm: Make hyp-stub extensibleGeoff Levand1-10/+24
2016-04-28arm64: kvm: Move lr save/restore from do_el2_call into EL1James Morse1-2/+8
2014-07-08irqchip: gic-v3: Initial support for GICv3Marc Zyngier1-0/+1
2012-12-05arm64: add hypervisor stubMarc Zyngier1-0/+109