aboutsummaryrefslogtreecommitdiff
path: root/arch/nds32
AgeCommit message (Expand)Author
2018-11-09Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2018-11-02mm: make the __PAGETABLE_PxD_FOLDED defines non-emptyMartin Schwidefsky
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport
2018-10-31mm: remove CONFIG_NO_BOOTMEMMike Rapoport
2018-10-31treewide: remove current_text_addrNick Desaulniers
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-10-02kbuild: consolidate Devicetree dtb build rulesRob Herring
2018-09-20dma-mapping: merge direct and noncoherent opsChristoph Hellwig
2018-09-05nds32: linker script: GCOV kernel may refers data in __exitGreentime Hu
2018-09-04nds32: fix build error because of wrong semicolonGreentime Hu
2018-09-04nds32: Fix a kernel panic issue because of wrong frame pointer access.Greentime Hu
2018-09-04nds32: Only print one page of stack when die to prevent printing too much inf...Greentime Hu
2018-09-04nds32: Add macro definition for offset of lp register on stackZong Li
2018-09-04nds32: Remove the deprecated ABI implementationZong Li
2018-09-04nds32/stack: Get real return address by using ftrace_graph_ret_addrZong Li
2018-09-04nds32/ftrace: Support dynamic function graph tracerZong Li
2018-09-04nds32/ftrace: Support dynamic function tracerZong Li
2018-09-04nds32/ftrace: Add RECORD_MCOUNT supportZong Li
2018-09-04nds32/ftrace: Support static function graph tracerZong Li
2018-09-04nds32/ftrace: Support static function tracerZong Li
2018-09-04nds32: Extract the checking and getting pointer to a macroZong Li
2018-09-04nds32: Clean up the coding styleZong Li
2018-09-04nds32: Fix get_user/put_user macro expand pointer problemZong Li
2018-09-04nds32: Fix empty call traceZong Li
2018-09-04nds32: add NULL entry to the end of_device_id arrayYueHaibing
2018-09-04nds32: fix logic for moduleGreentime Hu
2018-08-29y2038: Remove stat64 family from default syscall setArnd Bergmann
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig
2018-08-02Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig
2018-08-02kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig
2018-07-05nds32: fix build error "relocation truncated to fit: R_NDS32_25_PCREL_RELA" whenGreentime Hu
2018-07-03nds32: To simplify the implementation of update_mmu_cache()Greentime Hu
2018-07-03nds32: Fix the dts pointer is not passed correctly issue.Greentime Hu
2018-07-03nds32: To implement these icache invalidation APIs since nds32 cores don't snoopGreentime Hu
2018-06-19nds32: Fix build error caused by configuration flag renameGuenter Roeck
2018-06-19nds32: define __NDS32_E[BL]__ for sparseLuc Van Oostenryck
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-05-29nds32: use generic dma_noncoherent_opsChristoph Hellwig
2018-05-29nds32: implement the unmap_sg DMA operationChristoph Hellwig
2018-05-29nds32: consolidate DMA cache maintainance routinesChristoph Hellwig
2018-05-23nds32: Fix compiler warning, Wstringop-overflow, in vdso.cVincent Chen