summaryrefslogtreecommitdiffstats
path: root/mm/mempolicy.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * mm/mempolicy.c: parameter doc uniformizationFabian Frederick2014-06-051-11/+11
| * mm: constify nmask argument to set_mempolicy()Rasmus Villemoes2014-06-051-1/+1
| * mm: constify nmask argument to mbind()Rasmus Villemoes2014-06-051-1/+1
* | mm: add !pte_present() check on existing hugetlb_entry callbacksNaoya Horiguchi2014-06-061-1/+5
|/
* mm, mempolicy: remove per-process flagDavid Rientjes2014-04-081-31/+0Star
* mm, mempolicy: rename slab_node for clarityDavid Rientjes2014-04-081-9/+6Star
* mm: optimize put_mems_allowed() usageMel Gorman2014-04-041-6/+6
* Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds2014-03-311-9/+9
|\
| * mm/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens2014-03-061-9/+9
* | Merge branch 'linus' into sched/core, to resolve conflictsIngo Molnar2014-02-021-15/+17
|\|
| * mm/mempolicy.c: fix mempolicy printing in numa_mapsDavid Rientjes2014-01-311-1/+1
| * mm/mempolicy.c: convert to pr_foo()Andrew Morton2014-01-301-2/+2
| * mm: numa: initialise numa balancing after jump label initialisationMel Gorman2014-01-301-6/+11
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-01-281-3/+2Star
| |\
| | * mm: Move change_prot_numa outside CONFIG_ARCH_USES_NUMA_PROT_NONEAneesh Kumar K.V2013-12-091-3/+2Star
| * | mm: new_vma_page() cannot see NULL vma for hugetlb pagesMichal Hocko2014-01-241-4/+2Star
| * | numa: add a sysctl for numa_balancingAndi Kleen2014-01-241-1/+1
* | | sched/numa, mm: Use active_nodes nodemask to limit numa migrationsRik van Riel2014-01-281-28/+1Star
* | | sched/numa, mm: Remove p->numa_migrate_deferredRik van Riel2014-01-281-45/+0Star
|/ /
* | mm/mempolicy: fix !vma in new_vma_page()Wanpeng Li2013-12-191-6/+8