summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm
Commit message (Expand)AuthorAgeFilesLines
* arm64: KVM: report configured SRE value to 32-bit worldVladimir Murzin2016-08-171-1/+1
* arm64: KVM: remove misleading comment on pmu statusVladimir Murzin2016-08-171-8/+0
* arm64: Document workaround for Cortex-A72 erratum #853709Marc Zyngier2016-08-171-1/+1
* Merge tag 'kvm-arm-for-4.8-take2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2016-08-044-7/+27
|\
| * arm64: KVM: Set cpsr before spsr on fault injectionAndrew Jones2016-08-011-7/+5
| * KVM: arm/arm64: Enable irqchip routingEric Auger2016-07-223-0/+22
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-029-122/+45
|\ \ | |/
| * KVM: arm64: vgic-its: Enable ITS emulation as a virtual MSI controllerAndre Przywara2016-07-183-0/+8
| * KVM: arm/arm64: Extend arch CAP checks to allow per-VM capabilitiesAndre Przywara2016-07-181-1/+1
| * arm64: KVM: Clean up a conditionDan Carpenter2016-07-141-2/+2
| * arm64: KVM: Simplify HYP init/teardownMarc Zyngier2016-07-034-83/+23
| * arm/arm64: KVM: Always have merged page tablesMarc Zyngier2016-07-031-24/+7
| * arm64: KVM: Always reference __hyp_panic_string via its kernel VAMarc Zyngier2016-07-031-2/+9
| * KVM: arm/arm64: The GIC is dead, long live the GICMarc Zyngier2016-07-032-15/+0
| * KVM: ARM64: Fix typosAndrea Gelmini2016-06-142-2/+2
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-07-273-3/+7
|\ \
| * | arm64/kvm: use ESR_ELx_EC to extract ECMark Rutland2016-06-212-3/+3
| * | arm64: allow building with kcov coverage on ARM64Alexander Potapenko2016-06-211-0/+4
| |/
* | arm64: KVM: VHE: Context switch MDSCR_EL1Marc Zyngier2016-07-231-4/+4
|/
* arm64: KVM: vgic-v3: Relax synchronization when SRE==1Marc Zyngier2016-05-311-7/+16
* arm64: KVM: vgic-v3: Prevent the guest from messing with ICC_SRE_EL1Marc Zyngier2016-05-311-4/+2
* arm64: KVM: Make ICC_SRE_EL1 access return the configured SRE valueMarc Zyngier2016-05-311-1/+12
* KVM: arm/arm64: vgic-v3: Clear all dirty LRsChristoffer Dall2016-05-311-4/+3
* 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
OpenPOWER on IntegriCloud