Age | Commit message (Expand) | Author | Files | Lines |
2019-03-29 | mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specified |  Yang Shi | 1 | -7/+33 |
2019-03-05 | mm, mempolicy: fix uninit memory access |  Vlastimil Babka | 1 | -1/+1 |
2019-03-05 | mm: replace all open encodings for NUMA_NO_NODE |  Anshuman Khandual | 1 | -1/+1 |
2019-02-21 | numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODES |  Ralph Campbell | 1 | -3/+3 |
2018-12-08 | Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask" |  David Rientjes | 1 | -3/+29 |
2018-12-05 | mm, thp: restore node-local hugepage allocations |  David Rientjes | 1 | -1/+1 |
2018-11-03 | mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask |  Michal Hocko | 1 | -59/+4 |
2018-11-03 | mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings |  Andrea Arcangeli | 1 | -2/+30 |
2018-10-26 | mm/mempolicy.c: use match_string() helper to simplify the code |  zhong jiang | 1 | -8/+3 |
2018-10-26 | userfaultfd: allow get_mempolicy(MPOL_F_NODE|MPOL_F_ADDR) to trigger userfaults |  Andrea Arcangeli | 1 | -5/+19 |
2018-08-22 | mm: access zone->node via zone_to_nid() and zone_set_nid() |  Pavel Tatashin | 1 | -2/+2 |
2018-08-22 | mm: zero out the vma in vma_init() |  Andrew Morton | 1 | -1/+0 |
2018-07-26 | mm: use vma_init() to initialize VMAs on stack and data segments |  Kirill A. Shutemov | 1 | -0/+1 |
2018-04-11 | mm: unclutter THP migration |  Michal Hocko | 1 | -28/+3 |
2018-04-11 | mm, migrate: remove reason argument from new_page_t |  Michal Hocko | 1 | -3/+3 |
2018-04-11 | mm, numa: rework do_pages_move |  Michal Hocko | 1 | -2/+3 |
2018-04-02 | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux |  Linus Torvalds | 1 | -15/+77 |
2018-04-02 | mm: add kernel_[sg]et_mempolicy() helpers; remove in-kernel calls to syscalls |  Dominik Brodowski | 1 | -7/+22 |
2018-04-02 | mm: add kernel_mbind() helper; remove in-kernel call to syscall |  Dominik Brodowski | 1 | -4/+11 |
2018-04-02 | mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.c |  Dominik Brodowski | 1 | -4/+44 |
2018-03-22 | mm/mempolicy.c: avoid use uninitialized preferred_node |  Yisheng Xie | 1 | -0/+3 |
2018-01-31 | hugetlb, mbind: fall back to default policy if vma is NULL |  Michal Hocko | 1 | -1/+2 |
2018-01-31 | hugetlb, mempolicy: fix the mbind hugetlb migration |  Michal Hocko | 1 | -2/+1 |
2018-01-31 | mm/mempolicy: add nodes_empty check in SYSC_migrate_pages |  Yisheng Xie | 1 | -3/+7 |
2018-01-31 | mm/mempolicy: fix the check of nodemask from user |  Yisheng Xie | 1 | -3/+20 |
2018-01-31 | mm/mempolicy: remove redundant check in get_nodes |  Yisheng Xie | 1 | -2/+0 |
2017-11-15 | mm, sysctl: make NUMA stats configurable |  Kemi Wang | 1 | -0/+3 |
2017-11-15 | Unify migrate_pages and move_pages access checks |  Otto Ebeling | 1 | -9/+4 |
2017-10-13 | mm/mempolicy: fix NUMA_INTERLEAVE_HIT counter |  Andrey Ryabinin | 1 | -2/+5 |
2017-09-08 | mm/mempolicy.c: remove BUG_ON() checks for VMA inside mpol_misplaced() |  Anshuman Khandual | 1 | -5/+0 |
2017-09-08 | mm: remove useless vma parameter to offset_il_node |  Laurent Dufour | 1 | -4/+3 |
2017-09-08 | mm: mempolicy: mbind and migrate_pages support thp migration |  Naoya Horiguchi | 1 | -29/+79 |
2017-09-08 | mm: mempolicy: add queue_pages_required() |  Naoya Horiguchi | 1 | -5/+17 |
2017-08-18 | mm/mempolicy: fix use after free when calling get_mempolicy |  zhong jiang | 1 | -5/+0 |
2017-07-12 | mm, migration: do not trigger OOM killer when migrating memory |  Michal Hocko | 1 | -1/+2 |
2017-07-06 | mm, mempolicy: don't check cpuset seqlock where it doesn't matter |  Vlastimil Babka | 1 | -16/+0 |
2017-07-06 | mm, mempolicy: simplify rebinding mempolicies when updating cpusets |  Vlastimil Babka | 1 | -84/+18 |
2017-07-06 | mm, page_alloc: pass preferred nid instead of zonelist to allocator |  Vlastimil Babka | 1 | -22/+19 |
2017-07-06 | mm, mempolicy: stop adjusting current->il_next in mpol_rebind_nodemask() |  Vlastimil Babka | 1 | -15/+7 |
2017-04-08 | mm/mempolicy.c: fix error handling in set_mempolicy and mbind. |  Chris Salls | 1 | -12/+8 |
2017-03-02 | sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h> |  Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <linux/sched/numa_balancing.h> |  Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> |  Ingo Molnar | 1 | -0/+1 |
2017-01-24 | mm/mempolicy.c: do not put mempolicy before using its nodemask |  Vlastimil Babka | 1 | -1/+1 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally |  Linus Torvalds | 1 | -1/+1 |
2016-12-12 | mm/mempolicy.c: forbid static or relative flags for local NUMA mode |  Piotr Kwapulinski | 1 | -1/+3 |
2016-12-12 | mm, mempolicy: clean up __GFP_THISNODE confusion in policy_zonelist |  Michal Hocko | 1 | -16/+8 |
2016-12-12 | mm, thp: avoid unlikely branches for split_huge_pmd |  David Rientjes | 1 | -1/+1 |
2016-10-19 | mm: replace get_user_pages() write/force parameters with gup_flags |  Lorenzo Stoakes | 1 | -1/+1 |
2016-10-07 | mm: use zonelist name instead of using hardcoded index |  Aneesh Kumar K.V | 1 | -1/+1 |