aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp.S
AgeCommit message (Expand)AuthorFilesLines
2020-09-15KVM: arm64: nVHE: Migrate hyp-init to SMCCCGravatar Andrew Scull 1-22/+0
2020-09-15KVM: arm64: nVHE: Migrate hyp interface to SMCCCGravatar Andrew Scull 1-18/+6
2020-03-09arm64: kvm: Annotate assembly using modern annoationsGravatar Mark Brown 1-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Gravatar Thomas Gleixner 1-12/+1
2019-02-19arm64: KVM: Drop VHE-specific HYP call stubGravatar Marc Zyngier 1-3/+0
2017-04-09arm64: hyp-stub/KVM: Kill __hyp_get_vectorsGravatar Marc Zyngier 1-1/+1
2017-04-09arm64: KVM: Move lr save/restore to do_el2_callGravatar Marc Zyngier 1-3/+0
2016-09-12arm64/kvm: use alternative auto-nopGravatar Mark Rutland 1-5/+1
2016-04-28arm64: hyp/kvm: Make hyp-stub extensibleGravatar Geoff Levand 1-2/+2
2016-04-28arm64: kvm: Move lr save/restore from do_el2_call into EL1Gravatar James Morse 1-1/+6
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-3/+3
2016-02-29arm64: KVM: VHE: Patch out use of HVCGravatar Marc Zyngier 1-0/+7
2016-02-18arm64: kvm: deal with kernel symbols outside of linear mappingGravatar Ard Biesheuvel 1-3/+3
2015-12-14arm64: KVM: Move away from the assembly version of the world switchGravatar Marc Zyngier 1-1080/+1
2015-11-24arm64: kvm: report original PAR_EL1 upon panicGravatar Mark Rutland 1-1/+5
2015-11-24arm64: kvm: avoid %p in __kvm_hyp_panicGravatar Mark Rutland 1-1/+1
2015-11-24arm64: KVM: Add workaround for Cortex-A57 erratum 834220Gravatar Marc Zyngier 1-0/+6
2015-10-22arm64: kvm: restore EL1N SP for panicGravatar Mark Rutland 1-0/+8
2015-09-17Merge tag 'kvm-arm-for-4.3-rc2-2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Paolo Bonzini 1-21/+10
2015-09-17arm64: KVM: Remove all traces of the ThumbEE registersGravatar Will Deacon 1-18/+4
2015-09-17arm64: KVM: Disable virtual timer even if the guest is not using itGravatar Marc Zyngier 1-2/+3
2015-09-14KVM: arm64: add workaround for Cortex-A57 erratum #852523Gravatar Will Deacon 1-1/+3
2015-09-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-399/+218
2015-08-19arm64: KVM: Optimize arm64 skip 30-50% vfp/simd save/restore on exitsGravatar Mario Smarduch 1-9/+64
2015-07-27arm64: kvm: Adopt new alternative assembler macrosGravatar Daniel Thompson 1-2/+10
2015-07-21KVM: arm64: introduce vcpu->arch.debug_ptrGravatar Alex Bennée 1-8/+16
2015-07-21KVM: arm64: re-factor hyp.S debug register codeGravatar Alex Bennée 1-379/+138
2015-07-21KVM: arm: introduce kvm_arm_init/setup/clear_debugGravatar Alex Bennée 1-11/+8
2015-06-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-14/+4
2015-06-17KVM: arm64: fix misleading comments in save/restoreGravatar Alex Bennée 1-4/+4
2015-06-12arm64: KVM: Switch vgic save/restore to alternative_insnGravatar Marc Zyngier 1-14/+4
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+22
2015-02-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-8/+9
2015-01-23Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Paolo Bonzini 1-0/+22
2015-01-16KVM: arm64: Add HYP interface to flush VM Stage 1/2 TLB entriesGravatar Mario Smarduch 1-0/+22
2015-01-15arm64: kvm: move to ESR_ELx macrosGravatar Mark Rutland 1-8/+9
2015-01-12arm64: KVM: Fix TLB invalidation by IPA/VMIDGravatar Marc Zyngier 1-0/+1
2014-11-07arm64: kvm: eliminate literal pool entriesGravatar Ard Biesheuvel 1-2/+2
2014-07-11arm64: KVM: enable trapping of all debug registersGravatar Marc Zyngier 1-0/+8
2014-07-11arm64: KVM: implement lazy world switch for debug registersGravatar Marc Zyngier 1-6/+457
2014-07-11ARM64: KVM: store kvm_vcpu_fault_info est_el2 as wordGravatar Victor Kamensky 1-1/+1
2014-07-11arm64: KVM: move HCR_EL2.{IMO,FMO} manipulation into the vgic switch codeGravatar Marc Zyngier 1-5/+12
2014-07-11arm64: KVM: split GICv2 world switch from hyp codeGravatar Marc Zyngier 1-88/+16
2014-07-11arm64: KVM: remove __kvm_hyp_code_{start,end} from hyp.SGravatar Marc Zyngier 1-6/+0
2014-07-11KVM: arm/arm64: vgic: move GICv2 registers to their own structureGravatar Marc Zyngier 1-13/+13
2014-05-09arm64: kvm: use inner-shareable barriers for inner-shareable maintenanceGravatar Will Deacon 1-3/+9
2014-02-27arm/arm64: KVM: detect CPU reset on CPU_PM_EXITGravatar Marc Zyngier 1-2/+25
2013-11-06arm64: KVM: vgic: byteswap GICv2 access on world switch if BEGravatar Marc Zyngier 1-0/+13
2013-08-09arm64: KVM: add missing dsb before invalidating Stage-2 TLBsGravatar Marc Zyngier 1-0/+3
2013-08-09arm64: KVM: perform save/restore of PAR_EL1Gravatar Marc Zyngier 1-0/+10