summaryrefslogtreecommitdiff
path: root/mm/mempolicy.c
AgeCommit message (Expand)Author
2020-11-18Merge 4.4.244 into android-4.4-pGreg Kroah-Hartman
2020-11-18mm: mempolicy: fix potential pte_unmap_unlock pte errorShijie Luo
2020-04-13Merge 4.4.219 into android-4.4-pGreg Kroah-Hartman
2020-04-13mm: mempolicy: require at least one nodeid for MPOL_PREFERREDRandy Dunlap
2020-02-05Merge 4.4.213 into android-4.4-pGreg Kroah-Hartman
2020-02-05mm/mempolicy.c: fix out of bounds write in mpol_parse_str()Dan Carpenter
2019-04-30Merge 4.4.179 into android-4.4-pGreg Kroah-Hartman
2019-04-27mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specifiedYang Shi
2019-03-23Merge 4.4.177 into android-4.4-pGreg Kroah-Hartman
2019-03-23numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODESRalph Campbell
2018-12-19Merge 4.4.168 into android-4.4-pGreg Kroah-Hartman
2018-12-17mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes
2018-11-21Merge 4.4.164 into android-4.4-pGreg Kroah-Hartman
2018-11-21mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappingsAndrea Arcangeli
2018-05-30Merge 4.4.134 into android-4.4Greg Kroah-Hartman
2018-05-30mm/mempolicy.c: avoid use uninitialized preferred_nodeYisheng Xie
2018-05-30mm/mempolicy: add nodes_empty check in SYSC_migrate_pagesYisheng Xie
2018-05-30mm/mempolicy: fix the check of nodemask from userYisheng Xie
2017-12-14BACKPORT: mm: coalesce split stringsJoe Perches
2017-08-29Merge 4.4.84 into android-4.4Greg Kroah-Hartman
2017-08-24mm/mempolicy: fix use after free when calling get_mempolicyzhong jiang
2017-04-12Merge 4.4.61 into android-4.4Greg Kroah-Hartman
2017-04-12mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls
2017-02-01Merge tag 'v4.4.46' into android-4.4.yDmitry Shmidt
2017-02-01mm/mempolicy.c: do not put mempolicy before using its nodemaskVlastimil Babka
2016-02-16mm: add a field to store names for private anonymous memoryColin Cross
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka
2015-09-08mm/mempolicy.c: get rid of duplicated check for vma(VM_PFNMAP) in queue_pages...Aristeu Rozanski
2015-09-04userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxAndrea Arcangeli
2015-06-24mm, thp: respect MPOL_PREFERRED policy with non-local nodeVlastimil Babka
2015-05-14mm, numa: really disable NUMA balancing by default on single node machinesMel Gorman
2015-04-14mm, thp: really limit transparent hugepage allocation to local nodeDavid Rientjes
2015-04-14mm, mempolicy: migrate_to_node should only migrate to nodeDavid Rientjes
2015-02-13mm: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-12mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman
2015-02-11mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP)Naoya Horiguchi
2015-02-11mempolicy: apply page table walker on queue_pages_range()Naoya Horiguchi
2015-02-11mm/mempolicy.c: merge alloc_hugepage_vma to alloc_pages_vmaVlastimil Babka
2015-02-11mm/thp: allocate transparent hugepages on local nodeAneesh Kumar K.V
2014-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-12-18mm/mempolicy.c: remove unnecessary is_valid_nodemask()Zhihui Zhang
2014-12-17vm_area_operations: kill ->migrate()Al Viro
2014-10-09mm: mempolicy: skip inaccessible VMAs when setting MPOL_MF_LAZYMel Gorman
2014-10-09mempolicy: unexport get_vma_policy() and remove its "task" argOleg Nesterov
2014-10-09mempolicy: kill do_set_mempolicy()->down_write(&mm->mmap_sem)Oleg Nesterov
2014-10-09mempolicy: introduce __get_vma_policy(), export get_task_policy()Oleg Nesterov
2014-10-09mempolicy: remove the "task" arg of vma_policy_mof() and simplify itOleg Nesterov
2014-10-09mempolicy: sanitize the usage of get_task_policy()Oleg Nesterov
2014-10-09mempolicy: change get_task_policy() to return default_policy rather than NULLOleg Nesterov
2014-10-09mempolicy: change alloc_pages_vma() to use mpol_cond_put()Oleg Nesterov