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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-09
ARM: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init code
Marc Zyngier
3
-7
/
+29
2017-04-09
ARM: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall
Marc Zyngier
2
-1
/
+13
2017-04-09
ARM: hyp-stub: Define a return value for failed stub calls
Marc Zyngier
2
-1
/
+3
2017-04-09
ARM: Expose the VA/IDMAP offset
Marc Zyngier
1
-0
/
+5
2017-04-09
ARM: hyp-stub: Use r1 for the soft-restart address
Marc Zyngier
1
-3
/
+2
2017-04-09
ARM: Update cpu_v7_reset documentation
Marc Zyngier
1
-1
/
+2
2017-04-09
ARM: KVM: Convert KVM to use HVC_GET_VECTORS
Marc Zyngier
3
-5
/
+9
2017-04-09
ARM: soft-reboot into same mode that we entered the kernel
Russell King
4
-8
/
+28
2017-04-09
ARM: hyp-stub: improve ABI
Russell King
1
-5
/
+22
2017-04-09
arm64: KVM: Implement HVC_SOFT_RESTART in the init code
Marc Zyngier
1
-8
/
+23
2017-04-09
arm64: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectors
Marc Zyngier
4
-20
/
+1
2017-04-09
arm64: KVM: Allow the main HYP code to use the init hyp stub implementation
Marc Zyngier
1
-5
/
+19
2017-04-09
arm64: KVM: Implement HVC_GET_VECTORS in the init code
Marc Zyngier
1
-1
/
+6
2017-04-09
arm64: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init code
Marc Zyngier
1
-0
/
+13
2017-04-09
arm64: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall
Marc Zyngier
2
-1
/
+19
2017-04-09
arm64: hyp-stub: Update documentation in asm/virt.h
Marc Zyngier
1
-3
/
+8
2017-04-09
arm64: hyp-stub: Define a return value for failed stub calls
Marc Zyngier
3
-2
/
+5
2017-04-09
arm64: hyp-stub: Don't save lr in the EL1 code
Marc Zyngier
1
-4
/
+0
2017-04-09
arm64: KVM: Move lr save/restore to do_el2_call
Marc Zyngier
2
-5
/
+2
2017-04-09
arm64: hyp-stub: Stop pointlessly clobbering lr
Marc Zyngier
1
-6
/
+0
2017-04-09
arm: KVM: Treat CP15 accessors returning false as successful
Marc Zyngier
1
-3
/
+3
2017-04-09
arm: KVM: Make unexpected register accesses inject an undef
Marc Zyngier
2
-18
/
+18
2017-04-09
arm64: KVM: Do not corrupt registers on failed 64bit CP read
Marc Zyngier
1
-11
/
+16
2017-04-09
arm64: KVM: Treat sysreg accessors returning false as successful
Marc Zyngier
1
-29
/
+20
2017-04-09
arm64: KVM: PMU: Inject UNDEF on read access to PMSWINC_EL0
Marc Zyngier
1
-7
/
+6
2017-04-09
arm64: KVM: Make unexpected reads from WO registers inject an undef
Marc Zyngier
2
-18
/
+9
2017-04-09
arm64: KVM: PMU: Inject UNDEF on non-privileged accesses
Marc Zyngier
1
-2
/
+6
2017-04-09
arm64: KVM: PMU: Inject UNDEF exception on illegal register access
Marc Zyngier
1
-1
/
+6
2017-04-09
arm64: KVM: PMU: Refactor pmu_*_el0_disabled
Marc Zyngier
1
-14
/
+11
2017-04-09
KVM: arm/arm64: vgic: Improve sync_hwstate performance
Christoffer Dall
3
-8
/
+16
2017-04-09
KVM: arm/arm64: vgic: Don't check vgic_initialized in sync/flush
Christoffer Dall
1
-6
/
+0
2017-04-09
KVM: arm/arm64: vgic: Implement early VGIC init functionality
Christoffer Dall
1
-40
/
+56
2017-04-09
KVM: arm/arm64: vgic: Get rid of MISR and EISR fields
Christoffer Dall
3
-8
/
+0
2017-04-09
KVM: arm/arm64: vgic: Get rid of unnecessary save_maint_int_state
Christoffer Dall
2
-69
/
+0
2017-04-09
KVM: arm/arm64: vgic: Get rid of unnecessary process_maintenance operation
Christoffer Dall
4
-96
/
+25
2017-04-09
KVM: arm/arm64: vgic: Only set underflow when actually out of LRs
Christoffer Dall
1
-4
/
+6
2017-04-09
KVM: arm/arm64: vgic: Get rid of live_lrs
Christoffer Dall
3
-61
/
+22
2017-04-09
KVM: arm/arm64: vgic: Avoid flushing vgic state when there's no pending IRQ
Shih-Wei Li
1
-0
/
+17
2017-04-09
KVM: arm/arm64: vgic: Defer touching GICH_VMCR to vcpu_load/put
Christoffer Dall
11
-16
/
+106
2017-04-09
kvm: arm/arm64: Rework gpa callback handlers
Suzuki K Poulose
1
-18
/
+13
2017-03-20
Linux 4.11-rc3
Linus Torvalds
1
-1
/
+1
2017-03-20
mm/swap: don't BUG_ON() due to uninitialized swap slot cache
Linus Torvalds
1
-1
/
+1
2017-03-20
Merge tag 'powerpc-4.11-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
4
-2
/
+6
2017-03-20
Merge branch 'parisc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-68
/
+88
2017-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
25
-548
/
+1274
2017-03-20
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+30
2017-03-19
qla2xxx: Update driver version to 9.00.00.00-k
Himanshu Madhani
1
-3
/
+3
2017-03-19
qla2xxx: Fix delayed response to command for loop mode/direct connect.
Quinn Tran
6
-20
/
+81
2017-03-19
qla2xxx: Change scsi host lookup method.
Quinn Tran
7
-40
/
+100
2017-03-19
qla2xxx: Add DebugFS node to display Port Database
Himanshu Madhani
2
-4
/
+90
[next]