summaryrefslogtreecommitdiff
path: root/mm/mempolicy.c
Commit message (Expand)AuthorAge
...
* mm: mempolicy: skip non-migratable VMAs when setting MPOL_MF_LAZYLiang Chen2016-01-15
* migrate_pages: try to split pages on queuingKirill A. Shutemov2016-01-15
* thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov2016-01-15
* mm/mempolicy.c: convert the shared_policy lock to a rwlockNathan Zimmer2016-01-14
* mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka2015-09-08
* mm/mempolicy.c: get rid of duplicated check for vma(VM_PFNMAP) in queue_pages...Aristeu Rozanski2015-09-08
* userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxAndrea Arcangeli2015-09-04
* mm, thp: respect MPOL_PREFERRED policy with non-local nodeVlastimil Babka2015-06-24
* mm, numa: really disable NUMA balancing by default on single node machinesMel Gorman2015-05-14
* mm, thp: really limit transparent hugepage allocation to local nodeDavid Rientjes2015-04-14
* mm, mempolicy: migrate_to_node should only migrate to nodeDavid Rientjes2015-04-14
* mm: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-13
* mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman2015-02-12
* mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP)Naoya Horiguchi2015-02-11
* mempolicy: apply page table walker on queue_pages_range()Naoya Horiguchi2015-02-11
* mm/mempolicy.c: merge alloc_hugepage_vma to alloc_pages_vmaVlastimil Babka2015-02-11
* mm/thp: allocate transparent hugepages on local nodeAneesh Kumar K.V2015-02-11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-19
|\
| * vm_area_operations: kill ->migrate()Al Viro2014-12-17
* | mm/mempolicy.c: remove unnecessary is_valid_nodemask()Zhihui Zhang2014-12-18
|/
* mm: mempolicy: skip inaccessible VMAs when setting MPOL_MF_LAZYMel Gorman2014-10-09
* mempolicy: unexport get_vma_policy() and remove its "task" argOleg Nesterov2014-10-09
* mempolicy: kill do_set_mempolicy()->down_write(&mm->mmap_sem)Oleg Nesterov2014-10-09
* mempolicy: introduce __get_vma_policy(), export get_task_policy()Oleg Nesterov2014-10-09
* mempolicy: remove the "task" arg of vma_policy_mof() and simplify itOleg Nesterov2014-10-09
* mempolicy: sanitize the usage of get_task_policy()Oleg Nesterov2014-10-09
* mempolicy: change get_task_policy() to return default_policy rather than NULLOleg Nesterov2014-10-09
* mempolicy: change alloc_pages_vma() to use mpol_cond_put()Oleg Nesterov2014-10-09
* Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-07-10
|\
| * cpuset,mempolicy: fix sleeping function called from invalid contextGu Zheng2014-06-25
* | mm: fix crashes from mbind() merging vmasHugh Dickins2014-06-23
|/
* Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2014-06-08
|\
| * mm: convert some level-less printks to pr_*Mitchel Humpherys2014-06-06
| * mm, migration: add destination page freeing callbackDavid Rientjes2014-06-04
| * mm/mempolicy.c: parameter doc uniformizationFabian Frederick2014-06-04
| * mm: constify nmask argument to set_mempolicy()Rasmus Villemoes2014-06-04
| * mm: constify nmask argument to mbind()Rasmus Villemoes2014-06-04
* | mm: add !pte_present() check on existing hugetlb_entry callbacksNaoya Horiguchi2014-06-06
|/
* mm, mempolicy: remove per-process flagDavid Rientjes2014-04-07
* mm, mempolicy: rename slab_node for clarityDavid Rientjes2014-04-07
* mm: optimize put_mems_allowed() usageMel Gorman2014-04-03
* Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds2014-03-31
|\
| * mm/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens2014-03-06
* | Merge branch 'linus' into sched/core, to resolve conflictsIngo Molnar2014-02-02
|\ \ | |/
| * mm/mempolicy.c: fix mempolicy printing in numa_mapsDavid Rientjes2014-01-30
| * mm/mempolicy.c: convert to pr_foo()Andrew Morton2014-01-29
| * mm: numa: initialise numa balancing after jump label initialisationMel Gorman2014-01-29
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-01-27
| |\
| | * mm: Move change_prot_numa outside CONFIG_ARCH_USES_NUMA_PROT_NONEAneesh Kumar K.V2013-12-09
| * | mm: new_vma_page() cannot see NULL vma for hugetlb pagesMichal Hocko2014-01-23