aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nds32/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-06nds32: Remove duplicated include from pm.cYueHaibing1-1/+0
2018-11-06nds32: Power management for nds32Nick Hu3-1/+209
2018-11-06nds32: Add perf call-graph support.Nickhu1-0/+299
2018-11-06nds32: Perf portingNickhu2-2/+1224
2018-11-06nds32: Fill all TLB entries with kernel image mappingZong Li1-8/+1
2018-11-06nds32: Remove the redundant assignmentZong Li1-2/+0
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-2/+1
2018-09-05nds32: linker script: GCOV kernel may refers data in __exitGreentime Hu1-0/+12
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 Li2-2/+2
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 Li1-0/+164
2018-09-04nds32/ftrace: Support static function graph tracerZong Li1-0/+69
2018-09-04nds32/ftrace: Support static function tracerZong Li2-0/+34
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-07-03nds32: Fix the dts pointer is not passed correctly issue.Greentime Hu1-1/+2
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-28/+7
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-141/+55
2018-05-29nds32: use generic dma_noncoherent_opsChristoph Hellwig1-102/+11
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: To fix a cache inconsistency issue by setting correct cacheability of NTCGreentime Hu1-5/+23
2018-05-23nds32: Fix the virtual address may map too much range by tlbop issue.Greentime Hu1-0/+3
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 symbols undefined issue by exporting them.Greentime Hu1-0/+2
2018-04-25signal/nds32: Use force_sig_fault where appropriateEric W. Biederman1-16/+4
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-1/+2
2018-04-25signal/nds32: Use force_sig(SIGILL) in do_revisnEric W. Biederman1-4/+1
2018-04-25signal/nds32: Use force_sig in unhandled_interruption and unhandled_exceptionsEric W. Biederman1-9/+2
2018-03-16nds32: To use the generic dump_stack()Greentime Hu1-12/+0
2018-03-16nds32: fix building failed if using elf toolchain.Greentime Hu1-1/+0
2018-02-22nds32: Build infrastructureGreentime Hu2-0/+80
2018-02-22nds32: Device tree supportGreentime Hu1-0/+19
2018-02-22nds32: Generic timers supportGreentime Hu1-0/+11
2018-02-22nds32: Loadable modulesGreentime Hu1-0/+278
2018-02-22nds32: L2 cache supportGreentime Hu1-0/+64
2018-02-22nds32: Debugging supportGreentime Hu1-0/+119
2018-02-22nds32: Library functionsGreentime Hu1-0/+31
2018-02-22nds32: Signal handling supportGreentime Hu1-0/+324
2018-02-22nds32: VDSO supportGreentime Hu9-0/+742
2018-02-22nds32: System calls handlingGreentime Hu3-0/+165
2018-02-22nds32: DMA mapping APIGreentime Hu1-0/+477
2018-02-22nds32: IRQ handlingGreentime Hu1-0/+9
2018-02-22nds32: Process managementGreentime Hu1-0/+208