summaryrefslogtreecommitdiffstats
path: root/arch/nds32
Commit message (Expand)AuthorAgeFilesLines
* 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-171-1/+1
* Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-152-21/+1
|\
| * kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-1/+0
| * Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2018-08-022-4/+1
| * kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig2018-08-021-16/+0
* | 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/+8
* | 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-041-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-042-41/+12
|\ \
| * | signal/nds32: Use force_sig_fault where appropriateEric W. Biederman2018-04-252-30/+9
| * | 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/+1
| * | signal/nds32: Use force_sig in unhandled_interruption and unhandled_exceptionsEric W. Biederman2018-04-251-9/+2
| |/
* | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-044-155/+59
|\ \
| * | nds32: use generic dma_noncoherent_opsChristoph Hellwig2018-05-294-116/+15
| * | nds32: implement the unmap_sg DMA operationChristoph Hellwig2018-05-291-0/+6
| * | nds32: consolidate DMA cache maintainance routinesChristoph Hellwig2018-05-291-94/+93
| |/
* | nds32: Fix compiler warning, Wstringop-overflow, in vdso.cVincent Chen2018-05-231-5/+5
* | nds32: Disable local irq before calling cpu_dcache_wb_page in copy_user_highpageVincent Chen2018-05-231-3/+1
* | nds32: Flush the cache of the page at vmaddr instead of kaddr in flush_anon_pageVincent Chen2018-05-231-2/+7
* | nds32: Correct flush_dcache_page functionVincent Chen2018-05-231-9/+12
* | nds32: Fix the unaligned access handlerNickhu2018-05-231-2/+5
* | nds32: Renaming the file for unaligned accessNickhu2018-05-231-1/+1
* | nds32: To fix a cache inconsistency issue by setting correct cacheability of NTCGreentime Hu2018-05-232-5/+24
* | nds32: To refine readability of INT_MASK_INITAIAL_VALGreentime Hu2018-05-231-1/+1
* | nds32: Fix the virtual address may map too much range by tlbop issue.Greentime Hu2018-05-231-0/+3
* | 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