summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-273-1/+20
|\
| * KVM: arm/arm64: vgic-new: enable buildAndre Przywara2016-05-202-0/+19
| * kvm: arm64: Fix EC field in inject_abt64Matt Evans2016-05-201-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-192-1/+8
|\ \ | |/
| * kvm: arm64: Enable hardware updates of the Access Flag for Stage 2 page tablesCatalin Marinas2016-05-091-0/+8
| * arm64: kvm: Add support for 16K pagesSuzuki K Poulose2016-04-211-1/+0
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-05-166-11/+114
|\ \ | |/ |/|
| * arm64: kvm: Fix kvm teardown for systems using the extended idmapJames Morse2016-05-033-7/+47
| * arm64: kvm: allows kvm cpu hotplugAKASHI Takahiro2016-04-282-0/+52
| * arm64: hyp/kvm: Make hyp-stub reject kvm_call_hyp()James Morse2016-04-281-0/+7
| * arm64: hyp/kvm: Make hyp-stub extensibleGeoff Levand2016-04-282-4/+4
| * arm64: kvm: Move lr save/restore from do_el2_call into EL1James Morse2016-04-282-5/+8
| * arm64: Cleanup SCTLR flagsGeoff Levand2016-04-281-2/+3
* | arm64: KVM: Warn when PARange is less than 40 bitsMarc Zyngier2016-04-061-2/+37
|/
* arm64: kvm: 4.6-rc1: Fix VTCR_EL2 VS settingSuzuki K Poulose2016-03-301-2/+4
* kvm: arm64: Disable compiler instrumentation for hypervisor codeCatalin Marinas2016-03-211-0/+4
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-173-4/+5
|\
| * arm64: Rename cpuid_feature field extract routinesSuzuki K Poulose2016-02-251-1/+1
| * arm64: kvm: deal with kernel symbols outside of linear mappingArd Biesheuvel2016-02-181-3/+3
| * arm64: prevent potential circular header dependencies in asm/bug.hArd Biesheuvel2016-02-181-0/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-03-1619-572/+1238
|\ \
| * | arm64: KVM: vgic-v3: Only wipe LRs on vcpu exitMarc Zyngier2016-03-091-5/+4
| * | arm64: KVM: vgic-v3: Reset LRs at boot timeMarc Zyngier2016-03-091-0/+9
| * | arm64: KVM: vgic-v3: Do not save an LR known to be emptyMarc Zyngier2016-03-091-2/+9
| * | arm64: KVM: vgic-v3: Save maintenance interrupt state only if requiredMarc Zyngier2016-03-091-2/+31
| * | arm64: KVM: vgic-v3: Avoid accessing ICH registersMarc Zyngier2016-03-091-113/+180
| * | arm64: KVM: Switch the sys_reg search to be a binary searchMarc Zyngier2016-02-291-18/+22
| * | arm64: KVM: Add a new vcpu device control group for PMUv3Shannon Zhao2016-02-291-0/+51
| * | arm64: KVM: Introduce per-vcpu kvm device controlsShannon Zhao2016-02-291-0/+1
| * | arm64: KVM: Add a new feature bit for PMUv3Shannon Zhao2016-02-291-0/+3
| * | arm64: KVM: Reset PMU state when resetting vcpuShannon Zhao2016-02-291-0/+3
| * | arm64: KVM: Add access handler for PMUSERENR registerShannon Zhao2016-02-292-5/+99
| * | arm64: KVM: Add helper to handle PMCR register bitsShannon Zhao2016-02-291-0/+1
| * | arm64: KVM: Add access handler for PMSWINC registerShannon Zhao2016-02-291-1/+19
| * | arm64: KVM: Add access handler for PMOVSSET and PMOVSCLR registerShannon Zhao2016-02-291-3/+26
| * | arm64: KVM: Add access handler for PMINTENSET and PMINTENCLR registerShannon Zhao2016-02-291-4/+28
| * | arm64: KVM: Add access handler for event type registerShannon Zhao2016-02-291-2/+124
| * | arm64: KVM: Add access handler for PMCNTENSET and PMCNTENCLR registerShannon Zhao2016-02-291-4/+31
| * | arm64: KVM: Add access handler for event counter registerShannon Zhao2016-02-292-4/+136
| * | arm64: KVM: Add access handler for PMCEID0 and PMCEID1 registerShannon Zhao2016-02-291-4/+24
| * | arm64: KVM: Add access handler for PMSELR registerShannon Zhao2016-02-291-2/+18
| * | arm64: KVM: Add access handler for PMCR registerShannon Zhao2016-02-291-2/+40
| * | arm64: KVM: Define PMU data structure for each vcpuShannon Zhao2016-02-291-0/+7
| * | arm64: KVM: Move vgic-v2 and timer save/restore to virt/kvm/arm/hypMarc Zyngier2016-02-293-153/+5
| * | arm64: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.hMarc Zyngier2016-02-299-200/+8
| * | arm64: KVM: Move most of the fault decoding to CMarc Zyngier2016-02-292-64/+90
| * | arm64: KVM: VHE: Add alternative panic handlingMarc Zyngier2016-02-291-8/+27
| * | arm64: KVM: VHE: Add fpsimd enabling on guest accessMarc Zyngier2016-02-291-0/+6
| * | arm64: KVM: VHE: Use unified sysreg accessors for timerMarc Zyngier2016-02-291-5/+5
| * | arm64: KVM: VHE: Implement VHE activate/deactivate_trapsMarc Zyngier2016-02-291-6/+47
OpenPOWER on IntegriCloud