summaryrefslogtreecommitdiff
path: root/mm/mempolicy.c
AgeCommit message (Expand)Author
2019-07-03mm/mempolicy.c: fix an incorrect rebind node in mpol_rebind_nodemaskzhong jiang
2019-04-05mm, mempolicy: fix uninit memory accessVlastimil Babka
2019-04-05mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specifiedYang Shi
2019-02-27numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODESRalph Campbell
2018-11-21mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappingsAndrea Arcangeli
2018-05-30mm/mempolicy.c: avoid use uninitialized preferred_nodeYisheng Xie
2018-04-26mm/mempolicy: add nodes_empty check in SYSC_migrate_pagesYisheng Xie
2018-04-26mm/mempolicy: fix the check of nodemask from userYisheng Xie
2017-10-13mm/mempolicy: fix NUMA_INTERLEAVE_HIT counterAndrey Ryabinin
2017-09-08mm/mempolicy.c: remove BUG_ON() checks for VMA inside mpol_misplaced()Anshuman Khandual
2017-09-08mm: remove useless vma parameter to offset_il_nodeLaurent Dufour
2017-09-08mm: mempolicy: mbind and migrate_pages support thp migrationNaoya Horiguchi
2017-09-08mm: mempolicy: add queue_pages_required()Naoya Horiguchi
2017-08-18mm/mempolicy: fix use after free when calling get_mempolicyzhong jiang
2017-07-12mm, migration: do not trigger OOM killer when migrating memoryMichal Hocko
2017-07-06mm, mempolicy: don't check cpuset seqlock where it doesn't matterVlastimil Babka
2017-07-06mm, mempolicy: simplify rebinding mempolicies when updating cpusetsVlastimil Babka
2017-07-06mm, page_alloc: pass preferred nid instead of zonelist to allocatorVlastimil Babka
2017-07-06mm, mempolicy: stop adjusting current->il_next in mpol_rebind_nodemask()Vlastimil Babka
2017-04-08mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-01-24mm/mempolicy.c: do not put mempolicy before using its nodemaskVlastimil Babka
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-12mm/mempolicy.c: forbid static or relative flags for local NUMA modePiotr Kwapulinski
2016-12-12mm, mempolicy: clean up __GFP_THISNODE confusion in policy_zonelistMichal Hocko
2016-12-12mm, thp: avoid unlikely branches for split_huge_pmdDavid Rientjes
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes
2016-10-07mm: use zonelist name instead of using hardcoded indexAneesh Kumar K.V
2016-09-01mm, mempolicy: task->mempolicy must be NULL before dropping final referenceDavid Rientjes
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman
2016-07-26shmem: add huge pages supportKirill A. Shutemov
2016-07-26mm: thp: check pmd_trans_unstable() after split_huge_pmd()Naoya Horiguchi
2016-05-19mm, page_alloc: avoid looking up the first zone in a zonelist twiceMel Gorman
2016-05-19mm/mempolicy.c:offset_il_node() document and clarifyAndrew Morton
2016-05-19include/linux/nodemask.h: create next_node_in() helperAndrew Morton
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-17mm: coalesce split stringsJoe Perches
2016-03-15mm/mempolicy.c: skip VM_HUGETLB and VM_MIXEDMAP VMA for lazy mbindLiang Chen
2016-03-09mm, thp: fix migration of PTE-mapped transparent huge pagesKirill A. Shutemov
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen
2016-02-05mempolicy: do not try to queue pages from !vma_migratable()Kirill A. Shutemov
2016-01-15mm: mempolicy: skip non-migratable VMAs when setting MPOL_MF_LAZYLiang Chen
2016-01-15migrate_pages: try to split pages on queuingKirill A. Shutemov
2016-01-15thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov
2016-01-14mm/mempolicy.c: convert the shared_policy lock to a rwlockNathan Zimmer
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka
2015-09-08mm/mempolicy.c: get rid of duplicated check for vma(VM_PFNMAP) in queue_pages...Aristeu Rozanski
2015-09-04userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxAndrea Arcangeli