1. ebc5d83d mm/memcontrol: use vmstat names for printing statistics by Konstantin Khlebnikov · 5 years ago
  2. 9d7ea9a mm/vmstat: add helpers to get vmstat item names for each enum type by Konstantin Khlebnikov · 5 years ago
  3. 886cf19 mm: move recent_rotated pages calculation to shrink_inactive_list() by Kirill Tkhai · 6 years ago
  4. 4918e76 include/linux/vmstat.h: remove unused page state adjustment macro by Wei Yang · 6 years ago
  5. d51d1e6 mm, vmscan, tracing: use pointer to reclaim_stat struct in trace event by Steven Rostedt · 7 years ago
  6. a4ef876 mm: remove unused pgdat_reclaimable_pages() by Jan Kara · 7 years ago
  7. 4518085 mm, sysctl: make NUMA stats configurable by Kemi Wang · 7 years ago
  8. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  9. 6380322 mm: consider the number in local CPUs when reading NUMA stats by Kemi Wang · 7 years ago
  10. 3a321d2 mm: change the call sites of numa statistics items by Kemi Wang · 7 years ago
  11. c41f012 mm: rename global_page_state to global_zone_page_state by Michal Hocko · 7 years ago
  12. 00f3ca2 mm: memcontrol: per-lruvec stats infrastructure by Johannes Weiner · 8 years ago
  13. 16709d1 mm: vmstat: replace __count_zone_vm_events with a zone id equivalent by Mel Gorman · 8 years ago
  14. 1e6b1085 mm, workingset: make working set detection node-aware by Mel Gorman · 8 years ago
  15. 599d0c9 mm, vmscan: move LRU lists to node by Mel Gorman · 8 years ago
  16. 75ef718 mm, vmstat: add infrastructure for per-node vmstats by Mel Gorman · 8 years ago
  17. 060e741 mm, page_alloc: inline zone_statistics by Mel Gorman · 9 years ago
  18. 52b6f46 mm: /proc/sys/vm/stat_refresh to force vmstat update by Hugh Dickins · 9 years ago
  19. 0eb77e9 vmstat: make vmstat_updater deferrable again and shut down on idle by Christoph Lameter · 9 years ago
  20. 6cdb18a mm/vmstat: fix overflow in mod_zone_page_state() by Heiko Carstens · 9 years ago
  21. 5ba97bf mm: remove refresh_cpu_vm_stats() definition for !SMP kernel by Tetsuo Handa · 9 years ago
  22. c2d42c1 mm/vmstat.c: uninline node_page_state() by Andrew Morton · 9 years ago
  23. 4f11514 mm,vmacache: add debug data by Davidlohr Bueso · 11 years ago
  24. 293b6a4 vmstat: use raw_cpu_ops to avoid false positives on preemption checks by Christoph Lameter · 11 years ago
  25. 6a3ed21 mm: vmstat: fix UP zone state accounting by Johannes Weiner · 11 years ago
  26. a3b072c Merge tag 'efi-urgent' into x86/urgent by H. Peter Anvin · 11 years ago
  27. a1c3bfb mm/page-writeback.c: do not count anon pages as dirtyable memory by Johannes Weiner · 11 years ago
  28. ec65993 mm, x86: Account for TLB flushes only when debugging by Mel Gorman · 11 years ago
  29. 6e543d5 mm: vmscan: fix do_try_to_free_pages() livelock by Lisa Du · 11 years ago
  30. 2bb921e vmstat: create separate function to fold per cpu diffs into local counters by Christoph Lameter · 11 years ago
  31. f1cb087 mm: remove CONFIG_HOTPLUG ifdefs by Yijing Wang · 12 years ago
  32. 3c0ff46 mm: numa: handle side-effects in count_vm_numa_events() for !CONFIG_NUMA_BALANCING by Mel Gorman · 12 years ago
  33. 03c5a6e mm: numa: Add pte updates, hinting and migration stats by Mel Gorman · 12 years ago
  34. 5a88381 memory-hotplug: fix zone stat mismatch by Minchan Kim · 12 years ago
  35. d1ce749 cma: count free CMA pages by Bartlomiej Zolnierkiewicz · 12 years ago
  36. 6527af5 mm: remove redundant initialization by Minchan Kim · 12 years ago
  37. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  38. f042e70 mm: move enum vm_event_item into a standalone header file by Andrew Morton · 14 years ago
  39. a6cccdc mm, mem-hotplug: update pcp->stat_threshold when memory hotplug occur by KOSAKI Motohiro · 14 years ago
  40. fa25c50 mm: per-node vmstat: show proper vmstats by KOSAKI Motohiro · 14 years ago
  41. 81ab420 mm: add VM counters for transparent hugepages by Andi Kleen · 14 years ago
  42. 78afd56 mm: add __GFP_OTHER_NODE flag by Andi Kleen · 14 years ago
  43. b44129b mm: vmstat: use a single setter function and callback for adjusting percpu thresholds by Mel Gorman · 14 years ago
  44. 88f5acf mm: page allocator: adjust the per-cpu counter threshold when memory is low by Mel Gorman · 14 years ago
  45. 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
  46. 56de726 mm: compaction: direct compact when a high-order allocation fails by Mel Gorman · 15 years ago
  47. 748446b mm: compaction: memory compaction core by Mel Gorman · 15 years ago
  48. 32032df Merge branch 'master' into percpu by Tejun Heo · 15 years ago
  49. bb3ab59 vmscan: stop kswapd waiting on congestion when the min watermark is not being met by KOSAKI Motohiro · 15 years ago
  50. f50de2d vmscan: have kswapd sleep for a short interval and double check it should be asleep by Mel Gorman · 15 years ago
  51. dd17c8f percpu: remove per_cpu__ prefix. by Rusty Russell · 15 years ago
  52. 4dac3e9 this_cpu: Use this_cpu ops for VM statistics by Christoph Lameter · 15 years ago
  53. adea02a mm: count only reclaimable lru pages by Wu Fengguang · 15 years ago
  54. 5a2ae91 mm: remove __{add,sub}_zone_page_state() by KOSAKI Motohiro · 15 years ago
  55. 24cf72518 vmscan: count the number of times zone_reclaim() scans and fails by Mel Gorman · 16 years ago
  56. 6837765 mm: remove CONFIG_UNEVICTABLE_LRU config option by KOSAKI Motohiro · 16 years ago
  57. 5c9fe62 proc: move /proc/zoneinfo boilerplate to mm/vmstat.c by Alexey Dobriyan · 16 years ago
  58. b6aa44a proc: move /proc/vmstat boilerplate to mm/vmstat.c by Alexey Dobriyan · 16 years ago
  59. 74e2e8e proc: move /proc/pagetypeinfo boilerplate to mm/vmstat.c by Alexey Dobriyan · 16 years ago
  60. 8f32f7e proc: move /proc/buddyinfo boilerplate to mm/vmstat.c by Alexey Dobriyan · 16 years ago
  61. 985737c mlock: count attempts to free mlocked page by Lee Schermerhorn · 16 years ago
  62. 5344b7e vmstat: mlocked pages statistics by Nick Piggin · 16 years ago
  63. bbfd28e unevictable lru: add event counting with statistics by Lee Schermerhorn · 16 years ago
  64. 4f98a2f vmscan: split LRU lists into anon & file sets by Rik van Riel · 16 years ago
  65. c748e13 mm/vmstat.c: proper externs by Adrian Bunk · 16 years ago
  66. 3b11630 Subject: [PATCH] hugetlb: vmstat events for huge page allocations by Adam Litke · 17 years ago
  67. 18ea7e7 mm: remember what the preferred zone is for zone_statistics by Mel Gorman · 17 years ago
  68. 57ce36f let __dec_zone_page_state use __dec_zone_state by Uwe Kleine-König · 17 years ago
  69. 2a1e274 Create the ZONE_MOVABLE zone by Mel Gorman · 17 years ago
  70. d1187ed vmstat: use our own timer events by Christoph Lameter · 18 years ago
  71. 780a065 [PATCH] count_vm_events-warning-fix by Andrew Morton · 18 years ago
  72. 4b51d66 [PATCH] optional ZONE_DMA: optional ZONE_DMA in the VM by Christoph Lameter · 18 years ago
  73. 9617729 [PATCH] Drop free_pages() by Christoph Lameter · 18 years ago
  74. c878538 [PATCH] Use ZVC for inactive and active counts by Christoph Lameter · 18 years ago
  75. e903387 [PATCH] fix vm_events_fold_cpu() build breakage by Magnus Damm · 18 years ago
  76. 2aea4fb [PATCH] CONFIG_VM_EVENT_COUNTER comment decrustify by Paul Jackson · 18 years ago
  77. 3ca212b [PATCH] Remove another config.h by Dave Jones · 18 years ago
  78. 27bf71c [PATCH] reduce MAX_NR_ZONES: remove display of counters for unconfigured zones by Christoph Lameter · 18 years ago
  79. fb0e794 [PATCH] reduce MAX_NR_ZONES: make ZONE_DMA32 optional by Christoph Lameter · 18 years ago
  80. 38cbcdc [PATCH] fix vmstat per cpu usage by Jan Blunck · 18 years ago
  81. 7f4599e [PATCH] ZVC: add __inc_zone_state for !SMP configuration by Christoph Lameter · 19 years ago
  82. e45b3b6 [PATCH] count_vm_events() fix by Andrew Morton · 19 years ago
  83. f8891e5 [PATCH] Light weight event counters by Christoph Lameter · 19 years ago
  84. ca889e6 [PATCH] Use Zoned VM Counters for NUMA statistics by Christoph Lameter · 19 years ago
  85. bab1846 [PATCH] zoned-vm-counters: remove read_page_state() by Andrew Morton · 19 years ago
  86. d2c5e30 [PATCH] zoned vm counters: conversion of nr_bounce to per zone counter by Christoph Lameter · 19 years ago
  87. fd39fc85 [PATCH] zoned vm counters: conversion of nr_unstable to per zone counter by Christoph Lameter · 19 years ago
  88. ce866b3 [PATCH] zoned vm counters: conversion of nr_writeback to per zone counter by Christoph Lameter · 19 years ago
  89. b1e7a8f [PATCH] zoned vm counters: conversion of nr_dirty to per zone counter by Christoph Lameter · 19 years ago
  90. df849a1 [PATCH] zoned vm counters: conversion of nr_pagetables to per zone counter by Christoph Lameter · 19 years ago
  91. 9a865ff [PATCH] zoned vm counters: conversion of nr_slab to per zone counter by Christoph Lameter · 19 years ago
  92. 65ba55f [PATCH] zoned vm counters: convert nr_mapped to per zone counter by Christoph Lameter · 19 years ago
  93. 2244b95 [PATCH] zoned vm counters: basic ZVC (zoned vm counter) implementation by Christoph Lameter · 19 years ago
  94. f6ac235 [PATCH] zoned vm counters: create vmstat.c/.h from page_alloc.c/.h by Christoph Lameter · 19 years ago