summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/guest.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64/sve: Fix vq_present() macro to yield a boolZhang Lei2019-07-051-1/+1
* Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-211-12/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1Star
* | KVM: arm64: Filter out invalid core register IDs in KVM_GET_REG_LISTDave Martin2019-06-121-13/+40
* | KVM: arm64: Implement vq_present() as a macroViresh Kumar2019-06-121-9/+3Star
|/
* KVM: arm64/sve: Explain validity checks in set_sve_vls()Dave Martin2019-04-181-0/+7
* KVM: arm64/sve: Simplify KVM_REG_ARM64_SVE_VLS array sizingDave Martin2019-04-181-4/+3Star
* KVM: arm64/sve: WARN when avoiding divide-by-zero in sve_reg_to_region()Dave Martin2019-04-181-1/+1
* KVM: arm64/sve: Make register ioctl access errors more consistentDave Martin2019-04-181-21/+31
* KVM: arm64/sve: Miscellaneous tidyups in guest.cDave Martin2019-04-181-13/+5Star
* KVM: arm64/sve: Clean up UAPI register ID definitionsDave Martin2019-04-181-0/+9
* arm64: KVM: Fix system register enumerationMarc Zyngier2019-04-021-4/+4
* KVM: arm64/sve: Add pseudo-register for the guest's vector lengthsDave Martin2019-03-291-3/+111
* KVM: arm64: Enumerate SVE register indices for KVM_GET_REG_LISTDave Martin2019-03-291-0/+63
* KVM: arm64/sve: Add SVE support to register access ioctl interfaceDave Martin2019-03-291-12/+127
* KVM: arm64: Reject ioctl access to FPSIMD V-regs on SVE vcpusDave Martin2019-03-291-12/+36
* KVM: arm64: Factor out core register ID enumerationDave Martin2019-03-291-8/+25
* KVM: arm64: Add missing #include of <linux/string.h> in guest.cDave Martin2019-03-291-0/+1
* KVM: arm64: Refactor kvm_arm_num_regs() for easier maintenanceDave Martin2019-03-291-2/+8
* Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-261-3/+3
|\
| * arm64: KVM: Remove some extra semicolon in kvm_target_cpuzhong jiang2018-10-031-3/+3
* | arm64: KVM: Sanitize PSTATE.M when being set from userspaceMarc Zyngier2018-10-011-1/+9
* | arm64: KVM: Tighten guest core register access from userspaceDave Martin2018-10-011-0/+45
|/
* Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2018-08-221-0/+33
|\
| * KVM: arm64: Share the parts of get/set events useful to 32bitJames Morse2018-07-211-17/+4Star
| * arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTSDongjiu Geng2018-07-211-0/+46
* | kvm/arm: use PSR_AA32 definitionsMark Rutland2018-07-051-7/+7
|/
* arm/arm64: KVM: Add PSCI version selection APIMarc Zyngier2018-04-201-1/+13
* KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUNChristoffer Dall2018-03-141-3/+0Star
* KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debugChristoffer Dall2017-12-141-3/+12
* KVM: arm/arm64: Allow setting the timer IRQ numbers from userspaceChristoffer Dall2017-06-081-0/+9
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* KVM: ARM64: Fix typosAndrea Gelmini2016-06-141-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-03-161-0/+51
|\
| * arm64: KVM: Add a new vcpu device control group for PMUv3Shannon Zhao2016-02-291-0/+51
* | arm/arm64: KVM: Fix ioctl error handlingMichael S. Tsirkin2016-02-291-1/+1
|/
* arm64: KVM: Turn system register numbers to an enumMarc Zyngier2015-12-141-1/+0Star
* KVM: arm/arm64: Count guest exit due to various reasonsAmit Tomar2015-12-141-0/+9
* arm64/kvm: Add generic v8 KVM targetSuzuki K. Poulose2015-08-121-1/+2
* KVM: arm64: add trace points for guest_debug debugAlex Bennée2015-07-211-0/+4
* KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUGAlex Bennée2015-07-211-0/+7
* KVM: arm64: guest debug, add support for single-stepAlex Bennée2015-07-211-1/+3
* KVM: arm64: guest debug, add SW break point supportAlex Bennée2015-07-211-1/+1
* KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctlAlex Bennée2015-07-211-0/+27
* arm/arm64: KVM: Clarify KVM_ARM_VCPU_INIT ABIChristoffer Dall2014-12-131-25/+0Star
* arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpuChristoffer Dall2014-12-131-1/+0Star
* KVM: ARM/arm64: return -EFAULT if copy_from_user fails in set_timer_regWill Deacon2014-08-271-1/+1
* arm64: KVM: allow export and import of generic timer regsAlex Bennée2014-07-111-1/+67
* arm64: KVM: Enable minimalistic support for Cortex-A53Marc Zyngier2014-05-251-0/+2
* arm64: KVM: Support X-Gene guest VCPU on APM X-Gene hostAnup Patel2013-12-281-13/+19