aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nds32 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-03Merge tag 'nds32-for-linux-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greentime/linuxLinus Torvalds24-51/+451
2019-05-31nds32: add new emulations for floating point instructionVincent Chen15-5/+393
2019-05-31nds32: Avoid IEX status being incorrectly modifiedVincent Chen9-46/+58
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2-0/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner11-0/+11
2019-05-18arch: remove dangling asm-generic wrappersMasahiro Yamada1-3/+0
2019-05-17Merge tag 'nds32-for-linus-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greentime/linuxLinus Torvalds58-86/+71
2019-05-16Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+0
2019-05-16nds32: Fix vDSO clock_getres()Vincenzo Frascino3-1/+5
2019-05-16nds32: don't export low-level cache flushing routinesChristoph Hellwig1-6/+0
2019-05-15Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+0
2019-05-14arch: remove <asm/sizes.h> and <asm-generic/sizes.h>Masahiro Yamada1-1/+0
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada2-2/+2
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-07arch: nds32: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult1-8/+8
2019-05-07nds32: fix semicolon code style issueYang Wei2-2/+2
2019-05-07nds32: vdso: drop unnecessary cc-ldoptionNick Desaulniers1-4/+2
2019-05-07nds32: remove unused generic-y += cmpxchg-local.hMasahiro Yamada1-1/+0
2019-05-07nds32: Use the correct style for SPDX License IdentifierNishad Kamdar47-47/+47
2019-05-07nds32: remove __virt_to_bus and __bus_to_virtChristoph Hellwig1-8/+0
2019-05-07nds32: vdso: fix and clean-up MakefileMasahiro Yamada1-5/+3
2019-05-07nds32: add vmlinux.lds and vdso.so to .gitignoreMasahiro Yamada2-0/+2
2019-05-07nds32: ex-exit: Remove unneeded need_resched() loopValentin Schneider1-2/+2
2019-05-07nds32/io: Remove useless definition of mmiowb()Will Deacon1-2/+0
2019-05-07nds32: Removed unused thread flag TIF_USEDFPUJulien Grall1-2/+0
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-29function_graph: Place ftrace_graph_entry_stub() prototype in include/linux/ftrace.hSteven Rostedt (VMware)1-1/+0
2019-04-23arch: mostly remove <asm/segment.h>Christoph Hellwig1-1/+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