summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/guest.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Move SPSR_EL1 to the system register arrayMarc Zyngier2020-07-071-1/+1
* KVM: arm64: Disintegrate SPSR arrayMarc Zyngier2020-07-071-5/+14
* KVM: arm64: Move SP_EL1 to the system register arrayMarc Zyngier2020-07-071-1/+1
* KVM: arm64: Move ELR_EL1 to the system register arrayMarc Zyngier2020-07-071-1/+1
* KVM: arm64: Make struct kvm_regs userspace-onlyMarc Zyngier2020-07-071-14/+56
* Merge tag 'kvmarm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-06-011-2/+2
|\
| * KVM: Fix spelling in code commentsFuad Tabba2020-05-161-2/+2
* | kvm: add halt-polling cpu usage statsDavid Matlack2020-05-151-0/+2
* | Merge branch 'kvm-amd-fixes' into HEADPaolo Bonzini2020-05-131-0/+7
|\|
| * KVM: arm64: Fix 32bit PC wrap-aroundMarc Zyngier2020-05-011-0/+7
* | kvm_host: unify VM_STAT and VCPU_STAT definitions in a single placeEmanuele Giuseppe Esposito2020-04-211-13/+10
|/
* KVM: Remove unnecessary asm/kvm_host.h includesPeter Xu2020-03-161-1/+0
* KVM: Drop kvm_arch_vcpu_setup()Sean Christopherson2020-01-271-5/+0
* Merge remote-tracking branch 'kvmarm/misc-5.5' into kvmarm/nextMarc Zyngier2019-11-081-0/+4
|\
| * KVM: arm/arm64: Show halt poll counters in debugfsChristian Borntraeger2019-10-281-0/+4
* | Merge remote-tracking branch 'kvmarm/kvm-arm64/stolen-time' into kvmarm-maste...Marc Zyngier2019-10-241-0/+9
|\ \
| * | KVM: arm64: Provide VCPU attributes for stolen timeSteven Price2019-10-211-0/+9
| |/
* / KVM: arm/arm64: Allow user injection of external data abortsChristoffer Dall2019-10-211-0/+10
|/
* 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/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* | 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/+3
|/
* 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/+3
* 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/+5
* 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-251-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/+4
| * 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/+0
* 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