summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/sysreg-sr.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_sDave Martin2019-07-051-39/+39
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1Star
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-151-1/+0Star
|\
| * arm/arm64: KVM: Statically configure the host's view of MPIDRMarc Zyngier2019-02-191-1/+0Star
* | KVM: arm64: Forbid kprobing of the VHE world-switch codeJames Morse2019-02-071-0/+5
|/
* Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-261-1/+18
|\
| * KVM: arm64: Safety check PSTATE when entering guest and handle ILChristoffer Dall2018-10-191-1/+18
* | KVM: arm64: Set SCTLR_EL2.DSSBS if SSBD is forcefully disabled and !vheWill Deacon2018-09-141-0/+11
|/
* arm64: KVM: Cleanup tpidr_el2 init on non-VHEMarc Zyngier2018-07-211-5/+0Star
* KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flagsDave Martin2018-05-251-2/+2
* KVM: arm64: Configure c15, PMU, and debug register traps on cpu load/put for VHEChristoffer Dall2018-03-191-0/+4
* KVM: arm64: Defer saving/restoring 32-bit sysregs to vcpu load/putChristoffer Dall2018-03-191-5/+10
* KVM: arm64: Defer saving/restoring 64-bit sysregs to vcpu load/put on VHEChristoffer Dall2018-03-191-8/+31
* KVM: arm64: Don't save the host ELR_EL2 and SPSR_EL2 on VHE systemsChristoffer Dall2018-03-191-0/+13
* KVM: arm64: Unify non-VHE host/guest sysreg save and restore functionsChristoffer Dall2018-03-191-16/+2Star
* KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functionsChristoffer Dall2018-03-191-8/+32
* KVM: arm64: Rewrite sysreg alternatives to static keysChristoffer Dall2018-03-191-13/+4Star
* KVM: arm64: Move userspace system registers into separate functionChristoffer Dall2018-03-191-13/+35
* KVM: arm/arm64: Introduce vcpu_el1_is_32bitChristoffer Dall2018-03-191-2/+3
* KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregsChristoffer Dall2018-03-191-0/+30
* KVM: arm64: Avoid storing the vcpu pointer on the stackChristoffer Dall2018-03-191-0/+5
* KVM: arm64: Save/Restore guest DISR_EL1James Morse2018-01-161-0/+6
* KVM: arm64: Stop save/restoring host tpidr_el1 on VHEJames Morse2018-01-131-8/+8
* arm64: KVM: VHE: Context switch MDSCR_EL1Marc Zyngier2016-07-231-4/+4
* arm64: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.hMarc Zyngier2016-02-291-3/+1Star
* arm64: KVM: VHE: Enable minimal sysreg save/restoreMarc Zyngier2016-02-291-2/+13
* arm64: KVM: VHE: Use unified system register accessorsMarc Zyngier2016-02-291-42/+42
* arm64: KVM: VHE: Split save/restore of registers shared between guest and hostMarc Zyngier2016-02-291-15/+33
* arm64: KVM: VHE: Differenciate host/guest sysreg save/restoreMarc Zyngier2016-02-291-2/+22
* arm64: KVM: Turn system register numbers to an enumMarc Zyngier2015-12-141-0/+1
* arm64: KVM: Implement fpsimd save/restoreMarc Zyngier2015-12-141-1/+1
* arm64: KVM: Implement 32bit system register save/restoreMarc Zyngier2015-12-141-0/+47
* arm64: KVM: Implement system register save/restoreMarc Zyngier2015-12-141-0/+90