summaryrefslogtreecommitdiffstats
path: root/mm/mempolicy.c
Commit message (Expand)AuthorAgeFilesLines
* mm/mempolicy.c: avoid use uninitialized preferred_nodeYisheng Xie2018-03-231-0/+3
* hugetlb, mbind: fall back to default policy if vma is NULLMichal Hocko2018-02-011-1/+2
* hugetlb, mempolicy: fix the mbind hugetlb migrationMichal Hocko2018-02-011-2/+1Star
* mm/mempolicy: add nodes_empty check in SYSC_migrate_pagesYisheng Xie2018-02-011-3/+7
* mm/mempolicy: fix the check of nodemask from userYisheng Xie2018-02-011-3/+20
* mm/mempolicy: remove redundant check in get_nodesYisheng Xie2018-02-011-2/+0Star
* mm, sysctl: make NUMA stats configurableKemi Wang2017-11-161-0/+3
* Unify migrate_pages and move_pages access checksOtto Ebeling2017-11-161-9/+4Star
* mm/mempolicy: fix NUMA_INTERLEAVE_HIT counterAndrey Ryabinin2017-10-141-2/+5
* mm/mempolicy.c: remove BUG_ON() checks for VMA inside mpol_misplaced()Anshuman Khandual2017-09-091-5/+0Star
* mm: remove useless vma parameter to offset_il_nodeLaurent Dufour2017-09-091-4/+3Star
* mm: mempolicy: mbind and migrate_pages support thp migrationNaoya Horiguchi2017-09-091-29/+79
* mm: mempolicy: add queue_pages_required()Naoya Horiguchi2017-09-091-5/+17
* mm/mempolicy: fix use after free when calling get_mempolicyzhong jiang2017-08-191-5/+0Star
* mm, migration: do not trigger OOM killer when migrating memoryMichal Hocko2017-07-131-1/+2
* mm, mempolicy: don't check cpuset seqlock where it doesn't matterVlastimil Babka2017-07-071-16/+0Star
* mm, mempolicy: simplify rebinding mempolicies when updating cpusetsVlastimil Babka2017-07-071-84/+18Star
* mm, page_alloc: pass preferred nid instead of zonelist to allocatorVlastimil Babka2017-07-071-22/+19Star
* mm, mempolicy: stop adjusting current->il_next in mpol_rebind_nodemask()Vlastimil Babka2017-07-071-15/+7Star
* mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls2017-04-081-12/+8Star
* sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* mm/mempolicy.c: do not put mempolicy before using its nodemaskVlastimil Babka2017-01-251-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* mm/mempolicy.c: forbid static or relative flags for local NUMA modePiotr Kwapulinski2016-12-131-1/+3
* mm, mempolicy: clean up __GFP_THISNODE confusion in policy_zonelistMichal Hocko2016-12-131-16/+8Star
* mm, thp: avoid unlikely branches for split_huge_pmdDavid Rientjes2016-12-131-1/+1
* mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-1/+1
* mm: use zonelist name instead of using hardcoded indexAneesh Kumar K.V2016-10-081-1/+1
* mm, mempolicy: task->mempolicy must be NULL before dropping final referenceDavid Rientjes2016-09-021-0/+17
* mm, vmscan: move LRU lists to nodeMel Gorman2016-07-291-1/+1
* shmem: add huge pages supportKirill A. Shutemov2016-07-271-1/+1
* mm: thp: check pmd_trans_unstable() after split_huge_pmd()Naoya Horiguchi2016-07-271-0/+2
* mm, page_alloc: avoid looking up the first zone in a zonelist twiceMel Gorman2016-05-201-9/+10
* mm/mempolicy.c:offset_il_node() document and clarifyAndrew Morton2016-05-201-9/+11
* include/linux/nodemask.h: create next_node_in() helperAndrew Morton2016-05-201-22/+2Star
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-211-3/+3
|\
| * mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-161-3/+3
* | mm: coalesce split stringsJoe Perches2016-03-171-3/+1Star
* | mm/mempolicy.c: skip VM_HUGETLB and VM_MIXEDMAP VMA for lazy mbindLiang Chen2016-03-161-1/+3
* | mm, thp: fix migration of PTE-mapped transparent huge pagesKirill A. Shutemov2016-03-101-1/+1
|/
* mempolicy: do not try to queue pages from !vma_migratable()Kirill A. Shutemov2016-02-061-9/+5Star
* mm: mempolicy: skip non-migratable VMAs when setting MPOL_MF_LAZYLiang Chen2016-01-161-1/+2
* migrate_pages: try to split pages on queuingKirill A. Shutemov2016-01-161-4/+38
* thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov2016-01-161-1/+1
* mm/mempolicy.c: convert the shared_policy lock to a rwlockNathan Zimmer2016-01-151-13/+17
* 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