aboutsummaryrefslogtreecommitdiff
path: root/mm/mempolicy.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-11mm: unclutter THP migrationGravatar Michal Hocko 1-28/+3
2018-04-11mm, migrate: remove reason argument from new_page_tGravatar Michal Hocko 1-3/+3
2018-04-11mm, numa: rework do_pages_moveGravatar Michal Hocko 1-2/+3
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-15/+77
2018-04-02mm: add kernel_[sg]et_mempolicy() helpers; remove in-kernel calls to syscallsGravatar Dominik Brodowski 1-7/+22
2018-04-02mm: add kernel_mbind() helper; remove in-kernel call to syscallGravatar Dominik Brodowski 1-4/+11
2018-04-02mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.cGravatar Dominik Brodowski 1-4/+44
2018-03-22mm/mempolicy.c: avoid use uninitialized preferred_nodeGravatar Yisheng Xie 1-0/+3
2018-01-31hugetlb, mbind: fall back to default policy if vma is NULLGravatar Michal Hocko 1-1/+2
2018-01-31hugetlb, mempolicy: fix the mbind hugetlb migrationGravatar Michal Hocko 1-2/+1
2018-01-31mm/mempolicy: add nodes_empty check in SYSC_migrate_pagesGravatar Yisheng Xie 1-3/+7
2018-01-31mm/mempolicy: fix the check of nodemask from userGravatar Yisheng Xie 1-3/+20
2018-01-31mm/mempolicy: remove redundant check in get_nodesGravatar Yisheng Xie 1-2/+0
2017-11-15mm, sysctl: make NUMA stats configurableGravatar Kemi Wang 1-0/+3
2017-11-15Unify migrate_pages and move_pages access checksGravatar Otto Ebeling 1-9/+4
2017-10-13mm/mempolicy: fix NUMA_INTERLEAVE_HIT counterGravatar Andrey Ryabinin 1-2/+5
2017-09-08mm/mempolicy.c: remove BUG_ON() checks for VMA inside mpol_misplaced()Gravatar Anshuman Khandual 1-5/+0
2017-09-08mm: remove useless vma parameter to offset_il_nodeGravatar Laurent Dufour 1-4/+3
2017-09-08mm: mempolicy: mbind and migrate_pages support thp migrationGravatar Naoya Horiguchi 1-29/+79
2017-09-08mm: mempolicy: add queue_pages_required()Gravatar Naoya Horiguchi 1-5/+17
2017-08-18mm/mempolicy: fix use after free when calling get_mempolicyGravatar zhong jiang 1-5/+0
2017-07-12mm, migration: do not trigger OOM killer when migrating memoryGravatar Michal Hocko 1-1/+2
2017-07-06mm, mempolicy: don't check cpuset seqlock where it doesn't matterGravatar Vlastimil Babka 1-16/+0
2017-07-06mm, mempolicy: simplify rebinding mempolicies when updating cpusetsGravatar Vlastimil Babka 1-84/+18
2017-07-06mm, page_alloc: pass preferred nid instead of zonelist to allocatorGravatar Vlastimil Babka 1-22/+19
2017-07-06mm, mempolicy: stop adjusting current->il_next in mpol_rebind_nodemask()Gravatar Vlastimil Babka 1-15/+7
2017-04-08mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Gravatar Chris Salls 1-12/+8
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-01-24mm/mempolicy.c: do not put mempolicy before using its nodemaskGravatar Vlastimil Babka 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-12mm/mempolicy.c: forbid static or relative flags for local NUMA modeGravatar Piotr Kwapulinski 1-1/+3
2016-12-12mm, mempolicy: clean up __GFP_THISNODE confusion in policy_zonelistGravatar Michal Hocko 1-16/+8
2016-12-12mm, thp: avoid unlikely branches for split_huge_pmdGravatar David Rientjes 1-1/+1
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsGravatar Lorenzo Stoakes 1-1/+1
2016-10-07mm: use zonelist name instead of using hardcoded indexGravatar Aneesh Kumar K.V 1-1/+1
2016-09-01mm, mempolicy: task->mempolicy must be NULL before dropping final referenceGravatar David Rientjes 1-0/+17
2016-07-28mm, vmscan: move LRU lists to nodeGravatar Mel Gorman 1-1/+1
2016-07-26shmem: add huge pages supportGravatar Kirill A. Shutemov 1-1/+1
2016-07-26mm: thp: check pmd_trans_unstable() after split_huge_pmd()Gravatar Naoya Horiguchi 1-0/+2
2016-05-19mm, page_alloc: avoid looking up the first zone in a zonelist twiceGravatar Mel Gorman 1-9/+10
2016-05-19mm/mempolicy.c:offset_il_node() document and clarifyGravatar Andrew Morton 1-9/+11
2016-05-19include/linux/nodemask.h: create next_node_in() helperGravatar Andrew Morton 1-22/+2
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+3
2016-03-17mm: coalesce split stringsGravatar Joe Perches 1-3/+1
2016-03-15mm/mempolicy.c: skip VM_HUGETLB and VM_MIXEDMAP VMA for lazy mbindGravatar Liang Chen 1-1/+3
2016-03-09mm, thp: fix migration of PTE-mapped transparent huge pagesGravatar Kirill A. Shutemov 1-1/+1
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmGravatar Dave Hansen 1-3/+3
2016-02-05mempolicy: do not try to queue pages from !vma_migratable()Gravatar Kirill A. Shutemov 1-9/+5