summaryrefslogtreecommitdiffstats
path: root/mm/mempolicy.c
Commit message (Expand)AuthorAgeFilesLines
...
* mm, thp: avoid unlikely branches for split_huge_pmdDavid Rientjes2016-12-131-1/+1
* mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-1/+1
* mm: use zonelist name instead of using hardcoded indexAneesh Kumar K.V2016-10-081-1/+1
* mm, mempolicy: task->mempolicy must be NULL before dropping final referenceDavid Rientjes2016-09-021-0/+17
* mm, vmscan: move LRU lists to nodeMel Gorman2016-07-291-1/+1
* shmem: add huge pages supportKirill A. Shutemov2016-07-271-1/+1
* mm: thp: check pmd_trans_unstable() after split_huge_pmd()Naoya Horiguchi2016-07-271-0/+2
* mm, page_alloc: avoid looking up the first zone in a zonelist twiceMel Gorman2016-05-201-9/+10
* mm/mempolicy.c:offset_il_node() document and clarifyAndrew Morton2016-05-201-9/+11
* include/linux/nodemask.h: create next_node_in() helperAndrew Morton2016-05-201-22/+2Star
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-211-3/+3
|\
| * mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-161-3/+3
* | mm: coalesce split stringsJoe Perches2016-03-171-3/+1Star
* | mm/mempolicy.c: skip VM_HUGETLB and VM_MIXEDMAP VMA for lazy mbindLiang Chen2016-03-161-1/+3
* | mm, thp: fix migration of PTE-mapped transparent huge pagesKirill A. Shutemov2016-03-101-1/+1
|/
* mempolicy: do not try to queue pages from !vma_migratable()Kirill A. Shutemov2016-02-061-9/+5Star
* mm: mempolicy: skip non-migratable VMAs when setting MPOL_MF_LAZYLiang Chen2016-01-161-1/+2
* migrate_pages: try to split pages on queuingKirill A. Shutemov2016-01-161-4/+38
* thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov2016-01-161-1/+1
* mm/mempolicy.c: convert the shared_policy lock to a rwlockNathan Zimmer2016-01-151-13/+17
* mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka2015-09-091-2/+2
* mm/mempolicy.c: get rid of duplicated check for vma(VM_PFNMAP) in queue_pages...Aristeu Rozanski2015-09-091-3/+0Star
* userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxAndrea Arcangeli2015-09-051-2/+2
* mm, thp: respect MPOL_PREFERRED policy with non-local nodeVlastimil Babka2015-06-251-16/+22
* mm, numa: really disable NUMA balancing by default on single node machinesMel Gorman2015-05-151-1/+1
* mm, thp: really limit transparent hugepage allocation to local nodeDavid Rientjes2015-04-151-1/+2
* mm, mempolicy: migrate_to_node should only migrate to nodeDavid Rientjes2015-04-151-1/+2
* mm: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-141-4/+3Star
* mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman2015-02-131-1/+1
* mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP)Naoya Horiguchi2015-02-121-0/+3
* mempolicy: apply page table walker on queue_pages_range()Naoya Horiguchi2015-02-121-136/+92Star
* mm/mempolicy.c: merge alloc_hugepage_vma to alloc_pages_vmaVlastimil Babka2015-02-121-85/+33Star
* mm/thp: allocate transparent hugepages on local nodeAneesh Kumar K.V2015-02-121-0/+72
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-201-5/+0Star
|\
| * vm_area_operations: kill ->migrate()Al Viro2014-12-171-5/+0Star
* | mm/mempolicy.c: remove unnecessary is_valid_nodemask()Zhihui Zhang2014-12-191-8/+2Star
|/
* mm: mempolicy: skip inaccessible VMAs when setting MPOL_MF_LAZYMel Gorman2014-10-101-1/+3
* mempolicy: unexport get_vma_policy() and remove its "task" argOleg Nesterov2014-10-101-11/+8Star
* mempolicy: kill do_set_mempolicy()->down_write(&mm->mmap_sem)Oleg Nesterov2014-10-101-14/+1Star
* mempolicy: introduce __get_vma_policy(), export get_task_policy()Oleg Nesterov2014-10-101-18/+26
* mempolicy: remove the "task" arg of vma_policy_mof() and simplify itOleg Nesterov2014-10-101-14/+11Star
* mempolicy: sanitize the usage of get_task_policy()Oleg Nesterov2014-10-101-11/+14
* mempolicy: change get_task_policy() to return default_policy rather than NULLOleg Nesterov2014-10-101-18/+13Star
* mempolicy: change alloc_pages_vma() to use mpol_cond_put()Oleg Nesterov2014-10-101-2/+1Star
* Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-07-101-2/+0Star
|\
| * cpuset,mempolicy: fix sleeping function called from invalid contextGu Zheng2014-06-251-2/+0Star
* | mm: fix crashes from mbind() merging vmasHugh Dickins2014-06-241-26/+20Star
|/
* Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2014-06-081-16/+19
|\
| * mm: convert some level-less printks to pr_*Mitchel Humpherys2014-06-071-1/+4
| * mm, migration: add destination page freeing callbackDavid Rientjes2014-06-051-2/+2