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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-30
MIPS: SMP: Allow boot_secondary SMP op to return errors
Paul Burton
14
-15
/
+37
2017-08-30
MIPS: CM: Add cluster & block args to mips_cm_lock_other()
Paul Burton
4
-18
/
+58
2017-08-30
MIPS: Add CPU cluster number accessors
Paul Burton
2
-0
/
+21
2017-08-30
MIPS: Unify checks for sibling CPUs
Paul Burton
5
-13
/
+28
2017-08-30
MIPS: Store core & VP IDs in GlobalNumber-style variable
Paul Burton
2
-26
/
+35
2017-08-30
MIPS: Abstract CPU core & VP(E) ID access through accessor functions
Paul Burton
16
-46
/
+71
2017-08-30
MIPS: CPS: Use GlobalNumber macros rather than magic numbers
Paul Burton
1
-2
/
+2
2017-08-30
MIPS: Add accessor & bit definitions for GlobalNumber
Paul Burton
1
-0
/
+13
2017-08-30
MIPS: CPS: Add CM/CPC 3.5 register definitions
Paul Burton
2
-7
/
+69
2017-08-30
MIPS: CPS: Use change_*, set_* & clear_* where appropriate
Paul Burton
3
-21
/
+8
2017-08-30
MIPS: CPS: Introduce register modify (set/clear/change) accessors
Paul Burton
1
-1
/
+22
2017-08-30
MIPS: CPC: Use BIT/GENMASK for register fields, order & drop shifts
Paul Burton
4
-42
/
+49
2017-08-30
MIPS: CPC: Use common CPS accessor generation macros
Paul Burton
1
-41
/
+22
2017-08-29
MIPS: CM: Use BIT/GENMASK for register fields, order & drop shifts
Paul Burton
9
-241
/
+190
2017-08-29
MIPS: CM: Specify register size when generating accessors
Paul Burton
3
-115
/
+135
2017-08-29
MIPS: CM: Rename mips_cm_base to mips_gcr_base
Paul Burton
2
-8
/
+8
2017-08-29
MIPS: math-emu: Add FP emu debugfs stats for individual instructions
Aleksandar Markovic
3
-4
/
+650
2017-08-29
MIPS: math-emu: Add FP emu debugfs clear functionality
Aleksandar Markovic
1
-1
/
+37
2017-08-29
MIPS: math-emu: Add FP emu debugfs statistics for branches
Aleksandar Markovic
3
-0
/
+3
2017-08-29
MIPS: math-emu: CLASS.D: Zero bits 32-63 of the result
Aleksandar Markovic
1
-2
/
+2
2017-08-29
MIPS: math-emu: RINT.<D|S>: Fix several problems by reimplementation
Aleksandar Markovic
6
-6
/
+194
2017-08-29
MIPS: math-emu: CMP.Sxxx.<D|S>: Prevent occurrences of SIGILL crashes
Aleksandar Markovic
1
-0
/
+3
2017-08-29
MIPS: math-emu: <MADDF|MSUBF>.D: Fix accuracy (64-bit case)
Douglas Leung
1
-39
/
+94
2017-08-29
MIPS: math-emu: <MADDF|MSUBF>.S: Fix accuracy (32-bit case)
Douglas Leung
2
-70
/
+50
2017-08-29
MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Clean up "maddf_flags" enumeration
Aleksandar Markovic
3
-22
/
+20
2017-08-29
MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of zero inputs
Aleksandar Markovic
2
-2
/
+34
2017-08-29
MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of infinite inputs
Aleksandar Markovic
2
-2
/
+42
2017-08-29
MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix NaN propagation
Aleksandar Markovic
2
-91
/
+41
2017-08-29
MIPS: math-emu: MINA.<D|S>: Fix some cases of infinity and zero inputs
Aleksandar Markovic
2
-4
/
+4
2017-08-29
MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of both infinite inputs
Aleksandar Markovic
4
-4
/
+12
2017-08-29
MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of input values with opposite signs
Aleksandar Markovic
4
-6
/
+22
2017-08-29
MIPS: math-emu: <MAX|MIN>.<D|S>: Fix cases of both inputs negative
Aleksandar Markovic
4
-32
/
+96
2017-08-29
MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix cases of both inputs zero
Aleksandar Markovic
4
-24
/
+8
2017-08-29
MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix quiet NaN propagation
Aleksandar Markovic
4
-16
/
+112
2017-08-29
MIPS: Declare various variables & functions static
Paul Burton
5
-8
/
+10
2017-08-29
MIPS: Remove plat_timer_setup()
Paul Burton
1
-14
/
+0
2017-08-29
MIPS: Remove __invalidate_kernel_vmap_range
Paul Burton
1
-1
/
+0
2017-08-29
MIPS: math-emu: Correct user fault_addr type
Paul Burton
2
-5
/
+5
2017-08-29
MIPS: Include linux/initrd.h for free_initrd_mem()
Paul Burton
1
-0
/
+1
2017-08-29
MIPS: Include elf-randomize.h for arch_mmap_rnd() & arch_randomize_brk()
Paul Burton
1
-0
/
+1
2017-08-29
MIPS: Include asm/delay.h for __{,n,u}delay()
Paul Burton
1
-0
/
+1
2017-08-29
MIPS: Include linux/cpu.h for arch_cpu_idle()
Paul Burton
1
-0
/
+1
2017-08-29
MIPS: Include asm/setup.h for cpu_cache_init()
Paul Burton
1
-0
/
+1
2017-08-29
MIPS: generic: Include asm/time.h for get_c0_*_int()
Paul Burton
1
-0
/
+1
2017-08-29
MIPS: generic: Include asm/bootinfo.h for plat_fdt_relocated()
Paul Burton
1
-0
/
+5
2017-08-29
MIPS: Consolidate coherent and non-coherent dma_alloc code
Christoph Hellwig
1
-39
/
+3
2017-08-29
MIPS: configs: Add Onion Omega2+ defconfig
Harvey Hunt
1
-0
/
+129
2017-08-29
MIPS: Add Onion Omega2+ board
Harvey Hunt
4
-0
/
+30
2017-08-29
MIPS: configs: Add VoCore2 defconfig
Harvey Hunt
1
-0
/
+129
2017-08-29
MIPS: dts: Add Vocore2 board
Harvey Hunt
4
-0
/
+30
[next]