aboutsummaryrefslogtreecommitdiff
path: root/mm/mempolicy.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsGravatar Lorenzo Stoakes 1-1/+1
2016-10-07mm: use zonelist name instead of using hardcoded indexGravatar Aneesh Kumar K.V 1-1/+1
2016-09-01mm, mempolicy: task->mempolicy must be NULL before dropping final referenceGravatar David Rientjes 1-0/+17
2016-07-28mm, vmscan: move LRU lists to nodeGravatar Mel Gorman 1-1/+1
2016-07-26shmem: add huge pages supportGravatar Kirill A. Shutemov 1-1/+1
2016-07-26mm: thp: check pmd_trans_unstable() after split_huge_pmd()Gravatar Naoya Horiguchi 1-0/+2
2016-05-19mm, page_alloc: avoid looking up the first zone in a zonelist twiceGravatar Mel Gorman 1-9/+10
2016-05-19mm/mempolicy.c:offset_il_node() document and clarifyGravatar Andrew Morton 1-9/+11
2016-05-19include/linux/nodemask.h: create next_node_in() helperGravatar Andrew Morton 1-22/+2
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+3
2016-03-17mm: coalesce split stringsGravatar Joe Perches 1-3/+1
2016-03-15mm/mempolicy.c: skip VM_HUGETLB and VM_MIXEDMAP VMA for lazy mbindGravatar Liang Chen 1-1/+3
2016-03-09mm, thp: fix migration of PTE-mapped transparent huge pagesGravatar Kirill A. Shutemov 1-1/+1
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmGravatar Dave Hansen 1-3/+3
2016-02-05mempolicy: do not try to queue pages from !vma_migratable()Gravatar Kirill A. Shutemov 1-9/+5
2016-01-15mm: mempolicy: skip non-migratable VMAs when setting MPOL_MF_LAZYGravatar Liang Chen 1-1/+2
2016-01-15migrate_pages: try to split pages on queuingGravatar Kirill A. Shutemov 1-4/+38
2016-01-15thp: rename split_huge_page_pmd() to split_huge_pmd()Gravatar Kirill A. Shutemov 1-1/+1
2016-01-14mm/mempolicy.c: convert the shared_policy lock to a rwlockGravatar Nathan Zimmer 1-13/+17
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Gravatar Vlastimil Babka 1-2/+2
2015-09-08mm/mempolicy.c: get rid of duplicated check for vma(VM_PFNMAP) in queue_pages...Gravatar Aristeu Rozanski 1-3/+0
2015-09-04userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxGravatar Andrea Arcangeli 1-2/+2
2015-06-24mm, thp: respect MPOL_PREFERRED policy with non-local nodeGravatar Vlastimil Babka 1-16/+22
2015-05-14mm, numa: really disable NUMA balancing by default on single node machinesGravatar Mel Gorman 1-1/+1
2015-04-14mm, thp: really limit transparent hugepage allocation to local nodeGravatar David Rientjes 1-1/+2
2015-04-14mm, mempolicy: migrate_to_node should only migrate to nodeGravatar David Rientjes 1-1/+2
2015-02-13mm: use %*pb[l] to print bitmaps including cpumasks and nodemasksGravatar Tejun Heo 1-4/+3
2015-02-12mm: convert p[te|md]_mknonnuma and remaining page table manipulationsGravatar Mel Gorman 1-1/+1
2015-02-11mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP)Gravatar Naoya Horiguchi 1-0/+3
2015-02-11mempolicy: apply page table walker on queue_pages_range()Gravatar Naoya Horiguchi 1-136/+92
2015-02-11mm/mempolicy.c: merge alloc_hugepage_vma to alloc_pages_vmaGravatar Vlastimil Babka 1-85/+33
2015-02-11mm/thp: allocate transparent hugepages on local nodeGravatar Aneesh Kumar K.V 1-0/+72
2014-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-5/+0
2014-12-18mm/mempolicy.c: remove unnecessary is_valid_nodemask()Gravatar Zhihui Zhang 1-8/+2
2014-12-17vm_area_operations: kill ->migrate()Gravatar Al Viro 1-5/+0
2014-10-09mm: mempolicy: skip inaccessible VMAs when setting MPOL_MF_LAZYGravatar Mel Gorman 1-1/+3
2014-10-09mempolicy: unexport get_vma_policy() and remove its "task" argGravatar Oleg Nesterov 1-11/+8
2014-10-09mempolicy: kill do_set_mempolicy()->down_write(&mm->mmap_sem)Gravatar Oleg Nesterov 1-14/+1
2014-10-09mempolicy: introduce __get_vma_policy(), export get_task_policy()Gravatar Oleg Nesterov 1-18/+26
2014-10-09mempolicy: remove the "task" arg of vma_policy_mof() and simplify itGravatar Oleg Nesterov 1-14/+11
2014-10-09mempolicy: sanitize the usage of get_task_policy()Gravatar Oleg Nesterov 1-11/+14
2014-10-09mempolicy: change get_task_policy() to return default_policy rather than NULLGravatar Oleg Nesterov 1-18/+13
2014-10-09mempolicy: change alloc_pages_vma() to use mpol_cond_put()Gravatar Oleg Nesterov 1-2/+1
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+0
2014-06-25cpuset,mempolicy: fix sleeping function called from invalid contextGravatar Gu Zheng 1-2/+0
2014-06-23mm: fix crashes from mbind() merging vmasGravatar Hugh Dickins 1-26/+20
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterGravatar Linus Torvalds 1-16/+19
2014-06-06mm: convert some level-less printks to pr_*Gravatar Mitchel Humpherys 1-1/+4
2014-06-06mm: add !pte_present() check on existing hugetlb_entry callbacksGravatar Naoya Horiguchi 1-1/+5
2014-06-04mm, migration: add destination page freeing callbackGravatar David Rientjes 1-2/+2