index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
hyp
/
sysreg-sr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-25
KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flags
Dave Martin
1
-2
/
+2
2018-03-19
KVM: arm64: Configure c15, PMU, and debug register traps on cpu load/put for VHE
Christoffer Dall
1
-0
/
+4
2018-03-19
KVM: arm64: Defer saving/restoring 32-bit sysregs to vcpu load/put
Christoffer Dall
1
-5
/
+10
2018-03-19
KVM: arm64: Defer saving/restoring 64-bit sysregs to vcpu load/put on VHE
Christoffer Dall
1
-8
/
+31
2018-03-19
KVM: arm64: Don't save the host ELR_EL2 and SPSR_EL2 on VHE systems
Christoffer Dall
1
-0
/
+13
2018-03-19
KVM: arm64: Unify non-VHE host/guest sysreg save and restore functions
Christoffer Dall
1
-16
/
+2
2018-03-19
KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functions
Christoffer Dall
1
-8
/
+32
2018-03-19
KVM: arm64: Rewrite sysreg alternatives to static keys
Christoffer Dall
1
-13
/
+4
2018-03-19
KVM: arm64: Move userspace system registers into separate function
Christoffer Dall
1
-13
/
+35
2018-03-19
KVM: arm/arm64: Introduce vcpu_el1_is_32bit
Christoffer Dall
1
-2
/
+3
2018-03-19
KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs
Christoffer Dall
1
-0
/
+30
2018-03-19
KVM: arm64: Avoid storing the vcpu pointer on the stack
Christoffer Dall
1
-0
/
+5
2018-01-16
KVM: arm64: Save/Restore guest DISR_EL1
James Morse
1
-0
/
+6
2018-01-13
KVM: arm64: Stop save/restoring host tpidr_el1 on VHE
James Morse
1
-8
/
+8
2016-07-23
arm64: KVM: VHE: Context switch MDSCR_EL1
Marc Zyngier
1
-4
/
+4
2016-02-29
arm64: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.h
Marc Zyngier
1
-3
/
+1
2016-02-29
arm64: KVM: VHE: Enable minimal sysreg save/restore
Marc Zyngier
1
-2
/
+13
2016-02-29
arm64: KVM: VHE: Use unified system register accessors
Marc Zyngier
1
-42
/
+42
2016-02-29
arm64: KVM: VHE: Split save/restore of registers shared between guest and host
Marc Zyngier
1
-15
/
+33
2016-02-29
arm64: KVM: VHE: Differenciate host/guest sysreg save/restore
Marc Zyngier
1
-2
/
+22
2015-12-14
arm64: KVM: Turn system register numbers to an enum
Marc Zyngier
1
-0
/
+1
2015-12-14
arm64: KVM: Implement fpsimd save/restore
Marc Zyngier
1
-1
/
+1
2015-12-14
arm64: KVM: Implement 32bit system register save/restore
Marc Zyngier
1
-0
/
+47
2015-12-14
arm64: KVM: Implement system register save/restore
Marc Zyngier
1
-0
/
+90