summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-arm-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář2016-09-2956-562/+1076
|\
| * KVM: arm/arm64: vgic: Don't flush/sync without a working vgicChristoffer Dall2016-09-271-0/+6
| * KVM: arm64: Require in-kernel irqchip for PMU supportChristoffer Dall2016-09-272-1/+11
| * ARM: gic-v3: Work around definition of gic_write_bpr1Marc Zyngier2016-09-231-0/+9
| * arm64: KVM: Remove duplicating init code for setting VMIDVladimir Murzin2016-09-221-8/+4
| * ARM: KVM: Support vgic-v3Vladimir Murzin2016-09-2214-80/+66
| * ARM: gic-v3: Introduce 32-to-64-bit mappings for GICv3 cpu registersVladimir Murzin2016-09-221-0/+64
| * ARM: Move system register accessors to asm/cp15.hVladimir Murzin2016-09-223-30/+27
| * ARM: Introduce MPIDR_LEVEL_SHIFT macroVladimir Murzin2016-09-221-0/+1
| * KVM: arm: vgic: Support 64-bit data manipulation on 32-bit host systemsVladimir Murzin2016-09-222-2/+2
| * KVM: arm: vgic: Fix compiler warnings when built for 32-bitVladimir Murzin2016-09-221-2/+2
| * KVM: arm64: vgic-its: Introduce config option to guard ITS specific codeVladimir Murzin2016-09-224-0/+13
| * arm64: KVM: Move vgic-v3 save/restore to virt/kvm/arm/hypVladimir Murzin2016-09-222-1/+1
| * arm64: KVM: Move GIC accessors to arch_gicv3.hVladimir Murzin2016-09-222-13/+13
| * arm64: KVM: Use static keys for selecting the GIC backendVladimir Murzin2016-09-224-11/+20
| * KVM: ARM: cleanup kvm_timer_hyp_initPaolo Bonzini2016-09-081-5/+1
| * arm64: KVM: Inject a vSerror if detecting a bad GICV access at EL2Marc Zyngier2016-09-083-9/+32
| * arm/arm64: KVM: Remove external abort test from MMIO handlingMarc Zyngier2016-09-081-6/+0
| * arm/arm64: KVM: Inject virtual abort when guest exits on external abortMarc Zyngier2016-09-081-0/+5
| * arm: KVM: Drop unreachable HYP abort handlersMarc Zyngier2016-09-081-27/+0
| * arm: KVM: Inject a Virtual Abort if it was pendingMarc Zyngier2016-09-081-0/+19
| * arm: KVM: Handle async aborts delivered while at HYPMarc Zyngier2016-09-082-1/+46
| * arm: KVM: Allow an exit code to be tagged with a Virtual AbortMarc Zyngier2016-09-081-0/+4
| * arm: KVM: Add HYP async abort handlerMarc Zyngier2016-09-081-0/+3
| * arm: KVM: Add Virtual Abort injection helperMarc Zyngier2016-09-082-0/+13
| * arm: KVM: Preserve pending Virtual Abort in world switchMarc Zyngier2016-09-081-0/+9
| * arm64: KVM: Handle async aborts delivered while at EL2Marc Zyngier2016-09-083-3/+61
| * arm64: KVM: Inject a Virtual SError if it was pendingMarc Zyngier2016-09-081-0/+20
| * arm64: KVM: Allow an exit code to be tagged with an SErrorMarc Zyngier2016-09-081-0/+4
| * arm64: KVM: Route asynchronous abortsMarc Zyngier2016-09-081-3/+8
| * arm64: KVM: Add EL1 async abort handlerMarc Zyngier2016-09-081-0/+3
| * arm64: KVM: Add exception code to report EL1 asynchronous abortsMarc Zyngier2016-09-081-2/+3
| * arm64: KVM: Add Virtual Abort injection helperMarc Zyngier2016-09-082-0/+13
| * arm64: KVM: Preserve pending vSError in world switchMarc Zyngier2016-09-081-0/+9
| * arm64: KVM: Rename HCR_VA to HCR_VSEMarc Zyngier2016-09-081-2/+2
| * arm64: KVM: vgic-v2: Enable GICV access from HYP if access from guest is unsafeMarc Zyngier2016-09-081-27/+42
| * arm64: KVM: vgic-v2: Add GICV access from HYPMarc Zyngier2016-09-082-0/+42
| * arm64: KVM: vgic-v2: Add the GICV emulation infrastructureMarc Zyngier2016-09-085-0/+45
| * arm64: KVM: Make kvm_skip_instr32 available to HYPMarc Zyngier2016-09-081-2/+3
| * arm: KVM: Use common AArch32 conditional execution codeMarc Zyngier2016-09-084-104/+33
| * arm64: KVM: Move the AArch32 conditional execution to common codeMarc Zyngier2016-09-083-7/+4
| * arm64: KVM: Move kvm_vcpu_get_condition out of emulate.cMarc Zyngier2016-09-082-11/+10
| * arm64: KVM: VHE: reset PSTATE.PAN on entry to EL2Vladimir Murzin2016-09-081-0/+2
| * KVM: arm/arm64: Get rid of exported aliases to static functionsChristoffer Dall2016-09-086-33/+11
| * arm64/kvm: remove unused stub functionsMark Rutland2016-09-081-6/+0
| * arm/kvm: excise redundant cache maintenanceMark Rutland2016-09-082-28/+2
| * KVM: arm: vgic: Drop build compatibility hack for older kernel versionsMarc Zyngier2016-09-081-6/+0
| * arm64: KVM: Optimize __guest_enter/exit() to save a few instructionsShanker Donthineni2016-09-082-75/+63
| * KVM: arm/arm64: Rename vgic_attr_regs_access to vgic_attr_regs_access_v2Christoffer Dall2016-09-081-15/+11
| * KVM: arm/arm64: Factor out vgic_attr_regs_access functionalityChristoffer Dall2016-09-081-27/+73