aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nds32/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-03Merge tag 'nds32-for-linux-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greentime/linuxLinus Torvalds2-21/+20
2019-05-31nds32: Avoid IEX status being incorrectly modifiedVincent Chen2-21/+20
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-17Merge tag 'nds32-for-linus-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greentime/linuxLinus Torvalds8-19/+14
2019-05-16nds32: Fix vDSO clock_getres()Vincenzo Frascino2-1/+4
2019-05-16nds32: don't export low-level cache flushing routinesChristoph Hellwig1-6/+0
2019-05-15Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+0
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada1-1/+1
2019-05-07nds32: fix semicolon code style issueYang Wei1-1/+1
2019-05-07nds32: vdso: drop unnecessary cc-ldoptionNick Desaulniers1-4/+2
2019-05-07nds32: vdso: fix and clean-up MakefileMasahiro Yamada1-5/+3
2019-05-07nds32: add vmlinux.lds and vdso.so to .gitignoreMasahiro Yamada2-0/+2
2019-05-07nds32: ex-exit: Remove unneeded need_resched() loopValentin Schneider1-2/+2
2019-04-29function_graph: Place ftrace_graph_entry_stub() prototype in include/linux/ftrace.hSteven Rostedt (VMware)1-1/+0
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-1/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds2-8/+7
2018-12-29Merge tag 'nds32-for-linus-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/greentime/linuxLinus Torvalds14-29/+2232
2018-11-27nds32: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-16/+2
2018-11-22nds32: support hardware prefetcherNylon Chen2-1/+8
2018-11-22nds32: Fix the items of hwcap_str ordering issue.Nylon Chen1-1/+2
2018-11-22nds32: support denormalized result through FP emulatorVincent Chen2-4/+53
2018-11-22nds32: Support FP emulationVincent Chen1-5/+26
2018-11-22nds32: nds32 FPU portVincent Chen10-16/+422
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