summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/switch.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-08arm64: Implement branch predictor hardening for FalkorShanker Donthineni1-0/+8
2018-01-08arm64: KVM: Make PSCI_VERSION a fast pathMarc Zyngier1-0/+13
2018-01-08arm64: KVM: Use per-CPU vector when BP hardening is enabledMarc Zyngier1-1/+1
2018-01-08KVM: arm/arm64: Detangle kvm_mmu.h from kvm_hyp.hMarc Zyngier1-0/+1
2017-11-29kvm: arm64: handle single-step of hyp emulated mmio instructionsAlex Bennée1-7/+30
2017-11-17Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+3
2017-11-06KVM: arm/arm64: Move timer save/restore out of the hyp codeChristoffer Dall1-3/+3
2017-11-03arm64/sve: KVM: Prevent guests from using SVEDave Martin1-3/+3
2017-11-03arm64: KVM: Hide unsupported AArch64 CPU features from guestsDave Martin1-0/+6
2017-06-15KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2Marc Zyngier1-0/+14
2017-05-16KVM: arm64: Restore host physical timer access on hyp_panic()James Morse1-0/+1
2017-02-02arm64: KVM: Save/restore the host SPE state when entering/leaving a VMWill Deacon1-1/+16
2016-12-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+4
2016-12-09arm64: KVM: pmu: Reset PMSELR_EL0.SEL to a sane value before entering the guestMarc Zyngier1-1/+7
2016-11-16arm64: Support systems without FP/ASIMDSuzuki K Poulose1-1/+4
2016-09-22arm64: KVM: Use static keys for selecting the GIC backendVladimir Murzin1-10/+11
2016-09-08arm64: KVM: Inject a vSerror if detecting a bad GICV access at EL2Marc Zyngier1-3/+15
2016-09-08arm64: KVM: Handle async aborts delivered while at EL2Marc Zyngier1-0/+6
2016-09-08arm64: KVM: Preserve pending vSError in world switchMarc Zyngier1-0/+9
2016-09-08arm64: KVM: vgic-v2: Add the GICV emulation infrastructureMarc Zyngier1-0/+32
2016-09-08KVM: arm/arm64: Get rid of exported aliases to static functionsChristoffer Dall1-3/+1
2016-08-17arm64: Document workaround for Cortex-A72 erratum #853709Marc Zyngier1-1/+1
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+9
2016-07-04arm64: KVM: Always reference __hyp_panic_string via its kernel VAMarc Zyngier1-2/+9
2016-06-21arm64/kvm: use ESR_ELx_EC to extract ECMark Rutland1-1/+1
2016-02-29arm64: KVM: Add access handler for PMUSERENR registerShannon Zhao1-0/+3
2016-02-29arm64: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.hMarc Zyngier1-2/+1
2016-02-29arm64: KVM: Move most of the fault decoding to CMarc Zyngier1-0/+85
2016-02-29arm64: KVM: VHE: Add alternative panic handlingMarc Zyngier1-8/+27
2016-02-29arm64: KVM: VHE: Implement VHE activate/deactivate_trapsMarc Zyngier1-6/+47
2016-02-29arm64: KVM: VHE: Make __fpsimd_enabled VHE awareMarc Zyngier1-0/+19
2016-02-29arm64: KVM: VHE: Differenciate host/guest sysreg save/restoreMarc Zyngier1-5/+5
2016-01-25arm64: KVM: Obey RES0/1 reserved bits when setting CPTR_EL2Dave Martin1-2/+6
2015-12-14arm64: KVM: Remove weak attributesMarc Zyngier1-3/+2
2015-12-14arm64: KVM: Add compatibility aliasesMarc Zyngier1-0/+3
2015-12-14arm64: KVM: Add panic handlingMarc Zyngier1-0/+30
2015-12-14arm64: KVM: Implement fpsimd save/restoreMarc Zyngier1-0/+8
2015-12-14arm64: KVM: Implement the core world switchMarc Zyngier1-0/+135