aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/switch.c
AgeCommit message (Expand)Author
2020-09-09KVM: arm64: Survive synchronous exceptions caused by AT instructionsJames Morse
2020-09-09KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse
2020-09-03KVM: arm64: Fix symbol dependency in __hyp_call_panic_nvheDavid Brazdil
2019-10-29arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardeningShanker Donthineni
2019-01-23arm64/kvm: consistently handle host HCR_EL2 flagsMark Rutland
2018-07-22arm64: KVM: Add ARCH_WORKAROUND_2 support for guestsMarc Zyngier
2018-07-22KVM: arm64: Avoid storing the vcpu pointer on the stackChristoffer Dall
2018-07-22KVM: arm64: Change hyp_panic()s dependency on tpidr_el2James Morse
2018-02-22arm64: Add missing Falkor part number for branch predictor hardeningShanker Donthineni
2018-02-16arm64: Kill PSCI_GET_VERSION as a variant-2 workaroundMarc Zyngier
2018-02-16arm/arm64: KVM: Turn kvm_psci_version into a static inlineMarc Zyngier
2018-02-16arm64: KVM: Make PSCI_VERSION a fast pathMarc Zyngier
2018-02-16arm64: Implement branch predictor hardening for FalkorShanker Donthineni
2018-02-16arm64: KVM: Use per-CPU vector when BP hardening is enabledMarc Zyngier
2017-06-15KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2Marc Zyngier
2017-05-16KVM: arm64: Restore host physical timer access on hyp_panic()James Morse
2017-02-02arm64: KVM: Save/restore the host SPE state when entering/leaving a VMWill Deacon
2016-12-13Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-12-09arm64: KVM: pmu: Reset PMSELR_EL0.SEL to a sane value before entering the guestMarc Zyngier
2016-11-16arm64: Support systems without FP/ASIMDSuzuki K Poulose
2016-09-22arm64: KVM: Use static keys for selecting the GIC backendVladimir Murzin
2016-09-08arm64: KVM: Inject a vSerror if detecting a bad GICV access at EL2Marc Zyngier
2016-09-08arm64: KVM: Handle async aborts delivered while at EL2Marc Zyngier
2016-09-08arm64: KVM: Preserve pending vSError in world switchMarc Zyngier
2016-09-08arm64: KVM: vgic-v2: Add the GICV emulation infrastructureMarc Zyngier
2016-09-08KVM: arm/arm64: Get rid of exported aliases to static functionsChristoffer Dall
2016-08-17arm64: Document workaround for Cortex-A72 erratum #853709Marc Zyngier
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-07-03arm64: KVM: Always reference __hyp_panic_string via its kernel VAMarc Zyngier
2016-06-21arm64/kvm: use ESR_ELx_EC to extract ECMark Rutland
2016-02-29arm64: KVM: Add access handler for PMUSERENR registerShannon Zhao
2016-02-29arm64: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.hMarc Zyngier
2016-02-29arm64: KVM: Move most of the fault decoding to CMarc Zyngier
2016-02-29arm64: KVM: VHE: Add alternative panic handlingMarc Zyngier
2016-02-29arm64: KVM: VHE: Implement VHE activate/deactivate_trapsMarc Zyngier
2016-02-29arm64: KVM: VHE: Make __fpsimd_enabled VHE awareMarc Zyngier
2016-02-29arm64: KVM: VHE: Differenciate host/guest sysreg save/restoreMarc Zyngier
2016-01-24arm64: KVM: Obey RES0/1 reserved bits when setting CPTR_EL2Dave Martin
2015-12-14arm64: KVM: Remove weak attributesMarc Zyngier
2015-12-14arm64: KVM: Add compatibility aliasesMarc Zyngier
2015-12-14arm64: KVM: Add panic handlingMarc Zyngier
2015-12-14arm64: KVM: Implement fpsimd save/restoreMarc Zyngier
2015-12-14arm64: KVM: Implement the core world switchMarc Zyngier