aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nds32 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-14init: provide a generic free_initmem implementationMike Rapoport1-5/+0
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig1-7/+0
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds2-2/+10
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-2/+1
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+0
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-17/+0
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar1-51/+11
2019-04-08nds32/io: Remove useless definition of mmiowb()Will Deacon1-2/+0
2019-04-08arch: Use asm-generic header for asm/mmiowb.hWill Deacon1-0/+1
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)1-24/+5
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)1-27/+6
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long1-3/+0
2019-04-03ia64/tlb: Eradicate tlb_migrate_finish() callbackPeter Zijlstra1-1/+0
2019-04-03arch/tlb: Clean up simple architecturesPeter Zijlstra1-10/+0
2019-04-03asm-generic/tlb, arch: Provide generic VIPT cache flushPeter Zijlstra1-6/+0
2019-03-20syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin1-1/+1
2019-03-20nds32: define syscall_get_arch()Dmitry V. Levin1-0/+9
2019-03-20Move EM_NDS32 to uapi/linux/elf-em.hDmitry V. Levin1-2/+1
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada1-2/+0
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+12
2019-03-09Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-1/+1
2019-03-07arch: simplify several early memory allocationsMike Rapoport1-8/+4
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+3
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds2-2/+1
2019-02-27Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground into timers/2038Thomas Gleixner2-0/+3
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-02-1932-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov1-0/+1
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra1-1/+1
2019-01-17nds32: remove unneeded code in arch/nds32/MakefileMasahiro Yamada1-8/+0
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 Torvalds5-20/+16
2018-12-29Merge tag 'nds32-for-linus-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/greentime/linuxLinus Torvalds55-36/+4007
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-2/+0
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+0
2018-12-13dma-mapping: always build the direct mapping codeChristoph Hellwig1-1/+0
2018-12-13Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring1-1/+1
2018-11-27nds32: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-16/+2
2018-11-26nds32: Remove phys_initrd_start and phys_initrd_sizeFlorian Fainelli1-2/+0
2018-11-22nds32: support hardware prefetcherNylon Chen4-1/+21
2018-11-22nds32: Fix the items of hwcap_str ordering issue.Nylon Chen1-1/+2
2018-11-22nds32: support denormalized result through FP emulatorVincent Chen11-4/+125
2018-11-22nds32: Support FP emulationVincent Chen24-5/+1064
2018-11-22nds32: nds32 FPU portVincent Chen17-16/+589
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: Remove duplicated include from pm.cYueHaibing1-1/+0