summaryrefslogtreecommitdiffstats
path: root/arch/nds32
Commit message (Expand)AuthorAgeFilesLines
* maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-2/+3
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-092-9/+9
* 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-093-18/+3
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-092-2/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-094-5/+3
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-092-2/+0
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-7/+1
* nds32: add show_stack_loglvl()Dmitry Safonov2020-06-091-7/+14
* kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov2020-06-091-2/+2
* mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig2020-06-082-3/+3
* nds32: unexport flush_icache_pageChristoph Hellwig2020-06-081-1/+0
* kmap: consolidate kmap_prot definitionsIra Weiny2020-06-041-1/+0
* kmap: remove kmap_atomic_to_page()Ira Weiny2020-06-041-1/+0
* arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny2020-06-041-3/+3
* arch/kmap: don't hard code kmap_prot valuesIra Weiny2020-06-041-1/+1
* arch/kunmap_atomic: consolidate duplicate codeIra Weiny2020-06-042-5/+2
* arch/kmap_atomic: consolidate duplicate codeIra Weiny2020-06-042-10/+2
* arch/kunmap: remove duplicate kunmap implementationsIra Weiny2020-06-042-13/+0
* arch/kmap: remove redundant arch specific kmapsIra Weiny2020-06-042-14/+0
* arch/kmap: remove BUG_ON()Ira Weiny2020-06-041-1/+1
* mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport2020-06-031-7/+4
* 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: introduce VM_ACCESS_FLAGSAnshuman Khandual2020-04-101-1/+1
* mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-101-3/+0
* kasan: stackdepot: move filter_irq_stacks() to stackdepot.cAlexander Potapenko2020-04-071-0/+1
* Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-032-0/+2
|\
| * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-252-0/+2
* | mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-1/+0
* | mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
* | mm: introduce fault_signal_pending()Peter Xu2020-04-021-1/+1
* | 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 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-291-5/+0
|\
| * arch/nds32/setup: Drop dummy_con initializationArvind Sankar2020-01-141-5/+0
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-282-3/+3
|\ \
| * | Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar2019-12-259-35/+47
| |\|
| * | sched/rt, nds32: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-082-3/+3
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-281-12/+0
|\ \ \
| * \ \ Merge tag 'v5.5-rc7' into perf/core, to pick up fixesIngo Molnar2020-01-202-5/+8
| |\ \ \
| * \ \ \ Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar2019-12-1018-144/+92
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | module: Remove set_all_modules_text_*()Peter Zijlstra2019-11-271-12/+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
| | |/ / | |/| |