aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-27/+52
2016-05-20KVM: arm/arm64: vgic-new: Synchronize changes to active stateChristoffer Dall1-1/+7
2016-05-20KVM: arm/arm64: vgic-new: enable buildAndre Przywara2-0/+18
2016-05-20KVM: arm/arm64: Provide functionality to pause and resume a guestChristoffer Dall1-12/+13
2016-05-20KVM: arm/arm64: Export mmio_read/write_busChristoffer Dall1-5/+5
2016-05-20KVM: arm/arm64: Fix MMIO emulation data handlingChristoffer Dall1-7/+7
2016-05-20KVM: arm/arm64: Move timer IRQ map to latest possible timeChristoffer Dall1-3/+3
2016-05-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-188/+222
2016-05-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-47/+76
2016-05-09kvm: arm64: Enable hardware updates of the Access Flag for Stage 2 page tablesCatalin Marinas1-17/+29
2016-05-05mm: thp: kvm: fix memory corruption in KVM with THP enabledAndrea Arcangeli1-1/+1
2016-04-29arm/arm64: KVM: Enforce Break-Before-Make on Stage-2 page tablesMarc Zyngier1-6/+11
2016-04-28arm64: kvm: allows kvm cpu hotplugAKASHI Takahiro2-48/+76
2016-04-21kvm-arm: Cleanup stage2 pgd handlingSuzuki K Poulose2-32/+7
2016-04-21kvm-arm: Cleanup kvm_* wrappersSuzuki K Poulose1-8/+1
2016-04-21kvm-arm: Add stage2 page table modifiersSuzuki K Poulose1-53/+44
2016-04-21kvm-arm: Add explicit hyp page table modifiersSuzuki K Poulose1-5/+99
2016-04-21kvm-arm: Use explicit stage2 helper routinesSuzuki K Poulose1-24/+24
2016-04-21kvm-arm: Remove kvm_pud_huge()Suzuki K Poulose1-3/+1
2016-04-21kvm-arm: Replace kvm_pmd_huge with pmd_thp_or_hugeSuzuki K Poulose1-9/+8
2016-04-21kvm arm: Move fake PGD handling to arch specific filesSuzuki K Poulose1-40/+7
2016-04-06arm64: KVM: unregister notifiers in hyp mode teardown pathSudeep Holla1-3/+10
2016-03-31arm64: KVM: Register CPU notifiers when the kernel runs at HYPJames Morse1-19/+33
2016-03-21KVM: arm/arm64: disable preemption when calling smp_call_function_manyEric Auger1-0/+2
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-3/+5
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds21-1291/+1162
2016-03-14Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+6
2016-02-29KVM: arm/arm64: timer: Add active state cachingMarc Zyngier1-0/+1
2016-02-29ARM: KVM: Switch the CP reg search to be a binary searchMarc Zyngier1-18/+23
2016-02-29ARM: KVM: Rename struct coproc_reg::is_64 to is_64bitMarc Zyngier2-6/+6
2016-02-29ARM: KVM: Enforce sorting of all CP tablesMarc Zyngier1-8/+17
2016-02-29ARM: KVM: Properly sort the invariant tableMarc Zyngier1-3/+3
2016-02-29arm64: KVM: Add a new vcpu device control group for PMUv3Shannon Zhao1-0/+3
2016-02-29arm64: KVM: Introduce per-vcpu kvm device controlsShannon Zhao1-0/+55
2016-02-29arm64: KVM: Free perf event of PMU when destroying vcpuShannon Zhao1-0/+1
2016-02-29arm64: KVM: Add PMU overflow interrupt routingShannon Zhao1-2/+6
2016-02-29ARM: KVM: Use common version of timer-sr.cMarc Zyngier2-70/+1
2016-02-29ARM: KVM: Use common version of vgic-v2-sr.cMarc Zyngier2-83/+4
2016-02-29ARM: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.hMarc Zyngier8-142/+7
2016-02-29arm64: KVM: Skip HYP setup when already running in HYPMarc Zyngier2-59/+121
2016-02-29arm/arm64: KVM: Handle out-of-RAM cache maintenance as a NOPMarc Zyngier1-0/+16
2016-02-29ARM: KVM: Remove handling of ARM_EXCEPTION_DATA/PREF_ABORTMarc Zyngier1-2/+0
2016-02-29ARM: KVM: Remove unused hyp_pc fieldMarc Zyngier1-5/+0
2016-02-29ARM: KVM: Turn CP15 defines to an enumMarc Zyngier1-1/+0
2016-02-29ARM: KVM: Remove __weak attributesMarc Zyngier3-7/+5
2016-02-29ARM: KVM: Switch to C-based stage2 initMarc Zyngier4-8/+37
2016-02-29ARM: KVM: Remove the old world switchMarc Zyngier2-1128/+1
2016-02-29ARM: KVM: Change kvm_call_hyp return type to unsigned longMarc Zyngier1-8/+2
2016-02-29ARM: KVM: Add panic handling codeMarc Zyngier2-7/+59
2016-02-29ARM: KVM: Add HYP mode entry codeMarc Zyngier3-0/+160