aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/entry.S
AgeCommit message (Expand)Author
2023-01-12KVM: arm64: Use symbolic definition for ISR_EL1.AMark Brown
2021-06-22KVM: arm64: Save/restore MTE registersSteven Price
2021-03-09KVM: arm64: Don't use cbz/adr with external symbolsSami Tolvanen
2021-03-06KVM: arm64: Avoid corrupting vCPU context register in guest exitWill Deacon
2020-09-30Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/nextMarc Zyngier
2020-09-15KVM: arm64: Share context save and restore macrosAndrew Scull
2020-09-15KVM: arm64: Restore hyp when panicking in guest contextAndrew Scull
2020-09-15KVM: arm64: Update context references from host to hypAndrew Scull
2020-09-15KVM: arm64: Introduce hyp contextAndrew Scull
2020-08-28KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse
2020-07-07KVM: arm64: Make struct kvm_regs userspace-onlyMarc Zyngier
2020-07-05KVM: arm64: Remove __hyp_text macro, use build rules insteadDavid Brazdil
2020-04-30KVM: arm64: Save/restore sp_el0 as part of __guest_enterMarc Zyngier
2020-01-31Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-01-23arm64: KVM: Annotate guest entry/exit as a single functionMark Brown
2020-01-16arm64: kvm: stop treating register x18 as caller saveArd Biesheuvel
2019-07-05KVM: arm64: Skip more of the SError vaxorcismJames Morse
2019-07-05KVM: arm64: Re-mask SError after the one instruction windowJames Morse
2019-07-05KVM: arm64: Defer guest entry when an asynchronous exception is pendingJames Morse
2019-07-05KVM: arm64: Consume pending SError as early as possibleJames Morse
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-04-24KVM: arm/arm64: Context-switch ptrauth registersMark Rutland
2018-12-06arm64: entry: Place an SB sequence following an ERET instructionWill Deacon
2018-05-25KVM: arm64: Invoke FPSIMD context switch trap from CDave Martin
2018-05-25KVM: arm64: Convert lazy FPSIMD context switch trap to CDave Martin
2018-04-11arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardeningShanker Donthineni
2018-03-28Revert "arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardening"Marc Zyngier
2018-03-19arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardeningShanker Donthineni
2018-03-19KVM: arm64: Avoid storing the vcpu pointer on the stackChristoffer Dall
2018-01-16KVM: arm64: Handle RAS SErrors from EL2 on guest exitJames Morse
2018-01-13KVM: arm64: Store vcpu on the stack during __guest_enter()James Morse
2018-01-08arm64: Implement branch predictor hardening for FalkorShanker Donthineni
2016-09-08arm64: KVM: Handle async aborts delivered while at EL2Marc Zyngier
2016-09-08arm64: KVM: VHE: reset PSTATE.PAN on entry to EL2Vladimir Murzin
2016-09-08arm64: KVM: Optimize __guest_enter/exit() to save a few instructionsShanker Donthineni
2016-07-03arm64: KVM: Simplify HYP init/teardownMarc Zyngier
2016-05-03arm64: kvm: Fix kvm teardown for systems using the extended idmapJames Morse
2016-02-29arm64: KVM: VHE: Add fpsimd enabling on guest accessMarc Zyngier
2015-12-14arm64: KVM: Turn system register numbers to an enumMarc Zyngier
2015-12-14arm64: KVM: Implement TLB handlingMarc Zyngier
2015-12-14arm64: KVM: Implement fpsimd save/restoreMarc Zyngier
2015-12-14arm64: KVM: Implement guest entryMarc Zyngier