aboutsummaryrefslogtreecommitdiff
path: root/arch/nds32
AgeCommit message (Expand)AuthorFilesLines
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-41/+12
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 4-155/+59
2018-05-29nds32: use generic dma_noncoherent_opsGravatar Christoph Hellwig 4-116/+15
2018-05-29nds32: implement the unmap_sg DMA operationGravatar Christoph Hellwig 1-0/+6
2018-05-29nds32: consolidate DMA cache maintainance routinesGravatar Christoph Hellwig 1-94/+93
2018-05-23nds32: Fix compiler warning, Wstringop-overflow, in vdso.cGravatar Vincent Chen 1-5/+5
2018-05-23nds32: Disable local irq before calling cpu_dcache_wb_page in copy_user_highpageGravatar Vincent Chen 1-3/+1
2018-05-23nds32: Flush the cache of the page at vmaddr instead of kaddr in flush_anon_pageGravatar Vincent Chen 1-2/+7
2018-05-23nds32: Correct flush_dcache_page functionGravatar Vincent Chen 1-9/+12
2018-05-23nds32: Fix the unaligned access handlerGravatar Nickhu 1-2/+5
2018-05-23nds32: Renaming the file for unaligned accessGravatar Nickhu 1-1/+1
2018-05-23nds32: To fix a cache inconsistency issue by setting correct cacheability of NTCGravatar Greentime Hu 2-5/+24
2018-05-23nds32: To refine readability of INT_MASK_INITAIAL_VALGravatar Greentime Hu 1-1/+1
2018-05-23nds32: Fix the virtual address may map too much range by tlbop issue.Gravatar Greentime Hu 1-0/+3
2018-05-23nds32: Fix the allmodconfig build. To make sure CONFIG_CPU_LITTLE_ENDIAN is d...Gravatar Greentime Hu 2-2/+7
2018-05-23nds32: Fix build failed because arch_trace_hardirqs_off is changed to trace_h...Gravatar Greentime Hu 1-1/+1
2018-05-23nds32: Fix the unknown type u8 issue.Gravatar Greentime Hu 1-0/+2
2018-05-23nds32: Fix the symbols undefined issue by exporting them.Gravatar Greentime Hu 6-0/+32
2018-05-23nds32: Fix xfs_buf built failed by export invalidate_kernel_vmap_range and fl...Gravatar Greentime Hu 2-0/+20
2018-05-23nds32: Fix drivers/gpu/drm/udl/udl_fb.c building error by defining PAGE_SHAREDGravatar Greentime Hu 1-0/+1
2018-05-23nds32: Fix building error of crypto/xor.c by adding xor.hGravatar Greentime Hu 1-0/+1
2018-05-23nds32: Fix building error when CONFIG_FREEZE is enabled.Gravatar Greentime Hu 1-0/+1
2018-05-23nds32: lib: To use generic lib instead of libgcc to prevent the symbol undefi...Gravatar Greentime Hu 2-3/+6
2018-04-25signal/nds32: Use force_sig_fault where appropriateGravatar Eric W. Biederman 2-30/+9
2018-04-25signal: Ensure every siginfo we send has all bits initializedGravatar Eric W. Biederman 2-1/+3
2018-04-25signal/nds32: Use force_sig(SIGILL) in do_revisnGravatar Eric W. Biederman 1-4/+1
2018-04-25signal/nds32: Use force_sig in unhandled_interruption and unhandled_exceptionsGravatar Eric W. Biederman 1-9/+2
2018-04-19time: Add an asm-generic/compat.h fileGravatar Arnd Bergmann 1-0/+1
2018-04-11page cache: use xa_lockGravatar Matthew Wilcox 1-2/+2
2018-03-16nds32: To use the generic dump_stack()Gravatar Greentime Hu 1-12/+0
2018-03-16nds32: fix building failed if using elf toolchain.Gravatar Greentime Hu 1-1/+0
2018-03-16nds32: fix building failed if using older version gcc.Gravatar Greentime Hu 1-3/+4
2018-02-22nds32: Build infrastructureGravatar Greentime Hu 9-0/+529
2018-02-22nds32: defconfigGravatar Greentime Hu 1-0/+104
2018-02-22nds32: Miscellaneous header filesGravatar Greentime Hu 3-0/+63
2018-02-22nds32: Device tree supportGravatar Greentime Hu 3-0/+112
2018-02-22nds32: Generic timers supportGravatar Greentime Hu 1-0/+11
2018-02-22nds32: Loadable modulesGravatar Greentime Hu 2-0/+289
2018-02-22nds32: L2 cache supportGravatar Greentime Hu 2-0/+201
2018-02-22nds32: Debugging supportGravatar Greentime Hu 2-0/+144
2018-02-22nds32: Library functionsGravatar Greentime Hu 13-0/+721
2018-02-22nds32: Signal handling supportGravatar Greentime Hu 2-0/+384
2018-02-22nds32: VDSO supportGravatar Greentime Hu 12-0/+816
2018-02-22nds32: System calls handlingGravatar Greentime Hu 7-0/+383
2018-02-22nds32: ELF definitionsGravatar Greentime Hu 3-0/+194
2018-02-22nds32: DMA mapping APIGravatar Greentime Hu 2-0/+491
2018-02-22nds32: Device specific operationsGravatar Greentime Hu 2-0/+145
2018-02-22nds32: Atomic operationsGravatar Greentime Hu 2-0/+118
2018-02-22nds32: IRQ handlingGravatar Greentime Hu 2-0/+45