summaryrefslogtreecommitdiffstats
path: root/arch/nds32/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nds32-for-linux-5.2-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-032-21/+20
|\
| * nds32: Avoid IEX status being incorrectly modifiedVincent Chen2019-05-312-21/+20
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* Merge tag 'nds32-for-linus-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-178-19/+14
|\
| * nds32: Fix vDSO clock_getres()Vincenzo Frascino2019-05-162-1/+4
| * nds32: don't export low-level cache flushing routinesChristoph Hellwig2019-05-161-6/+0
| * nds32: fix semicolon code style issueYang Wei2019-05-071-1/+1
| * nds32: vdso: drop unnecessary cc-ldoptionNick Desaulniers2019-05-071-4/+2
| * nds32: vdso: fix and clean-up MakefileMasahiro Yamada2019-05-071-5/+3
| * nds32: add vmlinux.lds and vdso.so to .gitignoreMasahiro Yamada2019-05-072-0/+2
| * nds32: ex-exit: Remove unneeded need_resched() loopValentin Schneider2019-05-071-2/+2
* | Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-05-151-1/+0
|\ \
| * | function_graph: Place ftrace_graph_entry_stub() prototype in include/linux/ft...Steven Rostedt (VMware)2019-04-291-1/+0
| |/
* / treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada2019-05-141-1/+1
|/
* get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-1/+1
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-032-8/+7
* Merge tag 'nds32-for-linus-4.21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-2914-29/+2232
|\
| * nds32: support hardware prefetcherNylon Chen2018-11-222-1/+8
| * nds32: Fix the items of hwcap_str ordering issue.Nylon Chen2018-11-221-1/+2
| * nds32: support denormalized result through FP emulatorVincent Chen2018-11-222-4/+53
| * nds32: Support FP emulationVincent Chen2018-11-221-5/+26
| * nds32: nds32 FPU portVincent Chen2018-11-2210-16/+422
| * nds32: Remove duplicated include from pm.cYueHaibing2018-11-061-1/+0
| * nds32: Power management for nds32Nick Hu2018-11-063-1/+209
| * nds32: Add perf call-graph support.Nickhu2018-11-061-0/+299
| * nds32: Perf portingNickhu2018-11-062-2/+1224
| * nds32: Fill all TLB entries with kernel image mappingZong Li2018-11-061-8/+1
| * nds32: Remove the redundant assignmentZong Li2018-11-061-2/+0
* | nds32: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-271-16/+2
|/
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-2/+1
* nds32: linker script: GCOV kernel may refers data in __exitGreentime Hu2018-09-051-0/+12
* nds32: Fix a kernel panic issue because of wrong frame pointer access.Greentime Hu2018-09-043-3/+15
* nds32: Only print one page of stack when die to prevent printing too much inf...Greentime Hu2018-09-041-3/+2
* nds32: Add macro definition for offset of lp register on stackZong Li2018-09-042-2/+2
* nds32: Remove the deprecated ABI implementationZong Li2018-09-041-5/+0
* nds32/stack: Get real return address by using ftrace_graph_ret_addrZong Li2018-09-042-24/+10
* nds32/ftrace: Support dynamic function graph tracerZong Li2018-09-041-0/+36
* nds32/ftrace: Support dynamic function tracerZong Li2018-09-041-0/+164
* nds32/ftrace: Support static function graph tracerZong Li2018-09-041-0/+69
* nds32/ftrace: Support static function tracerZong Li2018-09-042-0/+34
* nds32: Fix empty call traceZong Li2018-09-041-1/+1
* nds32: add NULL entry to the end of_device_id arrayYueHaibing2018-09-041-1/+2
* nds32: fix logic for moduleGreentime Hu2018-09-041-2/+2
* nds32: Fix the dts pointer is not passed correctly issue.Greentime Hu2018-07-031-1/+2
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-041-28/+7
|\
| * signal/nds32: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-16/+4
| * signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-1/+2
| * signal/nds32: Use force_sig(SIGILL) in do_revisnEric W. Biederman2018-04-251-4/+1
| * signal/nds32: Use force_sig in unhandled_interruption and unhandled_exceptionsEric W. Biederman2018-04-251-9/+2
* | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-041-141/+55
|\ \