aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)AuthorFilesLines
2016-10-06Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 12-609/+239
2016-10-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 3-29/+14
2016-09-22ARM: KVM: Support vgic-v3Gravatar Vladimir Murzin 1-4/+0
2016-09-22KVM: arm64: vgic-its: Introduce config option to guard ITS specific codeGravatar Vladimir Murzin 1-0/+4
2016-09-22arm64: KVM: Move vgic-v3 save/restore to virt/kvm/arm/hypGravatar Vladimir Murzin 2-329/+1
2016-09-22arm64: KVM: Move GIC accessors to arch_gicv3.hGravatar Vladimir Murzin 1-13/+0
2016-09-22arm64: KVM: Use static keys for selecting the GIC backendGravatar Vladimir Murzin 1-10/+11
2016-09-12arm64/kvm: use alternative auto-nopGravatar Mark Rutland 1-5/+1
2016-09-09arm64/kvm: use {read,write}_sysreg()Gravatar Mark Rutland 2-24/+13
2016-09-08arm64: KVM: Inject a vSerror if detecting a bad GICV access at EL2Gravatar Marc Zyngier 1-3/+15
2016-09-08arm64: KVM: Handle async aborts delivered while at EL2Gravatar Marc Zyngier 3-3/+61
2016-09-08arm64: KVM: Inject a Virtual SError if it was pendingGravatar Marc Zyngier 1-0/+20
2016-09-08arm64: KVM: Route asynchronous abortsGravatar Marc Zyngier 1-3/+8
2016-09-08arm64: KVM: Add EL1 async abort handlerGravatar Marc Zyngier 1-0/+3
2016-09-08arm64: KVM: Add Virtual Abort injection helperGravatar Marc Zyngier 1-0/+12
2016-09-08arm64: KVM: Preserve pending vSError in world switchGravatar Marc Zyngier 1-0/+9
2016-09-08arm64: KVM: vgic-v2: Add the GICV emulation infrastructureGravatar Marc Zyngier 1-0/+32
2016-09-08arm64: KVM: Move the AArch32 conditional execution to common codeGravatar Marc Zyngier 2-149/+2
2016-09-08arm64: KVM: Move kvm_vcpu_get_condition out of emulate.cGravatar Marc Zyngier 1-11/+0
2016-09-08arm64: KVM: VHE: reset PSTATE.PAN on entry to EL2Gravatar Vladimir Murzin 1-0/+2
2016-09-08KVM: arm/arm64: Get rid of exported aliases to static functionsGravatar Christoffer Dall 4-19/+6
2016-09-08arm64: KVM: Optimize __guest_enter/exit() to save a few instructionsGravatar Shanker Donthineni 2-75/+63
2016-08-17arm64: KVM: report configured SRE value to 32-bit worldGravatar Vladimir Murzin 1-1/+1
2016-08-17arm64: KVM: remove misleading comment on pmu statusGravatar Vladimir Murzin 1-8/+0
2016-08-17arm64: Document workaround for Cortex-A72 erratum #853709Gravatar Marc Zyngier 1-1/+1
2016-08-04Merge tag 'kvm-arm-for-4.8-take2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Paolo Bonzini 4-7/+27
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 9-122/+45
2016-08-01arm64: KVM: Set cpsr before spsr on fault injectionGravatar Andrew Jones 1-7/+5
2016-07-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 3-3/+7
2016-07-23arm64: KVM: VHE: Context switch MDSCR_EL1Gravatar Marc Zyngier 1-4/+4
2016-07-22KVM: arm/arm64: Enable irqchip routingGravatar Eric Auger 3-0/+22
2016-07-18KVM: arm64: vgic-its: Enable ITS emulation as a virtual MSI controllerGravatar Andre Przywara 3-0/+8
2016-07-18KVM: arm/arm64: Extend arch CAP checks to allow per-VM capabilitiesGravatar Andre Przywara 1-1/+1
2016-07-14arm64: KVM: Clean up a conditionGravatar Dan Carpenter 1-2/+2
2016-07-03arm64: KVM: Simplify HYP init/teardownGravatar Marc Zyngier 4-83/+23
2016-07-03arm/arm64: KVM: Always have merged page tablesGravatar Marc Zyngier 1-24/+7
2016-07-03arm64: KVM: Always reference __hyp_panic_string via its kernel VAGravatar Marc Zyngier 1-2/+9
2016-07-03KVM: arm/arm64: The GIC is dead, long live the GICGravatar Marc Zyngier 2-15/+0
2016-06-21arm64/kvm: use ESR_ELx_EC to extract ECGravatar Mark Rutland 2-3/+3
2016-06-21arm64: allow building with kcov coverage on ARM64Gravatar Alexander Potapenko 1-0/+4
2016-06-14KVM: ARM64: Fix typosGravatar Andrea Gelmini 2-2/+2
2016-05-31arm64: KVM: vgic-v3: Relax synchronization when SRE==1Gravatar Marc Zyngier 1-7/+16
2016-05-31arm64: KVM: vgic-v3: Prevent the guest from messing with ICC_SRE_EL1Gravatar Marc Zyngier 1-4/+2
2016-05-31arm64: KVM: Make ICC_SRE_EL1 access return the configured SRE valueGravatar Marc Zyngier 1-1/+12
2016-05-31KVM: arm/arm64: vgic-v3: Clear all dirty LRsGravatar Christoffer Dall 1-4/+3
2016-05-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 3-1/+20
2016-05-20KVM: arm/arm64: vgic-new: enable buildGravatar Andre Przywara 2-0/+19
2016-05-20kvm: arm64: Fix EC field in inject_abt64Gravatar Matt Evans 1-1/+1
2016-05-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-1/+8
2016-05-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 6-11/+114