summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/handle_exit.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1Star
* KVM: arm/arm64: Context-switch ptrauth registersMark Rutland2019-04-241-8/+28
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-12-261-13/+1Star
|\
| * arm64: KVM: Consistently advance singlestep when emulating instructionsMark Rutland2018-12-181-13/+1Star
* | arm64/kvm: hide ptrauth from guestsMark Rutland2018-12-131-0/+18
|/
* KVM: arm64: Safety check PSTATE when entering guest and handle ILChristoffer Dall2018-10-191-0/+7
* arm/arm64: KVM: Advertise SMCCC v1.1Marc Zyngier2018-02-061-1/+1
* arm/arm64: KVM: Consolidate the PSCI include filesMarc Zyngier2018-02-061-1/+2
* arm64: KVM: Increment PC after handling an SMC trapMarc Zyngier2018-02-061-0/+9
* arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC callsMarc Zyngier2018-02-061-2/+2
* KVM: arm64: Handle RAS SErrors from EL2 on guest exitJames Morse2018-01-161-1/+13
* KVM: arm64: Handle RAS SErrors from EL1 on guest exitJames Morse2018-01-161-1/+17
* kvm: arm64: handle single-step during SError exceptionsAlex Bennée2017-11-291-1/+7
* kvm: arm64: handle single-stepping trapped instructionsAlex Bennée2017-11-291-14/+35
* arm64/sve: KVM: Treat guest SVE use as undefined instruction executionDave Martin2017-11-031-0/+8
* KVM: arm: implements the kvm_arch_vcpu_in_kernel()Longpeng(Mike)2017-08-081-1/+1
* KVM: add spinlock optimization frameworkLongpeng(Mike)2017-08-081-1/+1
* KVM: arm/arm64: properly use vcpu requestsAndrew Jones2017-06-041-0/+1
* arm64: KVM: Survive unknown traps from guestsMark Rutland2017-03-071-7/+12
* arm64: Support systems without FP/ASIMDSuzuki K Poulose2016-11-161-0/+11
* arm64: KVM: Inject a Virtual SError if it was pendingMarc Zyngier2016-09-081-0/+20
* arm64: KVM: Add EL1 async abort handlerMarc Zyngier2016-09-081-0/+3
* arm64/kvm: use ESR_ELx_EC to extract ECMark Rutland2016-06-211-2/+2
* arm64: hyp/kvm: Make hyp-stub reject kvm_call_hyp()James Morse2016-04-281-0/+7
* arm64: KVM: Turn system register numbers to an enumMarc Zyngier2015-12-141-0/+1
* KVM: arm/arm64: Count guest exit due to various reasonsAmit Tomar2015-12-141-0/+3
* arm64: KVM: Get rid of old vcpu_reg()Pavel Fedin2015-12-041-1/+1
* KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUGAlex Bennée2015-07-211-0/+6
* KVM: arm64: guest debug, add support for single-stepAlex Bennée2015-07-211-0/+2
* KVM: arm64: guest debug, add SW break point supportAlex Bennée2015-07-211-0/+36
* Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2015-01-231-2/+11
|\
| * arm/arm64: KVM: add tracing support for arm64 exit handlerWei Huang2015-01-151-2/+11
* | arm64: kvm: decode ESR_ELx.EC when reporting exceptionsMark Rutland2015-01-151-3/+4
* | arm64: kvm: move to ESR_ELx macrosMark Rutland2015-01-151-15/+17
|/
* arm/arm64: KVM: Complete WFI/WFE instructionsChristoffer Dall2014-08-291-0/+2
* arm64: KVM: common infrastructure for handling AArch32 CP14/CP15Marc Zyngier2014-07-111-2/+2
* ARM/ARM64: KVM: Make kvm_psci_call() return convention more flexibleAnup Patel2014-04-301-3/+7
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-231-3/+0Star
|\
| * arm64: KVM: Force undefined exception for Guest SMC intructionsAnup Patel2013-12-281-3/+0Star
* | treewide: Fix typos in printkMasanari Iida2013-12-191-1/+1
|/
* arm64: KVM: Yield CPU when vcpu executes a WFEMarc Zyngier2013-10-291-5/+13
* arm64: KVM: 32bit handling of coprocessor trapsMarc Zyngier2013-06-121-0/+7
* arm64: KVM: PSCI implementationMarc Zyngier2013-06-121-9/+7Star
* arm64: KVM: Exit handlingMarc Zyngier2013-06-121-0/+119