1. f9719a0 thp, vmstats: count deferred split events by Kirill A. Shutemov · 8 years ago
  2. 698b1b3 mm, compaction: introduce kcompactd by Vlastimil Babka · 8 years ago
  3. 7dd80b8 mm, page_owner: convert page_owner_inited to static key by Vlastimil Babka · 8 years ago
  4. 60f3035 mm, page_owner: print migratetype of page and pageblock, symbolic flags by Vlastimil Babka · 8 years ago
  5. ccde8bd vmstat: make vmstat_update deferrable by Michal Hocko · 8 years ago
  6. f01f17d mm, vmstat: make quiet_vmstat lighter by Michal Hocko · 8 years ago
  7. 587198b vmstat: Remove BUG_ON from vmstat_update by Christoph Lameter · 8 years ago
  8. 854e9ed mm: support madvise(MADV_FREE) by Minchan Kim · 8 years ago
  9. 122afea mm, vmstats: new THP splitting event by Kirill A. Shutemov · 8 years ago
  10. 0eb77e9 vmstat: make vmstat_updater deferrable again and shut down on idle by Christoph Lameter · 8 years ago
  11. 751e5f5 vmstat: allocate vmstat_wq before it is used by Michal Hocko · 8 years ago
  12. 6cdb18a mm/vmstat: fix overflow in mod_zone_page_state() by Heiko Carstens · 8 years ago
  13. 373ccbe mm, vmstat: allow WQ concurrency to discover memory reclaim doesn't make any progress by Michal Hocko · 8 years ago
  14. 475a2f9 mm: fix swapped Movable and Reclaimable in /proc/pagetypeinfo by Vlastimil Babka · 8 years ago
  15. 0aaa29a mm, page_alloc: reserve pageblocks for high-order atomic allocations on demand by Mel Gorman · 9 years ago
  16. 974a786 mm, page_alloc: remove MIGRATE_RESERVE by Mel Gorman · 9 years ago
  17. c2d42c1 mm/vmstat.c: uninline node_page_state() by Andrew Morton · 9 years ago
  18. 176bed1 vmstat: explicitly schedule per-cpu work on the CPU we need it to run on by Linus Torvalds · 9 years ago
  19. 57c2e36 vmstat: Reduce time interval to stat update on idle cpu by Christoph Lameter · 9 years ago
  20. ba4877b vmstat: do not use deferrable delayed work for vmstat_update by Michal Hocko · 9 years ago
  21. 3c48687 mm/vmstat.c: fix/cleanup ifdefs by Andrew Morton · 9 years ago
  22. f5f302e mm,vmacache: count number of system-wide flushes by Davidlohr Bueso · 9 years ago
  23. 48c96a3 mm/page_owner: keep track of page owners by Joonsoo Kim · 9 years ago
  24. 7cc36bb vmstat: on-demand vmstat workers V8 by Christoph Lameter · 10 years ago
  25. 09316c0 mm/balloon_compaction: add vmstat counters and kpageflags bit by Konstantin Khlebnikov · 10 years ago
  26. bb0b6df mm: vmscan: only update per-cpu thresholds for online CPU by Mel Gorman · 10 years ago
  27. 0d5d823 mm: move zone->pages_scanned into a vmstat counter by Mel Gorman · 10 years ago
  28. 3484b2d mm: rearrange zone fields into read-only, page alloc, statistics and page reclaim lines by Mel Gorman · 10 years ago
  29. bea04b0 mm: use the light version __mod_zone_page_state in mlocked_vma_newpage() by Jianyu Zhan · 10 years ago
  30. 7c8e018 mm: replace __get_cpu_var uses with this_cpu_ptr by Christoph Lameter · 10 years ago
  31. 4f11514 mm,vmacache: add debug data by Davidlohr Bueso · 10 years ago
  32. 467a9e1 Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  33. 5509a5d drop_caches: add some documentation and info message by Dave Hansen · 10 years ago
  34. 449dd69 mm: keep page cache radix tree nodes in check by Johannes Weiner · 10 years ago
  35. a528910 mm: thrash detection-based file cache sizing by Johannes Weiner · 10 years ago
  36. 0be94ba mm, vmstat: Fix CPU hotplug callback registration by Srivatsa S. Bhat · 10 years ago
  37. ec65993 mm, x86: Account for TLB flushes only when debugging by Mel Gorman · 10 years ago
  38. 72403b4 mm: numa: return the number of base pages altered by protection changes by Mel Gorman · 11 years ago
  39. 807a1bd mm: clear N_CPU from node_states at CPU offline by Toshi Kani · 11 years ago
  40. d7e0b37 mm: set N_CPU to node_states during boot by Toshi Kani · 11 years ago
  41. 6e543d5 mm: vmscan: fix do_try_to_free_pages() livelock by Lisa Du · 11 years ago
  42. fbc2edb vmstat: use this_cpu() to avoid irqon/off sequence in refresh_cpu_vm_stats by Christoph Lameter · 11 years ago
  43. 4edb074 vmstat: create fold_diff by Christoph Lameter · 11 years ago
  44. 2bb921e vmstat: create separate function to fold per cpu diffs into local counters by Christoph Lameter · 11 years ago
  45. 81c0a2b mm: page_alloc: fair zone allocator policy by Johannes Weiner · 11 years ago
  46. 6df4686 mm: vmstats: track TLB flush stats on UP too by Dave Hansen · 11 years ago
  47. 9824cf9 mm: vmstats: tlb flush counters by Dave Hansen · 11 years ago
  48. 0db0628 kernel: delete __cpuinit usage from all core kernel files by Paul Gortmaker · 11 years ago
  49. 40f4b1e mm/vmstat: add note on safety of drain_zonestat by Cody P Schafer · 11 years ago
  50. f1cb087 mm: remove CONFIG_HOTPLUG ifdefs by Yijing Wang · 11 years ago
  51. 108bcc9 mm: add & use zone_end_pfn() and zone_spans_pfn() by Cody P Schafer · 11 years ago
  52. 258401a mm: don't wait on congested zones in balance_pgdat() by Zlatko Calusic · 11 years ago
  53. 194159f mm: remove MIGRATE_ISOLATE check in hotpath by Minchan Kim · 11 years ago
  54. b40da04 mm: use zone->present_pages instead of zone->managed_pages where appropriate by Jiang Liu · 11 years ago
  55. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 11 years ago
  56. 9feedc9 mm: introduce new field "managed_pages" to struct zone by Jiang Liu · 11 years ago
  57. a47b53c vmstat: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 11 years ago
  58. d8a8e1f thp, vmstat: implement HZP_ALLOC and HZP_ALLOC_FAILED events by Kirill A. Shutemov · 11 years ago
  59. 03c5a6e mm: numa: Add pte updates, hinting and migration stats by Mel Gorman · 12 years ago
  60. 397487d mm: compaction: Add scanned and isolated counters for compaction by Mel Gorman · 12 years ago
  61. 5647bc2 mm: compaction: Move migration fail/success stats to migrate.c by Mel Gorman · 12 years ago
  62. 8befedf mm: remove unevictable_pgs_mlockfreed by Hugh Dickins · 12 years ago
  63. 5a88381 memory-hotplug: fix zone stat mismatch by Minchan Kim · 12 years ago
  64. a0c5e81 mm: remove free_page_mlock by Hugh Dickins · 12 years ago
  65. d1ce749 cma: count free CMA pages by Bartlomiej Zolnierkiewicz · 12 years ago
  66. 203b42f workqueue: make deferrable delayed_work initializer names consistent by Tejun Heo · 12 years ago
  67. 68243e7 mm: account for the number of times direct reclaimers get throttled by Mel Gorman · 12 years ago
  68. bde8bd8 mm/vmstat.c: remove debug fs entries on failure of file creation and made extfrag_debug_root dentry local by Sasikantha babu · 12 years ago
  69. 47118af mm: mmzone: MIGRATE_CMA migration type added by Michal Nazarewicz · 12 years ago
  70. 904249a mm: fix up the vmscan stat in vmstat by Ying Han · 12 years ago
  71. 4156153 mm,x86,um: move CMPXCHG_LOCAL config option by Heiko Carstens · 12 years ago
  72. a1cb2c6 mm/vmstat.c: cache align vm_stat by Dimitri Sivanich · 13 years ago
  73. 49ea7eb mm: vmscan: immediately reclaim end-of-LRU dirty pages when writeback completes by Mel Gorman · 13 years ago
  74. ee72886 mm: vmscan: do not writeback filesystem pages in direct reclaim by Mel Gorman · 13 years ago
  75. 0d6617c numa: fix NUMA compile error when sysfs and procfs are disabled by David Rientjes · 13 years ago
  76. a6cccdc mm, mem-hotplug: update pcp->stat_threshold when memory hotplug occur by KOSAKI Motohiro · 13 years ago
  77. fa25c50 mm: per-node vmstat: show proper vmstats by KOSAKI Motohiro · 13 years ago
  78. 81ab420 mm: add VM counters for transparent hugepages by Andi Kleen · 13 years ago
  79. d3bc236 vmstat: update comment regarding stat_threshold by Christoph Lameter · 13 years ago
  80. 78afd56 mm: add __GFP_OTHER_NODE flag by Andi Kleen · 13 years ago
  81. 7913417 thp: transparent hugepage vmstat by Andrea Arcangeli · 13 years ago
  82. b44129b mm: vmstat: use a single setter function and callback for adjusting percpu thresholds by Mel Gorman · 13 years ago
  83. 88f5acf mm: page allocator: adjust the per-cpu counter threshold when memory is low by Mel Gorman · 13 years ago
  84. 72eb6a7 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 13 years ago
  85. 23d69b0 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
  86. 7c83912 vmstat: User per cpu atomics to avoid interrupt disable / enable by Christoph Lameter · 13 years ago
  87. 908ee0f vmstat: Use this_cpu_inc_return for vm statistics by Christoph Lameter · 13 years ago
  88. 12938a9 vmstat: Optimize zone counter modifications through the use of this cpu operations by Christoph Lameter · 13 years ago
  89. afe2c51 workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync() by Tejun Heo · 13 years ago
  90. e172662 vmstat: fix dirty threshold ordering by Wu Fengguang · 13 years ago
  91. ff8b16d vmstat: fix offset calculation on void* by Wu Fengguang · 14 years ago
  92. 36deb0b vmstat: include compaction.h when CONFIG_COMPACTION by Namhyung Kim · 14 years ago
  93. 79da826 writeback: report dirty thresholds in /proc/vmstat by Michael Rubin · 14 years ago
  94. ea941f0 writeback: add nr_dirtied and nr_written to /proc/vmstat by Michael Rubin · 14 years ago
  95. aa45484 mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory is low and kswapd is awake by Christoph Lameter · 14 years ago
  96. 5ee28a4 vmstat: update zone stat threshold when onlining a cpu by KAMEZAWA Hiroyuki · 14 years ago
  97. 25edde0 vmscan: kill prev_priority completely by KOSAKI Motohiro · 14 years ago
  98. 31f961a mm: use for_each_online_cpu() in vmstat by Minchan Kim · 14 years ago
  99. 56de726 mm: compaction: direct compact when a high-order allocation fails by Mel Gorman · 14 years ago
  100. 748446b mm: compaction: memory compaction core by Mel Gorman · 14 years ago