aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-29arm64: KVM: VHE: Implement VHE activate/deactivate_trapsMarc Zyngier1-6/+47
2016-02-29arm64: KVM: VHE: Make __fpsimd_enabled VHE awareMarc Zyngier2-4/+20
2016-02-29arm64: KVM: VHE: Enable minimal sysreg save/restoreMarc Zyngier1-2/+13
2016-02-29arm64: KVM: VHE: Use unified system register accessorsMarc Zyngier1-42/+42
2016-02-29arm64: KVM: VHE: Split save/restore of registers shared between guest and hostMarc Zyngier1-15/+33
2016-02-29arm64: KVM: VHE: Differenciate host/guest sysreg save/restoreMarc Zyngier3-9/+31
2016-02-29arm64: KVM: VHE: Introduce unified system register accessorsMarc Zyngier1-0/+72
2016-02-29arm64: KVM: VHE: Patch out kern_hyp_vaMarc Zyngier1-3/+22
2016-02-29arm64: KVM: VHE: Patch out use of HVCMarc Zyngier2-9/+38
2016-02-29arm64: KVM: Switch to C-based stage2 initMarc Zyngier3-14/+46
2016-02-29arm/arm64: KVM: Fix ioctl error handlingMichael S. Tsirkin1-1/+1
2016-02-25arm64: Rename cpuid_feature field extract routinesSuzuki K Poulose1-1/+1
2016-02-24arm64: KVM: vgic-v3: Restore ICH_APR0Rn_EL2 before ICH_APR1Rn_EL2Marc Zyngier1-10/+10
2016-02-18arm64: kvm: deal with kernel symbols outside of linear mappingArd Biesheuvel1-3/+3
2016-02-18arm64: prevent potential circular header dependencies in asm/bug.hArd Biesheuvel1-0/+1
2016-02-11arm64: KVM: Configure TCR_EL2.PS at runtimeTirumalesh Chalamarla1-5/+7
2016-01-24arm64: KVM: Fix guest dead loop when register accessor returns falseShannon Zhao1-3/+2
2016-01-24arm64: KVM: Fix comments of the CP handlerShannon Zhao1-2/+2
2016-01-24arm64: KVM: Obey RES0/1 reserved bits when setting CPTR_EL2Dave Martin1-2/+6
2016-01-24arm64: KVM: Fix AArch64 guest userspace exception injectionMarc Zyngier1-3/+35
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