summaryrefslogtreecommitdiffstats
path: root/arch/nds32
Commit message (Expand)AuthorAgeFilesLines
* nds32: Remove the architectureAlan Kao2022-03-07159-15104/+0
* uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-255-25/+3
* uaccess: generalize access_ok()Arnd Bergmann2022-02-251-5/+2
* nds32: fix access_ok() checks in get/put_userArnd Bergmann2022-02-251-5/+17
* Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-01-192-12/+1
|\
| * kbuild: do not quote string values in include/config/auto.confMasahiro Yamada2022-01-081-6/+1
| * nds32: remove unused BUILTIN_DTB from arch/nds32/MakefileMasahiro Yamada2021-12-111-6/+0
* | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-172-5/+5
|\ \
| * | exit: Add and use make_task_dead.Eric W. Biederman2021-12-132-5/+5
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-10/+8
|\ \ \
| * | | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-10/+8
| | |/ | |/|
* | | Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-01-121-25/+4
|\ \ \ | |/ / |/| |
| * | perf: Drop dead and useless guest "support" from arm, csky, nds32 and riscvSean Christopherson2021-11-171-30/+4
| * | perf: Protect perf_guest_cbs with RCUSean Christopherson2021-11-171-6/+11
| |/
* / Add linux/cacheflush.hMatthew Wilcox (Oracle)2021-11-171-1/+0
|/
* Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-102-6/+2
|\
| * exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman2021-10-202-6/+2
* | Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-101-22/+0
|\ \
| * | arch: remove unused function syscall_set_arguments()Peter Collingbourne2021-09-141-22/+0
| |/
* | Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-11-082-3/+5
|\ \
| * | kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada2021-10-242-3/+3
| * | isystem: delete global -isystem compile optionAlexey Dobriyan2021-09-221-0/+2
| |/
* | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-011-5/+0
|\ \
| * | ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang2021-10-081-5/+0
| |/
* | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-012-7/+2
|\ \
| * | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-152-7/+2
| |/
* | Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-011-1/+0
|\ \
| * | irq: nds32: avoid CONFIG_HANDLE_DOMAIN_IRQMark Rutland2021-10-251-1/+0
| |/
* | Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2021-11-011-0/+1
|\ \
| * | mm: Add flush_dcache_folio()Matthew Wilcox (Oracle)2021-10-181-0/+1
| |/
* / ftrace/nds32: Update the proto for ftrace_trace_function to match ftrace_stubSteven Rostedt (VMware)2021-10-271-1/+1
|/
* nds32/setup: remove unused memblock_region variable in setup_memory()Mike Rapoport2021-09-081-1/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-5/+0
|\
| * trap: cleanup trap_init()Kefeng Wang2021-09-081-5/+0
* | Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-09-051-3/+1
|\ \
| * | tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada2021-08-161-3/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-032-11/+1
|\ \ \
| * | | mm: remove flush_kernel_dcache_pageChristoph Hellwig2021-09-032-11/+1
| | |/ | |/|
* | | Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-011-2/+0
|\ \ \ | |/ / |/| |
| * | asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann2021-07-301-2/+0
| |/
* / nds32: fix up stack guard gapGreg Kroah-Hartman2021-07-211-1/+1
|/
* Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-07-102-0/+3
|\
| * nds32: add arch/nds32/boot/.gitignoreMasahiro Yamada2021-07-051-0/+2
| * kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada2021-05-261-0/+1
* | nds32: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-5/+0
|\ \
| * | mm/thp: define default pmd_pgtable()Anshuman Khandual2021-07-011-5/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-6/+0
|\| |
| * | arch, mm: remove stale mentions of DISCONIGMEMMike Rapoport2021-06-291-6/+0
| |/
* / sched: Introduce task_is_running()Peter Zijlstra2021-06-181-1/+1
|/