| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-12-19 | 1 | -5/+0 |
|\ |
|
| * | vm_area_operations: kill ->migrate() | Al Viro | 2014-12-17 | 1 | -5/+0 |
* | | mm/mempolicy.c: remove unnecessary is_valid_nodemask() | Zhihui Zhang | 2014-12-18 | 1 | -8/+2 |
|/ |
|
* | mm: mempolicy: skip inaccessible VMAs when setting MPOL_MF_LAZY | Mel Gorman | 2014-10-09 | 1 | -1/+3 |
* | mempolicy: unexport get_vma_policy() and remove its "task" arg | Oleg Nesterov | 2014-10-09 | 1 | -11/+8 |
* | mempolicy: kill do_set_mempolicy()->down_write(&mm->mmap_sem) | Oleg Nesterov | 2014-10-09 | 1 | -14/+1 |
* | mempolicy: introduce __get_vma_policy(), export get_task_policy() | Oleg Nesterov | 2014-10-09 | 1 | -18/+26 |
* | mempolicy: remove the "task" arg of vma_policy_mof() and simplify it | Oleg Nesterov | 2014-10-09 | 1 | -14/+11 |
* | mempolicy: sanitize the usage of get_task_policy() | Oleg Nesterov | 2014-10-09 | 1 | -11/+14 |
* | mempolicy: change get_task_policy() to return default_policy rather than NULL | Oleg Nesterov | 2014-10-09 | 1 | -18/+13 |
* | mempolicy: change alloc_pages_vma() to use mpol_cond_put() | Oleg Nesterov | 2014-10-09 | 1 | -2/+1 |
* | Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-07-10 | 1 | -2/+0 |
|\ |
|
| * | cpuset,mempolicy: fix sleeping function called from invalid context | Gu Zheng | 2014-06-25 | 1 | -2/+0 |
* | | mm: fix crashes from mbind() merging vmas | Hugh Dickins | 2014-06-23 | 1 | -26/+20 |
|/ |
|
* | Merge branch 'next' (accumulated 3.16 merge window patches) into master | Linus Torvalds | 2014-06-08 | 1 | -16/+19 |
|\ |
|
| * | mm: convert some level-less printks to pr_* | Mitchel Humpherys | 2014-06-06 | 1 | -1/+4 |
| * | mm, migration: add destination page freeing callback | David Rientjes | 2014-06-04 | 1 | -2/+2 |
| * | mm/mempolicy.c: parameter doc uniformization | Fabian Frederick | 2014-06-04 | 1 | -11/+11 |
| * | mm: constify nmask argument to set_mempolicy() | Rasmus Villemoes | 2014-06-04 | 1 | -1/+1 |
| * | mm: constify nmask argument to mbind() | Rasmus Villemoes | 2014-06-04 | 1 | -1/+1 |
* | | mm: add !pte_present() check on existing hugetlb_entry callbacks | Naoya Horiguchi | 2014-06-06 | 1 | -1/+5 |
|/ |
|
* | mm, mempolicy: remove per-process flag | David Rientjes | 2014-04-07 | 1 | -31/+0 |
* | mm, mempolicy: rename slab_node for clarity | David Rientjes | 2014-04-07 | 1 | -9/+6 |
* | mm: optimize put_mems_allowed() usage | Mel Gorman | 2014-04-03 | 1 | -6/+6 |
* | Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l... | Linus Torvalds | 2014-03-31 | 1 | -9/+9 |
|\ |
|
| * | mm/compat: convert to COMPAT_SYSCALL_DEFINE | Heiko Carstens | 2014-03-06 | 1 | -9/+9 |
* | | Merge branch 'linus' into sched/core, to resolve conflicts | Ingo Molnar | 2014-02-02 | 1 | -15/+17 |
|\ \
| |/ |
|
| * | mm/mempolicy.c: fix mempolicy printing in numa_maps | David Rientjes | 2014-01-30 | 1 | -1/+1 |
| * | mm/mempolicy.c: convert to pr_foo() | Andrew Morton | 2014-01-29 | 1 | -2/+2 |
| * | mm: numa: initialise numa balancing after jump label initialisation | Mel Gorman | 2014-01-29 | 1 | -6/+11 |
| * | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2014-01-27 | 1 | -3/+2 |
| |\ |
|
| | * | mm: Move change_prot_numa outside CONFIG_ARCH_USES_NUMA_PROT_NONE | Aneesh Kumar K.V | 2013-12-09 | 1 | -3/+2 |
| * | | mm: new_vma_page() cannot see NULL vma for hugetlb pages | Michal Hocko | 2014-01-23 | 1 | -4/+2 |
| * | | numa: add a sysctl for numa_balancing | Andi Kleen | 2014-01-23 | 1 | -1/+1 |
* | | | sched/numa, mm: Use active_nodes nodemask to limit numa migrations | Rik van Riel | 2014-01-28 | 1 | -28/+1 |
* | | | sched/numa, mm: Remove p->numa_migrate_deferred | Rik van Riel | 2014-01-28 | 1 | -45/+0 |
|/ / |
|
* | | mm/mempolicy: fix !vma in new_vma_page() | Wanpeng Li | 2013-12-18 | 1 | -6/+8 |
* | | mm/mempolicy: correct putback method for isolate pages if failed | Joonsoo Kim | 2013-12-18 | 1 | -1/+1 |
|/ |
|
* | mm, mempolicy: silence gcc warning | David Rientjes | 2013-11-21 | 1 | -1/+1 |
* | mm, hugetlb: convert hugetlbfs to use split pmd lock | Kirill A. Shutemov | 2013-11-15 | 1 | -2/+3 |
* | mm/mempolicy: use NUMA_NO_NODE | Jianguo Wu | 2013-11-13 | 1 | -5/+5 |
* | mm, mempolicy: make mpol_to_str robust and always succeed | David Rientjes | 2013-11-13 | 1 | -36/+16 |
* | sched/numa: Skip some page migrations after a shared fault | Rik van Riel | 2013-10-09 | 1 | -1/+47 |
* | mm: numa: Revert temporarily disabling of NUMA migration | Rik van Riel | 2013-10-09 | 1 | -12/+0 |
* | mm: numa: Change page last {nid,pid} into {cpu,pid} | Peter Zijlstra | 2013-10-09 | 1 | -7/+9 |
* | mm: numa: Limit NUMA scanning to migrate-on-fault VMAs | Mel Gorman | 2013-10-09 | 1 | -0/+24 |
* | sched/numa: Do not migrate memory immediately after switching node | Rik van Riel | 2013-10-09 | 1 | -0/+12 |
* | sched/numa: Set preferred NUMA node based on number of private faults | Mel Gorman | 2013-10-09 | 1 | -3/+5 |
* | mbind: add BUG_ON(!vma) in new_vma_page() | Naoya Horiguchi | 2013-09-11 | 1 | -3/+5 |
* | mm/mempolicy: rename check_*range to queue_pages_*range | Naoya Horiguchi | 2013-09-11 | 1 | -18/+23 |