summaryrefslogtreecommitdiff
path: root/mm/mempolicy.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-27mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specifiedYang Shi1-2/+6
2019-03-23numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODESRalph Campbell1-3/+3
2018-12-17mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2018-11-21mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappingsAndrea Arcangeli1-2/+30
2018-05-30mm/mempolicy.c: avoid use uninitialized preferred_nodeYisheng Xie1-0/+3
2018-05-30mm/mempolicy: add nodes_empty check in SYSC_migrate_pagesYisheng Xie1-3/+7
2018-05-30mm/mempolicy: fix the check of nodemask from userYisheng Xie1-3/+20
2017-08-25mm/mempolicy: fix use after free when calling get_mempolicyzhong jiang1-5/+0
2017-04-12mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls1-12/+8
2017-02-01mm/mempolicy.c: do not put mempolicy before using its nodemaskVlastimil Babka1-1/+1
2015-09-09mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka1-2/+2
2015-09-09mm/mempolicy.c: get rid of duplicated check for vma(VM_PFNMAP) in queue_pages...Aristeu Rozanski1-3/+0
2015-09-05userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxAndrea Arcangeli1-2/+2
2015-06-25mm, thp: respect MPOL_PREFERRED policy with non-local nodeVlastimil Babka1-16/+22
2015-05-15mm, numa: really disable NUMA balancing by default on single node machinesMel Gorman1-1/+1
2015-04-15mm, thp: really limit transparent hugepage allocation to local nodeDavid Rientjes1-1/+2
2015-04-15mm, mempolicy: migrate_to_node should only migrate to nodeDavid Rientjes1-1/+2
2015-02-14mm: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-4/+3
2015-02-13mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman1-1/+1
2015-02-12mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP)Naoya Horiguchi1-0/+3
2015-02-12mempolicy: apply page table walker on queue_pages_range()Naoya Horiguchi1-136/+92
2015-02-12mm/mempolicy.c: merge alloc_hugepage_vma to alloc_pages_vmaVlastimil Babka1-85/+33
2015-02-12mm/thp: allocate transparent hugepages on local nodeAneesh Kumar K.V1-0/+72
2014-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+0
2014-12-19mm/mempolicy.c: remove unnecessary is_valid_nodemask()Zhihui Zhang1-8/+2
2014-12-17vm_area_operations: kill ->migrate()Al Viro1-5/+0
2014-10-10mm: mempolicy: skip inaccessible VMAs when setting MPOL_MF_LAZYMel Gorman1-1/+3
2014-10-10mempolicy: unexport get_vma_policy() and remove its "task" argOleg Nesterov1-11/+8
2014-10-10mempolicy: kill do_set_mempolicy()->down_write(&mm->mmap_sem)Oleg Nesterov1-14/+1
2014-10-10mempolicy: introduce __get_vma_policy(), export get_task_policy()Oleg Nesterov1-18/+26
2014-10-10mempolicy: remove the "task" arg of vma_policy_mof() and simplify itOleg Nesterov1-14/+11
2014-10-10mempolicy: sanitize the usage of get_task_policy()Oleg Nesterov1-11/+14
2014-10-10mempolicy: change get_task_policy() to return default_policy rather than NULLOleg Nesterov1-18/+13
2014-10-10mempolicy: change alloc_pages_vma() to use mpol_cond_put()Oleg Nesterov1-2/+1
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+0
2014-06-25cpuset,mempolicy: fix sleeping function called from invalid contextGu Zheng1-2/+0
2014-06-24mm: fix crashes from mbind() merging vmasHugh Dickins1-26/+20
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds1-16/+19
2014-06-07mm: convert some level-less printks to pr_*Mitchel Humpherys1-1/+4
2014-06-07mm: add !pte_present() check on existing hugetlb_entry callbacksNaoya Horiguchi1-1/+5
2014-06-05mm, migration: add destination page freeing callbackDavid Rientjes1-2/+2
2014-06-05mm/mempolicy.c: parameter doc uniformizationFabian Frederick1-11/+11
2014-06-05mm: constify nmask argument to set_mempolicy()Rasmus Villemoes1-1/+1
2014-06-05mm: constify nmask argument to mbind()Rasmus Villemoes1-1/+1
2014-04-08mm, mempolicy: remove per-process flagDavid Rientjes1-31/+0
2014-04-08mm, mempolicy: rename slab_node for clarityDavid Rientjes1-9/+6
2014-04-04mm: optimize put_mems_allowed() usageMel Gorman1-6/+6
2014-04-01Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds1-9/+9
2014-03-06mm/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens1-9/+9
2014-02-02Merge branch 'linus' into sched/core, to resolve conflictsIngo Molnar1-15/+17