summaryrefslogtreecommitdiffstats
path: root/arch/nds32/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | nds32: use generic dma_noncoherent_opsChristoph Hellwig2018-05-291-102/+11
| * | nds32: implement the unmap_sg DMA operationChristoph Hellwig2018-05-291-0/+6
| * | nds32: consolidate DMA cache maintainance routinesChristoph Hellwig2018-05-291-94/+93
| |/
* | nds32: Fix compiler warning, Wstringop-overflow, in vdso.cVincent Chen2018-05-231-5/+5
* | nds32: To fix a cache inconsistency issue by setting correct cacheability of NTCGreentime Hu2018-05-231-5/+23
* | nds32: Fix the virtual address may map too much range by tlbop issue.Greentime Hu2018-05-231-0/+3
* | nds32: Fix build failed because arch_trace_hardirqs_off is changed to trace_h...Greentime Hu2018-05-231-1/+1
* | nds32: Fix the symbols undefined issue by exporting them.Greentime Hu2018-05-231-0/+2
|/
* nds32: To use the generic dump_stack()Greentime Hu2018-03-161-12/+0
* nds32: fix building failed if using elf toolchain.Greentime Hu2018-03-161-1/+0
* nds32: Build infrastructureGreentime Hu2018-02-222-0/+80
* nds32: Device tree supportGreentime Hu2018-02-221-0/+19
* nds32: Generic timers supportGreentime Hu2018-02-221-0/+11
* nds32: Loadable modulesGreentime Hu2018-02-221-0/+278
* nds32: L2 cache supportGreentime Hu2018-02-221-0/+64
OpenPOWER on IntegriCloud