aboutsummaryrefslogtreecommitdiff
path: root/arch/nds32
AgeCommit message (Expand)AuthorFilesLines
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Gravatar Anshuman Khandual 1-9/+0
2020-04-10mm/vma: introduce VM_ACCESS_FLAGSGravatar Anshuman Khandual 1-1/+1
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSGravatar Anshuman Khandual 1-3/+0
2020-04-07kasan: stackdepot: move filter_irq_stacks() to stackdepot.cGravatar Alexander Potapenko 1-0/+1
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 2-0/+2
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesGravatar Peter Xu 1-1/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTGravatar Peter Xu 1-1/+1
2020-04-02mm: introduce fault_signal_pending()Gravatar Peter Xu 1-1/+1
2020-04-02asm-generic: make more kernel-space headers mandatoryGravatar Masahiro Yamada 1-37/+0
2020-03-28Merge branch 'uaccess.futex' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Thomas Gleixner 1-4/+2
2020-03-27futex: arch_futex_atomic_op_inuser() calling conventions changeGravatar Al Viro 1-4/+2
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 2-0/+2
2020-03-21nds32: Remove mm.h from asm/uaccess.hGravatar Sebastian Andrzej Siewior 1-1/+0
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-5/+0
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-3/+3
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-12/+0
2020-01-20Merge tag 'v5.5-rc7' into perf/core, to pick up fixesGravatar Ingo Molnar 2-5/+8
2020-01-20Merge tag 'v5.5-rc7' into efi/core, to pick up fixesGravatar Ingo Molnar 2-5/+8
2020-01-14arch/nds32/setup: Drop dummy_con initializationGravatar Arvind Sankar 1-5/+0
2019-12-30nds32: fix build failure caused by page table folding updatesGravatar Mike Rapoport 1-1/+1
2019-12-30asm-generic/nds32: don't redefine cacheflush primitivesGravatar Mike Rapoport 1-4/+7
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesGravatar Ingo Molnar 9-35/+47
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Gravatar Ingo Molnar 1-0/+4
2019-12-10Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsGravatar Ingo Molnar 18-144/+92
2019-12-08sched/rt, nds32: Use CONFIG_PREEMPTIONGravatar Thomas Gleixner 2-3/+3
2019-12-04nds32: use pgtable-nopmd instead of 4level-fixupGravatar Mike Rapoport 9-35/+47
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-32/+29
2019-11-30Merge tag 'nds32-for-linus-5.5-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-7/+5
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Linus Torvalds 1-4/+4
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapGravatar Linus Torvalds 5-66/+7
2019-11-27module: Remove set_all_modules_text_*()Gravatar Peter Zijlstra 1-12/+0
2019-11-21nds32: Move static keyword to the front of declarationGravatar Krzysztof Wilczynski 1-1/+1
2019-11-21nds32: Fix typo in Kconfig.cpuGravatar Masanari Iida 1-4/+4
2019-11-21nds32: remove unneeded clean-files for DTBGravatar Masahiro Yamada 1-2/+0
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Gravatar Christoph Hellwig 1-4/+4
2019-11-15y2038: vdso: nds32: open-code timespec_add_ns()Gravatar Arnd Bergmann 1-18/+15
2019-11-15y2038: vdso: change timespec to __kernel_old_timespecGravatar Arnd Bergmann 1-11/+11
2019-11-15y2038: vdso: change timeval to __kernel_old_timevalGravatar Arnd Bergmann 1-3/+3
2019-11-12nds32: use generic ioremapGravatar Christoph Hellwig 5-67/+6
2019-11-11asm-generic: don't provide ioremap for CONFIG_MMUGravatar Christoph Hellwig 1-0/+2
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAGravatar Kees Cook 1-1/+1
2019-11-04vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAGravatar Kees Cook 1-1/+1
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAGravatar Kees Cook 1-1/+0
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Gravatar Mike Rapoport 1-2/+0
2019-09-24mm: remove quicklist page table cachesGravatar Nicholas Piggin 1-2/+0
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-6/+0
2019-08-29nds32: Mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+2
2019-08-29dma-mapping: make dma_atomic_pool_init self-containedGravatar Christoph Hellwig 1-6/+0
2019-07-25treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headersGravatar Masahiro Yamada 8-8/+8
2019-07-16nds32: fix asm/syscall.hGravatar Dmitry V. Levin 1-10/+17