summaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm/hyp/switch.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1Star
* KVM: arm/arm64: Factor out VMID into struct kvm_vmidChristoffer Dall2019-02-191-1/+1
* KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQsChristoffer Dall2018-03-191-2/+6
* KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC codeChristoffer Dall2018-03-191-4/+0Star
* KVM: arm64: Introduce VHE-specific kvm_vcpu_runChristoffer Dall2018-03-191-1/+1
* KVM: arm/arm64: Get rid of vcpu->arch.irq_linesChristoffer Dall2018-03-191-1/+1
* KVM: arm/arm64: Detangle kvm_mmu.h from kvm_hyp.hMarc Zyngier2018-01-081-0/+1
* KVM: arm/arm64: Move timer save/restore out of the hyp codeChristoffer Dall2017-11-061-3/+4
* Merge branch 'kvmarm-master/master' into HEADMarc Zyngier2017-06-151-1/+3
|\
| * KVM: arm: plug potential guest hardware debug leakageZhichao Huang2017-05-151-1/+3
* | KVM: arm: Restore banked registers and physical timer access on hyp_panic()James Morse2017-05-161-0/+2
|/
* ARM: KVM: Support vgic-v3Vladimir Murzin2016-09-221-2/+10
* arm: KVM: Preserve pending Virtual Abort in world switchMarc Zyngier2016-09-081-0/+9
* KVM: arm/arm64: Get rid of exported aliases to static functionsChristoffer Dall2016-09-081-3/+1Star
* ARM: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.hMarc Zyngier2016-02-291-1/+1
* ARM: KVM: Remove __weak attributesMarc Zyngier2016-02-291-1/+1
* ARM: KVM: Add panic handling codeMarc Zyngier2016-02-291-0/+38
* ARM: KVM: Add populating of fault data structureMarc Zyngier2016-02-291-0/+54
* ARM: KVM: Add the new world switch implementationMarc Zyngier2016-02-291-0/+140