aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm/arm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-23arm/arm64: KVM: Add exit reaons to kvm_exit event tracingWei Huang1-1/+1
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+54
2015-01-29arm/arm64: KVM: Use set/way op trapping to track the state of the cachesMarc Zyngier1-10/+0
2015-01-23Merge tag 'kvm-s390-next-20150122' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-nextPaolo Bonzini1-2/+1
2015-01-23KVM: remove unneeded return value of vcpu_postcreateDominik Dingel1-2/+1
2015-01-20arm/arm64: KVM: make the maximum number of vCPUs a per-VM valueAndre Przywara1-0/+8
2015-01-20arm/arm64: KVM: pass down user space provided GIC type into vGIC codeAndre Przywara1-1/+1
2015-01-20arm/arm64: KVM: rework MPIDR assignment and add accessorsAndre Przywara1-0/+13
2015-01-16KVM: arm/arm64: Enable Dirty Page logging for ARMv8Mario Smarduch1-4/+0
2015-01-16KVM: arm: dirty logging write protect supportMario Smarduch1-0/+34
2014-12-15arm/arm64: KVM: Require in-kernel vgic for the arch timersChristoffer Dall1-2/+11
2014-12-13arm/arm64: KVM: Don't allow creating VCPUs after vgic_initializedChristoffer Dall1-0/+5
2014-12-13arm/arm64: KVM: Rename vgic_initialized to vgic_readyChristoffer Dall1-1/+1
2014-12-13arm/arm64: KVM: vgic: move reset initialization into vgic_init_maps()Peter Maydell1-3/+3
2014-12-13arm/arm64: KVM: Introduce stage2_unmap_vmChristoffer Dall1-0/+7
2014-12-13arm/arm64: KVM: Clarify KVM_ARM_VCPU_INIT ABIChristoffer Dall1-0/+43
2014-12-13arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpuChristoffer Dall1-0/+2
2014-12-13arm/arm64: KVM: Correct KVM_ARM_VCPU_INIT power off optionChristoffer Dall1-0/+2
2014-12-13arm/arm64: KVM: Don't clear the VCPU_POWER_OFF flagChristoffer Dall1-1/+1
2014-10-14arm64: KVM: Implement 48 VA support for KVM EL2 and Stage-2Christoffer Dall1-1/+1
2014-09-29arm: kvm: fix CPU hotplugVladimir Murzin1-1/+2
2014-09-26arm/arm64: KVM: Fix VTTBR_BADDR_MASK and pgd allocJoel Schopp1-2/+2
2014-09-18arm/arm64: KVM: vgic: delay vgic allocation until init timeMarc Zyngier1-7/+0
2014-09-18arm/arm64: KVM: vgic: switch to dynamic allocationMarc Zyngier1-0/+3
2014-09-18Merge remote-tracking branch 'kvm/next' into queueChristoffer Dall1-20/+1
2014-08-29KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář1-1/+1
2014-08-29KVM: static inline empty kvm_arch functionsRadim Krčmář1-19/+0
2014-08-27KVM: ARM/arm64: fix broken __percpu annotationWill Deacon1-1/+1
2014-08-27arm/arm64: KVM: Support KVM_CAP_READONLY_MEMChristoffer Dall1-0/+1
2014-08-21KVM: add kvm_arch_sched_inRadim Krčmář1-0/+4
2014-08-05Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini1-1/+1
2014-07-28KVM: Rename and add argument to check_extensionAlexander Graf1-1/+1
2014-07-11ARM: KVM: Unmap IPA on memslot delete/moveEric Auger1-37/+0
2014-04-30ARM/ARM64: KVM: Advertise KVM_CAP_ARM_PSCI_0_2 to user spaceAnup Patel1-0/+1
2014-03-20arm, kvm: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-1/+6
2014-02-27arm/arm64: KVM: detect CPU reset on CPU_PM_EXITMarc Zyngier1-1/+2
2014-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-15/+34
2014-01-15Merge tag 'kvm-arm-for-3.14' of git://git.linaro.org/people/christoffer.dall/linux-kvm-arm into kvm-queuePaolo Bonzini1-11/+19
2013-12-21arm/arm64: kvm: Set vcpu->cpu to -1 on vcpu_putChristoffer Dall1-0/+7
2013-12-21KVM: arm-vgic: Set base addr through device APIChristoffer Dall1-1/+1
2013-12-21KVM: arm-vgic: Support KVM_CREATE_DEVICE for VGICChristoffer Dall1-0/+1
2013-12-21ARM: KVM: Allow creating the VGIC after VCPUsChristoffer Dall1-3/+4
2013-12-21arm/arm64: KVM: arch_timer: Initialize cntvoff at kvm_initChristoffer Dall1-0/+2
2013-12-21arm: KVM: Don't return PSCI_INVAL if waitqueue is inactiveChristoffer Dall1-11/+19
2013-12-16arm: kvm: implement CPU PM notifierLorenzo Pieralisi1-0/+30
2013-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+16
2013-10-29ARM: 7862/1: pcpu: replace __get_cpu_var_usesChristoph Lameter1-3/+3
2013-10-17kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V1-2/+3
2013-10-02ARM/ARM64: KVM: Implement KVM_ARM_PREFERRED_TARGET ioctlAnup Patel1-0/+13
2013-07-18KVM: Introduce kvm_arch_memslots_updated()Takuya Yoshikawa1-0/+4