aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+22
2015-02-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-8/+9
2015-01-23Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-nextPaolo Bonzini1-0/+22
2015-01-16KVM: arm64: Add HYP interface to flush VM Stage 1/2 TLB entriesMario Smarduch1-0/+22
2015-01-15arm64: kvm: move to ESR_ELx macrosMark Rutland1-8/+9
2015-01-12arm64: KVM: Fix TLB invalidation by IPA/VMIDMarc Zyngier1-0/+1
2014-11-07arm64: kvm: eliminate literal pool entriesArd Biesheuvel1-2/+2
2014-07-11arm64: KVM: enable trapping of all debug registersMarc Zyngier1-0/+8
2014-07-11arm64: KVM: implement lazy world switch for debug registersMarc Zyngier1-6/+457
2014-07-11ARM64: KVM: store kvm_vcpu_fault_info est_el2 as wordVictor Kamensky1-1/+1
2014-07-11arm64: KVM: move HCR_EL2.{IMO,FMO} manipulation into the vgic switch codeMarc Zyngier1-5/+12
2014-07-11arm64: KVM: split GICv2 world switch from hyp codeMarc Zyngier1-88/+16
2014-07-11arm64: KVM: remove __kvm_hyp_code_{start,end} from hyp.SMarc Zyngier1-6/+0
2014-07-11KVM: arm/arm64: vgic: move GICv2 registers to their own structureMarc Zyngier1-13/+13
2014-05-09arm64: kvm: use inner-shareable barriers for inner-shareable maintenanceWill Deacon1-3/+9
2014-02-27arm/arm64: KVM: detect CPU reset on CPU_PM_EXITMarc Zyngier1-2/+25
2013-11-06arm64: KVM: vgic: byteswap GICv2 access on world switch if BEMarc Zyngier1-0/+13
2013-08-09arm64: KVM: add missing dsb before invalidating Stage-2 TLBsMarc Zyngier1-0/+3
2013-08-09arm64: KVM: perform save/restore of PAR_EL1Marc Zyngier1-0/+10
2013-06-12arm64: KVM: 32bit specific register world switchMarc Zyngier1-0/+70
2013-06-12arm64: KVM: Plug the arch timerMarc Zyngier1-0/+56
2013-06-12arm64: KVM: Plug the VGICMarc Zyngier1-0/+88
2013-06-12arm64: KVM: HYP mode world switch implementationMarc Zyngier1-0/+617