summaryrefslogtreecommitdiffstats
path: root/mm/mempolicy.c
AgeCommit message (Expand)AuthorLines
2015-02-13mm: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo-4/+3
2015-02-12mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman-1/+1
2015-02-11mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP)Naoya Horiguchi-0/+3
2015-02-11mempolicy: apply page table walker on queue_pages_range()Naoya Horiguchi-136/+92
2015-02-11mm/mempolicy.c: merge alloc_hugepage_vma to alloc_pages_vmaVlastimil Babka-85/+33
2015-02-11mm/thp: allocate transparent hugepages on local nodeAneesh Kumar K.V-0/+72
2014-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-5/+0
2014-12-18mm/mempolicy.c: remove unnecessary is_valid_nodemask()Zhihui Zhang-8/+2
2014-12-17vm_area_operations: kill ->migrate()Al Viro-5/+0
2014-10-09mm: mempolicy: skip inaccessible VMAs when setting MPOL_MF_LAZYMel Gorman-1/+3
2014-10-09mempolicy: unexport get_vma_policy() and remove its "task" argOleg Nesterov-11/+8
2014-10-09mempolicy: kill do_set_mempolicy()->down_write(&mm->mmap_sem)Oleg Nesterov-14/+1
2014-10-09mempolicy: introduce __get_vma_policy(), export get_task_policy()Oleg Nesterov-18/+26
2014-10-09mempolicy: remove the "task" arg of vma_policy_mof() and simplify itOleg Nesterov-14/+11
2014-10-09mempolicy: sanitize the usage of get_task_policy()Oleg Nesterov-11/+14
2014-10-09mempolicy: change get_task_policy() to return default_policy rather than NULLOleg Nesterov-18/+13
2014-10-09mempolicy: change alloc_pages_vma() to use mpol_cond_put()Oleg Nesterov-2/+1
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+0
2014-06-25cpuset,mempolicy: fix sleeping function called from invalid contextGu Zheng-2/+0
2014-06-23mm: fix crashes from mbind() merging vmasHugh Dickins-26/+20
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds-16/+19
2014-06-06mm: convert some level-less printks to pr_*Mitchel Humpherys-1/+4
2014-06-06mm: add !pte_present() check on existing hugetlb_entry callbacksNaoya Horiguchi-1/+5
2014-06-04mm, migration: add destination page freeing callbackDavid Rientjes-2/+2
2014-06-04mm/mempolicy.c: parameter doc uniformizationFabian Frederick-11/+11
2014-06-04mm: constify nmask argument to set_mempolicy()Rasmus Villemoes-1/+1
2014-06-04mm: constify nmask argument to mbind()Rasmus Villemoes-1/+1
2014-04-07mm, mempolicy: remove per-process flagDavid Rientjes-31/+0
2014-04-07mm, mempolicy: rename slab_node for clarityDavid Rientjes-9/+6
2014-04-03mm: optimize put_mems_allowed() usageMel Gorman-6/+6
2014-03-31Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds-9/+9
2014-03-06mm/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens-9/+9
2014-02-02Merge branch 'linus' into sched/core, to resolve conflictsIngo Molnar-15/+17
2014-01-30mm/mempolicy.c: fix mempolicy printing in numa_mapsDavid Rientjes-1/+1
2014-01-29mm/mempolicy.c: convert to pr_foo()Andrew Morton-2/+2
2014-01-29mm: numa: initialise numa balancing after jump label initialisationMel Gorman-6/+11
2014-01-28sched/numa, mm: Use active_nodes nodemask to limit numa migrationsRik van Riel-28/+1
2014-01-28sched/numa, mm: Remove p->numa_migrate_deferredRik van Riel-45/+0
2014-01-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds-3/+2
2014-01-23mm: new_vma_page() cannot see NULL vma for hugetlb pagesMichal Hocko-4/+2
2014-01-23numa: add a sysctl for numa_balancingAndi Kleen-1/+1
2013-12-18mm/mempolicy: fix !vma in new_vma_page()Wanpeng Li-6/+8
2013-12-18mm/mempolicy: correct putback method for isolate pages if failedJoonsoo Kim-1/+1
2013-12-09mm: Move change_prot_numa outside CONFIG_ARCH_USES_NUMA_PROT_NONEAneesh Kumar K.V-3/+2
2013-11-21mm, mempolicy: silence gcc warningDavid Rientjes-1/+1
2013-11-15mm, hugetlb: convert hugetlbfs to use split pmd lockKirill A. Shutemov-2/+3
2013-11-13mm/mempolicy: use NUMA_NO_NODEJianguo Wu-5/+5
2013-11-13mm, mempolicy: make mpol_to_str robust and always succeedDavid Rientjes-36/+16
2013-10-09sched/numa: Skip some page migrations after a shared faultRik van Riel-1/+47
2013-10-09mm: numa: Revert temporarily disabling of NUMA migrationRik van Riel-12/+0