1. 5a1c84b mm: remove reclaim and compaction retry approximations by Mel Gorman · 8 years ago
  2. 71c799f mm: add per-zone lru list stat by Minchan Kim · 8 years ago
  3. 33e077b mm: show node_pages_scanned per node, not zone by Minchan Kim · 8 years ago
  4. bca6759 mm, vmstat: remove zone and node double accounting by approximating retries by Mel Gorman · 8 years ago
  5. 16709d1 mm: vmstat: replace __count_zone_vm_events with a zone id equivalent by Mel Gorman · 8 years ago
  6. 3b8c0be mm: page_alloc: cache the last node whose dirty limit is reached by Mel Gorman · 8 years ago
  7. e6cbd7f mm, page_alloc: remove fair zone allocation policy by Mel Gorman · 8 years ago
  8. a5f5f91 mm: convert zone_reclaim to node_reclaim by Mel Gorman · 8 years ago
  9. 52e9f87 mm, page_alloc: wake kswapd based on the highest eligible zone by Mel Gorman · 8 years ago
  10. e1a5563 mm, vmscan: only wakeup kswapd once per node for the requested classzone by Mel Gorman · 8 years ago
  11. 11fb998 mm: move most file-based accounting to the node 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. a9dd0a8 mm, vmscan: make shrink_node decisions more node-centric by Mel Gorman · 8 years ago
  15. 38087d9 mm, vmscan: simplify the logic deciding whether kswapd sleeps by Mel Gorman · 8 years ago
  16. 599d0c9 mm, vmscan: move LRU lists to node by Mel Gorman · 8 years ago
  17. a52633d mm, vmscan: move lru_lock to the node by Mel Gorman · 8 years ago
  18. 75ef718 mm, vmstat: add infrastructure for per-node vmstats by Mel Gorman · 8 years ago
  19. a621184 mm, meminit: remove early_page_nid_uninitialised by Mel Gorman · 8 years ago
  20. 400bc7f mm: update the comment in __isolate_free_page by zhong jiang · 8 years ago
  21. 65c4537 mm, rmap: account shmem thp pages by Kirill A. Shutemov · 8 years ago
  22. 9a73f61 thp, mlock: do not mlock PTE-mapped file huge pages by Kirill A. Shutemov · 8 years ago
  23. 4949148 mm: charge/uncharge kmemcg from generic page allocator paths by Vladimir Davydov · 8 years ago
  24. 4526477 mm: memcontrol: cleanup kmem charge functions by Vladimir Davydov · 8 years ago
  25. 46f24fd mm/page_alloc: introduce post allocation processing on page allocator by Joonsoo Kim · 8 years ago
  26. a9627bc mm/page_owner: introduce split_page_owner and replace manual handling by Joonsoo Kim · 8 years ago
  27. 83358ec mm/page_owner: initialize page owner without holding the zone lock by Joonsoo Kim · 8 years ago
  28. 66c6422 mm/compaction: split freepages without holding the zone lock by Joonsoo Kim · 8 years ago
  29. bda807d mm: migrate: support non-lru movable page migration by Minchan Kim · 8 years ago
  30. 2a966b7 mm: oom: add memcg to oom_control by Vladimir Davydov · 8 years ago
  31. 90cae1f mm/init: fix zone boundary creation by Oliver O'Halloran · 8 years ago
  32. ef70b6f mm, meminit: ensure node is online before checking whether pages are uninitialised by Mel Gorman · 8 years ago
  33. e4568d3 mm, meminit: always return a valid node from early_pfn_to_nid by Mel Gorman · 8 years ago
  34. e46e7b7 mm, page_alloc: recalculate the preferred zoneref if the context can ignore memory policies by Mel Gorman · 8 years ago
  35. 0d0bd89 mm, page_alloc: reset zonelist iterator after resetting fair zone allocation policy by Mel Gorman · 8 years ago
  36. 83b9355 mm, page_alloc: prevent infinite loop in buffered_rmqueue() by Vlastimil Babka · 8 years ago
  37. f86e427 mm: check the return value of lookup_page_ext for all call sites by Yang Shi · 8 years ago
  38. e570f56 mm: check_new_page_bad() directly returns in __PG_HWPOISON case by Naoya Horiguchi · 8 years ago
  39. 29b52de mm, kasan: fix to call kasan_free_pages() after poisoning page by seokhoon.yoon · 8 years ago
  40. 4b50bcc mm: use phys_addr_t for reserve_bootmem_region() arguments by Stefan Bader · 8 years ago
  41. 2a138dc mm: use existing helper to convert "on"/"off" to boolean by Minfei Huang · 8 years ago
  42. 31e49bf mm, oom: protect !costly allocations some more for !CONFIG_COMPACTION by Michal Hocko · 8 years ago
  43. 86a294a mm, oom, compaction: prevent from should_compact_retry looping for ever for costly orders by Michal Hocko · 8 years ago
  44. 7854ea6 mm: consider compaction feedback also for costly allocation by Michal Hocko · 8 years ago
  45. 33c2d21 mm, oom: protect !costly allocations some more by Michal Hocko · 8 years ago
  46. ede3771 mm: throttle on IO only when there are too many dirty and writeback pages by Michal Hocko · 8 years ago
  47. 0a0337e mm, oom: rework oom detection by Michal Hocko · 8 years ago
  48. c5d01d0 mm, compaction: simplify __alloc_pages_direct_compact feedback interface by Michal Hocko · 8 years ago
  49. ea7ab98 mm, compaction: change COMPACT_ constants into enum by Michal Hocko · 8 years ago
  50. 59dc76b mm: vmscan: reduce size of inactive file list by Rik van Riel · 8 years ago
  51. 4741526 mm, page_alloc: restore the original nodemask if the fast path allocation failed by Mel Gorman · 8 years ago
  52. 4e61180 mm, page_alloc: uninline the bad page part of check_new_page() by Vlastimil Babka · 8 years ago
  53. e2769db mm, page_alloc: don't duplicate code in free_pcp_prepare by Mel Gorman · 8 years ago
  54. 479f854 mm, page_alloc: defer debugging checks of pages allocated from the PCP by Mel Gorman · 8 years ago
  55. 4db7548 mm, page_alloc: defer debugging checks of freed pages until a PCP drain by Mel Gorman · 8 years ago
  56. 002f290 cpuset: use static key better and convert to new API by Vlastimil Babka · 8 years ago
  57. 0b423ca mm, page_alloc: inline pageblock lookup in page free fast paths by Mel Gorman · 8 years ago
  58. e5b31ac mm, page_alloc: remove unnecessary variable from free_pcppages_bulk by Mel Gorman · 8 years ago
  59. da838d4 mm, page_alloc: pull out side effects from free_pages_check by Mel Gorman · 8 years ago
  60. bb552ac mm, page_alloc: un-inline the bad part of free_pages_check by Mel Gorman · 8 years ago
  61. 7bfec6f mm, page_alloc: check multiple page fields with a single branch by Mel Gorman · 8 years ago
  62. 93ea996 mm, page_alloc: remove field from alloc_context by Mel Gorman · 8 years ago
  63. c33d6c0 mm, page_alloc: avoid looking up the first zone in a zonelist twice by Mel Gorman · 8 years ago
  64. 48ee5f3 mm, page_alloc: shortcut watermark checks for order-0 pages by Mel Gorman · 8 years ago
  65. 3053475 mm, page_alloc: reduce cost of fair zone allocation policy retry by Mel Gorman · 8 years ago
  66. 4fcb097 mm, page_alloc: shorten the page allocator fast path by Mel Gorman · 8 years ago
  67. 3777999 mm, page_alloc: check once if a zone has isolated pageblocks by Mel Gorman · 8 years ago
  68. 83d4ca8 mm, page_alloc: move __GFP_HARDWALL modifications out of the fastpath by Mel Gorman · 8 years ago
  69. 5bb1b16 mm, page_alloc: remove unnecessary initialisation from __alloc_pages_nodemask() by Mel Gorman · 8 years ago
  70. be06af0 mm, page_alloc: remove unnecessary initialisation in get_page_from_freelist by Mel Gorman · 8 years ago
  71. 4dfa6cd mm, page_alloc: remove unnecessary local variable in get_page_from_freelist by Mel Gorman · 8 years ago
  72. fa379b9 mm, page_alloc: convert nr_fair_skipped to bool by Mel Gorman · 8 years ago
  73. c603844 mm, page_alloc: convert alloc_flags to unsigned by Mel Gorman · 8 years ago
  74. f75fb88 mm, page_alloc: avoid unnecessary zone lookups during pageblock operations by Mel Gorman · 8 years ago
  75. 754078e mm, page_alloc: use __dec_zone_state for order-0 page allocation by Mel Gorman · 8 years ago
  76. 682a338 mm, page_alloc: inline the fast path of the zonelist iterator by Mel Gorman · 8 years ago
  77. 060e741 mm, page_alloc: inline zone_statistics by Mel Gorman · 8 years ago
  78. 1751457 mm, page_alloc: use new PageAnonHead helper in the free page fast path by Mel Gorman · 8 years ago
  79. d61f859 mm, page_alloc: only check PageCompound for high-order pages by Mel Gorman · 8 years ago
  80. 3da88fb mm, oom: move GFP_NOFS check to out_of_memory by Michal Hocko · 8 years ago
  81. fc2bd79 mm/page_alloc: correct highmem memory statistics by Joonsoo Kim · 8 years ago
  82. ba6b097 power: add zone range overlapping check by Joonsoo Kim · 8 years ago
  83. b9eb631 mm/memory_hotplug: add comment to some functions related to memory hotplug by Joonsoo Kim · 8 years ago
  84. 949698a mm/page_alloc: Remove useless parameter of __free_pages_boot_core by Li Zhang · 8 years ago
  85. 0139aa7 mm: rename _count, field of the struct page, to _refcount by Joonsoo Kim · 8 years ago
  86. bc22af7 mm: update min_free_kbytes from khugepaged after core initialization by Jason Baron · 8 years ago
  87. d9dddbf mm/page_alloc: prevent merging between isolated and other pageblocks by Vlastimil Babka · 8 years ago
  88. 0a687aa mm,oom: do not loop !__GFP_FS allocation if the OOM killer is disabled by Tetsuo Handa · 8 years ago
  89. 987b309 mm: meminit: initialise more memory for inode/dentry hash tables in early boot by Li Zhang · 8 years ago
  90. 1170532 mm: convert printk(KERN_<LEVEL> to pr_<level> by Joe Perches · 8 years ago
  91. 756a025f0 mm: coalesce split strings by Joe Perches · 8 years ago
  92. 0f352e5 mm: remove __GFP_NOFAIL is deprecated comment by Michal Hocko · 8 years ago
  93. fe896d1 mm: introduce page reference manipulation functions by Joonsoo Kim · 8 years ago
  94. 444eb2a4 mm: thp: set THP defrag by default to madvise and add a stall-free defrag option by Mel Gorman · 8 years ago
  95. 795ae7a mm: scale kswapd watermarks in proportion to memory by Johannes Weiner · 8 years ago
  96. d02bd27 mm/page_alloc.c: calculate 'available' memory in a separate function by Igor Redko · 8 years ago
  97. 698b1b3 mm, compaction: introduce kcompactd by Vlastimil Babka · 8 years ago
  98. 505f6d2 sound: query dynamic DEBUG_PAGEALLOC setting by Joonsoo Kim · 8 years ago
  99. 832fc1d /proc/kpageflags: return KPF_BUDDY for "tail" buddy pages by Naoya Horiguchi · 8 years ago
  100. 7cf91a9 mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguous by Joonsoo Kim · 8 years ago