aboutsummaryrefslogtreecommitdiff
path: root/arch/nds32
AgeCommit message (Expand)AuthorFilesLines
2019-01-17nds32: remove unneeded code in arch/nds32/MakefileGravatar Masahiro Yamada 1-8/+0
2019-01-06arch: remove redundant UAPI generic-y definesGravatar Masahiro Yamada 1-25/+0
2019-01-06arch: remove stale comments "UAPI Header export list"Gravatar Masahiro Yamada 1-1/+0
2019-01-06nds32: remove redundant kernel-space generic-yGravatar Masahiro Yamada 1-10/+0
2019-01-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-3/+2
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsGravatar Joel Fernandes (Google) 1-3/+2
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 5-20/+16
2018-12-29Merge tag 'nds32-for-linus-4.21' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 55-36/+4007
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+0
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-1/+0
2018-12-13dma-mapping: always build the direct mapping codeGravatar Christoph Hellwig 1-1/+0
2018-12-13Merge branch 'yaml-bindings-for-v4.21' into dt/nextGravatar Rob Herring 1-1/+1
2018-11-27nds32: function_graph: Simplify with function_graph_enter()Gravatar Steven Rostedt (VMware) 1-16/+2
2018-11-26nds32: Remove phys_initrd_start and phys_initrd_sizeGravatar Florian Fainelli 1-2/+0
2018-11-22nds32: support hardware prefetcherGravatar Nylon Chen 4-1/+21
2018-11-22nds32: Fix the items of hwcap_str ordering issue.Gravatar Nylon Chen 1-1/+2
2018-11-22nds32: support denormalized result through FP emulatorGravatar Vincent Chen 11-4/+125
2018-11-22nds32: Support FP emulationGravatar Vincent Chen 24-5/+1064
2018-11-22nds32: nds32 FPU portGravatar Vincent Chen 17-16/+589
2018-11-09Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 1-1/+1
2018-11-06nds32: Remove duplicated include from pm.cGravatar YueHaibing 1-1/+0
2018-11-06nds32: Power management for nds32Gravatar Nick Hu 5-1/+230
2018-11-06nds32: Add perf call-graph support.Gravatar Nickhu 1-0/+299
2018-11-06nds32: Perf portingGravatar Nickhu 9-6/+1681
2018-11-06nds32: Fix bug in bitfield.hGravatar Nickhu 1-2/+2
2018-11-06nds32: Fix gcc 8.0 compiler option incompatible.Gravatar Nickhu 1-1/+5
2018-11-06nds32: Fill all TLB entries with kernel image mappingGravatar Zong Li 1-8/+1
2018-11-06nds32: Remove the redundant assignmentGravatar Zong Li 1-2/+0
2018-11-02mm: make the __PAGETABLE_PxD_FOLDED defines non-emptyGravatar Martin Schwidefsky 1-1/+1
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 3-5/+3
2018-10-31memblock: rename free_all_bootmem to memblock_free_allGravatar Mike Rapoport 1-1/+1
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Gravatar Mike Rapoport 1-4/+4
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKGravatar Mike Rapoport 1-1/+0
2018-10-31mm: remove CONFIG_NO_BOOTMEMGravatar Mike Rapoport 1-1/+0
2018-10-31treewide: remove current_text_addrGravatar Nick Desaulniers 1-6/+0
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2018-10-02kbuild: consolidate Devicetree dtb build rulesGravatar Rob Herring 1-1/+1
2018-09-20dma-mapping: merge direct and noncoherent opsGravatar Christoph Hellwig 1-1/+1
2018-09-05nds32: linker script: GCOV kernel may refers data in __exitGravatar Greentime Hu 1-0/+12
2018-09-04nds32: fix build error because of wrong semicolonGravatar Greentime Hu 1-2/+2
2018-09-04nds32: Fix a kernel panic issue because of wrong frame pointer access.Gravatar Greentime Hu 3-3/+15
2018-09-04nds32: Only print one page of stack when die to prevent printing too much inf...Gravatar Greentime Hu 1-3/+2
2018-09-04nds32: Add macro definition for offset of lp register on stackGravatar Zong Li 3-2/+3
2018-09-04nds32: Remove the deprecated ABI implementationGravatar Zong Li 1-5/+0
2018-09-04nds32/stack: Get real return address by using ftrace_graph_ret_addrGravatar Zong Li 2-24/+10
2018-09-04nds32/ftrace: Support dynamic function graph tracerGravatar Zong Li 1-0/+36
2018-09-04nds32/ftrace: Support dynamic function tracerGravatar Zong Li 3-0/+191
2018-09-04nds32/ftrace: Add RECORD_MCOUNT supportGravatar Zong Li 1-0/+1
2018-09-04nds32/ftrace: Support static function graph tracerGravatar Zong Li 2-0/+70