aboutsummaryrefslogtreecommitdiff
path: root/arch/nds32
AgeCommit message (Expand)AuthorFilesLines
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 2-12/+1
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-5/+5
2022-01-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-10/+8
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitGravatar Qi Zheng 1-10/+8
2022-01-12Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-25/+4
2022-01-08kbuild: do not quote string values in include/config/auto.confGravatar Masahiro Yamada 1-6/+1
2021-12-13exit: Add and use make_task_dead.Gravatar Eric W. Biederman 2-5/+5
2021-12-11nds32: remove unused BUILTIN_DTB from arch/nds32/MakefileGravatar Masahiro Yamada 1-6/+0
2021-11-17Add linux/cacheflush.hGravatar Matthew Wilcox (Oracle) 1-1/+0
2021-11-17perf: Drop dead and useless guest "support" from arm, csky, nds32 and riscvGravatar Sean Christopherson 1-30/+4
2021-11-17perf: Protect perf_guest_cbs with RCUGravatar Sean Christopherson 1-6/+11
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-6/+2
2021-11-10Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-22/+0
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 2-3/+5
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-5/+0
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-7/+2
2021-11-01Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+0
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-0/+1
2021-10-27ftrace/nds32: Update the proto for ftrace_trace_function to match ftrace_stubGravatar Steven Rostedt (VMware) 1-1/+1
2021-10-25irq: nds32: avoid CONFIG_HANDLE_DOMAIN_IRQGravatar Mark Rutland 1-1/+0
2021-10-24kbuild: use more subdir- for visiting subdirectories while cleaningGravatar Masahiro Yamada 2-3/+3
2021-10-20exit: Remove calls of do_exit after noreturn versions of dieGravatar Eric W. Biederman 2-6/+2
2021-10-18mm: Add flush_dcache_folio()Gravatar Matthew Wilcox (Oracle) 1-0/+1
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedGravatar Kees Cook 2-7/+2
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Gravatar Weizhao Ouyang 1-5/+0
2021-09-22isystem: delete global -isystem compile optionGravatar Alexey Dobriyan 1-0/+2
2021-09-14arch: remove unused function syscall_set_arguments()Gravatar Peter Collingbourne 1-22/+0
2021-09-08nds32/setup: remove unused memblock_region variable in setup_memory()Gravatar Mike Rapoport 1-1/+0
2021-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-5/+0
2021-09-08trap: cleanup trap_init()Gravatar Kefeng Wang 1-5/+0
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-3/+1
2021-09-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-11/+1
2021-09-03mm: remove flush_kernel_dcache_pageGravatar Christoph Hellwig 2-11/+1
2021-09-01Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+0
2021-08-16tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigGravatar Masahiro Yamada 1-3/+1
2021-07-30asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsGravatar Arnd Bergmann 1-2/+0
2021-07-21nds32: fix up stack guard gapGravatar Greg Kroah-Hartman 1-1/+1
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 2-0/+3
2021-07-08nds32: convert to setup_initial_init_mm()Gravatar Kefeng Wang 1-4/+1
2021-07-05nds32: add arch/nds32/boot/.gitignoreGravatar Masahiro Yamada 1-0/+2
2021-07-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-5/+0
2021-07-01mm/thp: define default pmd_pgtable()Gravatar Anshuman Khandual 1-5/+0
2021-06-29Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-6/+0
2021-06-29arch, mm: remove stale mentions of DISCONIGMEMGravatar Mike Rapoport 1-6/+0
2021-06-18sched: Introduce task_is_running()Gravatar Peter Zijlstra 1-1/+1
2021-05-26kbuild: require all architectures to have arch/$(SRCARCH)/KbuildGravatar Masahiro Yamada 1-0/+1
2021-05-03Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-1/+1
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+0
2021-04-30mm: move mem_init_print_info() into mm_init()Gravatar Kefeng Wang 1-1/+0
2021-04-09nds32: flush_dcache_page: use page_mapping_file to avoid races with swapoffGravatar Mike Rapoport 1-1/+1