aboutsummaryrefslogtreecommitdiff
path: root/arch/nds32
AgeCommit message (Expand)AuthorFilesLines
2019-07-16nds32: fix asm/syscall.hGravatar Dmitry V. Levin 1-10/+17
2019-07-12Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-2/+0
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-0/+1
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-314/+13
2019-07-12nds32: switch to generic version of pte allocationGravatar Mike Rapoport 1-27/+4
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-12/+13
2019-06-25nds32: use the generic remapping allocator for coherent DMA allocationsGravatar Christoph Hellwig 2-314/+13
2019-06-15kbuild: add CONFIG_HEADERS_INSTALL and loosen the dependency of samplesGravatar Masahiro Yamada 1-0/+1
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstGravatar Mauro Carvalho Chehab 1-1/+1
2019-06-09kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIGGravatar Masahiro Yamada 1-2/+0
2019-06-03Merge tag 'nds32-for-linux-5.2-rc3' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 24-51/+451
2019-05-31nds32: add new emulations for floating point instructionGravatar Vincent Chen 15-5/+393
2019-05-31nds32: Avoid IEX status being incorrectly modifiedGravatar Vincent Chen 9-46/+58
2019-05-30treewide: Add SPDX license identifier - KbuildGravatar Greg Kroah-Hartman 2-0/+2
2019-05-29signal: Remove the task parameter from force_sig_faultGravatar Eric W. Biederman 3-5/+5
2019-05-29signal: Explicitly call force_sig_fault on currentGravatar Eric W. Biederman 2-3/+3
2019-05-29signal/nds32: Remove tsk parameter from send_sigtrapGravatar Eric W. Biederman 1-3/+4
2019-05-27signal: Remove task parameter from force_sigGravatar Eric W. Biederman 2-4/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 11-0/+11
2019-05-18arch: remove dangling asm-generic wrappersGravatar Masahiro Yamada 1-3/+0
2019-05-17Merge tag 'nds32-for-linus-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 58-86/+71
2019-05-16Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+0
2019-05-16nds32: Fix vDSO clock_getres()Gravatar Vincenzo Frascino 3-1/+5
2019-05-16nds32: don't export low-level cache flushing routinesGravatar Christoph Hellwig 1-6/+0
2019-05-15Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-1/+0
2019-05-14arch: remove <asm/sizes.h> and <asm-generic/sizes.h>Gravatar Masahiro Yamada 1-1/+0
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Gravatar Masahiro Yamada 2-2/+2
2019-05-14init: provide a generic free_initmem implementationGravatar Mike Rapoport 1-5/+0
2019-05-14initramfs: provide a generic free_initrd_mem implementationGravatar Christoph Hellwig 1-7/+0
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-2/+10
2019-05-07arch: nds32: Kconfig: pedantic formattingGravatar Enrico Weigelt, metux IT consult 1-8/+8
2019-05-07nds32: fix semicolon code style issueGravatar Yang Wei 2-2/+2
2019-05-07nds32: vdso: drop unnecessary cc-ldoptionGravatar Nick Desaulniers 1-4/+2
2019-05-07nds32: remove unused generic-y += cmpxchg-local.hGravatar Masahiro Yamada 1-1/+0
2019-05-07nds32: Use the correct style for SPDX License IdentifierGravatar Nishad Kamdar 47-47/+47
2019-05-07nds32: remove __virt_to_bus and __bus_to_virtGravatar Christoph Hellwig 1-8/+0
2019-05-07nds32: vdso: fix and clean-up MakefileGravatar Masahiro Yamada 1-5/+3
2019-05-07nds32: add vmlinux.lds and vdso.so to .gitignoreGravatar Masahiro Yamada 2-0/+2
2019-05-07nds32: ex-exit: Remove unneeded need_resched() loopGravatar Valentin Schneider 1-2/+2
2019-05-07nds32/io: Remove useless definition of mmiowb()Gravatar Will Deacon 1-2/+0
2019-05-07nds32: Removed unused thread flag TIF_USEDFPUGravatar Julien Grall 1-2/+0
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 2-2/+1
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+0
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-17/+0
2019-04-29function_graph: Place ftrace_graph_entry_stub() prototype in include/linux/ft...Gravatar Steven Rostedt (VMware) 1-1/+0
2019-04-23arch: mostly remove <asm/segment.h>Gravatar Christoph Hellwig 1-1/+0
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesGravatar Ingo Molnar 1-51/+11
2019-04-08nds32/io: Remove useless definition of mmiowb()Gravatar Will Deacon 1-2/+0
2019-04-08arch: Use asm-generic header for asm/mmiowb.hGravatar Will Deacon 1-0/+1