summaryrefslogtreecommitdiffstats
path: root/arch/nds32/kernel
AgeCommit message (Expand)AuthorLines
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-2/+2
2020-12-12nds32: add support for TIF_NOTIFY_SIGNALJens Axboe-2/+2
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)-2/+2
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+1
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+1
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe-3/+1
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-1/+1
2020-10-13h8300, nds32, openrisc: simplify detection of memory extentsMike Rapoport-6/+2
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+1
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig-1/+1
2020-09-07arch: vdso: add vdso linker script to 'targets' instead of extra-yMasahiro Yamada-1/+1
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-8/+8
2020-08-12nds32: use uaccess_kernel in show_regsChristoph Hellwig-1/+1
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-5/+4
2020-07-27nds32: switch to ->regset_get()Al Viro-5/+4
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner-3/+2
2020-07-04nds32: switch to copy_thread_tls()Christian Brauner-3/+4
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig-2/+3
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse-3/+3
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-2/+2
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov-7/+1
2020-06-09nds32: add show_stack_loglvl()Dmitry Safonov-7/+14
2020-06-09kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov-2/+2
2020-04-07kasan: stackdepot: move filter_irq_stacks() to stackdepot.cAlexander Potapenko-0/+1
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada-0/+2
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-5/+0
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+2
2020-01-14arch/nds32/setup: Drop dummy_con initializationArvind Sankar-5/+0
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar-1/+3
2019-12-10Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar-38/+37
2019-12-08sched/rt, nds32: Use CONFIG_PREEMPTIONThomas Gleixner-2/+2
2019-12-04nds32: use pgtable-nopmd instead of 4level-fixupMike Rapoport-1/+3
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds-32/+29
2019-11-30Merge tag 'nds32-for-linus-5.5-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds-4/+4
2019-11-27module: Remove set_all_modules_text_*()Peter Zijlstra-12/+0
2019-11-21nds32: Move static keyword to the front of declarationKrzysztof Wilczynski-1/+1
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig-4/+4
2019-11-15y2038: vdso: nds32: open-code timespec_add_ns()Arnd Bergmann-18/+15
2019-11-15y2038: vdso: change timespec to __kernel_old_timespecArnd Bergmann-11/+11
2019-11-15y2038: vdso: change timeval to __kernel_old_timevalArnd Bergmann-3/+3
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook-1/+1
2019-11-04vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook-1/+1
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAKees Cook-1/+0
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-6/+0
2019-08-29nds32: Mark expected switch fall-throughsGustavo A. R. Silva-0/+2
2019-08-29dma-mapping: make dma_atomic_pool_init self-containedChristoph Hellwig-6/+0
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-314/+11