aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/guest.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-25Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+3
2018-10-03arm64: KVM: Remove some extra semicolon in kvm_target_cpuzhong jiang1-3/+3
2018-10-01arm64: KVM: Sanitize PSTATE.M when being set from userspaceMarc Zyngier1-1/+9
2018-10-01arm64: KVM: Tighten guest core register access from userspaceDave Martin1-0/+45
2018-08-22Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-0/+33
2018-07-21KVM: arm64: Share the parts of get/set events useful to 32bitJames Morse1-17/+4
2018-07-21arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTSDongjiu Geng1-0/+46
2018-07-05kvm/arm: use PSR_AA32 definitionsMark Rutland1-7/+7
2018-04-20arm/arm64: KVM: Add PSCI version selection APIMarc Zyngier1-1/+13
2018-03-14KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUNChristoffer Dall1-3/+0
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debugChristoffer Dall1-3/+12
2017-06-08KVM: arm/arm64: Allow setting the timer IRQ numbers from userspaceChristoffer Dall1-0/+9
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-06-14KVM: ARM64: Fix typosAndrea Gelmini1-1/+1
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+51
2016-02-29arm64: KVM: Add a new vcpu device control group for PMUv3Shannon Zhao1-0/+51
2016-02-29arm/arm64: KVM: Fix ioctl error handlingMichael S. Tsirkin1-1/+1
2015-12-14arm64: KVM: Turn system register numbers to an enumMarc Zyngier1-1/+0
2015-12-14KVM: arm/arm64: Count guest exit due to various reasonsAmit Tomar1-0/+9
2015-08-12arm64/kvm: Add generic v8 KVM targetSuzuki K. Poulose1-1/+2
2015-07-21KVM: arm64: add trace points for guest_debug debugAlex Bennée1-0/+4
2015-07-21KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUGAlex Bennée1-0/+7
2015-07-21KVM: arm64: guest debug, add support for single-stepAlex Bennée1-1/+3
2015-07-21KVM: arm64: guest debug, add SW break point supportAlex Bennée1-1/+1
2015-07-21KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctlAlex Bennée1-0/+27
2014-12-13arm/arm64: KVM: Clarify KVM_ARM_VCPU_INIT ABIChristoffer Dall1-25/+0
2014-12-13arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpuChristoffer Dall1-1/+0
2014-08-27KVM: ARM/arm64: return -EFAULT if copy_from_user fails in set_timer_regWill Deacon1-1/+1
2014-07-11arm64: KVM: allow export and import of generic timer regsAlex Bennée1-1/+67
2014-05-25arm64: KVM: Enable minimalistic support for Cortex-A53Marc Zyngier1-0/+2
2013-12-28arm64: KVM: Support X-Gene guest VCPU on APM X-Gene hostAnup Patel1-13/+19
2013-10-02ARM64: KVM: Implement kvm_vcpu_preferred_target() functionAnup Patel1-0/+20
2013-06-12arm64: KVM: enable initialization of a 32bit vcpuMarc Zyngier1-0/+6
2013-06-07arm64: KVM: guest one-reg interfaceMarc Zyngier1-0/+259