aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm/arm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+4
2013-06-26ARM: KVM: use phys_addr_t instead of unsigned long long for HYP PGDsMarc Zyngier1-4/+4
2013-06-03ARM: KVM: prevent NULL pointer dereferences with KVM VCPU ioctlAndre Przywara1-2/+13
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-54/+75
2013-05-02Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'smp-hotplug' into for-linusRussell King1-0/+1
2013-04-28ARM: KVM: iterate over all CPUs for CPU compatibility checkAndre Przywara1-3/+12
2013-04-28ARM: KVM: promote vfp_host pointer to generic host cpu contextMarc Zyngier1-14/+14
2013-04-28ARM: KVM: add architecture specific hook for capabilitiesMarc Zyngier1-1/+1
2013-04-28ARM: KVM: perform HYP initilization for hotplugged CPUsMarc Zyngier1-15/+34
2013-04-28ARM: KVM: switch to a dual-step HYP init codeMarc Zyngier1-7/+4