summaryrefslogtreecommitdiffstats
path: root/arch/nds32/kernel
Commit message (Expand)AuthorAgeFilesLines
* tracing: Fix various typos in commentsIngo Molnar2021-03-231-1/+1
* Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-271-1/+1
|\
| * arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-211-1/+1
* | nds32: Fix bogus reference to <asm/procinfo.h>Geert Uytterhoeven2021-02-251-1/+1
* | nds32: use get_kernel_nofault in dump_memChristoph Hellwig2021-02-251-12/+3
* | nds32: remove dump_instrChristoph Hellwig2021-02-251-35/+0
* | nds32: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven2021-02-251-1/+1
|/
* Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-12-171-2/+2
|\
| * ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)2020-11-131-2/+2
* | nds32: add support for TIF_NOTIFY_SIGNALJens Axboe2020-12-122-2/+2
|/
* Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-3/+1
|\
| * tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-3/+1
* | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-221-1/+1
|\ \ | |/ |/|
| * arch: vdso: add vdso linker script to 'targets' instead of extra-yMasahiro Yamada2020-09-071-1/+1
* | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-1/+1
|\ \
| * | dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
* | | h8300, nds32, openrisc: simplify detection of memory extentsMike Rapoport2020-10-131-6/+2
* | | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-0/+1
|\ \ \ | |/ / |/| |
| * | vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2020-09-011-0/+1
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-8/+8
|/
* nds32: use uaccess_kernel in show_regsChristoph Hellwig2020-08-121-1/+1
* Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-071-5/+4
|\
| * nds32: switch to ->regset_get()Al Viro2020-07-271-5/+4
* | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-3/+2
* | nds32: switch to copy_thread_tls()Christian Brauner2020-07-041-3/+4
* | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-2/+3
|/
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-3/+3
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-092-2/+2
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-7/+1
* nds32: add show_stack_loglvl()Dmitry Safonov2020-06-091-7/+14
* kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov2020-06-091-2/+2
* kasan: stackdepot: move filter_irq_stacks() to stackdepot.cAlexander Potapenko2020-04-071-0/+1
* .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-252-0/+2
* Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-291-5/+0
|\
| * arch/nds32/setup: Drop dummy_con initializationArvind Sankar2020-01-141-5/+0
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-281-2/+2
|\ \
| * | Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar2019-12-251-1/+3
| |\|
| * | sched/rt, nds32: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-081-2/+2
* | | Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar2019-12-104-38/+37
|\ \ \ | | |/ | |/|
| * | nds32: use pgtable-nopmd instead of 4level-fixupMike Rapoport2019-12-041-1/+3
| |/
| * Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-011-32/+29
| |\
| | * y2038: vdso: nds32: open-code timespec_add_ns()Arnd Bergmann2019-11-151-18/+15
| | * y2038: vdso: change timespec to __kernel_old_timespecArnd Bergmann2019-11-151-11/+11
| | * y2038: vdso: change timeval to __kernel_old_timevalArnd Bergmann2019-11-151-3/+3
| * | Merge tag 'nds32-for-linus-5.5-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-11-301-1/+1
| |\ \
| | * | nds32: Move static keyword to the front of declarationKrzysztof Wilczynski2019-11-211-1/+1
| | |/
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-4/+4
| |\ \
| | * | dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-4/+4
| | |/
* | / module: Remove set_all_modules_text_*()Peter Zijlstra2019-11-271-12/+0
|/ /