aboutsummaryrefslogtreecommitdiff
path: root/arch/nds32/mm
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mmap locking API: convert mmap_sem commentsGravatar Michel Lespinasse 1-1/+1
2020-06-09mmap locking API: convert mmap_sem API commentsGravatar Michel Lespinasse 1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 1-6/+6
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEGravatar Mike Rapoport 2-16/+3
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 2-2/+0
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageGravatar Christoph Hellwig 1-1/+1
2020-06-08nds32: unexport flush_icache_pageGravatar Christoph Hellwig 1-1/+0
2020-06-04arch/kmap: define kmap_atomic_prot() for all arch'sGravatar Ira Weiny 1-3/+3
2020-06-04arch/kmap: don't hard code kmap_prot valuesGravatar Ira Weiny 1-1/+1
2020-06-04arch/kunmap_atomic: consolidate duplicate codeGravatar Ira Weiny 1-4/+2
2020-06-04arch/kmap_atomic: consolidate duplicate codeGravatar Ira Weiny 1-9/+2
2020-06-04arch/kunmap: remove duplicate kunmap implementationsGravatar Ira Weiny 1-10/+0
2020-06-04arch/kmap: remove redundant arch specific kmapsGravatar Ira Weiny 1-12/+0
2020-06-04arch/kmap: remove BUG_ON()Gravatar Ira Weiny 1-1/+1
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesGravatar Mike Rapoport 1-7/+4
2020-04-10mm/vma: introduce VM_ACCESS_FLAGSGravatar Anshuman Khandual 1-1/+1
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesGravatar Peter Xu 1-1/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTGravatar Peter Xu 1-1/+1
2020-04-02mm: introduce fault_signal_pending()Gravatar Peter Xu 1-1/+1
2019-12-04nds32: use pgtable-nopmd instead of 4level-fixupGravatar Mike Rapoport 4-16/+43
2019-11-12nds32: use generic ioremapGravatar Christoph Hellwig 2-64/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2019-05-29signal: Remove the task parameter from force_sig_faultGravatar Eric W. Biederman 1-2/+2
2019-05-29signal: Explicitly call force_sig_fault on currentGravatar Eric W. Biederman 1-2/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-17Merge tag 'nds32-for-linus-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2019-05-14init: provide a generic free_initmem implementationGravatar Mike Rapoport 1-5/+0
2019-05-14initramfs: provide a generic free_initrd_mem implementationGravatar Christoph Hellwig 1-7/+0
2019-05-07nds32: fix semicolon code style issueGravatar Yang Wei 1-1/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 1-0/+12
2019-03-07arch: simplify several early memory allocationsGravatar Mike Rapoport 1-8/+4
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-4/+4
2018-12-29Merge tag 'nds32-for-linus-4.21' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-5/+14
2018-11-26nds32: Remove phys_initrd_start and phys_initrd_sizeGravatar Florian Fainelli 1-2/+0
2018-11-06nds32: Perf portingGravatar Nickhu 1-4/+9
2018-11-06nds32: Fix gcc 8.0 compiler option incompatible.Gravatar Nickhu 1-1/+5
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 2-3/+2
2018-10-31memblock: rename free_all_bootmem to memblock_free_allGravatar Mike Rapoport 1-1/+1
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Gravatar Mike Rapoport 1-4/+4
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tGravatar Souptick Joarder 1-1/+1
2018-07-03nds32: To simplify the implementation of update_mmu_cache()Gravatar Greentime Hu 1-39/+8
2018-07-03nds32: To implement these icache invalidation APIs since nds32 cores don't snoopGravatar Greentime Hu 1-21/+32
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-13/+5
2018-05-23nds32: Disable local irq before calling cpu_dcache_wb_page in copy_user_highpageGravatar Vincent Chen 1-3/+1
2018-05-23nds32: Flush the cache of the page at vmaddr instead of kaddr in flush_anon_pageGravatar Vincent Chen 1-2/+7
2018-05-23nds32: Correct flush_dcache_page functionGravatar Vincent Chen 1-9/+12
2018-05-23nds32: Fix the unaligned access handlerGravatar Nickhu 1-2/+5
2018-05-23nds32: Renaming the file for unaligned accessGravatar Nickhu 1-1/+1
2018-05-23nds32: Fix the symbols undefined issue by exporting them.Gravatar Greentime Hu 2-0/+23
2018-05-23nds32: Fix xfs_buf built failed by export invalidate_kernel_vmap_range and fl...Gravatar Greentime Hu 1-0/+18