aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/kvm/arm.c
AgeCommit message (Expand)Author
2015-04-30arm/arm64: KVM: Require in-kernel vgic for the arch timersChristoffer Dall
2015-04-30arm/arm64: KVM: Don't allow creating VCPUs after vgic_initializedChristoffer Dall
2015-04-30arm/arm64: KVM: Introduce stage2_unmap_vmChristoffer Dall
2015-04-30arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpuChristoffer Dall
2015-04-30arm/arm64: KVM: Correct KVM_ARM_VCPU_INIT power off optionChristoffer Dall
2015-04-30arm/arm64: KVM: Don't clear the VCPU_POWER_OFF flagChristoffer Dall
2015-04-30arm: kvm: fix CPU hotplugVladimir Murzin
2015-04-30arm/arm64: KVM: Fix VTTBR_BADDR_MASK and pgd allocJoel Schopp
2015-04-30KVM: ARM/arm64: fix broken __percpu annotationWill Deacon
2015-04-30ARM: KVM: Unmap IPA on memslot delete/moveEric Auger
2015-04-30arm/arm64: KVM: detect CPU reset on CPU_PM_EXITMarc Zyngier
2015-04-30arm: kvm: implement CPU PM notifierLorenzo Pieralisi
2015-04-30arm: KVM: Don't return PSCI_INVAL if waitqueue is inactiveChristoffer Dall
2015-04-30arm/arm64: kvm: Set vcpu->cpu to -1 on vcpu_putChristoffer Dall
2015-04-30ARM: KVM: Allow creating the VGIC after VCPUsChristoffer Dall
2015-04-30arm/arm64: KVM: arch_timer: Initialize cntvoff at kvm_initChristoffer Dall
2013-07-18KVM: Introduce kvm_arch_memslots_updated()Takuya Yoshikawa
2013-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-06-26ARM: KVM: use phys_addr_t instead of unsigned long long for HYP PGDsMarc Zyngier
2013-06-03ARM: KVM: prevent NULL pointer dereferences with KVM VCPU ioctlAndre Przywara
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-05-02Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'sm...Russell King
2013-04-28ARM: KVM: iterate over all CPUs for CPU compatibility checkAndre Przywara
2013-04-28ARM: KVM: promote vfp_host pointer to generic host cpu contextMarc Zyngier
2013-04-28ARM: KVM: add architecture specific hook for capabilitiesMarc Zyngier
2013-04-28ARM: KVM: perform HYP initilization for hotplugged CPUsMarc Zyngier
2013-04-28ARM: KVM: switch to a dual-step HYP init codeMarc Zyngier
2013-04-28ARM: KVM: rework HYP page table freeingMarc Zyngier
2013-04-28ARM: KVM: add support for minimal host vs guest profilingMarc Zyngier
2013-04-25Merge branch 'kvm-arm-cleanup' from git://github.com/columbia/linux-kvm-arm.gitGleb Natapov
2013-04-16ARM: KVM: fix KVM_CAP_ARM_SET_DEVICE_ADDR reportingMarc Zyngier
2013-04-16KVM: ARM: Fix kvm_vm_ioctl_irq_lineAlexander Graf
2013-03-06ARM: KVM: move kvm_target_cpu to guest.cMarc Zyngier
2013-03-06ARM: KVM: use kvm_kernel_vfp_t as an abstract type for VFP containersMarc Zyngier
2013-03-06ARM: KVM: move hyp init to kvm_host.hMarc Zyngier
2013-03-06ARM: KVM: move exit handler selection to a separate fileMarc Zyngier
2013-03-06ARM: KVM: move kvm_condition_valid to emulate.cMarc Zyngier
2013-03-06ARM: KVM: abstract exception class decoding awayMarc Zyngier
2013-03-06ARM: KVM: abstract IL decoding awayMarc Zyngier
2013-03-06ARM: KVM: abstract fault register accessesMarc Zyngier
2013-03-04KVM: ARM: Remove kvm_arch_set_memory_region()Takuya Yoshikawa
2013-03-04KVM: set_memory_region: Refactor commit_memory_region()Takuya Yoshikawa
2013-03-04KVM: set_memory_region: Refactor prepare_memory_region()Takuya Yoshikawa
2013-03-04KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region()Takuya Yoshikawa
2013-02-25ARM: KVM: fix kvm_arch_{prepare,commit}_memory_regionMarc Zyngier
2013-02-11ARM: KVM: arch_timers: Wire the init code and config optionMarc Zyngier
2013-02-11ARM: KVM: arch_timers: Add timer world switchMarc Zyngier
2013-02-11ARM: KVM: VGIC initialisation codeMarc Zyngier
2013-02-11ARM: KVM: VGIC interrupt injectionMarc Zyngier
2013-02-11ARM: KVM: VGIC accept vcpu and dist base addresses from user spaceChristoffer Dall