aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/guest.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-08Merge remote-tracking branch 'kvmarm/misc-5.5' into kvmarm/nextMarc Zyngier1-0/+4
2019-10-28KVM: arm/arm64: Show halt poll counters in debugfsChristian Borntraeger1-0/+4
2019-10-24Merge remote-tracking branch 'kvmarm/kvm-arm64/stolen-time' into kvmarm-master/nextMarc Zyngier1-0/+9
2019-10-21KVM: arm64: Provide VCPU attributes for stolen timeSteven Price1-0/+9
2019-10-21KVM: arm/arm64: Allow user injection of external data abortsChristoffer Dall1-0/+10
2019-07-05KVM: arm64/sve: Fix vq_present() macro to yield a boolZhang Lei1-1/+1
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-12/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-06-12KVM: arm64: Filter out invalid core register IDs in KVM_GET_REG_LISTDave Martin1-13/+40
2019-06-12KVM: arm64: Implement vq_present() as a macroViresh Kumar1-9/+3
2019-04-18KVM: arm64/sve: Explain validity checks in set_sve_vls()Dave Martin1-0/+7
2019-04-18KVM: arm64/sve: Simplify KVM_REG_ARM64_SVE_VLS array sizingDave Martin1-4/+3
2019-04-18KVM: arm64/sve: WARN when avoiding divide-by-zero in sve_reg_to_region()Dave Martin1-1/+1
2019-04-18KVM: arm64/sve: Make register ioctl access errors more consistentDave Martin1-21/+31
2019-04-18KVM: arm64/sve: Miscellaneous tidyups in guest.cDave Martin1-13/+5
2019-04-18KVM: arm64/sve: Clean up UAPI register ID definitionsDave Martin1-0/+9
2019-04-02arm64: KVM: Fix system register enumerationMarc Zyngier1-4/+4
2019-03-29KVM: arm64/sve: Add pseudo-register for the guest's vector lengthsDave Martin1-3/+111
2019-03-29KVM: arm64: Enumerate SVE register indices for KVM_GET_REG_LISTDave Martin1-0/+63
2019-03-29KVM: arm64/sve: Add SVE support to register access ioctl interfaceDave Martin1-12/+127
2019-03-29KVM: arm64: Reject ioctl access to FPSIMD V-regs on SVE vcpusDave Martin1-12/+36
2019-03-29KVM: arm64: Factor out core register ID enumerationDave Martin1-8/+25
2019-03-29KVM: arm64: Add missing #include of <linux/string.h> in guest.cDave Martin1-0/+1
2019-03-29KVM: arm64: Refactor kvm_arm_num_regs() for easier maintenanceDave Martin1-2/+8
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