aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/handle_exit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-21KVM: arm/arm64: Factor out hypercall handling from PSCI codeChristoffer Dall1-2/+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-8/+28
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-13/+1
2018-12-18arm64: KVM: Consistently advance singlestep when emulating instructionsMark Rutland1-13/+1
2018-12-13arm64/kvm: hide ptrauth from guestsMark Rutland1-0/+18
2018-10-19KVM: arm64: Safety check PSTATE when entering guest and handle ILChristoffer Dall1-0/+7
2018-02-06arm/arm64: KVM: Advertise SMCCC v1.1Marc Zyngier1-1/+1
2018-02-06arm/arm64: KVM: Consolidate the PSCI include filesMarc Zyngier1-1/+2
2018-02-06arm64: KVM: Increment PC after handling an SMC trapMarc Zyngier1-0/+9
2018-02-06arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC callsMarc Zyngier1-2/+2
2018-01-16KVM: arm64: Handle RAS SErrors from EL2 on guest exitJames Morse1-1/+13
2018-01-16KVM: arm64: Handle RAS SErrors from EL1 on guest exitJames Morse1-1/+17
2017-11-29kvm: arm64: handle single-step during SError exceptionsAlex Bennée1-1/+7
2017-11-29kvm: arm64: handle single-stepping trapped instructionsAlex Bennée1-14/+35
2017-11-03arm64/sve: KVM: Treat guest SVE use as undefined instruction executionDave Martin1-0/+8
2017-08-08KVM: arm: implements the kvm_arch_vcpu_in_kernel()Longpeng(Mike)1-1/+1
2017-08-08KVM: add spinlock optimization frameworkLongpeng(Mike)1-1/+1
2017-06-04KVM: arm/arm64: properly use vcpu requestsAndrew Jones1-0/+1
2017-03-07arm64: KVM: Survive unknown traps from guestsMark Rutland1-7/+12
2016-11-16arm64: Support systems without FP/ASIMDSuzuki K Poulose1-0/+11
2016-09-08arm64: KVM: Inject a Virtual SError if it was pendingMarc Zyngier1-0/+20
2016-09-08arm64: KVM: Add EL1 async abort handlerMarc Zyngier1-0/+3
2016-06-21arm64/kvm: use ESR_ELx_EC to extract ECMark Rutland1-2/+2
2016-04-28arm64: hyp/kvm: Make hyp-stub reject kvm_call_hyp()James Morse1-0/+7
2015-12-14arm64: KVM: Turn system register numbers to an enumMarc Zyngier1-0/+1
2015-12-14KVM: arm/arm64: Count guest exit due to various reasonsAmit Tomar1-0/+3
2015-12-04arm64: KVM: Get rid of old vcpu_reg()Pavel Fedin1-1/+1
2015-07-21KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUGAlex Bennée1-0/+6
2015-07-21KVM: arm64: guest debug, add support for single-stepAlex Bennée1-0/+2
2015-07-21KVM: arm64: guest debug, add SW break point supportAlex Bennée1-0/+36
2015-01-23Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-nextPaolo Bonzini1-2/+11
2015-01-15arm64: kvm: decode ESR_ELx.EC when reporting exceptionsMark Rutland1-3/+4
2015-01-15arm64: kvm: move to ESR_ELx macrosMark Rutland1-15/+17
2015-01-15arm/arm64: KVM: add tracing support for arm64 exit handlerWei Huang1-2/+11
2014-08-29arm/arm64: KVM: Complete WFI/WFE instructionsChristoffer Dall1-0/+2
2014-07-11arm64: KVM: common infrastructure for handling AArch32 CP14/CP15Marc Zyngier1-2/+2
2014-04-30ARM/ARM64: KVM: Make kvm_psci_call() return convention more flexibleAnup Patel1-3/+7
2014-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+0
2013-12-28arm64: KVM: Force undefined exception for Guest SMC intructionsAnup Patel1-3/+0
2013-12-19treewide: Fix typos in printkMasanari Iida1-1/+1
2013-10-29arm64: KVM: Yield CPU when vcpu executes a WFEMarc Zyngier1-5/+13
2013-06-12arm64: KVM: 32bit handling of coprocessor trapsMarc Zyngier1-0/+7
2013-06-12arm64: KVM: PSCI implementationMarc Zyngier1-9/+7
2013-06-12arm64: KVM: Exit handlingMarc Zyngier1-0/+119