summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/kvm_asm.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Consume pending SError as early as possibleJames Morse2019-07-051-1/+1
* KVM: arm64: Abstract the size of the HYP vectors pre-ambleJames Morse2019-07-051-0/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1Star
* arm64: KVM: Encapsulate kvm_cpu_context in kvm_host_dataAndrew Murray2019-04-241-1/+2
* arm/arm64: KVM: Add ARM_EXCEPTION_IS_TRAP macroMarc Zyngier2018-12-191-0/+1
* KVM: arm/arm64: Fixup the kvm_exit tracepointChristoffer Dall2018-12-191-0/+6
* KVM: arm64: Safety check PSTATE when entering guest and handle ILChristoffer Dall2018-10-191-0/+1
* kvm: arm64: Configure VTCR_EL2 per VMSuzuki K Poulose2018-10-011-2/+0Star
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-121-4/+4
|\
| * KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flagsDave Martin2018-05-251-3/+0Star
| * arm64: KVM: Use lm_alias() for kvm_ksym_ref()Mark Rutland2018-05-201-2/+5
* | arm64: KVM: Move VCPU_WORKAROUND_2_FLAG macros to the top of the fileCatalin Marinas2018-06-021-3/+3
* | arm64: KVM: Add ARCH_WORKAROUND_2 support for guestsMarc Zyngier2018-05-311-0/+3
* | arm64: KVM: Add HYP per-cpu accessorsMarc Zyngier2018-05-311-2/+25
|/
* arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardeningShanker Donthineni2018-04-111-2/+0Star
* Revert "arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardening"Marc Zyngier2018-03-281-0/+2
* arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardeningShanker Donthineni2018-03-191-2/+0Star
* KVM: arm64: Introduce VHE-specific kvm_vcpu_runChristoffer Dall2018-03-191-1/+3
* KVM: arm64: Avoid storing the vcpu pointer on the stackChristoffer Dall2018-03-191-0/+15
* arm64: Implement branch predictor hardening for FalkorShanker Donthineni2018-01-081-0/+2
* KVM: arm/arm64: Move timer save/restore out of the hyp codeChristoffer Dall2017-11-061-0/+2
* arm64: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectorsMarc Zyngier2017-04-091-1/+0Star
* arm64: hyp-stub: Define a return value for failed stub callsMarc Zyngier2017-04-091-1/+1
* KVM: arm/arm64: vgic: Defer touching GICH_VMCR to vcpu_load/putChristoffer Dall2017-04-091-0/+2
* arm/arm64: KVM: Perform local TLB invalidation when multiplexing vcpus on a s...Marc Zyngier2016-11-041-0/+1
* arm64: KVM: Allow an exit code to be tagged with an SErrorMarc Zyngier2016-09-081-0/+4
* arm64: KVM: Add exception code to report EL1 asynchronous abortsMarc Zyngier2016-09-081-2/+3
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-05-171-0/+3
|\
| * arm64: kvm: allows kvm cpu hotplugAKASHI Takahiro2016-04-281-0/+1
| * arm64: hyp/kvm: Make hyp-stub reject kvm_call_hyp()James Morse2016-04-281-0/+2
* | arm64: KVM: Warn when PARange is less than 40 bitsMarc Zyngier2016-04-061-1/+1
|/
* arm64: KVM: Turn kvm_ksym_ref into a NOP on VHEMarc Zyngier2016-03-211-1/+7
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-181-0/+2
|\
| * arm64: allow kernel Image to be loaded anywhere in physical memoryArd Biesheuvel2016-02-181-16/+1Star
| * arm64: kvm: deal with kernel symbols outside of linear mappingArd Biesheuvel2016-02-181-0/+17
* | arm64: KVM: vgic-v3: Reset LRs at boot timeMarc Zyngier2016-03-091-0/+1
* | arm64: KVM: Switch to C-based stage2 initMarc Zyngier2016-02-291-0/+2
* | ARM: KVM: Remove __kvm_hyp_code_start/__kvm_hyp_code_endMarc Zyngier2016-02-291-3/+0Star
|/
* arm64: KVM: Turn system register numbers to an enumMarc Zyngier2015-12-141-76/+0Star
* arm64: KVM: Remove all traces of the ThumbEE registersWill Deacon2015-09-171-3/+1Star
* KVM: arm64: introduce vcpu->arch.debug_ptrAlex Bennée2015-07-211-16/+8Star
* KVM: arm: introduce kvm_arm_init/setup/clear_debugAlex Bennée2015-07-211-0/+2
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-06-241-5/+0Star
|\
| * arm64: KVM: Switch vgic save/restore to alternative_insnMarc Zyngier2015-06-121-5/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-06-231-1/+1
|\ \ | |/ |/|
| * ARM: KVM: fix commentGeert Uytterhoeven2015-05-261-1/+1
* | KVM: arm64: ARMv8 header changes for page loggingMario Smarduch2015-01-161-0/+1
|/
* arm64: KVM: add trap handlers for AArch32 debug registersMarc Zyngier2014-07-111-0/+9
* arm64: KVM: common infrastructure for handling AArch32 CP14/CP15Marc Zyngier2014-07-111-1/+1
* arm64: KVM: add trap handlers for AArch64 debug registersMarc Zyngier2014-07-111-7/+21