aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/kvm/guest.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-24arm: Remove 32bit KVM host supportGravatar Marc Zyngier 1-387/+0
2020-01-27KVM: Drop kvm_arch_vcpu_setup()Gravatar Sean Christopherson 1-5/+0
2019-11-08Merge remote-tracking branch 'kvmarm/misc-5.5' into kvmarm/nextGravatar Marc Zyngier 1-0/+4
2019-10-28KVM: arm/arm64: Show halt poll counters in debugfsGravatar Christian Borntraeger 1-0/+4
2019-10-21KVM: arm/arm64: Allow user injection of external data abortsGravatar Christoffer Dall 1-0/+10
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266Gravatar Thomas Gleixner 1-13/+1
2018-07-21KVM: arm: Add 32bit get/set events supportGravatar James Morse 1-0/+23
2018-04-20arm/arm64: KVM: Add PSCI version selection APIGravatar Marc Zyngier 1-0/+13
2017-06-08KVM: arm/arm64: Allow setting the timer IRQ numbers from userspaceGravatar Christoffer Dall 1-0/+9
2017-06-08KVM: arm: Handle VCPU device attributes in guest.cGravatar Christoffer Dall 1-0/+42
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-06-14KVM: ARM: Fix typosGravatar Andrea Gelmini 1-1/+1
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-3/+2
2016-02-29ARM: KVM: Turn CP15 defines to an enumGravatar Marc Zyngier 1-1/+0
2016-02-29ARM: KVM: Move GP registers into the CPU context structureGravatar Marc Zyngier 1-2/+2
2016-02-29arm/arm64: KVM: Fix ioctl error handlingGravatar Michael S. Tsirkin 1-1/+1
2015-12-14KVM: arm/arm64: Count guest exit due to various reasonsGravatar Amit Tomar 1-0/+6
2015-07-21KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctlGravatar Alex Bennée 1-0/+6
2015-03-12arm/arm64: KVM: Kill CONFIG_KVM_ARM_{VGIC,TIMER}Gravatar Christoffer Dall 1-18/+0
2014-12-13arm/arm64: KVM: Clarify KVM_ARM_VCPU_INIT ABIGravatar Christoffer Dall 1-25/+0
2014-12-13arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpuGravatar Christoffer Dall 1-1/+0
2014-08-27KVM: ARM/arm64: return -EFAULT if copy_from_user fails in set_timer_regGravatar Will Deacon 1-1/+1
2014-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-10/+0
2014-07-18ARM: make it easier to check the CPU part number correctlyGravatar Russell King 1-7/+1
2014-07-11arm64: KVM: allow export and import of generic timer regsGravatar Alex Bennée 1-10/+0
2014-03-03ARM: KVM: introduce per-vcpu HYP Configuration RegisterGravatar Marc Zyngier 1-0/+1
2013-12-21ARM/KVM: save and restore generic timer registersGravatar Andre Przywara 1-1/+91
2013-10-12KVM: ARM: Add support for Cortex-A7Gravatar Jonathan Austin 1-1/+3
2013-10-02ARM: KVM: Implement kvm_vcpu_preferred_target() functionGravatar Anup Patel 1-0/+20
2013-03-06ARM: KVM: move kvm_target_cpu to guest.cGravatar Marc Zyngier 1-0/+17
2013-01-23KVM: ARM: User space API for getting/setting co-proc registersGravatar Christoffer Dall 1-4/+5
2013-01-23KVM: ARM: Initial skeleton to compile KVM supportGravatar Christoffer Dall 1-0/+221