summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-02-225-13/+442
|\
| * KVM: arm/arm64: Emulate the EL1 phys timer registersJintack Lim2017-02-081-3/+34
| * KVM: arm64: Add the EL1 physical timer access handlerJintack Lim2017-02-081-0/+34
| * KVM: arm/arm64: Initialize the emulated EL1 physical timerJintack Lim2017-02-081-1/+8
| * KVM: arm/arm64: vgic: Implement VGICv3 CPU interface accessVijaya Kumar K2017-01-302-1/+348
| * KVM: arm/arm64: vgic: Introduce find_reg_by_id()Vijaya Kumar K2017-01-302-11/+20
| * KVM: arm/arm64: vgic: Add debugfs vgic-state fileChristoffer Dall2017-01-251-0/+1
* | arm64: KVM: Save/restore the host SPE state when entering/leaving a VMWill Deacon2017-02-023-3/+86
* | arm64: Use __tlbi() macros in KVM codeChristopher Covington2017-01-271-6/+7
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-12-133-2/+23
|\
| * arm64: Support systems without FP/ASIMDSuzuki K Poulose2016-11-163-2/+23
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-12-133-11/+7
|\ \
| * | arm64: KVM: pmu: Reset PMSELR_EL0.SEL to a sane value before entering the guestMarc Zyngier2016-12-091-1/+7
| * | ARM: KVM: Support vGICv3 ITSVladimir Murzin2016-11-142-10/+0
* | | arm64: KVM: pmu: Fix AArch32 cycle counter accessWei Huang2016-11-181-2/+8
|/ /
* / arm/arm64: KVM: Perform local TLB invalidation when multiplexing vcpus on a s...Marc Zyngier2016-11-041-0/+15
|/
* Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-10-0612-609/+239
|\
| * ARM: KVM: Support vgic-v3Vladimir Murzin2016-09-221-4/+0
| * KVM: arm64: vgic-its: Introduce config option to guard ITS specific codeVladimir Murzin2016-09-221-0/+4
| * arm64: KVM: Move vgic-v3 save/restore to virt/kvm/arm/hypVladimir Murzin2016-09-222-329/+1
| * arm64: KVM: Move GIC accessors to arch_gicv3.hVladimir Murzin2016-09-221-13/+0
| * arm64: KVM: Use static keys for selecting the GIC backendVladimir Murzin2016-09-221-10/+11
| * arm64: KVM: Inject a vSerror if detecting a bad GICV access at EL2Marc Zyngier2016-09-081-3/+15
| * 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: Route asynchronous abortsMarc Zyngier2016-09-081-3/+8
| * arm64: KVM: Add EL1 async abort handlerMarc Zyngier2016-09-081-0/+3
| * arm64: KVM: Add Virtual Abort injection helperMarc Zyngier2016-09-081-0/+12
| * arm64: KVM: Preserve pending vSError in world switchMarc Zyngier2016-09-081-0/+9
| * arm64: KVM: vgic-v2: Add the GICV emulation infrastructureMarc Zyngier2016-09-081-0/+32
| * arm64: KVM: Move the AArch32 conditional execution to common codeMarc Zyngier2016-09-082-149/+2
| * arm64: KVM: Move kvm_vcpu_get_condition out of emulate.cMarc Zyngier2016-09-081-11/+0
| * 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-084-19/+6
| * arm64: KVM: Optimize __guest_enter/exit() to save a few instructionsShanker Donthineni2016-09-082-75/+63
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-10-033-29/+14
|\ \ | |/ |/|
| * arm64/kvm: use alternative auto-nopMark Rutland2016-09-121-5/+1
| * arm64/kvm: use {read,write}_sysreg()Mark Rutland2016-09-092-24/+13
* | 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