summaryrefslogtreecommitdiffstats
path: root/arch/nds32/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-1/+0
* nds32: flush_dcache_page: use page_mapping_file to avoid races with swapoffMike Rapoport2021-04-091-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-3/+3
|\
| * mm: memcontrol: account pagetables per nodeShakeel Butt2020-12-151-3/+3
* | nds32/mm/highmem: Switch to generic kmap atomicThomas Gleixner2020-11-062-49/+0
|/
* 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
* asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport2020-08-071-0/+2
* 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-091-6/+6
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-092-16/+3
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-092-2/+0
* mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig2020-06-081-1/+1
* nds32: unexport flush_icache_pageChristoph Hellwig2020-06-081-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-041-4/+2
* arch/kmap_atomic: consolidate duplicate codeIra Weiny2020-06-041-9/+2
* arch/kunmap: remove duplicate kunmap implementationsIra Weiny2020-06-041-10/+0
* arch/kmap: remove redundant arch specific kmapsIra Weiny2020-06-041-12/+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
* mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual2020-04-101-1/+1
* 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
* nds32: use pgtable-nopmd instead of 4level-fixupMike Rapoport2019-12-044-16/+43
* nds32: use generic ioremapChristoph Hellwig2019-11-122-64/+1
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-2/+2
|\
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-2/+2
| * signal: Explicitly call force_sig_fault on currentEric W. Biederman2019-05-291-2/+2
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* Merge tag 'nds32-for-linus-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-171-1/+1
|\
| * nds32: fix semicolon code style issueYang Wei2019-05-071-1/+1
* | init: provide a generic free_initmem implementationMike Rapoport2019-05-141-5/+0
* | initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig2019-05-141-7/+0
|/
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+12
* arch: simplify several early memory allocationsMike Rapoport2019-03-071-8/+4
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-4/+4
* Merge tag 'nds32-for-linus-4.21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-292-5/+14
|\
| * nds32: Perf portingNickhu2018-11-061-4/+9
| * nds32: Fix gcc 8.0 compiler option incompatible.Nickhu2018-11-061-1/+5
* | nds32: Remove phys_initrd_start and phys_initrd_sizeFlorian Fainelli2018-11-261-2/+0
|/
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-312-3/+2
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2018-10-311-4/+4
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-1/+1
* nds32: To simplify the implementation of update_mmu_cache()Greentime Hu2018-07-031-39/+8