aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp-init.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2018-09-18arm64: KVM: Enable Common Not Private translationsVladimir Murzin1-0/+3
2018-07-21arm64: KVM: Cleanup tpidr_el2 init on non-VHEMarc Zyngier1-3/+3
2018-03-19arm64: KVM: Move vector offsetting from hyp-init.S to kvm_get_hyp_vectorMarc Zyngier1-1/+0
2018-02-06arm64: assembler: Change order of macro arguments in phys_to_ttbrWill Deacon1-1/+1
2018-02-06arm64: Add software workaround for Falkor erratum 1041Shanker Donthineni1-0/+1
2018-01-13KVM: arm64: Stop save/restoring host tpidr_el1 on VHEJames Morse1-0/+4
2017-12-22arm64: allow ID map to be extended to 52 bitsKristina Martsenko1-9/+8
2017-12-22arm64: handle 52-bit addresses in TTBRKristina Martsenko1-1/+2
2017-12-22arm64: limit PA size to supported rangeKristina Martsenko1-4/+2
2017-06-06arm64: KVM: Allow unaligned accesses at EL2Marc Zyngier1-2/+3
2017-06-06arm64: KVM: Preserve RES1 bits in SCTLR_EL2Marc Zyngier1-4/+6
2017-04-09arm64: hyp-stub: Zero x0 on successful stub handlingMarc Zyngier1-3/+3
2017-04-09arm64: hyp-stub/KVM: Kill __hyp_get_vectorsMarc Zyngier1-6/+1
2017-04-09arm64: KVM: Implement HVC_SOFT_RESTART in the init codeMarc Zyngier1-8/+23
2017-04-09arm64: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectorsMarc Zyngier1-2/+0
2017-04-09arm64: KVM: Implement HVC_GET_VECTORS in the init codeMarc Zyngier1-1/+6
2017-04-09arm64: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init codeMarc Zyngier1-0/+13
2016-07-03arm64: KVM: Simplify HYP init/teardownMarc Zyngier1-53/+8
2016-05-03arm64: kvm: Fix kvm teardown for systems using the extended idmapJames Morse1-0/+5
2016-04-28arm64: kvm: allows kvm cpu hotplugAKASHI Takahiro1-0/+38
2016-04-28arm64: Cleanup SCTLR flagsGeoff Levand1-2/+3
2016-02-29arm64: KVM: Switch to C-based stage2 initMarc Zyngier1-14/+1
2016-02-11arm64: KVM: Configure TCR_EL2.PS at runtimeTirumalesh Chalamarla1-5/+7
2015-12-18arm64: KVM: Add support for 16-bit VMIDVladimir Murzin1-0/+9
2015-03-23arm64: KVM: use ID map with increased VA range if requiredArd Biesheuvel1-0/+25
2014-08-29ARM/ARM64: KVM: Nuke Hyp-mode tlbs before enabling MMUPranavkumar Sawargaonkar1-0/+4
2014-03-13arm64: Add boot time configuration of Intermediate Physical Address sizeRadha Mohan Chintakuntla1-0/+6
2013-11-06arm64: KVM: initialize HYP mode following the kernel endiannessMarc Zyngier1-1/+4
2013-06-07arm64: KVM: hypervisor initialization codeMarc Zyngier1-0/+107