aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm/guest.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-24arm: Remove 32bit KVM host supportMarc Zyngier1-387/+0
2020-01-27KVM: Drop kvm_arch_vcpu_setup()Sean Christopherson1-5/+0
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-21KVM: arm/arm64: Allow user injection of external data abortsChristoffer Dall1-0/+10
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266Thomas Gleixner1-13/+1
2018-07-21KVM: arm: Add 32bit get/set events supportJames Morse1-0/+23
2018-04-20arm/arm64: KVM: Add PSCI version selection APIMarc Zyngier1-0/+13
2017-06-08KVM: arm/arm64: Allow setting the timer IRQ numbers from userspaceChristoffer Dall1-0/+9
2017-06-08KVM: arm: Handle VCPU device attributes in guest.cChristoffer Dall1-0/+42
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-06-14KVM: ARM: Fix typosAndrea Gelmini1-1/+1
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+2
2016-02-29ARM: KVM: Turn CP15 defines to an enumMarc Zyngier1-1/+0
2016-02-29ARM: KVM: Move GP registers into the CPU context structureMarc Zyngier1-2/+2
2016-02-29arm/arm64: KVM: Fix ioctl error handlingMichael S. Tsirkin1-1/+1
2015-12-14KVM: arm/arm64: Count guest exit due to various reasonsAmit Tomar1-0/+6
2015-07-21KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctlAlex Bennée1-0/+6
2015-03-12arm/arm64: KVM: Kill CONFIG_KVM_ARM_{VGIC,TIMER}Christoffer Dall1-18/+0
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-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-10/+0
2014-07-18ARM: make it easier to check the CPU part number correctlyRussell King1-7/+1
2014-07-11arm64: KVM: allow export and import of generic timer regsAlex Bennée1-10/+0
2014-03-03ARM: KVM: introduce per-vcpu HYP Configuration RegisterMarc Zyngier1-0/+1
2013-12-21ARM/KVM: save and restore generic timer registersAndre Przywara1-1/+91
2013-10-12KVM: ARM: Add support for Cortex-A7Jonathan Austin1-1/+3
2013-10-02ARM: KVM: Implement kvm_vcpu_preferred_target() functionAnup Patel1-0/+20
2013-03-06ARM: KVM: move kvm_target_cpu to guest.cMarc Zyngier1-0/+17
2013-01-23KVM: ARM: User space API for getting/setting co-proc registersChristoffer Dall1-4/+5
2013-01-23KVM: ARM: Initial skeleton to compile KVM supportChristoffer Dall1-0/+221