summaryrefslogtreecommitdiff
path: root/arch/arm/kvm/arm.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-30arm/arm64: KVM: Require in-kernel vgic for the arch timersChristoffer Dall1-0/+9
2015-04-30arm/arm64: KVM: Don't allow creating VCPUs after vgic_initializedChristoffer Dall1-0/+5
2015-04-30arm/arm64: KVM: Introduce stage2_unmap_vmChristoffer Dall1-0/+7
2015-04-30arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpuChristoffer Dall1-0/+2
2015-04-30arm/arm64: KVM: Correct KVM_ARM_VCPU_INIT power off optionChristoffer Dall1-0/+2
2015-04-30arm/arm64: KVM: Don't clear the VCPU_POWER_OFF flagChristoffer Dall1-1/+1
2015-04-30arm: kvm: fix CPU hotplugVladimir Murzin1-1/+2
2015-04-30arm/arm64: KVM: Fix VTTBR_BADDR_MASK and pgd allocJoel Schopp1-2/+2
2015-04-30KVM: ARM/arm64: fix broken __percpu annotationWill Deacon1-1/+1
2015-04-30ARM: KVM: Unmap IPA on memslot delete/moveEric Auger1-37/+0
2015-04-30arm/arm64: KVM: detect CPU reset on CPU_PM_EXITMarc Zyngier1-1/+2
2015-04-30arm: kvm: implement CPU PM notifierLorenzo Pieralisi1-0/+30
2015-04-30arm: KVM: Don't return PSCI_INVAL if waitqueue is inactiveChristoffer Dall1-11/+19
2015-04-30arm/arm64: kvm: Set vcpu->cpu to -1 on vcpu_putChristoffer Dall1-0/+7
2015-04-30ARM: KVM: Allow creating the VGIC after VCPUsChristoffer Dall1-3/+4
2015-04-30arm/arm64: KVM: arch_timer: Initialize cntvoff at kvm_initChristoffer Dall1-0/+2
2013-07-18KVM: Introduce kvm_arch_memslots_updated()Takuya Yoshikawa1-0/+4
2013-07-04Merge 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-06Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-54/+75
2013-05-03Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'sm...Russell King1-0/+1
2013-04-29ARM: KVM: iterate over all CPUs for CPU compatibility checkAndre Przywara1-3/+12
2013-04-29ARM: KVM: promote vfp_host pointer to generic host cpu contextMarc Zyngier1-14/+14
2013-04-29ARM: KVM: add architecture specific hook for capabilitiesMarc Zyngier1-1/+1
2013-04-29ARM: KVM: perform HYP initilization for hotplugged CPUsMarc Zyngier1-15/+34
2013-04-29ARM: KVM: switch to a dual-step HYP init codeMarc Zyngier1-7/+4
2013-04-29ARM: KVM: rework HYP page table freeingMarc Zyngier1-1/+1
2013-04-29ARM: KVM: add support for minimal host vs guest profilingMarc Zyngier1-0/+4
2013-04-25Merge branch 'kvm-arm-cleanup' from git://github.com/columbia/linux-kvm-arm.gitGleb Natapov1-190/+4
2013-04-17ARM: KVM: fix KVM_CAP_ARM_SET_DEVICE_ADDR reportingMarc Zyngier1-0/+1
2013-04-17KVM: ARM: Fix kvm_vm_ioctl_irq_lineAlexander Graf1-1/+2
2013-03-07ARM: KVM: move kvm_target_cpu to guest.cMarc Zyngier1-17/+0
2013-03-07ARM: KVM: use kvm_kernel_vfp_t as an abstract type for VFP containersMarc Zyngier1-3/+3
2013-03-07ARM: KVM: move hyp init to kvm_host.hMarc Zyngier1-11/+1
2013-03-07ARM: KVM: move exit handler selection to a separate fileMarc Zyngier1-113/+0
2013-03-07ARM: KVM: move kvm_condition_valid to emulate.cMarc Zyngier1-45/+0
2013-03-07ARM: KVM: abstract exception class decoding awayMarc Zyngier1-2/+2
2013-03-07ARM: KVM: abstract IL decoding awayMarc Zyngier1-2/+1
2013-03-07ARM: KVM: abstract fault register accessesMarc Zyngier1-14/+14
2013-03-05KVM: ARM: Remove kvm_arch_set_memory_region()Takuya Yoshikawa1-8/+0
2013-03-05KVM: set_memory_region: Refactor commit_memory_region()Takuya Yoshikawa1-1/+2
2013-03-05KVM: set_memory_region: Refactor prepare_memory_region()Takuya Yoshikawa1-2/+2
2013-03-05KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region()Takuya Yoshikawa1-4/+2
2013-02-25ARM: KVM: fix kvm_arch_{prepare,commit}_memory_regionMarc Zyngier1-2/+2
2013-02-11ARM: KVM: arch_timers: Wire the init code and config optionMarc Zyngier1-0/+11
2013-02-11ARM: KVM: arch_timers: Add timer world switchMarc Zyngier1-0/+3
2013-02-11ARM: KVM: VGIC initialisation codeMarc Zyngier1-0/+15
2013-02-11ARM: KVM: VGIC interrupt injectionMarc Zyngier1-10/+45
2013-02-11ARM: KVM: VGIC accept vcpu and dist base addresses from user spaceChristoffer Dall1-1/+15