aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nds32 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-23nds32: Fix compiler warning, Wstringop-overflow, in vdso.cVincent Chen1-5/+5
2018-05-23nds32: Disable local irq before calling cpu_dcache_wb_page in copy_user_highpageVincent Chen1-3/+1
2018-05-23nds32: Flush the cache of the page at vmaddr instead of kaddr in flush_anon_pageVincent Chen1-2/+7
2018-05-23nds32: Correct flush_dcache_page functionVincent Chen1-9/+12
2018-05-23nds32: Fix the unaligned access handlerNickhu1-2/+5
2018-05-23nds32: Renaming the file for unaligned accessNickhu1-1/+1
2018-05-23nds32: To fix a cache inconsistency issue by setting correct cacheability of NTCGreentime Hu2-5/+24
2018-05-23nds32: To refine readability of INT_MASK_INITAIAL_VALGreentime Hu1-1/+1
2018-05-23nds32: Fix the virtual address may map too much range by tlbop issue.Greentime Hu1-0/+3
2018-05-23nds32: Fix the allmodconfig build. To make sure CONFIG_CPU_LITTLE_ENDIAN is default yGreentime Hu2-2/+7
2018-05-23nds32: Fix build failed because arch_trace_hardirqs_off is changed to trace_hardirqs_off.Greentime Hu1-1/+1
2018-05-23nds32: Fix the unknown type u8 issue.Greentime Hu1-0/+2
2018-05-23nds32: Fix the symbols undefined issue by exporting them.Greentime Hu6-0/+32
2018-05-23nds32: Fix xfs_buf built failed by export invalidate_kernel_vmap_range and flush_kernel_vmap_rangeGreentime Hu2-0/+20
2018-05-23nds32: Fix drivers/gpu/drm/udl/udl_fb.c building error by defining PAGE_SHAREDGreentime Hu1-0/+1
2018-05-23nds32: Fix building error of crypto/xor.c by adding xor.hGreentime Hu1-0/+1
2018-05-23nds32: Fix building error when CONFIG_FREEZE is enabled.Greentime Hu1-0/+1
2018-05-23nds32: lib: To use generic lib instead of libgcc to prevent the symbol undefined issue.Greentime Hu2-3/+6
2018-04-11page cache: use xa_lockMatthew Wilcox1-2/+2
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