aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-34/+144
2014-01-15Merge tag 'kvm-arm-for-3.14' of git://git.linaro.org/people/christoffer.dall/linux-kvm-arm into kvm-queuePaolo Bonzini4-29/+38
2014-01-08KVM: ARM: Remove duplicate includeSachin Kamat1-2/+0
2014-01-08arm/arm64: KVM: relax the requirements of VMA alignment for THPMarc Zyngier1-7/+9
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/KVM: save and restore generic timer registersAndre Przywara1-1/+91
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 Dall2-16/+25
2013-12-16arm: kvm: implement CPU PM notifierLorenzo Pieralisi1-0/+30
2013-12-11arm/arm64: kvm: Use virt_to_idmap instead of virt_to_phys for idmap mappingsSantosh Shilimkar1-4/+4
2013-11-19Merge tag 'kvm-arm-fixes-3.13-1' of git://git.linaro.org/people/cdall/linux-kvm-arm into nextGleb Natapov1-6/+28
2013-11-16arm/arm64: KVM: Fix hyp mappings of vmalloc regionsChristoffer Dall1-6/+28
2013-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-190/+513
2013-11-11Merge tag 'kvm-arm64/for-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into kvm-nextPaolo Bonzini2-11/+79
2013-11-11Merge tag 'kvm-arm-for-3.13-3' of git://git.linaro.org/people/cdall/linux-kvm-arm into kvm-nextPaolo Bonzini3-12/+23
2013-11-07arm/arm64: KVM: PSCI: propagate caller endianness to the incoming vcpuMarc Zyngier1-0/+4
2013-11-07arm/arm64: KVM: MMIO support for BE guestMarc Zyngier1-11/+75
2013-11-04Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queueGleb Natapov1-2/+3
2013-10-29ARM: 7862/1: pcpu: replace __get_cpu_var_usesChristoph Lameter1-3/+3
2013-10-28Merge tag 'kvm-arm-for-3.13-2' of git://git.linaro.org/people/cdall/linux-kvm-arm into kvm-queuePaolo Bonzini3-45/+199
2013-10-22arm/arm64: KVM: PSCI: use MPIDR to identify a target CPUMarc Zyngier1-4/+13
2013-10-22ARM: KVM: drop limitation to 4 CPU VMsMarc Zyngier1-4/+0
2013-10-22ARM: KVM: fix L2CTLR to be per-clusterMarc Zyngier1-0/+4
2013-10-22ARM: KVM: Fix MPIDR computing to support virtual clustersMarc Zyngier1-4/+6
2013-10-17KVM: ARM: Transparent huge page (THP) supportChristoffer Dall1-2/+56
2013-10-17KVM: ARM: Support hugetlbfs backed huge pagesChristoffer Dall1-38/+131
2013-10-17KVM: ARM: Update comments for kvm_handle_wfiChristoffer Dall1-6/+8
2013-10-17ARM: KVM: Yield CPU when vcpu executes a WFEMarc Zyngier2-1/+6
2013-10-17Powerpc KVM work is based on a commit after rc4.Gleb Natapov1-3/+3
2013-10-17kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V1-2/+3
2013-10-12KVM: ARM: Add support for Cortex-A7Jonathan Austin6-122/+181
2013-10-12KVM: ARM: Fix calculation of virtual CPU IDJonathan Austin1-7/+4
2013-10-02ARM/ARM64: KVM: Implement KVM_ARM_PREFERRED_TARGET ioctlAnup Patel1-0/+13
2013-10-02ARM: KVM: Implement kvm_vcpu_preferred_target() functionAnup Patel1-0/+20
2013-10-02KVM: ARM: Fix typo in comments of inject_abt()Anup Patel1-1/+1
2013-09-24ARM: kvm: rename cpu_reset to avoid name clashOlof Johansson1-3/+3
2013-09-05Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds3-4/+3
2013-09-05Merge branches 'debug-choice', 'devel-stable' and 'misc' into for-linusRussell King3-4/+3
2013-09-04Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-9/+12
2013-08-30ARM: KVM: Add newlines to panic stringsChristoffer Dall1-4/+4
2013-08-30ARM: KVM: Work around older compiler bugChristoffer Dall1-1/+1
2013-08-30ARM: KVM: Simplify tracepoint textChristoffer Dall1-4/+3
2013-08-13ARM: 7808/1: KVM: mm: Get rid of L_PTE_USER ref from PAGE_S2_DEVICEChristoffer Dall1-1/+0
2013-08-12ARM: kvm: use inner-shareable barriers after TLB flushingWill Deacon2-3/+3
2013-08-11KVM: ARM: Squash len warningChristoffer Dall1-1/+2
2013-08-07arm64: KVM: fix 2-level page tables unmappingMarc Zyngier1-14/+8
2013-08-07ARM: KVM: Fix unaligned unmap_range leakChristoffer Dall1-7/+7