| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-22 | 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 |
| * | | ARM: KVM: Allow creating the VGIC after VCPUs | Christoffer Dall | 2013-12-21 | 1 | -3/+4 |
| * | | ARM/KVM: save and restore generic timer registers | Andre Przywara | 2013-12-21 | 1 | -1/+91 |
| * | | arm/arm64: KVM: arch_timer: Initialize cntvoff at kvm_init | Christoffer Dall | 2013-12-21 | 1 | -0/+2 |
| |/ |
|
* | | arm: kvm: implement CPU PM notifier | Lorenzo Pieralisi | 2013-12-16 | 1 | -0/+30 |
|/ |
|
* | Merge tag 'kvm-arm-fixes-3.13-1' of git://git.linaro.org/people/cdall/linux-k... | Gleb Natapov | 2013-11-19 | 1 | -6/+28 |
|\ |
|
| * | arm/arm64: KVM: Fix hyp mappings of vmalloc regions | Christoffer Dall | 2013-11-16 | 1 | -6/+28 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2013-11-15 | 13 | -190/+513 |
|\ \ |
|
| * \ | Merge tag 'kvm-arm64/for-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel... | Paolo Bonzini | 2013-11-11 | 2 | -11/+79 |
| |\ \ |
|
| | * | | arm/arm64: KVM: PSCI: propagate caller endianness to the incoming vcpu | Marc Zyngier | 2013-11-07 | 1 | -0/+4 |
| | * | | arm/arm64: KVM: MMIO support for BE guest | Marc Zyngier | 2013-11-07 | 1 | -11/+75 |
| * | | | Merge tag 'kvm-arm-for-3.13-3' of git://git.linaro.org/people/cdall/linux-kvm... | Paolo Bonzini | 2013-11-11 | 3 | -12/+23 |
| |\ \ \ |
|
| | * | | | arm/arm64: KVM: PSCI: use MPIDR to identify a target CPU | Marc Zyngier | 2013-10-22 | 1 | -4/+13 |
| | * | | | ARM: KVM: drop limitation to 4 CPU VMs | Marc Zyngier | 2013-10-22 | 1 | -4/+0 |
| | * | | | ARM: KVM: fix L2CTLR to be per-cluster | Marc Zyngier | 2013-10-22 | 1 | -0/+4 |
| | * | | | ARM: KVM: Fix MPIDR computing to support virtual clusters | Marc Zyngier | 2013-10-22 | 1 | -4/+6 |
| * | | | | Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queue | Gleb Natapov | 2013-11-04 | 1 | -2/+3 |
| |\ \ \ \ |
|
| | * | | | | kvm: Add struct kvm arg to memslot APIs | Aneesh Kumar K.V | 2013-10-17 | 1 | -2/+3 |
| * | | | | | Merge tag 'kvm-arm-for-3.13-2' of git://git.linaro.org/people/cdall/linux-kvm... | Paolo Bonzini | 2013-10-28 | 3 | -45/+199 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| | * | | | | KVM: ARM: Transparent huge page (THP) support | Christoffer Dall | 2013-10-17 | 1 | -2/+56 |
| | * | | | | KVM: ARM: Support hugetlbfs backed huge pages | Christoffer Dall | 2013-10-17 | 1 | -38/+131 |
| | * | | | | KVM: ARM: Update comments for kvm_handle_wfi | Christoffer Dall | 2013-10-17 | 1 | -6/+8 |
| | * | | | | ARM: KVM: Yield CPU when vcpu executes a WFE | Marc Zyngier | 2013-10-17 | 2 | -1/+6 |
| | |/ / / |
|
| * | | | | Powerpc KVM work is based on a commit after rc4. | Gleb Natapov | 2013-10-17 | 1 | -3/+3 |
| |\ \ \ \
| | |/ / /
| |/| | /
| | | |/
| | |/| |
|
| * | | | KVM: ARM: Add support for Cortex-A7 | Jonathan Austin | 2013-10-12 | 6 | -122/+181 |
| * | | | KVM: ARM: Fix calculation of virtual CPU ID | Jonathan Austin | 2013-10-12 | 1 | -7/+4 |
| * | | | ARM/ARM64: KVM: Implement KVM_ARM_PREFERRED_TARGET ioctl | Anup Patel | 2013-10-02 | 1 | -0/+13 |
| * | | | ARM: KVM: Implement kvm_vcpu_preferred_target() function | Anup Patel | 2013-10-02 | 1 | -0/+20 |
| * | | | KVM: ARM: Fix typo in comments of inject_abt() | Anup Patel | 2013-10-02 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | ARM: 7862/1: pcpu: replace __get_cpu_var_uses | Christoph Lameter | 2013-10-29 | 1 | -3/+3 |
| |/
|/| |
|