summaryrefslogtreecommitdiffstats
path: root/arch/nds32/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | nds32: Move static keyword to the front of declarationKrzysztof Wilczynski2019-11-211-1/+1
| | |/
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-4/+4
| |\ \
| | * | dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-4/+4
| | |/
* | / module: Remove set_all_modules_text_*()Peter Zijlstra2019-11-271-12/+0
|/ /
* | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook2019-11-041-1/+1
* | vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook2019-11-041-1/+1
* | vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-041-1/+0
|/
* Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-191-6/+0
|\
| * dma-mapping: make dma_atomic_pool_init self-containedChristoph Hellwig2019-08-291-6/+0
* | nds32: Mark expected switch fall-throughsGustavo A. R. Silva2019-08-291-0/+2
|/
* Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-131-314/+11
|\
| * nds32: use the generic remapping allocator for coherent DMA allocationsChristoph Hellwig2019-06-251-314/+11
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-093-10/+11
|\ \
| * | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-292-3/+3
| * | signal: Explicitly call force_sig_fault on currentEric W. Biederman2019-05-291-1/+1
| * | signal/nds32: Remove tsk parameter from send_sigtrapEric W. Biederman2019-05-291-3/+4
| * | signal: Remove task parameter from force_sigEric W. Biederman2019-05-272-4/+4
* | | 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-161-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-151-1/+1
|/
* get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-1/+1
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-042-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-281-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