summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-04-05Merge 4.9.168 into android-4.9Greg Kroah-Hartman105-264/+529
2019-04-05mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specifiedYang Shi1-4/+14
2019-02-27Merge 4.9.161 into android-4.9Greg Kroah-Hartman65-472/+524
2019-02-27numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODESRalph Campbell1-3/+3
2018-11-23Merge 4.9.138 into android-4.9Greg Kroah-Hartman73-209/+579
2018-11-21mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappingsAndrea Arcangeli1-2/+30
2018-05-30Merge 4.9.104 into android-4.9Greg Kroah-Hartman348-2235/+3819
2018-05-30mm/mempolicy.c: avoid use uninitialized preferred_nodeYisheng Xie1-0/+3
2018-05-30mm/mempolicy: add nodes_empty check in SYSC_migrate_pagesYisheng Xie1-3/+7
2018-05-30mm/mempolicy: fix the check of nodemask from userYisheng Xie1-3/+20
2017-08-29Merge 4.9.45 into android-4.9Greg Kroah-Hartman37-166/+216
2017-08-25mm/mempolicy: fix use after free when calling get_mempolicyzhong jiang1-5/+0
2017-04-12Merge 4.9.22 into android-4.9Greg Kroah-Hartman132-783/+1928
2017-04-12mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls1-12/+8
2017-02-06Merge tag 'v4.9.8' into android-4.9Dmitry Shmidt123-511/+1006
2017-02-01mm/mempolicy.c: do not put mempolicy before using its nodemaskVlastimil Babka1-1/+1
2017-01-27ANDROID: mm: add a field to store names for private anonymous memoryColin Cross12-28/+281
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes22-54/+49
2016-10-08mm: use zonelist name instead of using hardcoded indexAneesh Kumar K.V3-6/+6
2016-09-02mm, mempolicy: task->mempolicy must be NULL before dropping final referenceDavid Rientjes3-6/+22
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman29-300/+386
2016-07-26shmem: add huge pages supportKirill A. Shutemov9-70/+331
2016-07-26mm: thp: check pmd_trans_unstable() after split_huge_pmd()Naoya Horiguchi4-3/+6
2016-05-20mm, page_alloc: avoid looking up the first zone in a zonelist twiceMel Gorman5-40/+43
2016-05-20mm/mempolicy.c:offset_il_node() document and clarifyAndrew Morton1-9/+11
2016-05-20include/linux/nodemask.h: create next_node_in() helperAndrew Morton11-59/+54
2016-03-21Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds85-241/+1406
2016-03-17mm: coalesce split stringsJoe Perches20-109/+78
2016-03-15mm/mempolicy.c: skip VM_HUGETLB and VM_MIXEDMAP VMA for lazy mbindLiang Chen1-1/+3
2016-03-09mm, thp: fix migration of PTE-mapped transparent huge pagesKirill A. Shutemov1-1/+1
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen29-64/+44
2016-02-06mempolicy: do not try to queue pages from !vma_migratable()Kirill A. Shutemov1-9/+5
2016-01-16mm: mempolicy: skip non-migratable VMAs when setting MPOL_MF_LAZYLiang Chen1-1/+2
2016-01-16migrate_pages: try to split pages on queuingKirill A. Shutemov1-4/+38
2016-01-16thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov10-35/+25
2016-01-15mm/mempolicy.c: convert the shared_policy lock to a rwlockNathan Zimmer3-15/+19
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka18-37/+38
2015-09-08mm/mempolicy.c: get rid of duplicated check for vma(VM_PFNMAP) in queue_pages...Aristeu Rozanski1-3/+0
2015-09-04userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxAndrea Arcangeli6-19/+36
2015-06-25mm, thp: respect MPOL_PREFERRED policy with non-local nodeVlastimil Babka1-16/+22
2015-05-15mm, numa: really disable NUMA balancing by default on single node machinesMel Gorman1-1/+1
2015-04-14mm, thp: really limit transparent hugepage allocation to local nodeDavid Rientjes2-3/+9
2015-04-14mm, mempolicy: migrate_to_node should only migrate to nodeDavid Rientjes1-1/+2
2015-02-14mm: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-4/+3
2015-02-13mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman8-38/+21
2015-02-12mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP)Naoya Horiguchi3-8/+19
2015-02-12mempolicy: apply page table walker on queue_pages_range()Naoya Horiguchi1-136/+92
2015-02-12mm/mempolicy.c: merge alloc_hugepage_vma to alloc_pages_vmaVlastimil Babka2-91/+39
2015-02-12mm/thp: allocate transparent hugepages on local nodeAneesh Kumar K.V3-15/+85
2014-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds17-119/+29
[next]