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
/
nds32
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-05
nds32: linker script: GCOV kernel may refers data in __exit
Greentime Hu
1
-0
/
+12
2018-09-04
nds32: fix build error because of wrong semicolon
Greentime Hu
1
-2
/
+2
2018-09-04
nds32: Fix a kernel panic issue because of wrong frame pointer access.
Greentime Hu
3
-3
/
+15
2018-09-04
nds32: Only print one page of stack when die to prevent printing too much inf...
Greentime Hu
1
-3
/
+2
2018-09-04
nds32: Add macro definition for offset of lp register on stack
Zong Li
3
-2
/
+3
2018-09-04
nds32: Remove the deprecated ABI implementation
Zong Li
1
-5
/
+0
2018-09-04
nds32/stack: Get real return address by using ftrace_graph_ret_addr
Zong Li
2
-24
/
+10
2018-09-04
nds32/ftrace: Support dynamic function graph tracer
Zong Li
1
-0
/
+36
2018-09-04
nds32/ftrace: Support dynamic function tracer
Zong Li
3
-0
/
+191
2018-09-04
nds32/ftrace: Add RECORD_MCOUNT support
Zong Li
1
-0
/
+1
2018-09-04
nds32/ftrace: Support static function graph tracer
Zong Li
2
-0
/
+70
2018-09-04
nds32/ftrace: Support static function tracer
Zong Li
5
-0
/
+59
2018-09-04
nds32: Extract the checking and getting pointer to a macro
Zong Li
1
-39
/
+41
2018-09-04
nds32: Clean up the coding style
Zong Li
1
-98
/
+103
2018-09-04
nds32: Fix get_user/put_user macro expand pointer problem
Zong Li
1
-12
/
+14
2018-09-04
nds32: Fix empty call trace
Zong Li
1
-1
/
+1
2018-09-04
nds32: add NULL entry to the end of_device_id array
YueHaibing
1
-1
/
+2
2018-09-04
nds32: fix logic for module
Greentime Hu
1
-2
/
+2
2018-08-24
kbuild: rename LDFLAGS to KBUILD_LDFLAGS
Masahiro Yamada
1
-2
/
+2
2018-08-18
mm: convert return type of handle_mm_fault() caller to vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-08-15
Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-21
/
+1
2018-08-02
kconfig: include kernel/Kconfig.preempt from init/Kconfig
Christoph Hellwig
1
-1
/
+0
2018-08-02
Kconfig: consolidate the "Kernel hacking" menu
Christoph Hellwig
2
-4
/
+1
2018-08-02
kconfig: include common Kconfig files from top-level Kconfig
Christoph Hellwig
1
-16
/
+0
2018-07-05
nds32: fix build error "relocation truncated to fit: R_NDS32_25_PCREL_RELA" when
Greentime Hu
1
-1
/
+1
2018-07-03
nds32: To simplify the implementation of update_mmu_cache()
Greentime Hu
1
-39
/
+8
2018-07-03
nds32: Fix the dts pointer is not passed correctly issue.
Greentime Hu
1
-1
/
+2
2018-07-03
nds32: To implement these icache invalidation APIs since nds32 cores don't snoop
Greentime Hu
2
-23
/
+39
2018-06-19
nds32: Fix build error caused by configuration flag rename
Guenter Roeck
1
-6
/
+6
2018-06-19
nds32: define __NDS32_E[BL]__ for sparse
Luc Van Oostenryck
1
-0
/
+2
2018-06-05
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+1
2018-06-05
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-41
/
+12
2018-06-04
Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
4
-155
/
+59
2018-05-29
nds32: use generic dma_noncoherent_ops
Christoph Hellwig
4
-116
/
+15
2018-05-29
nds32: implement the unmap_sg DMA operation
Christoph Hellwig
1
-0
/
+6
2018-05-29
nds32: consolidate DMA cache maintainance routines
Christoph Hellwig
1
-94
/
+93
2018-05-23
nds32: Fix compiler warning, Wstringop-overflow, in vdso.c
Vincent Chen
1
-5
/
+5
2018-05-23
nds32: Disable local irq before calling cpu_dcache_wb_page in copy_user_highpage
Vincent Chen
1
-3
/
+1
2018-05-23
nds32: Flush the cache of the page at vmaddr instead of kaddr in flush_anon_page
Vincent Chen
1
-2
/
+7
2018-05-23
nds32: Correct flush_dcache_page function
Vincent Chen
1
-9
/
+12
2018-05-23
nds32: Fix the unaligned access handler
Nickhu
1
-2
/
+5
2018-05-23
nds32: Renaming the file for unaligned access
Nickhu
1
-1
/
+1
2018-05-23
nds32: To fix a cache inconsistency issue by setting correct cacheability of NTC
Greentime Hu
2
-5
/
+24
2018-05-23
nds32: To refine readability of INT_MASK_INITAIAL_VAL
Greentime Hu
1
-1
/
+1
2018-05-23
nds32: Fix the virtual address may map too much range by tlbop issue.
Greentime Hu
1
-0
/
+3
2018-05-23
nds32: Fix the allmodconfig build. To make sure CONFIG_CPU_LITTLE_ENDIAN is d...
Greentime Hu
2
-2
/
+7
2018-05-23
nds32: Fix build failed because arch_trace_hardirqs_off is changed to trace_h...
Greentime Hu
1
-1
/
+1
2018-05-23
nds32: Fix the unknown type u8 issue.
Greentime Hu
1
-0
/
+2
2018-05-23
nds32: Fix the symbols undefined issue by exporting them.
Greentime Hu
6
-0
/
+32
2018-05-23
nds32: Fix xfs_buf built failed by export invalidate_kernel_vmap_range and fl...
Greentime Hu
2
-0
/
+20
[next]