summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/sysreg-sr.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
* 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/+4
* 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/+1
* 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
OpenPOWER on IntegriCloud