aboutsummaryrefslogtreecommitdiff
path: root/arch/nds32/include
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsGravatar Mike Rapoport 1-14/+4
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEGravatar Mike Rapoport 1-2/+0
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 1-1/+0
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 2-3/+1
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageGravatar Christoph Hellwig 1-2/+2
2020-06-04kmap: consolidate kmap_prot definitionsGravatar Ira Weiny 1-1/+0
2020-06-04kmap: remove kmap_atomic_to_page()Gravatar Ira Weiny 1-1/+0
2020-06-04arch/kunmap_atomic: consolidate duplicate codeGravatar Ira Weiny 1-1/+0
2020-06-04arch/kmap_atomic: consolidate duplicate codeGravatar Ira Weiny 1-1/+0
2020-06-04arch/kunmap: remove duplicate kunmap implementationsGravatar Ira Weiny 1-3/+0
2020-06-04arch/kmap: remove redundant arch specific kmapsGravatar Ira Weiny 1-2/+0
2020-04-23arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Gravatar Masahiro Yamada 1-5/+3
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Gravatar Anshuman Khandual 1-9/+0
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSGravatar Anshuman Khandual 1-3/+0
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-21nds32: Remove mm.h from asm/uaccess.hGravatar Sebastian Andrzej Siewior 1-1/+0
2020-01-20Merge tag 'v5.5-rc7' into efi/core, to pick up fixesGravatar Ingo Molnar 2-5/+8
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-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Gravatar Ingo Molnar 1-0/+4
2019-12-04nds32: use pgtable-nopmd instead of 4level-fixupGravatar Mike Rapoport 4-18/+1
2019-11-12nds32: use generic ioremapGravatar Christoph Hellwig 2-3/+4
2019-11-11asm-generic: don't provide ioremap for CONFIG_MMUGravatar Christoph Hellwig 1-0/+2
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-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
2019-07-12nds32: switch to generic version of pte allocationGravatar Mike Rapoport 1-27/+4
2019-06-03Merge tag 'nds32-for-linux-5.2-rc3' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 8-25/+50
2019-05-31nds32: add new emulations for floating point instructionGravatar Vincent Chen 1-0/+12
2019-05-31nds32: Avoid IEX status being incorrectly modifiedGravatar Vincent Chen 7-25/+38
2019-05-30treewide: Add SPDX license identifier - KbuildGravatar Greg Kroah-Hartman 2-0/+2
2019-05-18arch: remove dangling asm-generic wrappersGravatar Masahiro Yamada 1-3/+0
2019-05-17Merge tag 'nds32-for-linus-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 48-58/+48
2019-05-16Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+0
2019-05-16nds32: Fix vDSO clock_getres()Gravatar Vincenzo Frascino 1-0/+1
2019-05-14arch: remove <asm/sizes.h> and <asm-generic/sizes.h>Gravatar Masahiro Yamada 1-1/+0
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Gravatar Masahiro Yamada 1-1/+1
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-2/+10
2019-05-07nds32: remove unused generic-y += cmpxchg-local.hGravatar Masahiro Yamada 1-1/+0
2019-05-07nds32: Use the correct style for SPDX License IdentifierGravatar Nishad Kamdar 47-47/+47
2019-05-07nds32: remove __virt_to_bus and __bus_to_virtGravatar Christoph Hellwig 1-8/+0
2019-05-07nds32/io: Remove useless definition of mmiowb()Gravatar Will Deacon 1-2/+0
2019-05-07nds32: Removed unused thread flag TIF_USEDFPUGravatar Julien Grall 1-2/+0
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 2-2/+1
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-17/+0
2019-04-23arch: mostly remove <asm/segment.h>Gravatar Christoph Hellwig 1-1/+0
2019-04-08nds32/io: Remove useless definition of mmiowb()Gravatar Will Deacon 1-2/+0