summaryrefslogtreecommitdiffstats
path: root/arch/nds32
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nds32-for-linux-5.2-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-0324-51/+451
|\
| * nds32: add new emulations for floating point instructionVincent Chen2019-05-3115-5/+393
| * nds32: Avoid IEX status being incorrectly modifiedVincent Chen2019-05-319-46/+58
* | treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-302-0/+2
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-2111-0/+11
|/
* arch: remove dangling asm-generic wrappersMasahiro Yamada2019-05-181-3/+0
* Merge tag 'nds32-for-linus-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-1758-86/+71
|\
| * nds32: Fix vDSO clock_getres()Vincenzo Frascino2019-05-163-1/+5
| * nds32: don't export low-level cache flushing routinesChristoph Hellwig2019-05-161-6/+0
| * arch: nds32: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult2019-05-071-8/+8
| * nds32: fix semicolon code style issueYang Wei2019-05-072-2/+2
| * nds32: vdso: drop unnecessary cc-ldoptionNick Desaulniers2019-05-071-4/+2
| * nds32: remove unused generic-y += cmpxchg-local.hMasahiro Yamada2019-05-071-1/+0
| * nds32: Use the correct style for SPDX License IdentifierNishad Kamdar2019-05-0747-47/+47
| * nds32: remove __virt_to_bus and __bus_to_virtChristoph Hellwig2019-05-071-8/+0
| * nds32: vdso: fix and clean-up MakefileMasahiro Yamada2019-05-071-5/+3
| * nds32: add vmlinux.lds and vdso.so to .gitignoreMasahiro Yamada2019-05-072-0/+2
| * nds32: ex-exit: Remove unneeded need_resched() loopValentin Schneider2019-05-071-2/+2
| * nds32/io: Remove useless definition of mmiowb()Will Deacon2019-05-071-2/+0
| * nds32: Removed unused thread flag TIF_USEDFPUJulien Grall2019-05-071-2/+0
* | Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-161-1/+0
|\ \
| * | arch: mostly remove <asm/segment.h>Christoph Hellwig2019-04-231-1/+0
* | | Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-05-151-1/+0
|\ \ \
| * | | function_graph: Place ftrace_graph_entry_stub() prototype in include/linux/ft...Steven Rostedt (VMware)2019-04-291-1/+0
| |/ /
* | | arch: remove <asm/sizes.h> and <asm-generic/sizes.h>Masahiro Yamada2019-05-141-1/+0
* | | treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada2019-05-142-2/+2
* | | init: provide a generic free_initmem implementationMike Rapoport2019-05-141-5/+0
* | | initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig2019-05-141-7/+0
* | | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-072-2/+10
|\ \ \
| * | | syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-201-1/+1
| * | | nds32: define syscall_get_arch()Dmitry V. Levin2019-03-201-0/+9
| * | | Move EM_NDS32 to uapi/linux/elf-em.hDmitry V. Levin2019-03-201-2/+1
| |/ /
* | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-062-2/+1
|\ \ \
| * | | nds32/io: Remove useless definition of mmiowb()Will Deacon2019-04-081-2/+0
| * | | arch: Use asm-generic header for asm/mmiowb.hWill Deacon2019-04-081-0/+1
| |/ /
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-061-3/+0
|\ \ \
| * \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-04-101-51/+11
| |\ \ \ | | | |/ | | |/|
| * | | locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long2019-04-031-3/+0
| | |/ | |/|
* | | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-062-17/+0
|\ \ \ | |_|/ |/| |
| * | ia64/tlb: Eradicate tlb_migrate_finish() callbackPeter Zijlstra2019-04-031-1/+0
| * | arch/tlb: Clean up simple architecturesPeter Zijlstra2019-04-031-10/+0
| * | asm-generic/tlb, arch: Provide generic VIPT cache flushPeter Zijlstra2019-04-031-6/+0
| |/
* | syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)2019-04-051-24/+5
* | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-27/+6
|/
* kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-2/+0
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+12
* Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-03-091-1/+1
|\
| * fscrypt: remove filesystem specific build config optionChandan Rajendra2019-01-231-1/+1
* | arch: simplify several early memory allocationsMike Rapoport2019-03-071-8/+4
* | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-052-0/+3
|\ \