summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/switch.c
Commit message (Expand)AuthorAgeFilesLines
* arm64/kvm: consistently handle host HCR_EL2 flagsMark Rutland2019-01-231-1/+1
* arm64: KVM: Add ARCH_WORKAROUND_2 support for guestsMarc Zyngier2018-07-221-0/+38
* KVM: arm64: Avoid storing the vcpu pointer on the stackChristoffer Dall2018-07-221-4/+1
* KVM: arm64: Change hyp_panic()s dependency on tpidr_el2James Morse2018-07-221-12/+13
* arm64: Add missing Falkor part number for branch predictor hardeningShanker Donthineni2018-02-221-1/+3
* arm64: Kill PSCI_GET_VERSION as a variant-2 workaroundMarc Zyngier2018-02-161-14/+0
* arm/arm64: KVM: Turn kvm_psci_version into a static inlineMarc Zyngier2018-02-161-8/+12
* arm64: KVM: Make PSCI_VERSION a fast pathMarc Zyngier2018-02-161-0/+13
* arm64: Implement branch predictor hardening for FalkorShanker Donthineni2018-02-161-0/+8
* arm64: KVM: Use per-CPU vector when BP hardening is enabledMarc Zyngier2018-02-161-1/+1
* KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2Marc Zyngier2017-06-151-0/+14
* KVM: arm64: Restore host physical timer access on hyp_panic()James Morse2017-05-161-0/+1
* arm64: KVM: Save/restore the host SPE state when entering/leaving a VMWill Deacon2017-02-021-1/+16
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-12-131-1/+4
|\
| * arm64: Support systems without FP/ASIMDSuzuki K Poulose2016-11-161-1/+4
* | arm64: KVM: pmu: Reset PMSELR_EL0.SEL to a sane value before entering the guestMarc Zyngier2016-12-091-1/+7
|/
* arm64: KVM: Use static keys for selecting the GIC backendVladimir Murzin2016-09-221-10/+11
* arm64: KVM: Inject a vSerror if detecting a bad GICV access at EL2Marc Zyngier2016-09-081-3/+15
* arm64: KVM: Handle async aborts delivered while at EL2Marc Zyngier2016-09-081-0/+6
* arm64: KVM: Preserve pending vSError in world switchMarc Zyngier2016-09-081-0/+9
* arm64: KVM: vgic-v2: Add the GICV emulation infrastructureMarc Zyngier2016-09-081-0/+32
* KVM: arm/arm64: Get rid of exported aliases to static functionsChristoffer Dall2016-09-081-3/+1
* arm64: Document workaround for Cortex-A72 erratum #853709Marc Zyngier2016-08-171-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-021-2/+9
|\
| * arm64: KVM: Always reference __hyp_panic_string via its kernel VAMarc Zyngier2016-07-031-2/+9
* | arm64/kvm: use ESR_ELx_EC to extract ECMark Rutland2016-06-211-1/+1
|/
* arm64: KVM: Add access handler for PMUSERENR registerShannon Zhao2016-02-291-0/+3
* arm64: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.hMarc Zyngier2016-02-291-2/+1
* arm64: KVM: Move most of the fault decoding to CMarc Zyngier2016-02-291-0/+85
* arm64: KVM: VHE: Add alternative panic handlingMarc Zyngier2016-02-291-8/+27
* arm64: KVM: VHE: Implement VHE activate/deactivate_trapsMarc Zyngier2016-02-291-6/+47
* arm64: KVM: VHE: Make __fpsimd_enabled VHE awareMarc Zyngier2016-02-291-0/+19
* arm64: KVM: VHE: Differenciate host/guest sysreg save/restoreMarc Zyngier2016-02-291-5/+5
* arm64: KVM: Obey RES0/1 reserved bits when setting CPTR_EL2Dave Martin2016-01-241-2/+6
* arm64: KVM: Remove weak attributesMarc Zyngier2015-12-141-3/+2
* arm64: KVM: Add compatibility aliasesMarc Zyngier2015-12-141-0/+3
* arm64: KVM: Add panic handlingMarc Zyngier2015-12-141-0/+30
* arm64: KVM: Implement fpsimd save/restoreMarc Zyngier2015-12-141-0/+8
* arm64: KVM: Implement the core world switchMarc Zyngier2015-12-141-0/+135