aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-29ARM: KVM: Add populating of fault data structureMarc Zyngier2-0/+58
2016-02-29ARM: KVM: Add the new world switch implementationMarc Zyngier3-0/+148
2016-02-29ARM: KVM: Add VFP lazy save/restore handlerMarc Zyngier1-0/+31
2016-02-29ARM: KVM: Add guest entry codeMarc Zyngier3-0/+73
2016-02-29ARM: KVM: Add banked registers save/restoreMarc Zyngier3-0/+89
2016-02-29ARM: KVM: Add VFP save/restoreMarc Zyngier3-0/+82
2016-02-29ARM: KVM: Add vgic v2 save/restoreMarc Zyngier3-0/+88
2016-02-29ARM: KVM: Add timer save/restoreMarc Zyngier3-0/+80
2016-02-29ARM: KVM: Add CP15 save/restore codeMarc Zyngier3-0/+113
2016-02-29ARM: KVM: Add TLB invalidation codeMarc Zyngier4-0/+81
2016-02-29ARM: KVM: Add system register accessor macrosMarc Zyngier1-0/+15
2016-02-29ARM: KVM: Add a HYP-specific header fileMarc Zyngier1-0/+30
2016-02-29ARM: KVM: Move GP registers into the CPU context structureMarc Zyngier4-9/+20
2016-02-29ARM: KVM: Move CP15 array into the CPU context structureMarc Zyngier4-36/+37
2016-02-29ARM: KVM: Move VFP registers to a CPU context structureMarc Zyngier2-14/+16
2016-02-29ARM: KVM: Remove __kvm_hyp_code_start/__kvm_hyp_code_endMarc Zyngier1-1/+1
2016-02-29ARM: KVM: Move the HYP code to its own sectionMarc Zyngier1-8/+5
2016-02-29arm/arm64: KVM: Add hook for C-based stage2 initMarc Zyngier1-0/+1
2016-02-29arm/arm64: KVM: Fix ioctl error handlingMichael S. Tsirkin1-1/+1
2016-02-29Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changesIngo Molnar1-1/+2
2016-02-25KVM: Use simple waitqueue for vcpu->wqMarcelo Tosatti2-6/+6
2016-02-24arm/arm64: KVM: Feed initialized memory to MMIO accessesMarc Zyngier1-1/+2
2016-02-18arm64: kvm: deal with kernel symbols outside of linear mappingArd Biesheuvel1-3/+5