1. 3e4578f ANDROID: mm: add a field to store names for private anonymous memory by Colin Cross · 9 years ago
  2. 768ae30 mm: replace get_user_pages() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  3. c9634cf mm: use zonelist name instead of using hardcoded index by Aneesh Kumar K.V · 8 years ago
  4. c11600e mm, mempolicy: task->mempolicy must be NULL before dropping final reference by David Rientjes · 8 years ago
  5. 599d0c9 mm, vmscan: move LRU lists to node by Mel Gorman · 8 years ago
  6. 800d8c6 shmem: add huge pages support by Kirill A. Shutemov · 8 years ago
  7. 337d9ab mm: thp: check pmd_trans_unstable() after split_huge_pmd() by Naoya Horiguchi · 8 years ago
  8. c33d6c0 mm, page_alloc: avoid looking up the first zone in a zonelist twice by Mel Gorman · 8 years ago
  9. fee83b3 mm/mempolicy.c:offset_il_node() document and clarify by Andrew Morton · 8 years ago
  10. 0edaf86 include/linux/nodemask.h: create next_node_in() helper by Andrew Morton · 8 years ago
  11. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  12. 756a025f0 mm: coalesce split strings by Joe Perches · 8 years ago
  13. 4355c01 mm/mempolicy.c: skip VM_HUGETLB and VM_MIXEDMAP VMA for lazy mbind by Liang Chen · 8 years ago
  14. 0a2e280 mm, thp: fix migration of PTE-mapped transparent huge pages by Kirill A. Shutemov · 8 years ago
  15. d4edcf0 mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm by Dave Hansen · 8 years ago
  16. 77bf45e mempolicy: do not try to queue pages from !vma_migratable() by Kirill A. Shutemov · 8 years ago
  17. d645fc0 mm: mempolicy: skip non-migratable VMAs when setting MPOL_MF_LAZY by Liang Chen · 8 years ago
  18. 248db92 migrate_pages: try to split pages on queuing by Kirill A. Shutemov · 8 years ago
  19. 78ddc53 thp: rename split_huge_page_pmd() to split_huge_pmd() by Kirill A. Shutemov · 8 years ago
  20. 4a8c7bb mm/mempolicy.c: convert the shared_policy lock to a rwlock by Nathan Zimmer · 8 years ago
  21. 96db800 mm: rename alloc_pages_exact_node() to __alloc_pages_node() by Vlastimil Babka · 9 years ago
  22. acda0c3 mm/mempolicy.c: get rid of duplicated check for vma(VM_PFNMAP) in queue_pages_range() by Aristeu Rozanski · 9 years ago
  23. 19a809a userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctx by Andrea Arcangeli · 9 years ago
  24. 0867a57 mm, thp: respect MPOL_PREFERRED policy with non-local node by Vlastimil Babka · 9 years ago
  25. b0dc2b9 mm, numa: really disable NUMA balancing by default on single node machines by Mel Gorman · 9 years ago
  26. 5265047 mm, thp: really limit transparent hugepage allocation to local node by David Rientjes · 9 years ago
  27. b360edb mm, mempolicy: migrate_to_node should only migrate to node by David Rientjes · 9 years ago
  28. 9e763e0 mm: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 9 years ago
  29. 4d94246 mm: convert p[te|md]_mknonnuma and remaining page table manipulations by Mel Gorman · 9 years ago
  30. 48684a6 mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP) by Naoya Horiguchi · 9 years ago
  31. 6f4576e mempolicy: apply page table walker on queue_pages_range() by Naoya Horiguchi · 9 years ago
  32. be97a41 mm/mempolicy.c: merge alloc_hugepage_vma to alloc_pages_vma by Vlastimil Babka · 9 years ago
  33. 077fcf1 mm/thp: allocate transparent hugepages on local node by Aneesh Kumar K.V · 9 years ago
  34. ecb5ec0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  35. 859f7ef mm/mempolicy.c: remove unnecessary is_valid_nodemask() by Zhihui Zhang · 9 years ago
  36. 5006217 vm_area_operations: kill ->migrate() by Al Viro · 10 years ago
  37. 2c0346a mm: mempolicy: skip inaccessible VMAs when setting MPOL_MF_LAZY by Mel Gorman · 10 years ago
  38. dd6eecb mempolicy: unexport get_vma_policy() and remove its "task" arg by Oleg Nesterov · 10 years ago
  39. 2c7c3a7 mempolicy: kill do_set_mempolicy()->down_write(&mm->mmap_sem) by Oleg Nesterov · 10 years ago
  40. 74d2c3a mempolicy: introduce __get_vma_policy(), export get_task_policy() by Oleg Nesterov · 10 years ago
  41. 6b6482b mempolicy: remove the "task" arg of vma_policy_mof() and simplify it by Oleg Nesterov · 10 years ago
  42. 8d90274 mempolicy: sanitize the usage of get_task_policy() by Oleg Nesterov · 10 years ago
  43. f15ca78 mempolicy: change get_task_policy() to return default_policy rather than NULL by Oleg Nesterov · 10 years ago
  44. 2386740 mempolicy: change alloc_pages_vma() to use mpol_cond_put() by Oleg Nesterov · 10 years ago
  45. 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
  46. 391acf9 cpuset,mempolicy: fix sleeping function called from invalid context by Gu Zheng · 10 years ago
  47. d05f0cdcb mm: fix crashes from mbind() merging vmas by Hugh Dickins · 10 years ago
  48. 3f17ea6 Merge branch 'next' (accumulated 3.16 merge window patches) into master by Linus Torvalds · 10 years ago
  49. b1de0d1 mm: convert some level-less printks to pr_* by Mitchel Humpherys · 10 years ago
  50. d4c5491 mm: add !pte_present() check on existing hugetlb_entry callbacks by Naoya Horiguchi · 10 years ago
  51. 68711a7 mm, migration: add destination page freeing callback by David Rientjes · 10 years ago
  52. b46e14a mm/mempolicy.c: parameter doc uniformization by Fabian Frederick · 10 years ago
  53. 23c8902 mm: constify nmask argument to set_mempolicy() by Rasmus Villemoes · 10 years ago
  54. f7f28ca mm: constify nmask argument to mbind() by Rasmus Villemoes · 10 years ago
  55. f0432d1 mm, mempolicy: remove per-process flag by David Rientjes · 10 years ago
  56. 2a38961 mm, mempolicy: rename slab_node for clarity by David Rientjes · 10 years ago
  57. d26914d mm: optimize put_mems_allowed() usage by Mel Gorman · 10 years ago
  58. 190f918 Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  59. c93e0f6 mm/compat: convert to COMPAT_SYSCALL_DEFINE by Heiko Carstens · 10 years ago
  60. eaa4e4f Merge branch 'linus' into sched/core, to resolve conflicts by Ingo Molnar · 10 years ago
  61. 8790c71 mm/mempolicy.c: fix mempolicy printing in numa_maps by David Rientjes · 10 years ago
  62. 4a404be mm/mempolicy.c: convert to pr_foo() by Andrew Morton · 10 years ago
  63. c297663 mm: numa: initialise numa balancing after jump label initialisation by Mel Gorman · 10 years ago
  64. 10f3904 sched/numa, mm: Use active_nodes nodemask to limit numa migrations by Rik van Riel · 10 years ago
  65. 52bf84a sched/numa, mm: Remove p->numa_migrate_deferred by Rik van Riel · 10 years ago
  66. 1b17366 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 10 years ago
  67. cc81717 mm: new_vma_page() cannot see NULL vma for hugetlb pages by Michal Hocko · 10 years ago
  68. 54a43d5 numa: add a sysctl for numa_balancing by Andi Kleen · 10 years ago
  69. 11c731e mm/mempolicy: fix !vma in new_vma_page() by Wanpeng Li · 10 years ago
  70. b0e5fd7 mm/mempolicy: correct putback method for isolate pages if failed by Joonsoo Kim · 10 years ago
  71. 5877231 mm: Move change_prot_numa outside CONFIG_ARCH_USES_NUMA_PROT_NONE by Aneesh Kumar K.V · 11 years ago
  72. b7a9f42 mm, mempolicy: silence gcc warning by David Rientjes · 11 years ago
  73. cb900f4 mm, hugetlb: convert hugetlbfs to use split pmd lock by Kirill A. Shutemov · 11 years ago
  74. b76ac7e mm/mempolicy: use NUMA_NO_NODE by Jianguo Wu · 11 years ago
  75. 948927e mm, mempolicy: make mpol_to_str robust and always succeed by David Rientjes · 11 years ago
  76. de1c9ce sched/numa: Skip some page migrations after a shared fault by Rik van Riel · 11 years ago
  77. 1e3646f mm: numa: Revert temporarily disabling of NUMA migration by Rik van Riel · 11 years ago
  78. 9057289 mm: numa: Change page last {nid,pid} into {cpu,pid} by Peter Zijlstra · 11 years ago
  79. fc314724 mm: numa: Limit NUMA scanning to migrate-on-fault VMAs by Mel Gorman · 11 years ago
  80. 6fe6b2d sched/numa: Do not migrate memory immediately after switching node by Rik van Riel · 11 years ago
  81. b795854 sched/numa: Set preferred NUMA node based on number of private faults by Mel Gorman · 11 years ago
  82. 0bf598d mbind: add BUG_ON(!vma) in new_vma_page() by Naoya Horiguchi · 11 years ago
  83. 9809494 mm/mempolicy: rename check_*range to queue_pages_*range by Naoya Horiguchi · 11 years ago
  84. 74060e4 mm: mbind: add hugepage migration code to mbind() by Naoya Horiguchi · 11 years ago
  85. e2d8cf4 migrate: add hugepage migration code to migrate_pages() by Naoya Horiguchi · 11 years ago
  86. 1da6f0e mm/mempolicy: return NULL if node is NUMA_NO_NODE in get_task_policy by Jianguo Wu · 11 years ago
  87. ef0855d mm: mempolicy: turn vma_set_policy() into vma_dup_policy() by Oleg Nesterov · 11 years ago
  88. 3964acd mm: mempolicy: fix mbind_range() && vma_adjust() interaction by Oleg Nesterov · 11 years ago
  89. 7880639 mm/mempolicy.c: fix sp_node_init() argument ordering by KOSAKI Motohiro · 11 years ago
  90. 5ca3957 mm/mempolicy.c: fix wrong sp_node insertion by Hillf Danton · 11 years ago
  91. 00ef2d2 mm: use NUMA_NO_NODE by David Rientjes · 11 years ago
  92. 9c620e2 mm: remove offlining arg to migrate_pages by Hugh Dickins · 11 years ago
  93. b79bc0a ksm: enable KSM page migration by Hugh Dickins · 11 years ago
  94. 22b751c mm: rename page struct field helpers by Mel Gorman · 11 years ago
  95. d3eb157 mempolicy: fix is_valid_nodemask() by Lai Jiangshan · 11 years ago
  96. 42288fe mm: mempolicy: Convert shared_policy mutex to spinlock by Mel Gorman · 11 years ago
  97. a7a88b2 mempolicy: remove arg from mpol_parse_str, mpol_to_str by Hugh Dickins · 11 years ago
  98. f2a07f4 tmpfs mempolicy: fix /proc/mounts corrupting memory by Hugh Dickins · 11 years ago
  99. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 11 years ago
  100. 01f13bd mempolicy: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 12 years ago