summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/sysreg-sr.c
AgeCommit message (Expand)Author
2020-07-05KVM: arm64: Split hyp/sysreg-sr.c to VHE/nVHEDavid Brazdil
2020-07-05KVM: arm64: Split hyp/switch.c to VHE/nVHEDavid Brazdil
2020-06-11Merge tag 'kvmarm-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2020-06-10Merge branch 'kvm-arm64/ptrauth-fixes' into kvmarm-master/nextMarc Zyngier
2020-06-09KVM: arm64: Remove host_cpu_context member from vcpu structureMarc Zyngier
2020-06-09KVM: arm64: Stop save/restoring ACTLR_EL1James Morse
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-05-04arm64: Unify WORKAROUND_SPECULATIVE_AT_{NVHE,VHE}Andrew Scull
2020-04-30KVM: arm64: Save/restore sp_el0 as part of __guest_enterMarc Zyngier
2020-03-13arm64: kvm: hyp: use cpus_have_final_cap()Mark Rutland
2020-01-16arm64: Rename WORKAROUND_1319367 to SPECULATIVE_AT_NVHESteven Price
2019-10-26arm64: KVM: Prevent speculative S1 PTW when restoring vcpu contextMarc Zyngier
2019-07-05KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_sDave Martin
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-02-19arm/arm64: KVM: Statically configure the host's view of MPIDRMarc Zyngier
2019-02-07KVM: arm64: Forbid kprobing of the VHE world-switch codeJames Morse
2018-10-25Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-10-19KVM: arm64: Safety check PSTATE when entering guest and handle ILChristoffer Dall
2018-09-14KVM: arm64: Set SCTLR_EL2.DSSBS if SSBD is forcefully disabled and !vheWill Deacon
2018-07-21arm64: KVM: Cleanup tpidr_el2 init on non-VHEMarc Zyngier
2018-05-25KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flagsDave Martin
2018-03-19KVM: arm64: Configure c15, PMU, and debug register traps on cpu load/put for VHEChristoffer Dall
2018-03-19KVM: arm64: Defer saving/restoring 32-bit sysregs to vcpu load/putChristoffer Dall
2018-03-19KVM: arm64: Defer saving/restoring 64-bit sysregs to vcpu load/put on VHEChristoffer Dall
2018-03-19KVM: arm64: Don't save the host ELR_EL2 and SPSR_EL2 on VHE systemsChristoffer Dall
2018-03-19KVM: arm64: Unify non-VHE host/guest sysreg save and restore functionsChristoffer Dall
2018-03-19KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functionsChristoffer Dall
2018-03-19KVM: arm64: Rewrite sysreg alternatives to static keysChristoffer Dall
2018-03-19KVM: arm64: Move userspace system registers into separate functionChristoffer Dall
2018-03-19KVM: arm/arm64: Introduce vcpu_el1_is_32bitChristoffer Dall
2018-03-19KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregsChristoffer Dall
2018-03-19KVM: arm64: Avoid storing the vcpu pointer on the stackChristoffer Dall
2018-01-16KVM: arm64: Save/Restore guest DISR_EL1James Morse
2018-01-13KVM: arm64: Stop save/restoring host tpidr_el1 on VHEJames Morse
2016-07-23arm64: KVM: VHE: Context switch MDSCR_EL1Marc Zyngier
2016-02-29arm64: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.hMarc Zyngier
2016-02-29arm64: KVM: VHE: Enable minimal sysreg save/restoreMarc Zyngier
2016-02-29arm64: KVM: VHE: Use unified system register accessorsMarc Zyngier
2016-02-29arm64: KVM: VHE: Split save/restore of registers shared between guest and hostMarc Zyngier
2016-02-29arm64: KVM: VHE: Differenciate host/guest sysreg save/restoreMarc Zyngier
2015-12-14arm64: KVM: Turn system register numbers to an enumMarc Zyngier
2015-12-14arm64: KVM: Implement fpsimd save/restoreMarc Zyngier
2015-12-14arm64: KVM: Implement 32bit system register save/restoreMarc Zyngier
2015-12-14arm64: KVM: Implement system register save/restoreMarc Zyngier