summaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm
Commit message (Expand)AuthorAgeFilesLines
* arm: KVM: fix possible misalignment of PGDs and bounce pageMark Salter2014-04-281-6/+9
* ARM: KVM: disable KVM in Kconfig on big-endian systemsWill Deacon2014-04-261-1/+1
* Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-071-1/+6
|\
| * arm, kvm: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-1/+6
* | ARM: KVM: fix warning in mmu.cMarc Zyngier2014-03-031-1/+2
* | ARM: KVM: trap VM system registers until MMU and caches are ONMarc Zyngier2014-03-034-18/+64
* | ARM: KVM: add world-switch for AMAIR{0,1}Marc Zyngier2014-03-032-2/+16
* | ARM: KVM: introduce per-vcpu HYP Configuration RegisterMarc Zyngier2014-03-032-6/+4Star
* | ARM: KVM: fix ordering of 64bit coprocessor accessesMarc Zyngier2014-03-031-3/+3
* | ARM: KVM: fix handling of trapped 64bit coprocessor accessesMarc Zyngier2014-03-032-4/+4
* | arm64: KVM: flush VM pages before letting the guest enable cachesMarc Zyngier2014-03-031-0/+93
* | ARM: KVM: introduce kvm_p*d_addr_endMarc Zyngier2014-03-031-5/+5
* | arm64: KVM: force cache clean on page fault when caches are offMarc Zyngier2014-03-031-2/+2
|/
* arm/arm64: KVM: detect CPU reset on CPU_PM_EXITMarc Zyngier2014-02-272-2/+12
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-235-34/+144
|\
| * Merge tag 'kvm-arm-for-3.14' of git://git.linaro.org/people/christoffer.dall/...Paolo Bonzini2014-01-154-29/+38
| |\
| | * KVM: ARM: Remove duplicate includeSachin Kamat2014-01-081-2/+0Star
| | * arm/arm64: KVM: relax the requirements of VMA alignment for THPMarc Zyngier2014-01-081-7/+9
| | * arm: KVM: Don't return PSCI_INVAL if waitqueue is inactiveChristoffer Dall2013-12-212-16/+25
| | * arm/arm64: kvm: Use virt_to_idmap instead of virt_to_phys for idmap mappingsSantosh Shilimkar2013-12-111-4/+4
| * | arm/arm64: kvm: Set vcpu->cpu to -1 on vcpu_putChristoffer Dall2013-12-211-0/+7
| * | KVM: arm-vgic: Set base addr through device APIChristoffer Dall2013-12-211-1/+1
| * | KVM: arm-vgic: Support KVM_CREATE_DEVICE for VGICChristoffer Dall2013-12-211-0/+1
| * | ARM: KVM: Allow creating the VGIC after VCPUsChristoffer Dall2013-12-211-3/+4
| * | ARM/KVM: save and restore generic timer registersAndre Przywara2013-12-211-1/+91
| * | arm/arm64: KVM: arch_timer: Initialize cntvoff at kvm_initChristoffer Dall2013-12-211-0/+2
| |/
* / arm: kvm: implement CPU PM notifierLorenzo Pieralisi2013-12-161-0/+30
|/
* Merge tag 'kvm-arm-fixes-3.13-1' of git://git.linaro.org/people/cdall/linux-k...Gleb Natapov2013-11-191-6/+28
|\
| * arm/arm64: KVM: Fix hyp mappings of vmalloc regionsChristoffer Dall2013-11-171-6/+28
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-11-1513-190/+513
|\ \
| * \ Merge tag 'kvm-arm64/for-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2013-11-112-11/+79
| |\ \
| | * | arm/arm64: KVM: PSCI: propagate caller endianness to the incoming vcpuMarc Zyngier2013-11-071-0/+4
| | * | arm/arm64: KVM: MMIO support for BE guestMarc Zyngier2013-11-071-11/+75
| * | | Merge tag 'kvm-arm-for-3.13-3' of git://git.linaro.org/people/cdall/linux-kvm...Paolo Bonzini2013-11-113-12/+23
| |\ \ \
| | * | | arm/arm64: KVM: PSCI: use MPIDR to identify a target CPUMarc Zyngier2013-10-221-4/+13
| | * | | ARM: KVM: drop limitation to 4 CPU VMsMarc Zyngier2013-10-221-4/+0Star
| | * | | ARM: KVM: fix L2CTLR to be per-clusterMarc Zyngier2013-10-221-0/+4
| | * | | ARM: KVM: Fix MPIDR computing to support virtual clustersMarc Zyngier2013-10-221-4/+6
| * | | | Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queueGleb Natapov2013-11-041-2/+3
| |\ \ \ \
| | * | | | kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V2013-10-171-2/+3
| * | | | | Merge tag 'kvm-arm-for-3.13-2' of git://git.linaro.org/people/cdall/linux-kvm...Paolo Bonzini2013-10-283-45/+199
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | KVM: ARM: Transparent huge page (THP) supportChristoffer Dall2013-10-181-2/+56
| | * | | | KVM: ARM: Support hugetlbfs backed huge pagesChristoffer Dall2013-10-181-38/+131
| | * | | | KVM: ARM: Update comments for kvm_handle_wfiChristoffer Dall2013-10-181-6/+8
| | * | | | ARM: KVM: Yield CPU when vcpu executes a WFEMarc Zyngier2013-10-182-1/+6
| | |/ / /
| * | | | Powerpc KVM work is based on a commit after rc4.Gleb Natapov2013-10-171-3/+3
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| * | | KVM: ARM: Add support for Cortex-A7Jonathan Austin2013-10-136-122/+181
| * | | KVM: ARM: Fix calculation of virtual CPU IDJonathan Austin2013-10-131-7/+4Star
| * | | ARM/ARM64: KVM: Implement KVM_ARM_PREFERRED_TARGET ioctlAnup Patel2013-10-021-0/+13
| * | | ARM: KVM: Implement kvm_vcpu_preferred_target() functionAnup Patel2013-10-021-0/+20