aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nds32 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-16nds32: To use the generic dump_stack()Greentime Hu1-12/+0
2018-03-16nds32: fix building failed if using elf toolchain.Greentime Hu1-1/+0
2018-03-16nds32: fix building failed if using older version gcc.Greentime Hu1-3/+4
2018-02-22nds32: Build infrastructureGreentime Hu9-0/+529
2018-02-22nds32: defconfigGreentime Hu1-0/+104
2018-02-22nds32: Miscellaneous header filesGreentime Hu3-0/+63
2018-02-22nds32: Device tree supportGreentime Hu3-0/+112
2018-02-22nds32: Generic timers supportGreentime Hu1-0/+11
2018-02-22nds32: Loadable modulesGreentime Hu2-0/+289
2018-02-22nds32: L2 cache supportGreentime Hu2-0/+201
2018-02-22nds32: Debugging supportGreentime Hu2-0/+144
2018-02-22nds32: Library functionsGreentime Hu13-0/+721
2018-02-22nds32: Signal handling supportGreentime Hu2-0/+384
2018-02-22nds32: VDSO supportGreentime Hu12-0/+816
2018-02-22nds32: System calls handlingGreentime Hu7-0/+383
2018-02-22nds32: ELF definitionsGreentime Hu3-0/+194
2018-02-22nds32: DMA mapping APIGreentime Hu2-0/+491
2018-02-22nds32: Device specific operationsGreentime Hu2-0/+145
2018-02-22nds32: Atomic operationsGreentime Hu2-0/+118
2018-02-22nds32: IRQ handlingGreentime Hu2-0/+45
2018-02-22nds32: Process managementGreentime Hu4-0/+399
2018-02-22nds32: Cache and TLB routinesGreentime Hu12-0/+1224
2018-02-22nds32: MMU fault handling and page table managementGreentime Hu4-0/+536
2018-02-22nds32: MMU initializationGreentime Hu3-0/+446
2018-02-22nds32: MMU definitionsGreentime Hu8-0/+802
2018-02-22nds32: Exception handlingGreentime Hu6-0/+1483
2018-02-22nds32: Kernel booting and initializationGreentime Hu2-0/+551
2018-02-22nds32: Assembly macros and definitionsGreentime Hu4-0/+1111