summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/entry.S
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Use symbolic definition for ISR_EL1.AMark Brown2023-01-121-1/+1
* KVM: arm64: Save/restore MTE registersSteven Price2021-06-221-0/+7
* KVM: arm64: Don't use cbz/adr with external symbolsSami Tolvanen2021-03-091-2/+4
* KVM: arm64: Avoid corrupting vCPU context register in guest exitWill Deacon2021-03-061-1/+1
* Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/nextMarc Zyngier2020-09-301-3/+3
|\
* | KVM: arm64: Share context save and restore macrosAndrew Scull2020-09-151-39/+0
* | KVM: arm64: Restore hyp when panicking in guest contextAndrew Scull2020-09-151-0/+24
* | KVM: arm64: Update context references from host to hypAndrew Scull2020-09-151-11/+11
* | KVM: arm64: Introduce hyp contextAndrew Scull2020-09-151-5/+5
|/
* KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse2020-08-281-6/+9
* KVM: arm64: Make struct kvm_regs userspace-onlyMarc Zyngier2020-07-071-2/+1
* KVM: arm64: Remove __hyp_text macro, use build rules insteadDavid Brazdil2020-07-051-1/+0
* KVM: arm64: Save/restore sp_el0 as part of __guest_enterMarc Zyngier2020-04-301-0/+23
* Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-01-311-4/+3
|\
| * arm64: KVM: Annotate guest entry/exit as a single functionMark Brown2020-01-231-4/+3
* | arm64: kvm: stop treating register x18 as caller saveArd Biesheuvel2020-01-161-21/+24
|/
* 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/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* 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/+0
* KVM: arm64: Convert lazy FPSIMD context switch trap to CDave Martin2018-05-251-35/+22
* arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardeningShanker Donthineni2018-04-111-12/+0
* 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/+0
* KVM: arm64: Avoid storing the vcpu pointer on the stackChristoffer Dall2018-03-191-5/+1
* 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/+50
* arm64: KVM: Simplify HYP init/teardownMarc Zyngier2016-07-031-19/+0
* 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/+1
* 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