aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-18arm64: KVM: Add support for 16-bit VMIDVladimir Murzin1-0/+9
2015-12-18arm64: KVM: debug: Remove spurious inline attributesMarc Zyngier1-29/+29
2015-12-14arm64: KVM: Remove weak attributesMarc Zyngier5-21/+13
2015-12-14arm64: KVM: Turn system register numbers to an enumMarc Zyngier6-3/+5
2015-12-14arm64: KVM: Move away from the assembly version of the world switchMarc Zyngier4-1485/+1
2015-12-14arm64: KVM: Add compatibility aliasesMarc Zyngier5-0/+21
2015-12-14arm64: KVM: Add panic handlingMarc Zyngier3-1/+41
2015-12-14arm64: KVM: HYP mode entry pointsMarc Zyngier2-0/+204
2015-12-14arm64: KVM: Implement TLB handlingMarc Zyngier3-0/+75
2015-12-14arm64: KVM: Implement fpsimd save/restoreMarc Zyngier6-2/+81
2015-12-14arm64: KVM: Implement the core world switchMarc Zyngier2-0/+136
2015-12-14arm64: KVM: Add patchable function selectorMarc Zyngier1-0/+24
2015-12-14arm64: KVM: Implement guest entryMarc Zyngier3-0/+133
2015-12-14arm64: KVM: Implement debug save/restoreMarc Zyngier3-0/+147
2015-12-14arm64: KVM: Implement 32bit system register save/restoreMarc Zyngier2-0/+49
2015-12-14arm64: KVM: Implement system register save/restoreMarc Zyngier3-0/+94
2015-12-14arm64: KVM: Implement timer save/restoreMarc Zyngier3-0/+75
2015-12-14arm64: KVM: Implement vgic-v3 save/restoreMarc Zyngier3-0/+230
2015-12-14arm64: KVM: Implement vgic-v2 save/restoreMarc Zyngier4-0/+93
2015-12-14arm64: KVM: Add a HYP-specific header fileMarc Zyngier1-0/+33
2015-12-14KVM: arm/arm64: Count guest exit due to various reasonsAmit Tomar2-0/+12
2015-12-04arm64: KVM: Get rid of old vcpu_reg()Pavel Fedin1-1/+1
2015-12-04arm64: KVM: Correctly handle zero register in system register accessesPavel Fedin3-48/+45
2015-12-04arm64: KVM: Remove const from struct sys_reg_paramsPavel Fedin3-21/+21
2015-11-24arm64: kvm: report original PAR_EL1 upon panicMark Rutland1-1/+5
2015-11-24arm64: kvm: avoid %p in __kvm_hyp_panicMark Rutland1-1/+1
2015-11-24arm64: KVM: Add workaround for Cortex-A57 erratum 834220Marc Zyngier1-0/+6
2015-11-24arm64: KVM: Fix AArch32 to AArch64 register mappingMarc Zyngier1-1/+1
2015-11-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+10
2015-11-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-7/+10
2015-10-22arm64: kvm: restore EL1N SP for panicMark Rutland1-0/+8
2015-10-22arm/arm64: KVM : Enable vhost device selection under KVM config menuWei Huang1-0/+2
2015-10-21arm64/kvm: Make use of the system wide safe valuesSuzuki K. Poulose2-7/+7
2015-10-19arm64: Add 16K page size supportSuzuki K. Poulose1-0/+3
2015-10-09arm/arm64: KVM: Only allow 64bit hosts to build VGICv3Jean-Philippe Brucker1-0/+4
2015-09-17Merge tag 'kvm-arm-for-4.3-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-masterPaolo Bonzini3-43/+14
2015-09-17arm/arm64: KVM: Remove 'config KVM_ARM_MAX_VCPUS'Ming Lei1-11/+0
2015-09-17arm64: KVM: Remove all traces of the ThumbEE registersWill Deacon2-25/+4
2015-09-17arm64: KVM: Disable virtual timer even if the guest is not using itMarc Zyngier1-2/+3
2015-09-16arm64: KVM: Fix user access for debug registersMarc Zyngier1-4/+4
2015-09-14KVM: arm64: add workaround for Cortex-A57 erratum #852523Will Deacon1-1/+3
2015-09-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-426/+939
2015-09-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+10
2015-08-27arm64: KVM: Fix host crash when injecting a fault into a 32bit guestMarc Zyngier1-6/+6
2015-08-19arm64: KVM: Optimize arm64 skip 30-50% vfp/simd save/restore on exitsMario Smarduch1-9/+64
2015-08-12KVM: arm/arm64: timer: Allow the timer to control the active stateMarc Zyngier1-3/+1
2015-08-12arm64/kvm: Add generic v8 KVM targetSuzuki K. Poulose2-1/+4
2015-07-27arm64: kvm: Adopt new alternative assembler macrosDaniel Thompson1-2/+10
2015-07-21KVM: arm64: add trace points for guest_debug debugAlex Bennée4-1/+179
2015-07-21KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUGAlex Bennée4-5/+64