- 4518085 mm, sysctl: make NUMA stats configurable by Kemi Wang · 7 years ago
- 3136746 Unify migrate_pages and move_pages access checks by Otto Ebeling · 7 years ago
- de55c8b mm/mempolicy: fix NUMA_INTERLEAVE_HIT counter by Andrey Ryabinin · 7 years ago
- 149728e mm/mempolicy.c: remove BUG_ON() checks for VMA inside mpol_misplaced() by Anshuman Khandual · 7 years ago
- 98c70ba mm: remove useless vma parameter to offset_il_node by Laurent Dufour · 7 years ago
- c863379 mm: mempolicy: mbind and migrate_pages support thp migration by Naoya Horiguchi · 7 years ago
- 88aaa2a mm: mempolicy: add queue_pages_required() by Naoya Horiguchi · 7 years ago
- 73223e4 mm/mempolicy: fix use after free when calling get_mempolicy by zhong jiang · 7 years ago
- 0f55685 mm, migration: do not trigger OOM killer when migrating memory by Michal Hocko · 7 years ago
- e0dd7d5 mm, mempolicy: don't check cpuset seqlock where it doesn't matter by Vlastimil Babka · 7 years ago
- 213980c mm, mempolicy: simplify rebinding mempolicies when updating cpusets by Vlastimil Babka · 7 years ago
- 04ec626 mm, page_alloc: pass preferred nid instead of zonelist to allocator by Vlastimil Babka · 7 years ago
- 4581668 mm, mempolicy: stop adjusting current->il_next in mpol_rebind_nodemask() by Vlastimil Babka · 7 years ago
- cf01fb9 mm/mempolicy.c: fix error handling in set_mempolicy and mbind. by Chris Salls · 8 years ago
- f719ff9 sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h> by Ingo Molnar · 8 years ago
- 6a3827d sched/headers: Prepare for new header dependencies before moving code to <linux/sched/numa_balancing.h> by Ingo Molnar · 8 years ago
- 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
- d51e989 mm/mempolicy.c: do not put mempolicy before using its nodemask by Vlastimil Babka · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- 8d303e4 mm/mempolicy.c: forbid static or relative flags for local NUMA mode by Piotr Kwapulinski · 8 years ago
- 6d84095 mm, mempolicy: clean up __GFP_THISNODE confusion in policy_zonelist by Michal Hocko · 8 years ago
- fd60775 mm, thp: avoid unlikely branches for split_huge_pmd by David Rientjes · 8 years ago
- 768ae30 mm: replace get_user_pages() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
- c9634cf mm: use zonelist name instead of using hardcoded index by Aneesh Kumar K.V · 8 years ago
- c11600e mm, mempolicy: task->mempolicy must be NULL before dropping final reference by David Rientjes · 8 years ago
- 599d0c9 mm, vmscan: move LRU lists to node by Mel Gorman · 8 years ago
- 800d8c6 shmem: add huge pages support by Kirill A. Shutemov · 8 years ago
- 337d9ab mm: thp: check pmd_trans_unstable() after split_huge_pmd() by Naoya Horiguchi · 8 years ago
- c33d6c0 mm, page_alloc: avoid looking up the first zone in a zonelist twice by Mel Gorman · 8 years ago
- fee83b3 mm/mempolicy.c:offset_il_node() document and clarify by Andrew Morton · 8 years ago
- 0edaf86 include/linux/nodemask.h: create next_node_in() helper by Andrew Morton · 8 years ago
- 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 756a025 mm: coalesce split strings by Joe Perches · 9 years ago
- 4355c01 mm/mempolicy.c: skip VM_HUGETLB and VM_MIXEDMAP VMA for lazy mbind by Liang Chen · 9 years ago
- 0a2e280 mm, thp: fix migration of PTE-mapped transparent huge pages by Kirill A. Shutemov · 9 years ago
- d4edcf0 mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm by Dave Hansen · 9 years ago
- 77bf45e mempolicy: do not try to queue pages from !vma_migratable() by Kirill A. Shutemov · 9 years ago
- d645fc0 mm: mempolicy: skip non-migratable VMAs when setting MPOL_MF_LAZY by Liang Chen · 9 years ago
- 248db92 migrate_pages: try to split pages on queuing by Kirill A. Shutemov · 9 years ago
- 78ddc53 thp: rename split_huge_page_pmd() to split_huge_pmd() by Kirill A. Shutemov · 9 years ago
- 4a8c7bb mm/mempolicy.c: convert the shared_policy lock to a rwlock by Nathan Zimmer · 9 years ago
- 96db800 mm: rename alloc_pages_exact_node() to __alloc_pages_node() by Vlastimil Babka · 9 years ago
- acda0c3 mm/mempolicy.c: get rid of duplicated check for vma(VM_PFNMAP) in queue_pages_range() by Aristeu Rozanski · 9 years ago
- 19a809a userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctx by Andrea Arcangeli · 9 years ago
- 0867a57 mm, thp: respect MPOL_PREFERRED policy with non-local node by Vlastimil Babka · 9 years ago
- b0dc2b9 mm, numa: really disable NUMA balancing by default on single node machines by Mel Gorman · 9 years ago
- 5265047 mm, thp: really limit transparent hugepage allocation to local node by David Rientjes · 10 years ago
- b360edb mm, mempolicy: migrate_to_node should only migrate to node by David Rientjes · 10 years ago
- 9e763e0 mm: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
- 4d94246 mm: convert p[te|md]_mknonnuma and remaining page table manipulations by Mel Gorman · 10 years ago
- 48684a6 mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP) by Naoya Horiguchi · 10 years ago
- 6f4576e mempolicy: apply page table walker on queue_pages_range() by Naoya Horiguchi · 10 years ago
- be97a41 mm/mempolicy.c: merge alloc_hugepage_vma to alloc_pages_vma by Vlastimil Babka · 10 years ago
- 077fcf1 mm/thp: allocate transparent hugepages on local node by Aneesh Kumar K.V · 10 years ago
- ecb5ec0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 859f7ef mm/mempolicy.c: remove unnecessary is_valid_nodemask() by Zhihui Zhang · 10 years ago
- 5006217 vm_area_operations: kill ->migrate() by Al Viro · 10 years ago
- 2c0346a mm: mempolicy: skip inaccessible VMAs when setting MPOL_MF_LAZY by Mel Gorman · 10 years ago
- dd6eecb mempolicy: unexport get_vma_policy() and remove its "task" arg by Oleg Nesterov · 10 years ago
- 2c7c3a7 mempolicy: kill do_set_mempolicy()->down_write(&mm->mmap_sem) by Oleg Nesterov · 10 years ago
- 74d2c3a mempolicy: introduce __get_vma_policy(), export get_task_policy() by Oleg Nesterov · 10 years ago
- 6b6482b mempolicy: remove the "task" arg of vma_policy_mof() and simplify it by Oleg Nesterov · 10 years ago
- 8d90274b mempolicy: sanitize the usage of get_task_policy() by Oleg Nesterov · 10 years ago
- f15ca78 mempolicy: change get_task_policy() to return default_policy rather than NULL by Oleg Nesterov · 10 years ago
- 2386740 mempolicy: change alloc_pages_vma() to use mpol_cond_put() by Oleg Nesterov · 10 years ago
- 40f6123 Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
- 391acf9 cpuset,mempolicy: fix sleeping function called from invalid context by Gu Zheng · 10 years ago
- d05f0cdcb mm: fix crashes from mbind() merging vmas by Hugh Dickins · 10 years ago
- 3f17ea6 Merge branch 'next' (accumulated 3.16 merge window patches) into master by Linus Torvalds · 10 years ago
- b1de0d1 mm: convert some level-less printks to pr_* by Mitchel Humpherys · 10 years ago
- d4c5491 mm: add !pte_present() check on existing hugetlb_entry callbacks by Naoya Horiguchi · 10 years ago
- 68711a7 mm, migration: add destination page freeing callback by David Rientjes · 10 years ago
- b46e14a mm/mempolicy.c: parameter doc uniformization by Fabian Frederick · 10 years ago
- 23c8902 mm: constify nmask argument to set_mempolicy() by Rasmus Villemoes · 10 years ago
- f7f28ca mm: constify nmask argument to mbind() by Rasmus Villemoes · 10 years ago
- f0432d1 mm, mempolicy: remove per-process flag by David Rientjes · 11 years ago
- 2a38961 mm, mempolicy: rename slab_node for clarity by David Rientjes · 11 years ago
- d26914d mm: optimize put_mems_allowed() usage by Mel Gorman · 11 years ago
- 190f918 Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
- c93e0f6 mm/compat: convert to COMPAT_SYSCALL_DEFINE by Heiko Carstens · 11 years ago
- eaa4e4f Merge branch 'linus' into sched/core, to resolve conflicts by Ingo Molnar · 11 years ago
- 8790c71 mm/mempolicy.c: fix mempolicy printing in numa_maps by David Rientjes · 11 years ago
- 4a404be mm/mempolicy.c: convert to pr_foo() by Andrew Morton · 11 years ago
- c297663 mm: numa: initialise numa balancing after jump label initialisation by Mel Gorman · 11 years ago
- 10f3904 sched/numa, mm: Use active_nodes nodemask to limit numa migrations by Rik van Riel · 11 years ago
- 52bf84a sched/numa, mm: Remove p->numa_migrate_deferred by Rik van Riel · 11 years ago
- 1b17366 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
- cc81717 mm: new_vma_page() cannot see NULL vma for hugetlb pages by Michal Hocko · 11 years ago
- 54a43d5 numa: add a sysctl for numa_balancing by Andi Kleen · 11 years ago
- 11c731e mm/mempolicy: fix !vma in new_vma_page() by Wanpeng Li · 11 years ago
- b0e5fd7 mm/mempolicy: correct putback method for isolate pages if failed by Joonsoo Kim · 11 years ago
- 5877231 mm: Move change_prot_numa outside CONFIG_ARCH_USES_NUMA_PROT_NONE by Aneesh Kumar K.V · 11 years ago
- b7a9f42 mm, mempolicy: silence gcc warning by David Rientjes · 11 years ago
- cb900f4 mm, hugetlb: convert hugetlbfs to use split pmd lock by Kirill A. Shutemov · 11 years ago
- b76ac7e mm/mempolicy: use NUMA_NO_NODE by Jianguo Wu · 11 years ago
- 948927e mm, mempolicy: make mpol_to_str robust and always succeed by David Rientjes · 11 years ago
- de1c9ce sched/numa: Skip some page migrations after a shared fault by Rik van Riel · 11 years ago
- 1e3646f mm: numa: Revert temporarily disabling of NUMA migration by Rik van Riel · 11 years ago
- 9057289 mm: numa: Change page last {nid,pid} into {cpu,pid} by Peter Zijlstra · 11 years ago
- fc314724 mm: numa: Limit NUMA scanning to migrate-on-fault VMAs by Mel Gorman · 11 years ago