summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/entry.S
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Skip more of the SError vaxorcismJames Morse2019-07-051-4/+10
* KVM: arm64: Re-mask SError after the one instruction windowJames Morse2019-07-051-0/+2
* KVM: arm64: Defer guest entry when an asynchronous exception is pendingJames Morse2019-07-051-0/+15
* KVM: arm64: Consume pending SError as early as possibleJames Morse2019-07-051-3/+2Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1Star
* KVM: arm/arm64: Context-switch ptrauth registersMark Rutland2019-04-241-0/+15
* arm64: entry: Place an SB sequence following an ERET instructionWill Deacon2018-12-061-0/+1
* KVM: arm64: Invoke FPSIMD context switch trap from CDave Martin2018-05-251-30/+0Star
* KVM: arm64: Convert lazy FPSIMD context switch trap to CDave Martin2018-05-251-35/+22Star
* arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardeningShanker Donthineni2018-04-111-12/+0Star
* Revert "arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardening"Marc Zyngier2018-03-281-0/+12
* arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardeningShanker Donthineni2018-03-191-12/+0Star
* KVM: arm64: Avoid storing the vcpu pointer on the stackChristoffer Dall2018-03-191-5/+1Star
* KVM: arm64: Handle RAS SErrors from EL2 on guest exitJames Morse2018-01-161-0/+13
* KVM: arm64: Store vcpu on the stack during __guest_enter()James Morse2018-01-131-3/+7
* arm64: Implement branch predictor hardening for FalkorShanker Donthineni2018-01-081-0/+12
* arm64: KVM: Handle async aborts delivered while at EL2Marc Zyngier2016-09-081-1/+32
* arm64: KVM: VHE: reset PSTATE.PAN on entry to EL2Vladimir Murzin2016-09-081-0/+2
* arm64: KVM: Optimize __guest_enter/exit() to save a few instructionsShanker Donthineni2016-09-081-51/+50Star
* arm64: KVM: Simplify HYP init/teardownMarc Zyngier2016-07-031-19/+0Star
* arm64: kvm: Fix kvm teardown for systems using the extended idmapJames Morse2016-05-031-0/+19
* arm64: KVM: VHE: Add fpsimd enabling on guest accessMarc Zyngier2016-02-291-0/+6
* arm64: KVM: Turn system register numbers to an enumMarc Zyngier2015-12-141-2/+1Star
* arm64: KVM: Implement TLB handlingMarc Zyngier2015-12-141-0/+1
* arm64: KVM: Implement fpsimd save/restoreMarc Zyngier2015-12-141-1/+31
* arm64: KVM: Implement guest entryMarc Zyngier2015-12-141-0/+130