summaryrefslogtreecommitdiffstats
path: root/arch/nds32
Commit message (Expand)AuthorAgeFilesLines
* mm/nds32: use general page fault accountingPeter Xu2020-08-121-16/+3
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig2020-08-121-4/+3
* uaccess: remove segment_eqChristoph Hellwig2020-08-121-1/+1
* nds32: use uaccess_kernel in show_regsChristoph Hellwig2020-08-121-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-071-0/+2
|\
| * asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport2020-08-071-0/+2
* | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-071-5/+4
|\ \ | |/ |/|
| * nds32: switch to ->regset_get()Al Viro2020-07-271-5/+4
* | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-3/+2
* | arch: remove HAVE_COPY_THREAD_TLSChristian Brauner2020-07-041-1/+0
* | nds32: switch to copy_thread_tls()Christian Brauner2020-07-042-3/+5
* | 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
|/