summaryrefslogtreecommitdiffstats
path: root/arch/nds32/include
Commit message (Expand)AuthorAgeFilesLines
* nds32/mm/highmem: Switch to generic kmap atomicThomas Gleixner2020-11-062-8/+18
* nds32: Implement arch_irqs_disabled()Peter Zijlstra2020-08-261-0/+5
* uaccess: remove segment_eqChristoph Hellwig2020-08-121-1/+1
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-14/+4
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-091-2/+0
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+0
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-092-3/+1
* mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig2020-06-081-2/+2
* kmap: consolidate kmap_prot definitionsIra Weiny2020-06-041-1/+0
* kmap: remove kmap_atomic_to_page()Ira Weiny2020-06-041-1/+0
* arch/kunmap_atomic: consolidate duplicate codeIra Weiny2020-06-041-1/+0
* arch/kmap_atomic: consolidate duplicate codeIra Weiny2020-06-041-1/+0
* arch/kunmap: remove duplicate kunmap implementationsIra Weiny2020-06-041-3/+0
* arch/kmap: remove redundant arch specific kmapsIra Weiny2020-06-041-2/+0
* arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada2020-04-231-5/+3
* mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual2020-04-101-9/+0
* mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-101-3/+0
* asm-generic: make more kernel-space headers mandatoryMasahiro Yamada2020-04-021-37/+0
* Merge branch 'uaccess.futex' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner2020-03-281-4/+2
|\
| * futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro2020-03-271-4/+2
* | nds32: Remove mm.h from asm/uaccess.hSebastian Andrzej Siewior2020-03-211-1/+0
|/
* Merge tag 'v5.5-rc7' into efi/core, to pick up fixesIngo Molnar2020-01-202-5/+8
|\
| * nds32: fix build failure caused by page table folding updatesMike Rapoport2019-12-301-1/+1
| * asm-generic/nds32: don't redefine cacheflush primitivesMike Rapoport2019-12-301-4/+7
* | mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar2019-12-101-0/+4
|/
* nds32: use pgtable-nopmd instead of 4level-fixupMike Rapoport2019-12-044-18/+1
* nds32: use generic ioremapChristoph Hellwig2019-11-122-3/+4
* asm-generic: don't provide ioremap for CONFIG_MMUChristoph Hellwig2019-11-111-0/+2
* mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-241-2/+0
* mm: remove quicklist page table cachesNicholas Piggin2019-09-241-2/+0
* treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headersMasahiro Yamada2019-07-258-8/+8
* nds32: fix asm/syscall.hDmitry V. Levin2019-07-161-10/+17
* nds32: switch to generic version of pte allocationMike Rapoport2019-07-121-27/+4
* Merge tag 'nds32-for-linux-5.2-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-038-25/+50
|\
| * nds32: add new emulations for floating point instructionVincent Chen2019-05-311-0/+12
| * nds32: Avoid IEX status being incorrectly modifiedVincent Chen2019-05-317-25/+38
* | treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-302-0/+2
|/
* arch: remove dangling asm-generic wrappersMasahiro Yamada2019-05-181-3/+0
* Merge tag 'nds32-for-linus-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-1748-58/+48
|\
| * nds32: Fix vDSO clock_getres()Vincenzo Frascino2019-05-161-0/+1
| * nds32: remove unused generic-y += cmpxchg-local.hMasahiro Yamada2019-05-071-1/+0
| * nds32: Use the correct style for SPDX License IdentifierNishad Kamdar2019-05-0747-47/+47
| * nds32: remove __virt_to_bus and __bus_to_virtChristoph Hellwig2019-05-071-8/+0
| * nds32/io: Remove useless definition of mmiowb()Will Deacon2019-05-071-2/+0
| * nds32: Removed unused thread flag TIF_USEDFPUJulien Grall2019-05-071-2/+0
* | Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-161-1/+0
|\ \
| * | arch: mostly remove <asm/segment.h>Christoph Hellwig2019-04-231-1/+0
* | | arch: remove <asm/sizes.h> and <asm-generic/sizes.h>Masahiro Yamada2019-05-141-1/+0
* | | treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada2019-05-141-1/+1
* | | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-072-2/+10
|\ \ \