aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/handle_exit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-19KVM: arm64: Clear PSTATE.SS when the Software Step state was Active-pendingReiji Watanabe1-1/+7
2022-07-27Merge branch kvm-arm64/nvhe-stacktrace into kvmarm-master/nextMarc Zyngier1-0/+4
2022-07-27KVM: arm64: Move nVHE stacktrace unwinding into its own compilation unitMarc Zyngier1-98/+0
2022-07-26KVM: arm64: Introduce pkvm_dump_backtrace()Kalesh Singh1-1/+34
2022-07-26KVM: arm64: Introduce hyp_dump_backtrace()Kalesh Singh1-0/+69
2022-07-17Merge branch kvm-arm64/misc-5.20 into kvmarm-master/nextMarc Zyngier1-2/+2
2022-07-17KVM: arm64: Fix hypervisor address symbolizationKalesh Singh1-2/+2
2022-06-29KVM: arm64: Move vcpu WFIT flag to the state flag setMarc Zyngier1-1/+1
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-12/+37
2022-05-04Merge branch kvm-arm64/aarch32-idreg-trap into kvmarm-master/nextMarc Zyngier1-0/+1
2022-05-04Merge branch kvm-arm64/hyp-stack-guard into kvmarm-master/nextMarc Zyngier1-8/+5
2022-05-03KVM: arm64: Plumb cp10 ID traps through the AArch64 sysreg handlerOliver Upton1-0/+1
2022-04-29KVM: arm64: uapi: Add kvm_debug_exit_arch.hsr_highAlexandru Elisei1-0/+2
2022-04-29KVM: arm64: Treat ESR_EL2 as a 64-bit registerAlexandru Elisei1-7/+7
2022-04-28KVM: arm64: Symbolize the nVHE HYP addressesKalesh Singh1-8/+5
2022-04-20KVM: arm64: Offer early resume for non-blocking WFxT instructionsMarc Zyngier1-4/+26
2022-04-20KVM: arm64: Handle blocking WFIT instructionMarc Zyngier1-1/+6
2022-03-18KVM: arm64: fix typos in commentsJulia Lawall1-1/+1
2022-02-03KVM: arm64: Stop handle_exit() from handling HVC twice when an SError occursJames Morse1-0/+8
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+2
2021-12-08KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()Sean Christopherson1-1/+1
2021-12-08KVM: arm64: Move vGIC v4 handling for WFI out arch callback hookSean Christopherson1-2/+1
2021-12-06arm64/kvm: Fix bitrotted comment for SVE handling in handle_exit.cMark Brown1-1/+4
2021-08-26Merge branch kvm-arm64/misc-5.15 into kvmarm-master/nextMarc Zyngier1-17/+3
2021-08-26KVM: arm64: Trim guest debug exception handlingRaghavendra Rao Ananta1-17/+3
2021-08-18KVM: arm64: Make hyp_panic() more robust when protected mode is enabledWill Deacon1-9/+14
2021-04-01KVM: arm64: Log source when panicking from nVHE hypAndrew Scull1-0/+45
2020-11-10KVM: arm64: Drop kvm_coproc.hMarc Zyngier1-1/+0
2020-11-10KVM: arm64: Move PC rollback on SError to HYPMarc Zyngier1-17/+0
2020-11-10KVM: arm64: Make kvm_skip_instr() and co private to HYPMarc Zyngier1-3/+3
2020-11-10KVM: arm64: Move kvm_vcpu_trap_il_is32bit into kvm_skip_instr32()Marc Zyngier1-3/+3
2020-11-10KVM: arm64: Don't adjust PC on SError during SMC trapMarc Zyngier1-8/+8
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-09Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-next-5.6Paolo Bonzini1-16/+16
2020-07-10KVM: arm64: clean up redundant 'kvm_run' parametersTianjia Zhang1-18/+18
2020-07-05KVM: arm64: Rename HSR to ESRGavin Shan1-16/+16
2020-06-09KVM: arm64: Handle PtrAuth traps earlyMarc Zyngier1-14/+3
2020-06-09KVM: arm64: Save the host's PtrAuth keys in non-preemptible contextMarc Zyngier1-17/+2
2020-05-16KVM: arm64: Move virt/kvm/arm to arch/arm64Marc Zyngier1-1/+1
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