summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/handle_exit.c
AgeCommit message (Expand)Author
2021-08-26Merge branch kvm-arm64/misc-5.15 into kvmarm-master/nextMarc Zyngier
2021-08-26KVM: arm64: Trim guest debug exception handlingRaghavendra Rao Ananta
2021-08-18KVM: arm64: Make hyp_panic() more robust when protected mode is enabledWill Deacon
2021-04-01KVM: arm64: Log source when panicking from nVHE hypAndrew Scull
2020-11-10KVM: arm64: Drop kvm_coproc.hMarc Zyngier
2020-11-10KVM: arm64: Move PC rollback on SError to HYPMarc Zyngier
2020-11-10KVM: arm64: Make kvm_skip_instr() and co private to HYPMarc Zyngier
2020-11-10KVM: arm64: Move kvm_vcpu_trap_il_is32bit into kvm_skip_instr32()Marc Zyngier
2020-11-10KVM: arm64: Don't adjust PC on SError during SMC trapMarc Zyngier
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-09Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2020-07-10KVM: arm64: clean up redundant 'kvm_run' parametersTianjia Zhang
2020-07-05KVM: arm64: Rename HSR to ESRGavin Shan
2020-06-09KVM: arm64: Handle PtrAuth traps earlyMarc Zyngier
2020-06-09KVM: arm64: Save the host's PtrAuth keys in non-preemptible contextMarc Zyngier
2020-05-16KVM: arm64: Move virt/kvm/arm to arch/arm64Marc Zyngier
2019-10-21KVM: arm/arm64: Factor out hypercall handling from PSCI codeChristoffer Dall
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-04-24KVM: arm/arm64: Context-switch ptrauth registersMark Rutland
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-12-18arm64: KVM: Consistently advance singlestep when emulating instructionsMark Rutland
2018-12-13arm64/kvm: hide ptrauth from guestsMark Rutland
2018-10-19KVM: arm64: Safety check PSTATE when entering guest and handle ILChristoffer Dall
2018-02-06arm/arm64: KVM: Advertise SMCCC v1.1Marc Zyngier
2018-02-06arm/arm64: KVM: Consolidate the PSCI include filesMarc Zyngier
2018-02-06arm64: KVM: Increment PC after handling an SMC trapMarc Zyngier
2018-02-06arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC callsMarc Zyngier
2018-01-16KVM: arm64: Handle RAS SErrors from EL2 on guest exitJames Morse
2018-01-16KVM: arm64: Handle RAS SErrors from EL1 on guest exitJames Morse
2017-11-29kvm: arm64: handle single-step during SError exceptionsAlex Bennée
2017-11-29kvm: arm64: handle single-stepping trapped instructionsAlex Bennée
2017-11-03arm64/sve: KVM: Treat guest SVE use as undefined instruction executionDave Martin
2017-08-08KVM: arm: implements the kvm_arch_vcpu_in_kernel()Longpeng(Mike)
2017-08-08KVM: add spinlock optimization frameworkLongpeng(Mike)
2017-06-04KVM: arm/arm64: properly use vcpu requestsAndrew Jones
2017-03-07arm64: KVM: Survive unknown traps from guestsMark Rutland
2016-11-16arm64: Support systems without FP/ASIMDSuzuki K Poulose
2016-09-08arm64: KVM: Inject a Virtual SError if it was pendingMarc Zyngier
2016-09-08arm64: KVM: Add EL1 async abort handlerMarc Zyngier
2016-06-21arm64/kvm: use ESR_ELx_EC to extract ECMark Rutland
2016-04-28arm64: hyp/kvm: Make hyp-stub reject kvm_call_hyp()James Morse
2015-12-14arm64: KVM: Turn system register numbers to an enumMarc Zyngier
2015-12-14KVM: arm/arm64: Count guest exit due to various reasonsAmit Tomar
2015-12-04arm64: KVM: Get rid of old vcpu_reg()Pavel Fedin
2015-07-21KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUGAlex Bennée
2015-07-21KVM: arm64: guest debug, add support for single-stepAlex Bennée
2015-07-21KVM: arm64: guest debug, add SW break point supportAlex Bennée
2015-01-23Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini
2015-01-15arm64: kvm: decode ESR_ELx.EC when reporting exceptionsMark Rutland
2015-01-15arm64: kvm: move to ESR_ELx macrosMark Rutland