aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/kvm
AgeCommit message (Expand)Author
2013-09-05Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-09-05Merge branches 'debug-choice', 'devel-stable' and 'misc' into for-linusRussell King
2013-09-04Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-08-30ARM: KVM: Add newlines to panic stringsChristoffer Dall
2013-08-30ARM: KVM: Work around older compiler bugChristoffer Dall
2013-08-30ARM: KVM: Simplify tracepoint textChristoffer Dall
2013-08-13ARM: 7808/1: KVM: mm: Get rid of L_PTE_USER ref from PAGE_S2_DEVICEChristoffer Dall
2013-08-12ARM: kvm: use inner-shareable barriers after TLB flushingWill Deacon
2013-08-11KVM: ARM: Squash len warningChristoffer Dall
2013-08-07arm64: KVM: fix 2-level page tables unmappingMarc Zyngier
2013-08-07ARM: KVM: Fix unaligned unmap_range leakChristoffer Dall
2013-08-06ARM: KVM: Fix 64-bit coprocessor handlingChristoffer 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-07-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds
2013-06-29Merge branch 'devel-stable' into for-nextRussell King
2013-06-26ARM: kvm: don't include drivers/virtio/KconfigArnd Bergmann
2013-06-26arm/kvm: Cleanup KVM_ARM_MAX_VCPUS logicGeoff Levand
2013-06-26ARM: KVM: clear exclusive monitor on all exception returnsMarc Zyngier
2013-06-26ARM: KVM: add missing dsb before invalidating Stage-2 TLBsMarc Zyngier
2013-06-26ARM: KVM: perform save/restore of PARMarc Zyngier
2013-06-26ARM: KVM: get rid of S2_PGD_SIZEMarc Zyngier
2013-06-26ARM: KVM: don't special case PC when doing an MMIOMarc Zyngier
2013-06-26ARM: KVM: use phys_addr_t instead of unsigned long long for HYP PGDsMarc Zyngier
2013-06-26ARM: KVM: Don't handle PSCI calls via SMCDave P Martin
2013-06-26ARM: KVM: Allow host virt timer irq to be different from guest timer virt irqAnup Patel
2013-06-12ARM: KVM: timer: allow DT matching for ARMv8 coresMarc Zyngier
2013-06-07ARM: KVM: arch_timers: zero CNTVOFF upon return to hostMark Rutland
2013-06-03ARM: KVM: be more thorough when invalidating TLBsMarc Zyngier
2013-06-03ARM: KVM: prevent NULL pointer dereferences with KVM VCPU ioctlAndre Przywara
2013-05-19KVM: get rid of $(addprefix ../../../virt/kvm/, ...) in MakefilesMarc Zyngier
2013-05-19ARM: KVM: move GIC/timer code to a common locationMarc Zyngier
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-05-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-05-02Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'sm...Russell King
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-04-28ARM: KVM: iterate over all CPUs for CPU compatibility checkAndre Przywara
2013-04-28KVM: ARM: Fix spelling in error messageChristoffer Dall
2013-04-28ARM: KVM: define KVM_ARM_MAX_VCPUS unconditionallyArnd Bergmann
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: move to a KVM provided HYP idmapMarc Zyngier
2013-04-28ARM: KVM: fix HYP mapping limitations around zeroMarc Zyngier
2013-04-28ARM: KVM: simplify HYP mapping populationMarc Zyngier
2013-04-28ARM: KVM: arch_timer: use symbolic constantsMark Rutland
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