summaryrefslogtreecommitdiffstats
path: root/arch/nds32
Commit message (Expand)AuthorAgeFilesLines
...
* | nds32: Fix the allmodconfig build. To make sure CONFIG_CPU_LITTLE_ENDIAN is d...Greentime Hu2018-05-232-2/+7
* | nds32: Fix build failed because arch_trace_hardirqs_off is changed to trace_h...Greentime Hu2018-05-231-1/+1
* | nds32: Fix the unknown type u8 issue.Greentime Hu2018-05-231-0/+2
* | nds32: Fix the symbols undefined issue by exporting them.Greentime Hu2018-05-236-0/+32
* | nds32: Fix xfs_buf built failed by export invalidate_kernel_vmap_range and fl...Greentime Hu2018-05-232-0/+20
* | nds32: Fix drivers/gpu/drm/udl/udl_fb.c building error by defining PAGE_SHAREDGreentime Hu2018-05-231-0/+1
* | nds32: Fix building error of crypto/xor.c by adding xor.hGreentime Hu2018-05-231-0/+1
* | nds32: Fix building error when CONFIG_FREEZE is enabled.Greentime Hu2018-05-231-0/+1
* | nds32: lib: To use generic lib instead of libgcc to prevent the symbol undefi...Greentime Hu2018-05-232-3/+6
|/
* page cache: use xa_lockMatthew Wilcox2018-04-111-2/+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: fix building failed if using older version gcc.Greentime Hu2018-03-161-3/+4
* nds32: Build infrastructureGreentime Hu2018-02-229-0/+529
* nds32: defconfigGreentime Hu2018-02-221-0/+104
* nds32: Miscellaneous header filesGreentime Hu2018-02-223-0/+63
* nds32: Device tree supportGreentime Hu2018-02-223-0/+112
* nds32: Generic timers supportGreentime Hu2018-02-221-0/+11
* nds32: Loadable modulesGreentime Hu2018-02-222-0/+289
* nds32: L2 cache supportGreentime Hu2018-02-222-0/+201
* nds32: Debugging supportGreentime Hu2018-02-222-0/+144
* nds32: Library functionsGreentime Hu2018-02-2213-0/+721
* nds32: Signal handling supportGreentime Hu2018-02-222-0/+384
* nds32: VDSO supportGreentime Hu2018-02-2212-0/+816
* nds32: System calls handlingGreentime Hu2018-02-227-0/+383
* nds32: ELF definitionsGreentime Hu2018-02-223-0/+194
* nds32: DMA mapping APIGreentime Hu2018-02-222-0/+491
* nds32: Device specific operationsGreentime Hu2018-02-222-0/+145
* nds32: Atomic operationsGreentime Hu2018-02-222-0/+118
* nds32: IRQ handlingGreentime Hu2018-02-222-0/+45
* nds32: Process managementGreentime Hu2018-02-224-0/+399
* nds32: Cache and TLB routinesGreentime Hu2018-02-2212-0/+1224
* nds32: MMU fault handling and page table managementGreentime Hu2018-02-224-0/+536
* nds32: MMU initializationGreentime Hu2018-02-223-0/+446
* nds32: MMU definitionsGreentime Hu2018-02-228-0/+802
* nds32: Exception handlingGreentime Hu2018-02-226-0/+1483
* nds32: Kernel booting and initializationGreentime Hu2018-02-222-0/+551
* nds32: Assembly macros and definitionsGreentime Hu2018-02-224-0/+1111