1. e5146b1 mm, vmscan: add classzone information to tracepoints by Mel Gorman · 8 years ago
  2. 84c7a77 mm, vmscan: Have kswapd reclaim from all zones if reclaiming and buffer_heads_over_limit by Mel Gorman · 8 years ago
  3. d9f21d4 mm, vmscan: avoid passing in `remaining' unnecessarily to prepare_kswapd_sleep() by Mel Gorman · 8 years ago
  4. 4f58833 mm, vmscan: avoid passing in classzone_idx unnecessarily to compaction_ready by Mel Gorman · 8 years ago
  5. 970a39a mm, vmscan: avoid passing in classzone_idx unnecessarily to shrink_node by Mel Gorman · 8 years ago
  6. a5f5f91 mm: convert zone_reclaim to node_reclaim by Mel Gorman · 8 years ago
  7. 52e9f87 mm, page_alloc: wake kswapd based on the highest eligible zone by Mel Gorman · 8 years ago
  8. e1a5563 mm, vmscan: only wakeup kswapd once per node for the requested classzone by Mel Gorman · 8 years ago
  9. c4a2563 mm: move vmscan writes and file write accounting to the node by Mel Gorman · 8 years ago
  10. 11fb998 mm: move most file-based accounting to the node by Mel Gorman · 8 years ago
  11. 4b9d0fa mm: rename NR_ANON_PAGES to NR_ANON_MAPPED by Mel Gorman · 8 years ago
  12. 50658e2 mm: move page mapped accounting to the node by Mel Gorman · 8 years ago
  13. 281e372 mm, page_alloc: consider dirtyable memory in terms of nodes by Mel Gorman · 8 years ago
  14. 1e6b1085 mm, workingset: make working set detection node-aware by Mel Gorman · 8 years ago
  15. ef8f232 mm, memcg: move memcg limit enforcement from zones to nodes by Mel Gorman · 8 years ago
  16. a9dd0a8 mm, vmscan: make shrink_node decisions more node-centric by Mel Gorman · 8 years ago
  17. 86c79f6 mm: vmscan: do not reclaim from kswapd if there is any eligible zone by Mel Gorman · 8 years ago
  18. 6256c6b4 mm, vmscan: remove duplicate logic clearing node congestion and dirty state by Mel Gorman · 8 years ago
  19. 79dafcdc mm, vmscan: by default have direct reclaim only shrink once per node by Mel Gorman · 8 years ago
  20. 38087d9 mm, vmscan: simplify the logic deciding whether kswapd sleeps by Mel Gorman · 8 years ago
  21. 31483b6 mm, vmscan: remove balance gap by Mel Gorman · 8 years ago
  22. 1d82de6 mm, vmscan: make kswapd reclaim in terms of nodes by Mel Gorman · 8 years ago
  23. f7b6092 mm, vmscan: have kswapd only scan based on the highest requested zone by Mel Gorman · 8 years ago
  24. b2e1875 mm, vmscan: begin reclaiming pages on a per-node basis by Mel Gorman · 8 years ago
  25. 599d0c9 mm, vmscan: move LRU lists to node by Mel Gorman · 8 years ago
  26. a52633d mm, vmscan: move lru_lock to the node by Mel Gorman · 8 years ago
  27. 75ef718 mm, vmstat: add infrastructure for per-node vmstats by Mel Gorman · 8 years ago
  28. a621184 mm, meminit: remove early_page_nid_uninitialised by Mel Gorman · 8 years ago
  29. b2b331f mm/compaction: remove unnecessary order check in try_to_compact_pages() by Ganesh Mahendran · 8 years ago
  30. 55779ec mm: fix vm-scalability regression in cgroup-aware workingset code by Johannes Weiner · 8 years ago
  31. 400bc7f mm: update the comment in __isolate_free_page by zhong jiang · 8 years ago
  32. 091f362 mm, oom: tighten task_will_free_mem() locking by Michal Hocko · 8 years ago
  33. a373966 mm, oom: hide mm which is shared with kthread or global init by Michal Hocko · 8 years ago
  34. 11a410d mm, oom_reaper: do not attempt to reap a task more than twice by Michal Hocko · 8 years ago
  35. 696453e mm, oom: task_will_free_mem should skip oom_reaped tasks by Michal Hocko · 8 years ago
  36. 1af8bb4 mm, oom: fortify task_will_free_mem() by Michal Hocko · 8 years ago
  37. 97fd49c mm, oom: kill all tasks sharing the mm by Michal Hocko · 8 years ago
  38. b18dc5f mm, oom: skip vforked tasks from being selected by Michal Hocko · 8 years ago
  39. 44a70ade mm, oom_adj: make sure processes sharing mm have same view of oom_score_adj by Michal Hocko · 8 years ago
  40. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  41. 8f19b0c thp: fix comments of __pmd_trans_huge_lock() by Huang Ying · 8 years ago
  42. 25843c2 mm: memcontrol: fix documentation for compound parameter by Li RongQing · 8 years ago
  43. 17408d7 mm: memcontrol: remove BUG_ON in uncharge_list by Li RongQing · 8 years ago
  44. dd4123f mm: fix build warnings in <linux/compaction.h> by Minchan Kim · 8 years ago
  45. 0db501f mm, thp: convert from optimistic swapin collapsing to conservative by Ebru Akagunduz · 8 years ago
  46. 47f863e mm, thp: fix comment inconsistency for swapin readahead functions by Ebru Akagunduz · 8 years ago
  47. 779750d shmem: split huge pages beyond i_size under memory pressure by Kirill A. Shutemov · 8 years ago
  48. e496cf3 thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHE by Kirill A. Shutemov · 8 years ago
  49. f3f0e1d khugepaged: add support of collapse for tmpfs/shmem pages by Kirill A. Shutemov · 8 years ago
  50. 4595ef8 shmem: make shmem_inode_info::lock irq-safe by Kirill A. Shutemov · 8 years ago
  51. 988ddb7 khugepaged: move up_read(mmap_sem) out of khugepaged_alloc_page() by Kirill A. Shutemov · 8 years ago
  52. b46e756 thp: extract khugepaged from mm/huge_memory.c by Kirill A. Shutemov · 8 years ago
  53. 657e303 shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappings by Kirill A. Shutemov · 8 years ago
  54. 800d8c6 shmem: add huge pages support by Kirill A. Shutemov · 8 years ago
  55. c01d5b3 shmem: get_unmapped_area align huge page by Hugh Dickins · 8 years ago
  56. 5a6e75f shmem: prepare huge= mount option and sysfs knob by Kirill A. Shutemov · 8 years ago
  57. 65c4537 mm, rmap: account shmem thp pages by Kirill A. Shutemov · 8 years ago
  58. fc127da truncate: handle file thp by Kirill A. Shutemov · 8 years ago
  59. 8392937 filemap: prepare find and delete operations for huge pages by Kirill A. Shutemov · 8 years ago
  60. 7751b2d vmscan: split file huge pages before paging them out by Kirill A. Shutemov · 8 years ago
  61. 9a73f61 thp, mlock: do not mlock PTE-mapped file huge pages by Kirill A. Shutemov · 8 years ago
  62. baa355f thp: file pages support for split_huge_page() by Kirill A. Shutemov · 8 years ago
  63. 37f9f55 thp: run vma_adjust_trans_huge() outside i_mmap_rwsem by Kirill A. Shutemov · 8 years ago
  64. b237ade thp: prepare change_huge_pmd() for file thp by Kirill A. Shutemov · 8 years ago
  65. 628d47c thp: skip file huge pmd on copy_huge_pmd() by Kirill A. Shutemov · 8 years ago
  66. af9e4d5 thp: handle file COW faults by Kirill A. Shutemov · 8 years ago
  67. d21b9e5 thp: handle file pages in split_huge_pmd() by Kirill A. Shutemov · 8 years ago
  68. b507238 thp: support file pages in zap_huge_pmd() by Kirill A. Shutemov · 8 years ago
  69. 95ecedc thp, vmstats: add counters for huge file pages by Kirill A. Shutemov · 8 years ago
  70. 1010245 mm: introduce do_set_pmd() by Kirill A. Shutemov · 8 years ago
  71. dd78fed rmap: support file thp by Kirill A. Shutemov · 8 years ago
  72. 7267ec00 mm: postpone page table allocation until we have page to map by Kirill A. Shutemov · 8 years ago
  73. bae473a mm: introduce fault_env by Kirill A. Shutemov · 8 years ago
  74. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  75. 1f52e67 khugepaged: recheck pmd after mmap_sem re-acquired by Kirill A. Shutemov · 8 years ago
  76. 8024ee2 mm, thp: fix locking inconsistency in collapse_huge_page by Ebru Akagunduz · 8 years ago
  77. 7269586 mm, thp: make swapin readahead under down_read of mmap_sem by Ebru Akagunduz · 8 years ago
  78. 8a966ed mm: make swapin readahead to improve thp collapse rate by Ebru Akagunduz · 8 years ago
  79. 70652f6 mm: make optimistic check for swapin readahead by Ebru Akagunduz · 8 years ago
  80. ef3cc4d mm/memblock.c:memblock_add_range(): if nr_new is 0 just return by nimisolo · 8 years ago
  81. 8a5c743 mm, memcg: use consistent gfp flags during readahead by Michal Hocko · 8 years ago
  82. e5e3f4c mm, oom_reaper: make sure that mmput_async is called only when memory was reaped by Michal Hocko · 8 years ago
  83. 91537fe mm: add NR_ZSMALLOC to vmstat by Minchan Kim · 8 years ago
  84. 8ea1d2a mm, frontswap: convert frontswap_enabled to static key by Vlastimil Babka · 8 years ago
  85. fbe84a0 mm,oom: remove unused argument from oom_scan_process_thread(). by Tetsuo Handa · 8 years ago
  86. 5e8d35f mm: memcontrol: teach uncharge_list to deal with kmem pages by Vladimir Davydov · 8 years ago
  87. 4949148 mm: charge/uncharge kmemcg from generic page allocator paths by Vladimir Davydov · 8 years ago
  88. 4526477 mm: memcontrol: cleanup kmem charge functions by Vladimir Davydov · 8 years ago
  89. e77b085 mm/mmu_gather: track page size with mmu gather and force flush if page size change by Aneesh Kumar K.V · 8 years ago
  90. e9d55e1 mm: change the interface for __tlb_remove_page() by Aneesh Kumar K.V · 8 years ago
  91. 31d49da mm/hugetlb: simplify hugetlb unmap by Aneesh Kumar K.V · 8 years ago
  92. 337d9ab mm: thp: check pmd_trans_unstable() after split_huge_pmd() by Naoya Horiguchi · 8 years ago
  93. e3a2713 mm/page_isolation: clean up confused code by Joonsoo Kim · 8 years ago
  94. 46f24fd mm/page_alloc: introduce post allocation processing on page allocator by Joonsoo Kim · 8 years ago
  95. f2ca0b5 mm/page_owner: use stackdepot to store stacktrace by Joonsoo Kim · 8 years ago
  96. a9627bc mm/page_owner: introduce split_page_owner and replace manual handling by Joonsoo Kim · 8 years ago
  97. a8efe1c mm/page_owner: copy last_migrate_reason in copy_page_owner() by Joonsoo Kim · 8 years ago
  98. 83358ec mm/page_owner: initialize page owner without holding the zone lock by Joonsoo Kim · 8 years ago
  99. 66c6422 mm/compaction: split freepages without holding the zone lock by Joonsoo Kim · 8 years ago
  100. 3b1d9ca zsmalloc: use OBJ_TAG_BIT for bit shifter by Minchan Kim · 8 years ago