aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/entry.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-16arm64: kvm: stop treating register x18 as caller saveArd Biesheuvel1-21/+24
2019-07-05KVM: arm64: Skip more of the SError vaxorcismJames Morse1-4/+10
2019-07-05KVM: arm64: Re-mask SError after the one instruction windowJames Morse1-0/+2
2019-07-05KVM: arm64: Defer guest entry when an asynchronous exception is pendingJames Morse1-0/+15
2019-07-05KVM: arm64: Consume pending SError as early as possibleJames Morse1-3/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-04-24KVM: arm/arm64: Context-switch ptrauth registersMark Rutland1-0/+15
2018-12-06arm64: entry: Place an SB sequence following an ERET instructionWill Deacon1-0/+1
2018-05-25KVM: arm64: Invoke FPSIMD context switch trap from CDave Martin1-30/+0
2018-05-25KVM: arm64: Convert lazy FPSIMD context switch trap to CDave Martin1-35/+22
2018-04-11arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardeningShanker Donthineni1-12/+0
2018-03-28Revert "arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardening"Marc Zyngier1-0/+12
2018-03-19arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardeningShanker Donthineni1-12/+0
2018-03-19KVM: arm64: Avoid storing the vcpu pointer on the stackChristoffer Dall1-5/+1
2018-01-16KVM: arm64: Handle RAS SErrors from EL2 on guest exitJames Morse1-0/+13
2018-01-13KVM: arm64: Store vcpu on the stack during __guest_enter()James Morse1-3/+7
2018-01-08arm64: Implement branch predictor hardening for FalkorShanker Donthineni1-0/+12
2016-09-08arm64: KVM: Handle async aborts delivered while at EL2Marc Zyngier1-1/+32
2016-09-08arm64: KVM: VHE: reset PSTATE.PAN on entry to EL2Vladimir Murzin1-0/+2
2016-09-08arm64: KVM: Optimize __guest_enter/exit() to save a few instructionsShanker Donthineni1-51/+50
2016-07-03arm64: KVM: Simplify HYP init/teardownMarc Zyngier1-19/+0
2016-05-03arm64: kvm: Fix kvm teardown for systems using the extended idmapJames Morse1-0/+19
2016-02-29arm64: KVM: VHE: Add fpsimd enabling on guest accessMarc Zyngier1-0/+6
2015-12-14arm64: KVM: Turn system register numbers to an enumMarc Zyngier1-2/+1
2015-12-14arm64: KVM: Implement TLB handlingMarc Zyngier1-0/+1
2015-12-14arm64: KVM: Implement fpsimd save/restoreMarc Zyngier1-1/+31
2015-12-14arm64: KVM: Implement guest entryMarc Zyngier1-0/+130