summaryrefslogtreecommitdiff
path: root/arch/nds32/kernel
AgeCommit message (Expand)Author
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-10-27ftrace/nds32: Update the proto for ftrace_trace_function to match ftrace_stubSteven Rostedt (VMware)
2021-10-20exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang
2021-09-08nds32/setup: remove unused memblock_region variable in setup_memory()Mike Rapoport
2021-09-08trap: cleanup trap_init()Kefeng Wang
2021-07-08nds32: convert to setup_initial_init_mm()Kefeng Wang
2021-06-18sched: Introduce task_is_running()Peter Zijlstra
2021-03-23tracing: Fix various typos in commentsIngo Molnar
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-25nds32: Fix bogus reference to <asm/procinfo.h>Geert Uytterhoeven
2021-02-25nds32: use get_kernel_nofault in dump_memChristoph Hellwig
2021-02-25nds32: remove dump_instrChristoph Hellwig
2021-02-25nds32: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2020-12-12nds32: add support for TIF_NOTIFY_SIGNALJens Axboe
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-10-13h8300, nds32, openrisc: simplify detection of memory extentsMike Rapoport
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig
2020-09-07arch: vdso: add vdso linker script to 'targets' instead of extra-yMasahiro Yamada
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-12nds32: use uaccess_kernel in show_regsChristoph Hellwig
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-07-27nds32: switch to ->regset_get()Al Viro
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner
2020-07-04nds32: switch to copy_thread_tls()Christian Brauner
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov
2020-06-09nds32: add show_stack_loglvl()Dmitry Safonov
2020-06-09kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov
2020-04-07kasan: stackdepot: move filter_irq_stacks() to stackdepot.cAlexander Potapenko
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-01-14arch/nds32/setup: Drop dummy_con initializationArvind Sankar
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar
2019-12-10Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar