| Commit message (Expand) | Author | Age | Files | Lines |
* | KVM: arm64: Split hyp/sysreg-sr.c to VHE/nVHE | David Brazdil | 2020-07-05 | 1 | -333/+0 |
* | KVM: arm64: Split hyp/switch.c to VHE/nVHE | David Brazdil | 2020-07-05 | 1 | -2/+2 |
* | Merge tag 'kvmarm-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Paolo Bonzini | 2020-06-11 | 1 | -4/+4 |
|\ |
|
| * | Merge branch 'kvm-arm64/ptrauth-fixes' into kvmarm-master/next | Marc Zyngier | 2020-06-10 | 1 | -2/+4 |
| |\ |
|
| | * | KVM: arm64: Remove host_cpu_context member from vcpu structure | Marc Zyngier | 2020-06-09 | 1 | -2/+4 |
| * | | KVM: arm64: Stop save/restoring ACTLR_EL1 | James Morse | 2020-06-09 | 1 | -2/+0 |
| |/ |
|
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2020-06-02 | 1 | -2/+4 |
|\ \
| |/
|/| |
|
| * | arm64: Unify WORKAROUND_SPECULATIVE_AT_{NVHE,VHE} | Andrew Scull | 2020-05-04 | 1 | -2/+4 |
* | | KVM: arm64: Save/restore sp_el0 as part of __guest_enter | Marc Zyngier | 2020-04-30 | 1 | -14/+3 |
|/ |
|
* | arm64: kvm: hyp: use cpus_have_final_cap() | Mark Rutland | 2020-03-13 | 1 | -4/+4 |
* | arm64: Rename WORKAROUND_1319367 to SPECULATIVE_AT_NVHE | Steven Price | 2020-01-16 | 1 | -2/+2 |
* | arm64: KVM: Prevent speculative S1 PTW when restoring vcpu context | Marc Zyngier | 2019-10-26 | 1 | -2/+33 |
* | KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_s | Dave Martin | 2019-07-05 | 1 | -39/+39 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner | 2019-06-19 | 1 | -12/+1 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2019-03-15 | 1 | -1/+0 |
|\ |
|
| * | arm/arm64: KVM: Statically configure the host's view of MPIDR | Marc Zyngier | 2019-02-19 | 1 | -1/+0 |
* | | KVM: arm64: Forbid kprobing of the VHE world-switch code | James Morse | 2019-02-07 | 1 | -0/+5 |
|/ |
|
* | Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2018-10-26 | 1 | -1/+18 |
|\ |
|
| * | KVM: arm64: Safety check PSTATE when entering guest and handle IL | Christoffer Dall | 2018-10-19 | 1 | -1/+18 |
* | | KVM: arm64: Set SCTLR_EL2.DSSBS if SSBD is forcefully disabled and !vhe | Will Deacon | 2018-09-14 | 1 | -0/+11 |
|/ |
|
* | arm64: KVM: Cleanup tpidr_el2 init on non-VHE | Marc Zyngier | 2018-07-21 | 1 | -5/+0 |
* | KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flags | Dave Martin | 2018-05-25 | 1 | -2/+2 |
* | KVM: arm64: Configure c15, PMU, and debug register traps on cpu load/put for VHE | Christoffer Dall | 2018-03-19 | 1 | -0/+4 |
* | KVM: arm64: Defer saving/restoring 32-bit sysregs to vcpu load/put | Christoffer Dall | 2018-03-19 | 1 | -5/+10 |
* | KVM: arm64: Defer saving/restoring 64-bit sysregs to vcpu load/put on VHE | Christoffer Dall | 2018-03-19 | 1 | -8/+31 |
* | KVM: arm64: Don't save the host ELR_EL2 and SPSR_EL2 on VHE systems | Christoffer Dall | 2018-03-19 | 1 | -0/+13 |
* | KVM: arm64: Unify non-VHE host/guest sysreg save and restore functions | Christoffer Dall | 2018-03-19 | 1 | -16/+2 |
* | KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functions | Christoffer Dall | 2018-03-19 | 1 | -8/+32 |
* | KVM: arm64: Rewrite sysreg alternatives to static keys | Christoffer Dall | 2018-03-19 | 1 | -13/+4 |
* | KVM: arm64: Move userspace system registers into separate function | Christoffer Dall | 2018-03-19 | 1 | -13/+35 |
* | KVM: arm/arm64: Introduce vcpu_el1_is_32bit | Christoffer Dall | 2018-03-19 | 1 | -2/+3 |
* | KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs | Christoffer Dall | 2018-03-19 | 1 | -0/+30 |
* | KVM: arm64: Avoid storing the vcpu pointer on the stack | Christoffer Dall | 2018-03-19 | 1 | -0/+5 |
* | KVM: arm64: Save/Restore guest DISR_EL1 | James Morse | 2018-01-16 | 1 | -0/+6 |
* | KVM: arm64: Stop save/restoring host tpidr_el1 on VHE | James Morse | 2018-01-13 | 1 | -8/+8 |
* | arm64: KVM: VHE: Context switch MDSCR_EL1 | Marc Zyngier | 2016-07-23 | 1 | -4/+4 |
* | arm64: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.h | Marc Zyngier | 2016-02-29 | 1 | -3/+1 |
* | arm64: KVM: VHE: Enable minimal sysreg save/restore | Marc Zyngier | 2016-02-29 | 1 | -2/+13 |
* | arm64: KVM: VHE: Use unified system register accessors | Marc Zyngier | 2016-02-29 | 1 | -42/+42 |
* | arm64: KVM: VHE: Split save/restore of registers shared between guest and host | Marc Zyngier | 2016-02-29 | 1 | -15/+33 |
* | arm64: KVM: VHE: Differenciate host/guest sysreg save/restore | Marc Zyngier | 2016-02-29 | 1 | -2/+22 |
* | arm64: KVM: Turn system register numbers to an enum | Marc Zyngier | 2015-12-14 | 1 | -0/+1 |
* | arm64: KVM: Implement fpsimd save/restore | Marc Zyngier | 2015-12-14 | 1 | -1/+1 |
* | arm64: KVM: Implement 32bit system register save/restore | Marc Zyngier | 2015-12-14 | 1 | -0/+47 |
* | arm64: KVM: Implement system register save/restore | Marc Zyngier | 2015-12-14 | 1 | -0/+90 |