Age | Commit message (Expand) | Author |
2018-04-11 | mm: unclutter THP migration | Michal Hocko |
2018-04-11 | mm, migrate: remove reason argument from new_page_t | Michal Hocko |
2018-04-11 | mm, numa: rework do_pages_move | Michal Hocko |
2018-04-02 | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2018-04-02 | mm: add kernel_[sg]et_mempolicy() helpers; remove in-kernel calls to syscalls | Dominik Brodowski |
2018-04-02 | mm: add kernel_mbind() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.c | Dominik Brodowski |
2018-03-22 | mm/mempolicy.c: avoid use uninitialized preferred_node | Yisheng Xie |
2018-01-31 | hugetlb, mbind: fall back to default policy if vma is NULL | Michal Hocko |
2018-01-31 | hugetlb, mempolicy: fix the mbind hugetlb migration | Michal Hocko |
2018-01-31 | mm/mempolicy: add nodes_empty check in SYSC_migrate_pages | Yisheng Xie |
2018-01-31 | mm/mempolicy: fix the check of nodemask from user | Yisheng Xie |
2018-01-31 | mm/mempolicy: remove redundant check in get_nodes | Yisheng Xie |
2017-11-15 | mm, sysctl: make NUMA stats configurable | Kemi Wang |
2017-11-15 | Unify migrate_pages and move_pages access checks | Otto Ebeling |
2017-10-13 | mm/mempolicy: fix NUMA_INTERLEAVE_HIT counter | Andrey Ryabinin |
2017-09-08 | mm/mempolicy.c: remove BUG_ON() checks for VMA inside mpol_misplaced() | Anshuman Khandual |
2017-09-08 | mm: remove useless vma parameter to offset_il_node | Laurent Dufour |
2017-09-08 | mm: mempolicy: mbind and migrate_pages support thp migration | Naoya Horiguchi |
2017-09-08 | mm: mempolicy: add queue_pages_required() | Naoya Horiguchi |
2017-08-18 | mm/mempolicy: fix use after free when calling get_mempolicy | zhong jiang |
2017-07-12 | mm, migration: do not trigger OOM killer when migrating memory | Michal Hocko |
2017-07-06 | mm, mempolicy: don't check cpuset seqlock where it doesn't matter | Vlastimil Babka |
2017-07-06 | mm, mempolicy: simplify rebinding mempolicies when updating cpusets | Vlastimil Babka |
2017-07-06 | mm, page_alloc: pass preferred nid instead of zonelist to allocator | Vlastimil Babka |
2017-07-06 | mm, mempolicy: stop adjusting current->il_next in mpol_rebind_nodemask() | Vlastimil Babka |
2017-04-08 | mm/mempolicy.c: fix error handling in set_mempolicy and mbind. | Chris Salls |
2017-03-02 | sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/... | Ingo Molnar |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-01-24 | mm/mempolicy.c: do not put mempolicy before using its nodemask | Vlastimil Babka |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds |
2016-12-12 | mm/mempolicy.c: forbid static or relative flags for local NUMA mode | Piotr Kwapulinski |
2016-12-12 | mm, mempolicy: clean up __GFP_THISNODE confusion in policy_zonelist | Michal Hocko |
2016-12-12 | mm, thp: avoid unlikely branches for split_huge_pmd | David Rientjes |
2016-10-19 | mm: replace get_user_pages() write/force parameters with gup_flags | Lorenzo Stoakes |
2016-10-07 | mm: use zonelist name instead of using hardcoded index | Aneesh Kumar K.V |
2016-09-01 | mm, mempolicy: task->mempolicy must be NULL before dropping final reference | David Rientjes |
2016-07-28 | mm, vmscan: move LRU lists to node | Mel Gorman |
2016-07-26 | shmem: add huge pages support | Kirill A. Shutemov |
2016-07-26 | mm: thp: check pmd_trans_unstable() after split_huge_pmd() | Naoya Horiguchi |
2016-05-19 | mm, page_alloc: avoid looking up the first zone in a zonelist twice | Mel Gorman |
2016-05-19 | mm/mempolicy.c:offset_il_node() document and clarify | Andrew Morton |
2016-05-19 | include/linux/nodemask.h: create next_node_in() helper | Andrew Morton |
2016-03-20 | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2016-03-17 | mm: coalesce split strings | Joe Perches |
2016-03-15 | mm/mempolicy.c: skip VM_HUGETLB and VM_MIXEDMAP VMA for lazy mbind | Liang Chen |
2016-03-09 | mm, thp: fix migration of PTE-mapped transparent huge pages | Kirill A. Shutemov |
2016-02-16 | mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm | Dave Hansen |
2016-02-05 | mempolicy: do not try to queue pages from !vma_migratable() | Kirill A. Shutemov |