aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nds32 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-05nds32: linker script: GCOV kernel may refers data in __exitGreentime Hu1-0/+12
2018-09-04nds32: fix build error because of wrong semicolonGreentime Hu1-2/+2
2018-09-04nds32: Fix a kernel panic issue because of wrong frame pointer access.Greentime Hu3-3/+15
2018-09-04nds32: Only print one page of stack when die to prevent printing too much information.Greentime Hu1-3/+2
2018-09-04nds32: Add macro definition for offset of lp register on stackZong Li3-2/+3
2018-09-04nds32: Remove the deprecated ABI implementationZong Li1-5/+0
2018-09-04nds32/stack: Get real return address by using ftrace_graph_ret_addrZong Li2-24/+10
2018-09-04nds32/ftrace: Support dynamic function graph tracerZong Li1-0/+36
2018-09-04nds32/ftrace: Support dynamic function tracerZong Li3-0/+191
2018-09-04nds32/ftrace: Add RECORD_MCOUNT supportZong Li1-0/+1
2018-09-04nds32/ftrace: Support static function graph tracerZong Li2-0/+70
2018-09-04nds32/ftrace: Support static function tracerZong Li5-0/+59
2018-09-04nds32: Extract the checking and getting pointer to a macroZong Li1-39/+41
2018-09-04nds32: Clean up the coding styleZong Li1-98/+103
2018-09-04nds32: Fix get_user/put_user macro expand pointer problemZong Li1-12/+14
2018-09-04nds32: Fix empty call traceZong Li1-1/+1
2018-09-04nds32: add NULL entry to the end of_device_id arrayYueHaibing1-1/+2
2018-09-04nds32: fix logic for moduleGreentime Hu1-2/+2
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada1-2/+2
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-1/+1
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-21/+1
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig1-1/+0
2018-08-02Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2-4/+1
2018-08-02kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig1-16/+0
2018-07-05nds32: fix build error "relocation truncated to fit: R_NDS32_25_PCREL_RELA" whenGreentime Hu1-1/+1
2018-07-03nds32: To simplify the implementation of update_mmu_cache()Greentime Hu1-39/+8
2018-07-03nds32: Fix the dts pointer is not passed correctly issue.Greentime Hu1-1/+2
2018-07-03nds32: To implement these icache invalidation APIs since nds32 cores don't snoopGreentime Hu2-23/+39
2018-06-19nds32: Fix build error caused by configuration flag renameGuenter Roeck1-6/+6
2018-06-19nds32: define __NDS32_E[BL]__ for sparseLuc Van Oostenryck1-0/+2
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-41/+12
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds4-155/+59
2018-05-29nds32: use generic dma_noncoherent_opsChristoph Hellwig4-116/+15
2018-05-29nds32: implement the unmap_sg DMA operationChristoph Hellwig1-0/+6
2018-05-29nds32: consolidate DMA cache maintainance routinesChristoph Hellwig1-94/+93
2018-05-23nds32: Fix compiler warning, Wstringop-overflow, in vdso.cVincent Chen1-5/+5
2018-05-23nds32: Disable local irq before calling cpu_dcache_wb_page in copy_user_highpageVincent Chen1-3/+1
2018-05-23nds32: Flush the cache of the page at vmaddr instead of kaddr in flush_anon_pageVincent Chen1-2/+7
2018-05-23nds32: Correct flush_dcache_page functionVincent Chen1-9/+12
2018-05-23nds32: Fix the unaligned access handlerNickhu1-2/+5
2018-05-23nds32: Renaming the file for unaligned accessNickhu1-1/+1
2018-05-23nds32: To fix a cache inconsistency issue by setting correct cacheability of NTCGreentime Hu2-5/+24
2018-05-23nds32: To refine readability of INT_MASK_INITAIAL_VALGreentime Hu1-1/+1
2018-05-23nds32: Fix the virtual address may map too much range by tlbop issue.Greentime Hu1-0/+3
2018-05-23nds32: Fix the allmodconfig build. To make sure CONFIG_CPU_LITTLE_ENDIAN is default yGreentime Hu2-2/+7
2018-05-23nds32: Fix build failed because arch_trace_hardirqs_off is changed to trace_hardirqs_off.Greentime Hu1-1/+1
2018-05-23nds32: Fix the unknown type u8 issue.Greentime Hu1-0/+2
2018-05-23nds32: Fix the symbols undefined issue by exporting them.Greentime Hu6-0/+32
2018-05-23nds32: Fix xfs_buf built failed by export invalidate_kernel_vmap_range and flush_kernel_vmap_rangeGreentime Hu2-0/+20