aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-28arm: KVM: fix possible misalignment of PGDs and bounce pageMark Salter1-6/+9
2014-04-26ARM: KVM: disable KVM in Kconfig on big-endian systemsWill Deacon1-1/+1
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+6
2014-03-20arm, kvm: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-1/+6
2014-03-03ARM: KVM: fix warning in mmu.cMarc Zyngier1-1/+2
2014-03-03ARM: KVM: trap VM system registers until MMU and caches are ONMarc Zyngier4-18/+64
2014-03-03ARM: KVM: add world-switch for AMAIR{0,1}Marc Zyngier2-2/+16
2014-03-03ARM: KVM: introduce per-vcpu HYP Configuration RegisterMarc Zyngier2-6/+4
2014-03-03ARM: KVM: fix ordering of 64bit coprocessor accessesMarc Zyngier1-3/+3
2014-03-03ARM: KVM: fix handling of trapped 64bit coprocessor accessesMarc Zyngier2-4/+4
2014-03-03arm64: KVM: flush VM pages before letting the guest enable cachesMarc Zyngier1-0/+93
2014-03-03ARM: KVM: introduce kvm_p*d_addr_endMarc Zyngier1-5/+5
2014-03-03arm64: KVM: force cache clean on page fault when caches are offMarc Zyngier1-2/+2
2014-02-27arm/arm64: KVM: detect CPU reset on CPU_PM_EXITMarc Zyngier2-2/+12
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