summaryrefslogtreecommitdiffstats
path: root/mm/mempolicy.c
AgeCommit message (Expand)Author
2020-11-10mm: mempolicy: fix potential pte_unmap_unlock pte errorShijie Luo
2020-04-08mm: mempolicy: require at least one nodeid for MPOL_PREFERREDRandy Dunlap
2020-02-05mm/mempolicy.c: fix out of bounds write in mpol_parse_str()Dan Carpenter
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
2018-04-02mm: add kernel_[sg]et_mempolicy() helpers; remove in-kernel calls to syscallsDominik Brodowski
2018-04-02mm: add kernel_mbind() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.cDominik Brodowski
2018-03-22mm/mempolicy.c: avoid use uninitialized preferred_nodeYisheng Xie
2018-01-31hugetlb, mbind: fall back to default policy if vma is NULLMichal Hocko
2018-01-31hugetlb, mempolicy: fix the mbind hugetlb migrationMichal Hocko
2018-01-31mm/mempolicy: add nodes_empty check in SYSC_migrate_pagesYisheng Xie
2018-01-31mm/mempolicy: fix the check of nodemask from userYisheng Xie
2018-01-31mm/mempolicy: remove redundant check in get_nodesYisheng Xie
2017-11-15mm, sysctl: make NUMA stats configurableKemi Wang
2017-11-15Unify migrate_pages and move_pages access checksOtto Ebeling
2017-10-13mm/mempolicy: fix NUMA_INTERLEAVE_HIT counterAndrey Ryabinin
2017-09-08mm/mempolicy.c: remove BUG_ON() checks for VMA inside mpol_misplaced()Anshuman Khandual
2017-09-08mm: remove useless vma parameter to offset_il_nodeLaurent Dufour