aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/handle_exit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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