index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
hyp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-21
kvm: arm64: Disable compiler instrumentation for hypervisor code
Catalin Marinas
1
-0
/
+4
2016-03-18
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+1
2016-03-09
arm64: KVM: vgic-v3: Only wipe LRs on vcpu exit
Marc Zyngier
1
-5
/
+4
2016-03-09
arm64: KVM: vgic-v3: Reset LRs at boot time
Marc Zyngier
1
-0
/
+9
2016-03-09
arm64: KVM: vgic-v3: Do not save an LR known to be empty
Marc Zyngier
1
-2
/
+9
2016-03-09
arm64: KVM: vgic-v3: Save maintenance interrupt state only if required
Marc Zyngier
1
-2
/
+31
2016-03-09
arm64: KVM: vgic-v3: Avoid accessing ICH registers
Marc Zyngier
1
-113
/
+180
2016-02-29
arm64: KVM: Add access handler for PMUSERENR register
Shannon Zhao
1
-0
/
+3
2016-02-29
arm64: KVM: Move vgic-v2 and timer save/restore to virt/kvm/arm/hyp
Marc Zyngier
3
-153
/
+5
2016-02-29
arm64: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.h
Marc Zyngier
9
-200
/
+8
2016-02-29
arm64: KVM: Move most of the fault decoding to C
Marc Zyngier
2
-64
/
+90
2016-02-29
arm64: KVM: VHE: Add alternative panic handling
Marc Zyngier
1
-8
/
+27
2016-02-29
arm64: KVM: VHE: Add fpsimd enabling on guest access
Marc Zyngier
1
-0
/
+6
2016-02-29
arm64: KVM: VHE: Use unified sysreg accessors for timer
Marc Zyngier
1
-5
/
+5
2016-02-29
arm64: KVM: VHE: Implement VHE activate/deactivate_traps
Marc Zyngier
1
-6
/
+47
2016-02-29
arm64: KVM: VHE: Make __fpsimd_enabled VHE aware
Marc Zyngier
2
-4
/
+20
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
3
-9
/
+31
2016-02-29
arm64: KVM: VHE: Introduce unified system register accessors
Marc Zyngier
1
-0
/
+72
2016-02-29
arm64: KVM: VHE: Patch out kern_hyp_va
Marc Zyngier
1
-3
/
+22
2016-02-29
arm64: KVM: VHE: Patch out use of HVC
Marc Zyngier
1
-9
/
+31
2016-02-29
arm64: KVM: Switch to C-based stage2 init
Marc Zyngier
2
-0
/
+45
2016-02-24
arm64: KVM: vgic-v3: Restore ICH_APR0Rn_EL2 before ICH_APR1Rn_EL2
Marc Zyngier
1
-10
/
+10
2016-02-18
arm64: prevent potential circular header dependencies in asm/bug.h
Ard Biesheuvel
1
-0
/
+1
2016-01-25
arm64: KVM: Obey RES0/1 reserved bits when setting CPTR_EL2
Dave Martin
1
-2
/
+6
2015-12-14
arm64: KVM: Remove weak attributes
Marc Zyngier
5
-21
/
+13
2015-12-14
arm64: KVM: Turn system register numbers to an enum
Marc Zyngier
3
-2
/
+3
2015-12-14
arm64: KVM: Add compatibility aliases
Marc Zyngier
5
-0
/
+21
2015-12-14
arm64: KVM: Add panic handling
Marc Zyngier
3
-1
/
+41
2015-12-14
arm64: KVM: HYP mode entry points
Marc Zyngier
2
-0
/
+204
2015-12-14
arm64: KVM: Implement TLB handling
Marc Zyngier
3
-0
/
+75
2015-12-14
arm64: KVM: Implement fpsimd save/restore
Marc Zyngier
6
-2
/
+81
2015-12-14
arm64: KVM: Implement the core world switch
Marc Zyngier
2
-0
/
+136
2015-12-14
arm64: KVM: Add patchable function selector
Marc Zyngier
1
-0
/
+24
2015-12-14
arm64: KVM: Implement guest entry
Marc Zyngier
3
-0
/
+133
2015-12-14
arm64: KVM: Implement debug save/restore
Marc Zyngier
3
-0
/
+147
2015-12-14
arm64: KVM: Implement 32bit system register save/restore
Marc Zyngier
2
-0
/
+49
2015-12-14
arm64: KVM: Implement system register save/restore
Marc Zyngier
3
-0
/
+94
2015-12-14
arm64: KVM: Implement timer save/restore
Marc Zyngier
3
-0
/
+75
2015-12-14
arm64: KVM: Implement vgic-v3 save/restore
Marc Zyngier
3
-0
/
+230
2015-12-14
arm64: KVM: Implement vgic-v2 save/restore
Marc Zyngier
3
-0
/
+92
2015-12-14
arm64: KVM: Add a HYP-specific header file
Marc Zyngier
1
-0
/
+33