aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nds32/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-03mm: remove flush_kernel_dcache_pageChristoph Hellwig1-2/+1
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual1-5/+0
2021-06-29arch, mm: remove stale mentions of DISCONIGMEMMike Rapoport1-6/+0
2021-03-27whack-a-mole: kill strlen_user() (again)Al Viro1-1/+0
2020-12-29local64.h: make <asm/local64.h> mandatoryRandy Dunlap1-1/+0
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-8/+2
2020-12-15Merge branch 'regset.followup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2020-12-12nds32: add support for TIF_NOTIFY_SIGNALJens Axboe1-0/+2
2020-11-06nds32/mm/highmem: Switch to generic kmap atomicThomas Gleixner2-8/+18
2020-10-27nds32: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin1-8/+2
2020-10-25whack-a-mole: USE_ELF_CORE_DUMPAl Viro1-1/+0
2020-08-26nds32: Implement arch_irqs_disabled()Peter Zijlstra1-0/+5
2020-08-12uaccess: remove segment_eqChristoph Hellwig1-1/+1
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-14/+4
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport1-2/+0
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+0
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport2-3/+1
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig1-2/+2
2020-06-04kmap: consolidate kmap_prot definitionsIra Weiny1-1/+0
2020-06-04kmap: remove kmap_atomic_to_page()Ira Weiny1-1/+0
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny1-1/+0
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny1-1/+0
2020-06-04arch/kunmap: remove duplicate kunmap implementationsIra Weiny1-3/+0
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny1-2/+0
2020-04-23arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada1-5/+3
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual1-9/+0
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual1-3/+0
2020-04-02asm-generic: make more kernel-space headers mandatoryMasahiro Yamada1-37/+0
2020-03-28Merge branch 'uaccess.futex' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into locking/coreThomas Gleixner1-4/+2
2020-03-27futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro1-4/+2
2020-03-21nds32: Remove mm.h from asm/uaccess.hSebastian Andrzej Siewior1-1/+0
2020-01-20Merge tag 'v5.5-rc7' into efi/core, to pick up fixesIngo Molnar2-5/+8
2019-12-30nds32: fix build failure caused by page table folding updatesMike Rapoport1-1/+1
2019-12-30asm-generic/nds32: don't redefine cacheflush primitivesMike Rapoport1-4/+7
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmalloc.h>Ingo Molnar1-0/+4
2019-12-04nds32: use pgtable-nopmd instead of 4level-fixupMike Rapoport4-18/+1
2019-11-12nds32: use generic ioremapChristoph Hellwig2-3/+4
2019-11-11asm-generic: don't provide ioremap for CONFIG_MMUChristoph Hellwig1-0/+2
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-2/+0
2019-09-24mm: remove quicklist page table cachesNicholas Piggin1-2/+0
2019-07-25treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headersMasahiro Yamada8-8/+8
2019-07-16nds32: fix asm/syscall.hDmitry V. Levin1-10/+17
2019-07-12nds32: switch to generic version of pte allocationMike Rapoport1-27/+4
2019-06-03Merge tag 'nds32-for-linux-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greentime/linuxLinus Torvalds8-25/+50
2019-05-31nds32: add new emulations for floating point instructionVincent Chen1-0/+12
2019-05-31nds32: Avoid IEX status being incorrectly modifiedVincent Chen7-25/+38
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2-0/+2
2019-05-18arch: remove dangling asm-generic wrappersMasahiro Yamada1-3/+0
2019-05-17Merge tag 'nds32-for-linus-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greentime/linuxLinus Torvalds48-58/+48