summaryrefslogtreecommitdiffstats
path: root/mm/mempolicy.c
Commit message (Expand)AuthorAge
* mm: export alloc_pages_vmaChristoph Hellwig2019-07-02
* mm/mempolicy.c: fix an incorrect rebind node in mpol_rebind_nodemaskzhong jiang2019-06-29
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 225Thomas Gleixner2019-05-30
* mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specifiedYang Shi2019-03-29
* mm, mempolicy: fix uninit memory accessVlastimil Babka2019-03-06
* mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-06
* numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODESRalph Campbell2019-02-21
* Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpm...David Rientjes2018-12-08
* mm, thp: restore node-local hugepage allocationsDavid Rientjes2018-12-05
* mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmaskMichal Hocko2018-11-03
* mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappingsAndrea Arcangeli2018-11-03
* mm/mempolicy.c: use match_string() helper to simplify the codezhong jiang2018-10-26
* userfaultfd: allow get_mempolicy(MPOL_F_NODE|MPOL_F_ADDR) to trigger userfaultsAndrea Arcangeli2018-10-26
* mm: access zone->node via zone_to_nid() and zone_set_nid()Pavel Tatashin2018-08-22
* mm: zero out the vma in vma_init()Andrew Morton2018-08-22
* mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov2018-07-26
* mm: unclutter THP migrationMichal Hocko2018-04-11
* mm, migrate: remove reason argument from new_page_tMichal Hocko2018-04-11
* mm, numa: rework do_pages_moveMichal Hocko2018-04-11
* Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-03
|\
| * mm: add kernel_[sg]et_mempolicy() helpers; remove in-kernel calls to syscallsDominik Brodowski2018-04-02
| * mm: add kernel_mbind() helper; remove in-kernel call to syscallDominik Brodowski2018-04-02
| * mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.cDominik Brodowski2018-04-02
* | mm/mempolicy.c: avoid use uninitialized preferred_nodeYisheng Xie2018-03-22
|/
* hugetlb, mbind: fall back to default policy if vma is NULLMichal Hocko2018-01-31
* hugetlb, mempolicy: fix the mbind hugetlb migrationMichal Hocko2018-01-31
* mm/mempolicy: add nodes_empty check in SYSC_migrate_pagesYisheng Xie2018-01-31
* mm/mempolicy: fix the check of nodemask from userYisheng Xie2018-01-31
* mm/mempolicy: remove redundant check in get_nodesYisheng Xie2018-01-31
* mm, sysctl: make NUMA stats configurableKemi Wang2017-11-15
* Unify migrate_pages and move_pages access checksOtto Ebeling2017-11-15
* mm/mempolicy: fix NUMA_INTERLEAVE_HIT counterAndrey Ryabinin2017-10-13
* mm/mempolicy.c: remove BUG_ON() checks for VMA inside mpol_misplaced()Anshuman Khandual2017-09-08
* mm: remove useless vma parameter to offset_il_nodeLaurent Dufour2017-09-08
* mm: mempolicy: mbind and migrate_pages support thp migrationNaoya Horiguchi2017-09-08
* mm: mempolicy: add queue_pages_required()Naoya Horiguchi2017-09-08
* mm/mempolicy: fix use after free when calling get_mempolicyzhong jiang2017-08-18
* mm, migration: do not trigger OOM killer when migrating memoryMichal Hocko2017-07-12
* mm, mempolicy: don't check cpuset seqlock where it doesn't matterVlastimil Babka2017-07-06
* mm, mempolicy: simplify rebinding mempolicies when updating cpusetsVlastimil Babka2017-07-06
* mm, page_alloc: pass preferred nid instead of zonelist to allocatorVlastimil Babka2017-07-06
* mm, mempolicy: stop adjusting current->il_next in mpol_rebind_nodemask()Vlastimil Babka2017-07-06
* mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls2017-04-08
* sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* mm/mempolicy.c: do not put mempolicy before using its nodemaskVlastimil Babka2017-01-24
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* mm/mempolicy.c: forbid static or relative flags for local NUMA modePiotr Kwapulinski2016-12-12
* mm, mempolicy: clean up __GFP_THISNODE confusion in policy_zonelistMichal Hocko2016-12-12