summaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm
Commit message (Expand)AuthorAgeFilesLines
* arm/arm64: KVM: Complete WFI/WFE instructionsChristoffer Dall2014-08-291-0/+2
* ARM/ARM64: KVM: Nuke Hyp-mode tlbs before enabling MMUPranavkumar Sawargaonkar2014-08-291-0/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-08-079-155/+260
|\
| * Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini2014-08-051-1/+1
| |\
| | * KVM: Rename and add argument to check_extensionAlexander Graf2014-07-281-1/+1
| * | ARM: KVM: enable KVM in Kconfig on big-endian systemsVictor Kamensky2014-07-111-1/+1
| * | ARM: KVM: one_reg coproc set and get BE fixesVictor Kamensky2014-07-111-9/+79
| * | ARM: KVM: __kvm_vcpu_run function return result fix in BE caseVictor Kamensky2014-07-111-0/+5
| * | ARM: KVM: handle 64bit values passed to mrcc or from mcrr instructions in BE ...Victor Kamensky2014-07-113-7/+7
| * | ARM: KVM: fix vgic V7 assembler code to work in BE imageVictor Kamensky2014-07-111-0/+14
| * | KVM: ARM: vgic: split GICv2 backend from the main vgic codeMarc Zyngier2014-07-111-0/+1
| * | KVM: arm/arm64: vgic: move GICv2 registers to their own structureMarc Zyngier2014-07-111-13/+13
| * | arm64: KVM: allow export and import of generic timer regsAlex Bennée2014-07-111-10/+0Star
| * | ARM: KVM: user_mem_abort: support stage 2 MMIO page mappingKim Phillips2014-07-111-3/+8
| * | ARM: KVM: Unmap IPA on memslot delete/moveEric Auger2014-07-112-37/+46
| * | arm/arm64: KVM: Fix and refactor unmap_rangeChristoffer Dall2014-07-111-73/+84
| |/
* | ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King2014-07-181-1/+2
* | ARM: make it easier to check the CPU part number correctlyRussell King2014-07-181-7/+1Star
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds2014-06-043-22/+224
|\
| * ARM/ARM64: KVM: Advertise KVM_CAP_ARM_PSCI_0_2 to user spaceAnup Patel2014-04-301-0/+1
| * ARM/ARM64: KVM: Emulate PSCI v0.2 CPU_SUSPENDAnup Patel2014-04-301-4/+24
| * ARM/ARM64: KVM: Fix CPU_ON emulation for PSCI v0.2Anup Patel2014-04-301-1/+14
| * ARM/ARM64: KVM: Emulate PSCI v0.2 MIGRATE_INFO_TYPE and related functionsAnup Patel2014-04-301-5/+16
| * ARM/ARM64: KVM: Emulate PSCI v0.2 AFFINITY_INFOAnup Patel2014-04-301-2/+50
| * ARM/ARM64: KVM: Emulate PSCI v0.2 SYSTEM_OFF and SYSTEM_RESETAnup Patel2014-04-301-3/+43
| * ARM/ARM64: KVM: Make kvm_psci_call() return convention more flexibleAnup Patel2014-04-302-15/+23
| * ARM/ARM64: KVM: Add base for PSCI v0.2 emulationAnup Patel2014-04-301-16/+77
* | 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