Age | Commit message (Expand) | Author | Files | Lines |
2014-06-04 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into next | Linus Torvalds | 3 | -22/+224 |
2014-04-30 | ARM/ARM64: KVM: Advertise KVM_CAP_ARM_PSCI_0_2 to user space | Anup Patel | 1 | -0/+1 |
2014-04-30 | ARM/ARM64: KVM: Emulate PSCI v0.2 CPU_SUSPEND | Anup Patel | 1 | -4/+24 |
2014-04-30 | ARM/ARM64: KVM: Fix CPU_ON emulation for PSCI v0.2 | Anup Patel | 1 | -1/+14 |
2014-04-30 | ARM/ARM64: KVM: Emulate PSCI v0.2 MIGRATE_INFO_TYPE and related functions | Anup Patel | 1 | -5/+16 |
2014-04-30 | ARM/ARM64: KVM: Emulate PSCI v0.2 AFFINITY_INFO | Anup Patel | 1 | -2/+50 |
2014-04-30 | ARM/ARM64: KVM: Emulate PSCI v0.2 SYSTEM_OFF and SYSTEM_RESET | Anup Patel | 1 | -3/+43 |
2014-04-30 | ARM/ARM64: KVM: Make kvm_psci_call() return convention more flexible | Anup Patel | 2 | -15/+23 |
2014-04-30 | ARM/ARM64: KVM: Add base for PSCI v0.2 emulation | Anup Patel | 1 | -16/+77 |
2014-04-28 | arm: KVM: fix possible misalignment of PGDs and bounce page | Mark Salter | 1 | -6/+9 |
2014-04-26 | ARM: KVM: disable KVM in Kconfig on big-endian systems | Will Deacon | 1 | -1/+1 |
2014-04-07 | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+6 |
2014-03-20 | arm, kvm: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 1 | -1/+6 |
2014-03-03 | ARM: KVM: fix warning in mmu.c | Marc Zyngier | 1 | -1/+2 |
2014-03-03 | ARM: KVM: trap VM system registers until MMU and caches are ON | Marc Zyngier | 4 | -18/+64 |
2014-03-03 | ARM: KVM: add world-switch for AMAIR{0,1} | Marc Zyngier | 2 | -2/+16 |
2014-03-03 | ARM: KVM: introduce per-vcpu HYP Configuration Register | Marc Zyngier | 2 | -6/+4 |
2014-03-03 | ARM: KVM: fix ordering of 64bit coprocessor accesses | Marc Zyngier | 1 | -3/+3 |
2014-03-03 | ARM: KVM: fix handling of trapped 64bit coprocessor accesses | Marc Zyngier | 2 | -4/+4 |
2014-03-03 | arm64: KVM: flush VM pages before letting the guest enable caches | Marc Zyngier | 1 | -0/+93 |
2014-03-03 | ARM: KVM: introduce kvm_p*d_addr_end | Marc Zyngier | 1 | -5/+5 |
2014-03-03 | arm64: KVM: force cache clean on page fault when caches are off | Marc Zyngier | 1 | -2/+2 |
2014-02-27 | arm/arm64: KVM: detect CPU reset on CPU_PM_EXIT | Marc Zyngier | 2 | -2/+12 |
2014-01-22 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 5 | -34/+144 |
2014-01-15 | Merge tag 'kvm-arm-for-3.14' of git://git.linaro.org/people/christoffer.dall/... | Paolo Bonzini | 4 | -29/+38 |
2014-01-08 | KVM: ARM: Remove duplicate include | Sachin Kamat | 1 | -2/+0 |
2014-01-08 | arm/arm64: KVM: relax the requirements of VMA alignment for THP | Marc Zyngier | 1 | -7/+9 |
2013-12-21 | arm/arm64: kvm: Set vcpu->cpu to -1 on vcpu_put | Christoffer Dall | 1 | -0/+7 |
2013-12-21 | KVM: arm-vgic: Set base addr through device API | Christoffer Dall | 1 | -1/+1 |
2013-12-21 | KVM: arm-vgic: Support KVM_CREATE_DEVICE for VGIC | Christoffer Dall | 1 | -0/+1 |
2013-12-21 | ARM: KVM: Allow creating the VGIC after VCPUs | Christoffer Dall | 1 | -3/+4 |
2013-12-21 | ARM/KVM: save and restore generic timer registers | Andre Przywara | 1 | -1/+91 |
2013-12-21 | arm/arm64: KVM: arch_timer: Initialize cntvoff at kvm_init | Christoffer Dall | 1 | -0/+2 |
2013-12-21 | arm: KVM: Don't return PSCI_INVAL if waitqueue is inactive | Christoffer Dall | 2 | -16/+25 |
2013-12-16 | arm: kvm: implement CPU PM notifier | Lorenzo Pieralisi | 1 | -0/+30 |
2013-12-11 | arm/arm64: kvm: Use virt_to_idmap instead of virt_to_phys for idmap mappings | Santosh Shilimkar | 1 | -4/+4 |
2013-11-19 | Merge tag 'kvm-arm-fixes-3.13-1' of git://git.linaro.org/people/cdall/linux-k... | Gleb Natapov | 1 | -6/+28 |
2013-11-16 | arm/arm64: KVM: Fix hyp mappings of vmalloc regions | Christoffer Dall | 1 | -6/+28 |
2013-11-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 13 | -190/+513 |
2013-11-11 | Merge tag 'kvm-arm64/for-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel... | Paolo Bonzini | 2 | -11/+79 |
2013-11-11 | Merge tag 'kvm-arm-for-3.13-3' of git://git.linaro.org/people/cdall/linux-kvm... | Paolo Bonzini | 3 | -12/+23 |
2013-11-07 | arm/arm64: KVM: PSCI: propagate caller endianness to the incoming vcpu | Marc Zyngier | 1 | -0/+4 |
2013-11-07 | arm/arm64: KVM: MMIO support for BE guest | Marc Zyngier | 1 | -11/+75 |
2013-11-04 | Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queue | Gleb Natapov | 1 | -2/+3 |
2013-10-29 | ARM: 7862/1: pcpu: replace __get_cpu_var_uses | Christoph Lameter | 1 | -3/+3 |
2013-10-28 | Merge tag 'kvm-arm-for-3.13-2' of git://git.linaro.org/people/cdall/linux-kvm... | Paolo Bonzini | 3 | -45/+199 |
2013-10-22 | arm/arm64: KVM: PSCI: use MPIDR to identify a target CPU | Marc Zyngier | 1 | -4/+13 |
2013-10-22 | ARM: KVM: drop limitation to 4 CPU VMs | Marc Zyngier | 1 | -4/+0 |
2013-10-22 | ARM: KVM: fix L2CTLR to be per-cluster | Marc Zyngier | 1 | -0/+4 |
2013-10-22 | ARM: KVM: Fix MPIDR computing to support virtual clusters | Marc Zyngier | 1 | -4/+6 |