aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nds32/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada1-2/+0
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-1/+0
2019-02-19asm-generic: Make time32 syscall numbers optionalArnd Bergmann1-0/+1
2019-02-19asm-generic: Drop getrlimit and setrlimit syscalls from default listYury Norov1-0/+1
2019-01-06arch: remove redundant UAPI generic-y definesMasahiro Yamada1-25/+0
2019-01-06arch: remove stale comments "UAPI Header export list"Masahiro Yamada1-1/+0
2019-01-06nds32: remove redundant kernel-space generic-yMasahiro Yamada1-10/+0
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+2
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)1-3/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds2-8/+5
2018-12-29Merge tag 'nds32-for-linus-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/greentime/linuxLinus Torvalds17-2/+956
2018-11-22nds32: support hardware prefetcherNylon Chen1-0/+6
2018-11-22nds32: support denormalized result through FP emulatorVincent Chen7-0/+54
2018-11-22nds32: Support FP emulationVincent Chen4-0/+300
2018-11-22nds32: nds32 FPU portVincent Chen4-0/+141
2018-11-09Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+1
2018-11-06nds32: Power management for nds32Nick Hu1-0/+11
2018-11-06nds32: Perf portingNickhu4-0/+442
2018-11-06nds32: Fix bug in bitfield.hNickhu1-2/+2
2018-11-02mm: make the __PAGETABLE_PxD_FOLDED defines non-emptyMartin Schwidefsky1-1/+1
2018-10-31treewide: remove current_text_addrNick Desaulniers1-6/+0
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2018-09-04nds32: fix build error because of wrong semicolonGreentime Hu1-2/+2
2018-09-04nds32: Add macro definition for offset of lp register on stackZong Li1-0/+1
2018-09-04nds32/ftrace: Support dynamic function tracerZong Li1-0/+26
2018-09-04nds32/ftrace: Support static function tracerZong Li1-0/+20
2018-09-04nds32: Extract the checking and getting pointer to a macroZong Li1-39/+41
2018-09-04nds32: Clean up the coding styleZong Li1-98/+103
2018-09-04nds32: Fix get_user/put_user macro expand pointer problemZong Li1-12/+14
2018-08-29y2038: Remove stat64 family from default syscall setArnd Bergmann1-0/+1
2018-07-05nds32: fix build error "relocation truncated to fit: R_NDS32_25_PCREL_RELA" whenGreentime Hu1-1/+1
2018-07-03nds32: To implement these icache invalidation APIs since nds32 cores don't snoopGreentime Hu1-2/+7
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-14/+1
2018-05-29nds32: use generic dma_noncoherent_opsChristoph Hellwig2-14/+1
2018-05-23nds32: To fix a cache inconsistency issue by setting correct cacheability of NTCGreentime Hu1-0/+1
2018-05-23nds32: To refine readability of INT_MASK_INITAIAL_VALGreentime 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 Hu2-0/+4
2018-05-23nds32: Fix xfs_buf built failed by export invalidate_kernel_vmap_range and flush_kernel_vmap_rangeGreentime Hu1-0/+2
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-04-19time: Add an asm-generic/compat.h fileArnd Bergmann1-0/+1
2018-04-11page cache: use xa_lockMatthew Wilcox1-2/+2
2018-02-22nds32: Build infrastructureGreentime Hu2-0/+84
2018-02-22nds32: Miscellaneous header filesGreentime Hu3-0/+63
2018-02-22nds32: Loadable modulesGreentime Hu1-0/+11
2018-02-22nds32: L2 cache supportGreentime Hu1-0/+137
2018-02-22nds32: Debugging supportGreentime Hu1-0/+25