summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm
Commit message (Expand)AuthorAgeFilesLines
* 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
* arm64: KVM: Fix guest dead loop when register accessor returns falseShannon Zhao2016-01-241-3/+2Star
* arm64: KVM: Fix comments of the CP handlerShannon Zhao2016-01-241-2/+2
* arm64: KVM: Obey RES0/1 reserved bits when setting CPTR_EL2Dave Martin2016-01-241-2/+6
* arm64: KVM: Fix AArch64 guest userspace exception injectionMarc Zyngier2016-01-241-3/+35
* arm64: KVM: Add support for 16-bit VMIDVladimir Murzin2015-12-181-0/+9
* arm64: KVM: debug: Remove spurious inline attributesMarc Zyngier2015-12-181-29/+29
* arm64: KVM: Remove weak attributesMarc Zyngier2015-12-145-21/+13Star
* arm64: KVM: Turn system register numbers to an enumMarc Zyngier2015-12-146-3/+5
* arm64: KVM: Move away from the assembly version of the world switchMarc Zyngier2015-12-144-1485/+1Star
* arm64: KVM: Add compatibility aliasesMarc Zyngier2015-12-145-0/+21
* arm64: KVM: Add panic handlingMarc Zyngier2015-12-143-1/+41
* arm64: KVM: HYP mode entry pointsMarc Zyngier2015-12-142-0/+204
* arm64: KVM: Implement TLB handlingMarc Zyngier2015-12-143-0/+75
* arm64: KVM: Implement fpsimd save/restoreMarc Zyngier2015-12-146-2/+81
* arm64: KVM: Implement the core world switchMarc Zyngier2015-12-142-0/+136
* arm64: KVM: Add patchable function selectorMarc Zyngier2015-12-141-0/+24
* arm64: KVM: Implement guest entryMarc Zyngier2015-12-143-0/+133
* arm64: KVM: Implement debug save/restoreMarc Zyngier2015-12-143-0/+147
* arm64: KVM: Implement 32bit system register save/restoreMarc Zyngier2015-12-142-0/+49
* arm64: KVM: Implement system register save/restoreMarc Zyngier2015-12-143-0/+94
* arm64: KVM: Implement timer save/restoreMarc Zyngier2015-12-143-0/+75
* arm64: KVM: Implement vgic-v3 save/restoreMarc Zyngier2015-12-143-0/+230
* arm64: KVM: Implement vgic-v2 save/restoreMarc Zyngier2015-12-144-0/+93
* arm64: KVM: Add a HYP-specific header fileMarc Zyngier2015-12-141-0/+33
* KVM: arm/arm64: Count guest exit due to various reasonsAmit Tomar2015-12-142-0/+12
* arm64: KVM: Get rid of old vcpu_reg()Pavel Fedin2015-12-041-1/+1
* arm64: KVM: Correctly handle zero register in system register accessesPavel Fedin2015-12-043-48/+45Star
* arm64: KVM: Remove const from struct sys_reg_paramsPavel Fedin2015-12-043-21/+21
* arm64: kvm: report original PAR_EL1 upon panicMark Rutland2015-11-241-1/+5
* arm64: kvm: avoid %p in __kvm_hyp_panicMark Rutland2015-11-241-1/+1
* arm64: KVM: Add workaround for Cortex-A57 erratum 834220Marc Zyngier2015-11-241-0/+6
* arm64: KVM: Fix AArch32 to AArch64 register mappingMarc Zyngier2015-11-241-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-11-062-0/+10
|\
| * arm64: kvm: restore EL1N SP for panicMark Rutland2015-10-221-0/+8
| * arm/arm64: KVM : Enable vhost device selection under KVM config menuWei Huang2015-10-221-0/+2
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-11-043-7/+10
|\ \
| * | arm64/kvm: Make use of the system wide safe valuesSuzuki K. Poulose2015-10-212-7/+7
| * | arm64: Add 16K page size supportSuzuki K. Poulose2015-10-191-0/+3
| |/
* / arm/arm64: KVM: Only allow 64bit hosts to build VGICv3Jean-Philippe Brucker2015-10-101-0/+4
|/
* Merge tag 'kvm-arm-for-4.3-rc2-2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2015-09-173-43/+14Star
|\
| * arm/arm64: KVM: Remove 'config KVM_ARM_MAX_VCPUS'Ming Lei2015-09-171-11/+0Star
| * arm64: KVM: Remove all traces of the ThumbEE registersWill Deacon2015-09-172-25/+4Star
| * arm64: KVM: Disable virtual timer even if the guest is not using itMarc Zyngier2015-09-171-2/+3
| * arm64: KVM: Fix user access for debug registersMarc Zyngier2015-09-161-4/+4
| * KVM: arm64: add workaround for Cortex-A57 erratum #852523Will Deacon2015-09-141-1/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-09-1110-426/+939
|\|
| * arm64: KVM: Optimize arm64 skip 30-50% vfp/simd save/restore on exitsMario Smarduch2015-08-191-9/+64