summaryrefslogtreecommitdiffstats
path: root/mm/mempolicy.c
Commit message (Expand)AuthorAgeFilesLines
* mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)2020-08-141-1/+1
* mm/mempolicy: use a standard migration target allocation callbackJoonsoo Kim2020-08-121-25/+6
* mm/hugetlb: unify migration callbacksJoonsoo Kim2020-08-121-4/+6
* mm/mempolicy.c: check parameters first in kernel_get_mempolicyWenchao Hao2020-08-121-2/+2
* mm: mempolicy: fix kerneldoc of numa_map_to_online_node()Krzysztof Kozlowski2020-08-121-1/+1
* mm/hugetlb: add mempolicy check in the reservation routineMuchun Song2020-08-121-1/+1
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-2/+2
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-6/+6
* 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-11/+11
* mm, mempolicy: fix up gup usage in lookup_nodeMichal Hocko2020-06-031-4/+1
* Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-081-0/+26
|\
| * mm/numa: Skip NUMA_NO_NODE and online nodes in numa_map_to_online_node()Dan Williams2020-02-171-12/+8
| * ACPI: NUMA: Up-level "map to online node" functionalityDan Williams2020-02-171-0/+30
* | mm/mempolicy: Allow lookup_node() to handle fatal signalPeter Xu2020-04-071-2/+5
* | mm: use fallthrough;Joe Perches2020-04-071-3/+0
* | mm/mempolicy: add missing annotation for queue_pages_pmd()Jules Irenge2020-04-071-0/+1
* | mm: merge parameters for change_protection()Peter Xu2020-04-071-1/+1
* | mm: code cleanup for MADV_FREEHuang Ying2020-04-071-1/+1
* | mm/vma: make vma_is_accessible() available for general useAnshuman Khandual2020-04-071-2/+1
* | mm: mempolicy: require at least one nodeid for MPOL_PREFERREDRandy Dunlap2020-04-021-1/+5
* | mm: mempolicy: use VM_BUG_ON_VMA in queue_pages_test_walk()Yang Shi2020-04-021-1/+1
* | mm/mempolicy: check hugepage migration is supported by arch in vma_migratable()Li Xinhai2020-04-021-0/+28
* | mm/mempolicy: support MPOL_MF_STRICT for huge page mappingLi Xinhai2020-04-021-4/+33
|/
* mm/mempolicy.c: fix out of bounds write in mpol_parse_str()Dan Carpenter2020-01-311-3/+3
* mm, thp: tweak reclaim/compaction effort of local-only and all-node allocationsVlastimil Babka2020-01-131-3/+7
* mm/mempolicy.c: fix checking unmapped holes for mbindLi Xinhai2019-12-011-13/+27
* mm/mempolicy.c: check range first in queue_pages_test_walkLi Xinhai2019-12-011-9/+10
* mm: mempolicy: fix the wrong return value and potential pages leak of mbindYang Shi2019-11-151-5/+9
* Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes)Linus Torvalds2019-09-281-4/+41
|\
| * mm, page_alloc: allow hugepage fallback to remote nodes when madvisedDavid Rientjes2019-09-281-0/+11
| * Revert "Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_huge...David Rientjes2019-09-281-3/+29
| * Revert "Revert "mm, thp: restore node-local hugepage allocations""David Rientjes2019-09-281-1/+1
* | mm: untag user pointers passed to memory syscallsAndrey Konovalov2019-09-251-0/+3
* | mm/mempolicy.c: remove unnecessary nodemask check in kernel_migrate_pages()Kefeng Wang2019-09-241-4/+0
* | pagewalk: separate function pointers from iterator dataChristoph Hellwig2019-09-071-8/+7
* | mm: split out a new pagewalk.h header from mm.hChristoph Hellwig2019-09-071-1/+1
|/
* Revert "mm, thp: restore node-local hugepage allocations"Andrea Arcangeli2019-08-131-1/+1
* Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_dir...Andrea Arcangeli2019-08-131-29/+3
* mm: mempolicy: handle vma with unmovable pages mapped correctly in mbindYang Shi2019-08-131-7/+25
* mm: mempolicy: make the behavior consistent when MPOL_MF_MOVE* and MPOL_MF_ST...Yang Shi2019-08-131-20/+48
* mm: export alloc_pages_vmaChristoph Hellwig2019-07-021-0/+1
* mm/mempolicy.c: fix an incorrect rebind node in mpol_rebind_nodemaskzhong jiang2019-06-291-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 225Thomas Gleixner2019-05-301-1/+1
* mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specifiedYang Shi2019-03-291-7/+33
* mm, mempolicy: fix uninit memory accessVlastimil Babka2019-03-051-1/+1
* mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-051-1/+1
* numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODESRalph Campbell2019-02-211-3/+3
* Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpm...David Rientjes2018-12-081-3/+29
* mm, thp: restore node-local hugepage allocationsDavid Rientjes2018-12-051-1/+1