Age | Commit message (Expand) | Author |
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 |
2016-01-15 | mm: mempolicy: skip non-migratable VMAs when setting MPOL_MF_LAZY | Liang Chen |
2016-01-15 | migrate_pages: try to split pages on queuing | Kirill A. Shutemov |
2016-01-15 | thp: rename split_huge_page_pmd() to split_huge_pmd() | Kirill A. Shutemov |
2016-01-14 | mm/mempolicy.c: convert the shared_policy lock to a rwlock | Nathan Zimmer |
2015-09-08 | mm: rename alloc_pages_exact_node() to __alloc_pages_node() | Vlastimil Babka |
2015-09-08 | mm/mempolicy.c: get rid of duplicated check for vma(VM_PFNMAP) in queue_pages... | Aristeu Rozanski |
2015-09-04 | userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctx | Andrea Arcangeli |
2015-06-24 | mm, thp: respect MPOL_PREFERRED policy with non-local node | Vlastimil Babka |
2015-05-14 | mm, numa: really disable NUMA balancing by default on single node machines | Mel Gorman |
2015-04-14 | mm, thp: really limit transparent hugepage allocation to local node | David Rientjes |
2015-04-14 | mm, mempolicy: migrate_to_node should only migrate to node | David Rientjes |
2015-02-13 | mm: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo |
2015-02-12 | mm: convert p[te|md]_mknonnuma and remaining page table manipulations | Mel Gorman |
2015-02-11 | mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP) | Naoya Horiguchi |
2015-02-11 | mempolicy: apply page table walker on queue_pages_range() | Naoya Horiguchi |
2015-02-11 | mm/mempolicy.c: merge alloc_hugepage_vma to alloc_pages_vma | Vlastimil Babka |
2015-02-11 | mm/thp: allocate transparent hugepages on local node | Aneesh Kumar K.V |
2014-12-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2014-12-18 | mm/mempolicy.c: remove unnecessary is_valid_nodemask() | Zhihui Zhang |
2014-12-17 | vm_area_operations: kill ->migrate() | Al Viro |
2014-10-09 | mm: mempolicy: skip inaccessible VMAs when setting MPOL_MF_LAZY | Mel Gorman |
2014-10-09 | mempolicy: unexport get_vma_policy() and remove its "task" arg | Oleg Nesterov |
2014-10-09 | mempolicy: kill do_set_mempolicy()->down_write(&mm->mmap_sem) | Oleg Nesterov |
2014-10-09 | mempolicy: introduce __get_vma_policy(), export get_task_policy() | Oleg Nesterov |
2014-10-09 | mempolicy: remove the "task" arg of vma_policy_mof() and simplify it | Oleg Nesterov |
2014-10-09 | mempolicy: sanitize the usage of get_task_policy() | Oleg Nesterov |
2014-10-09 | mempolicy: change get_task_policy() to return default_policy rather than NULL | Oleg Nesterov |