aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm/handle_exit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-24arm: Remove 32bit KVM host supportMarc Zyngier1-175/+0
2019-10-21KVM: arm/arm64: Factor out hypercall handling from PSCI codeChristoffer Dall1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266Thomas Gleixner1-13/+1
2018-02-06arm/arm64: KVM: Advertise SMCCC v1.1Marc Zyngier1-1/+1
2018-02-06arm/arm64: KVM: Consolidate the PSCI include filesMarc Zyngier1-1/+1
2018-02-06arm: KVM: Fix SMCCC handling of unimplemented SMC/HVC callsMarc Zyngier1-2/+11
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-15Merge branch 'kvmarm-master/master' into HEADMarc Zyngier1-2/+2
2017-06-04KVM: arm/arm64: properly use vcpu requestsAndrew Jones1-0/+1
2017-05-15KVM: arm: plug potential guest hardware debug leakageZhichao Huang1-2/+2
2017-04-09ARM: KVM: Gracefully handle hyp-stubs being restored from under our feetMarc Zyngier1-0/+8
2017-03-07arm: KVM: Survive unknown traps from guestsMark Rutland1-7/+12
2016-09-08arm: KVM: Drop unreachable HYP abort handlersMarc Zyngier1-27/+0
2016-09-08arm: KVM: Inject a Virtual Abort if it was pendingMarc Zyngier1-0/+19
2016-09-08arm: KVM: Add HYP async abort handlerMarc Zyngier1-0/+3
2016-02-29ARM: KVM: Remove handling of ARM_EXCEPTION_DATA/PREF_ABORTMarc Zyngier1-2/+0
2016-02-29ARM: KVM: Remove unused hyp_pc fieldMarc Zyngier1-5/+0
2015-12-14KVM: arm/arm64: Count guest exit due to various reasonsAmit Tomar1-0/+3
2015-01-15ARM: KVM: extend WFI tracepoint to differentiate between wfi and wfeAndre Przywara1-3/+5
2014-08-29arm/arm64: KVM: Complete WFI/WFE instructionsChristoffer Dall1-0/+2
2014-04-30ARM/ARM64: KVM: Make kvm_psci_call() return convention more flexibleAnup Patel1-3/+7
2014-01-08KVM: ARM: Remove duplicate includeSachin Kamat1-2/+0
2013-10-17KVM: ARM: Update comments for kvm_handle_wfiChristoffer Dall1-6/+8
2013-10-17ARM: KVM: Yield CPU when vcpu executes a WFEMarc Zyngier1-1/+5
2013-06-26ARM: KVM: Don't handle PSCI calls via SMCDave P Martin1-3/+0
2013-05-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-0/+164
2013-03-06ARM: KVM: move kvm_handle_wfi to handle_exit.cMarc Zyngier1-0/+19
2013-03-06KVM: ARM: Reintroduce trace_kvm_hvcChristoffer Dall1-0/+5
2013-03-06ARM: KVM: move exit handler selection to a separate fileMarc Zyngier1-0/+140