| Commit message (Expand) | Author | Age | Files | Lines |
* | arm/arm64: KVM: Complete WFI/WFE instructions | Christoffer Dall | 2014-08-29 | 1 | -0/+2 |
* | ARM/ARM64: KVM: Nuke Hyp-mode tlbs before enabling MMU | Pranavkumar Sawargaonkar | 2014-08-29 | 1 | -0/+4 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2014-08-07 | 9 | -155/+260 |
|\ |
|
| * | Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm | Paolo Bonzini | 2014-08-05 | 1 | -1/+1 |
| |\ |
|
| | * | KVM: Rename and add argument to check_extension | Alexander Graf | 2014-07-28 | 1 | -1/+1 |
| * | | ARM: KVM: enable KVM in Kconfig on big-endian systems | Victor Kamensky | 2014-07-11 | 1 | -1/+1 |
| * | | ARM: KVM: one_reg coproc set and get BE fixes | Victor Kamensky | 2014-07-11 | 1 | -9/+79 |
| * | | ARM: KVM: __kvm_vcpu_run function return result fix in BE case | Victor Kamensky | 2014-07-11 | 1 | -0/+5 |
| * | | ARM: KVM: handle 64bit values passed to mrcc or from mcrr instructions in BE ... | Victor Kamensky | 2014-07-11 | 3 | -7/+7 |
| * | | ARM: KVM: fix vgic V7 assembler code to work in BE image | Victor Kamensky | 2014-07-11 | 1 | -0/+14 |
| * | | KVM: ARM: vgic: split GICv2 backend from the main vgic code | Marc Zyngier | 2014-07-11 | 1 | -0/+1 |
| * | | KVM: arm/arm64: vgic: move GICv2 registers to their own structure | Marc Zyngier | 2014-07-11 | 1 | -13/+13 |
| * | | arm64: KVM: allow export and import of generic timer regs | Alex Bennée | 2014-07-11 | 1 | -10/+0 |
| * | | ARM: KVM: user_mem_abort: support stage 2 MMIO page mapping | Kim Phillips | 2014-07-11 | 1 | -3/+8 |
| * | | ARM: KVM: Unmap IPA on memslot delete/move | Eric Auger | 2014-07-11 | 2 | -37/+46 |
| * | | arm/arm64: KVM: Fix and refactor unmap_range | Christoffer Dall | 2014-07-11 | 1 | -73/+84 |
| |/ |
|
* | | ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ | Russell King | 2014-07-18 | 1 | -1/+2 |
* | | ARM: make it easier to check the CPU part number correctly | Russell King | 2014-07-18 | 1 | -7/+1 |
|/ |
|
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into next | Linus Torvalds | 2014-06-04 | 3 | -22/+224 |
|\ |
|
| * | ARM/ARM64: KVM: Advertise KVM_CAP_ARM_PSCI_0_2 to user space | Anup Patel | 2014-04-30 | 1 | -0/+1 |
| * | ARM/ARM64: KVM: Emulate PSCI v0.2 CPU_SUSPEND | Anup Patel | 2014-04-30 | 1 | -4/+24 |
| * | ARM/ARM64: KVM: Fix CPU_ON emulation for PSCI v0.2 | Anup Patel | 2014-04-30 | 1 | -1/+14 |
| * | ARM/ARM64: KVM: Emulate PSCI v0.2 MIGRATE_INFO_TYPE and related functions | Anup Patel | 2014-04-30 | 1 | -5/+16 |
| * | ARM/ARM64: KVM: Emulate PSCI v0.2 AFFINITY_INFO | Anup Patel | 2014-04-30 | 1 | -2/+50 |
| * | ARM/ARM64: KVM: Emulate PSCI v0.2 SYSTEM_OFF and SYSTEM_RESET | Anup Patel | 2014-04-30 | 1 | -3/+43 |
| * | ARM/ARM64: KVM: Make kvm_psci_call() return convention more flexible | Anup Patel | 2014-04-30 | 2 | -15/+23 |
| * | ARM/ARM64: KVM: Add base for PSCI v0.2 emulation | Anup Patel | 2014-04-30 | 1 | -16/+77 |
* | | arm: KVM: fix possible misalignment of PGDs and bounce page | Mark Salter | 2014-04-28 | 1 | -6/+9 |
* | | ARM: KVM: disable KVM in Kconfig on big-endian systems | Will Deacon | 2014-04-26 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-04-07 | 1 | -1/+6 |
|\ |
|
| * | arm, kvm: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 2014-03-20 | 1 | -1/+6 |
* | | ARM: KVM: fix warning in mmu.c | Marc Zyngier | 2014-03-03 | 1 | -1/+2 |
* | | ARM: KVM: trap VM system registers until MMU and caches are ON | Marc Zyngier | 2014-03-03 | 4 | -18/+64 |
* | | ARM: KVM: add world-switch for AMAIR{0,1} | Marc Zyngier | 2014-03-03 | 2 | -2/+16 |
* | | ARM: KVM: introduce per-vcpu HYP Configuration Register | Marc Zyngier | 2014-03-03 | 2 | -6/+4 |
* | | ARM: KVM: fix ordering of 64bit coprocessor accesses | Marc Zyngier | 2014-03-03 | 1 | -3/+3 |
* | | ARM: KVM: fix handling of trapped 64bit coprocessor accesses | Marc Zyngier | 2014-03-03 | 2 | -4/+4 |
* | | arm64: KVM: flush VM pages before letting the guest enable caches | Marc Zyngier | 2014-03-03 | 1 | -0/+93 |
* | | ARM: KVM: introduce kvm_p*d_addr_end | Marc Zyngier | 2014-03-03 | 1 | -5/+5 |
* | | arm64: KVM: force cache clean on page fault when caches are off | Marc Zyngier | 2014-03-03 | 1 | -2/+2 |
|/ |
|
* | arm/arm64: KVM: detect CPU reset on CPU_PM_EXIT | Marc Zyngier | 2014-02-27 | 2 | -2/+12 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2014-01-23 | 5 | -34/+144 |
|\ |
|
| * | Merge tag 'kvm-arm-for-3.14' of git://git.linaro.org/people/christoffer.dall/... | Paolo Bonzini | 2014-01-15 | 4 | -29/+38 |
| |\ |
|
| | * | KVM: ARM: Remove duplicate include | Sachin Kamat | 2014-01-08 | 1 | -2/+0 |
| | * | arm/arm64: KVM: relax the requirements of VMA alignment for THP | Marc Zyngier | 2014-01-08 | 1 | -7/+9 |
| | * | arm: KVM: Don't return PSCI_INVAL if waitqueue is inactive | Christoffer Dall | 2013-12-21 | 2 | -16/+25 |
| | * | arm/arm64: kvm: Use virt_to_idmap instead of virt_to_phys for idmap mappings | Santosh Shilimkar | 2013-12-11 | 1 | -4/+4 |
| * | | arm/arm64: kvm: Set vcpu->cpu to -1 on vcpu_put | Christoffer Dall | 2013-12-21 | 1 | -0/+7 |
| * | | KVM: arm-vgic: Set base addr through device API | Christoffer Dall | 2013-12-21 | 1 | -1/+1 |
| * | | KVM: arm-vgic: Support KVM_CREATE_DEVICE for VGIC | Christoffer Dall | 2013-12-21 | 1 | -0/+1 |