summaryrefslogtreecommitdiffstats
path: root/arch/nds32
Commit message (Expand)AuthorAgeFilesLines
...
* | mm: remove include/linux/bootmem.hMike Rapoport2018-10-313-5/+3Star
* | memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* | memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2018-10-311-4/+4
* | mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-311-1/+0Star
* | mm: remove CONFIG_NO_BOOTMEMMike Rapoport2018-10-311-1/+0Star
* | treewide: remove current_text_addrNick Desaulniers2018-10-311-6/+0Star
* | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-261-1/+1
|\ \ | |/ |/|
| * kbuild: consolidate Devicetree dtb build rulesRob Herring2018-10-021-1/+1
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-251-0/+1
|\ \
| * | y2038: Remove stat64 family from default syscall setArnd Bergmann2018-08-291-0/+1
| |/
* | dma-mapping: merge direct and noncoherent opsChristoph Hellwig2018-09-201-1/+1
* | nds32: linker script: GCOV kernel may refers data in __exitGreentime Hu2018-09-051-0/+12
* | nds32: fix build error because of wrong semicolonGreentime Hu2018-09-041-2/+2
* | 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/+2Star
* | nds32: Add macro definition for offset of lp register on stackZong Li2018-09-043-2/+3
* | nds32: Remove the deprecated ABI implementationZong Li2018-09-041-5/+0Star
* | nds32/stack: Get real return address by using ftrace_graph_ret_addrZong Li2018-09-042-24/+10Star
* | nds32/ftrace: Support dynamic function graph tracerZong Li2018-09-041-0/+36
* | nds32/ftrace: Support dynamic function tracerZong Li2018-09-043-0/+191
* | nds32/ftrace: Add RECORD_MCOUNT supportZong Li2018-09-041-0/+1
* | nds32/ftrace: Support static function graph tracerZong Li2018-09-042-0/+70
* | nds32/ftrace: Support static function tracerZong Li2018-09-045-0/+59
* | nds32: Extract the checking and getting pointer to a macroZong Li2018-09-041-39/+41
* | nds32: Clean up the coding styleZong Li2018-09-041-98/+103
* | nds32: Fix get_user/put_user macro expand pointer problemZong Li2018-09-041-12/+14
* | 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
|/
* kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada2018-08-241-2/+2
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-181-1/+1
* Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-152-21/+1Star
|\
| * kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-1/+0Star
| * Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2018-08-022-4/+1Star
| * kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig2018-08-021-16/+0Star
* | nds32: fix build error "relocation truncated to fit: R_NDS32_25_PCREL_RELA" whenGreentime Hu2018-07-051-1/+1
* | nds32: To simplify the implementation of update_mmu_cache()Greentime Hu2018-07-031-39/+8Star
* | nds32: Fix the dts pointer is not passed correctly issue.Greentime Hu2018-07-031-1/+2
* | nds32: To implement these icache invalidation APIs since nds32 cores don't snoopGreentime Hu2018-07-032-23/+39
* | nds32: Fix build error caused by configuration flag renameGuenter Roeck2018-06-191-6/+6
* | nds32: define __NDS32_E[BL]__ for sparseLuc Van Oostenryck2018-06-191-0/+2
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-051-0/+1
|\
| * time: Add an asm-generic/compat.h fileArnd Bergmann2018-04-191-0/+1
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-052-41/+12Star
|\ \
| * | signal/nds32: Use force_sig_fault where appropriateEric W. Biederman2018-04-252-30/+9Star
| * | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-252-1/+3
| * | signal/nds32: Use force_sig(SIGILL) in do_revisnEric W. Biederman2018-04-251-4/+1Star
| * | signal/nds32: Use force_sig in unhandled_interruption and unhandled_exceptionsEric W. Biederman2018-04-251-9/+2Star
| |/
* | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-044-155/+59Star
|\ \
| * | nds32: use generic dma_noncoherent_opsChristoph Hellwig2018-05-294-116/+15Star