summaryrefslogtreecommitdiffstats
path: root/mm/mempolicy.c
AgeCommit message (Expand)Author
2020-04-08Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-04-07mm/mempolicy: Allow lookup_node() to handle fatal signalPeter Xu
2020-04-07mm: use fallthrough;Joe Perches
2020-04-07mm/mempolicy: add missing annotation for queue_pages_pmd()Jules Irenge
2020-04-07mm: merge parameters for change_protection()Peter Xu
2020-04-07mm: code cleanup for MADV_FREEHuang Ying
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual
2020-04-02mm: mempolicy: require at least one nodeid for MPOL_PREFERREDRandy Dunlap
2020-04-02mm: mempolicy: use VM_BUG_ON_VMA in queue_pages_test_walk()Yang Shi
2020-04-02mm/mempolicy: check hugepage migration is supported by arch in vma_migratable()Li Xinhai
2020-04-02mm/mempolicy: support MPOL_MF_STRICT for huge page mappingLi Xinhai
2020-02-17mm/numa: Skip NUMA_NO_NODE and online nodes in numa_map_to_online_node()Dan Williams
2020-02-17ACPI: NUMA: Up-level "map to online node" functionalityDan Williams
2020-01-31mm/mempolicy.c: fix out of bounds write in mpol_parse_str()Dan Carpenter
2020-01-13mm, thp: tweak reclaim/compaction effort of local-only and all-node allocationsVlastimil Babka
2019-12-01mm/mempolicy.c: fix checking unmapped holes for mbindLi Xinhai
2019-12-01mm/mempolicy.c: check range first in queue_pages_test_walkLi Xinhai
2019-11-15mm: mempolicy: fix the wrong return value and potential pages leak of mbindYang Shi
2019-09-28Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes)Linus Torvalds
2019-09-28mm, page_alloc: allow hugepage fallback to remote nodes when madvisedDavid Rientjes
2019-09-28Revert "Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_huge...David Rientjes
2019-09-28Revert "Revert "mm, thp: restore node-local hugepage allocations""David Rientjes
2019-09-25mm: untag user pointers passed to memory syscallsAndrey Konovalov
2019-09-24mm/mempolicy.c: remove unnecessary nodemask check in kernel_migrate_pages()Kefeng Wang
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig
2019-08-13Revert "mm, thp: restore node-local hugepage allocations"Andrea Arcangeli
2019-08-13Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_dir...Andrea Arcangeli
2019-08-13mm: mempolicy: handle vma with unmovable pages mapped correctly in mbindYang Shi
2019-08-13mm: mempolicy: make the behavior consistent when MPOL_MF_MOVE* and MPOL_MF_ST...Yang Shi
2019-07-02mm: export alloc_pages_vmaChristoph Hellwig
2019-06-29mm/mempolicy.c: fix an incorrect rebind node in mpol_rebind_nodemaskzhong jiang
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 225Thomas Gleixner
2019-03-29mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specifiedYang Shi
2019-03-05mm, mempolicy: fix uninit memory accessVlastimil Babka
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual
2019-02-21numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODESRalph Campbell
2018-12-08Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpm...David Rientjes
2018-12-05mm, thp: restore node-local hugepage allocationsDavid Rientjes
2018-11-03mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmaskMichal Hocko
2018-11-03mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappingsAndrea Arcangeli
2018-10-26mm/mempolicy.c: use match_string() helper to simplify the codezhong jiang
2018-10-26userfaultfd: allow get_mempolicy(MPOL_F_NODE|MPOL_F_ADDR) to trigger userfaultsAndrea Arcangeli
2018-08-22mm: access zone->node via zone_to_nid() and zone_set_nid()Pavel Tatashin
2018-08-22mm: zero out the vma in vma_init()Andrew Morton
2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov
2018-04-11mm: unclutter THP migrationMichal Hocko
2018-04-11mm, migrate: remove reason argument from new_page_tMichal Hocko
2018-04-11mm, numa: rework do_pages_moveMichal Hocko
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds