1. 7913417 thp: transparent hugepage vmstat by Andrea Arcangeli · 14 years ago
  2. b44129b mm: vmstat: use a single setter function and callback for adjusting percpu thresholds by Mel Gorman · 14 years ago
  3. 88f5acf mm: page allocator: adjust the per-cpu counter threshold when memory is low by Mel Gorman · 14 years ago
  4. 72eb6a7 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  5. 23d69b0 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  6. 7c83912 vmstat: User per cpu atomics to avoid interrupt disable / enable by Christoph Lameter · 14 years ago
  7. 908ee0f vmstat: Use this_cpu_inc_return for vm statistics by Christoph Lameter · 14 years ago
  8. 12938a9 vmstat: Optimize zone counter modifications through the use of this cpu operations by Christoph Lameter · 14 years ago
  9. afe2c51 workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync() by Tejun Heo · 14 years ago
  10. e172662 vmstat: fix dirty threshold ordering by Wu Fengguang · 14 years ago
  11. ff8b16d vmstat: fix offset calculation on void* by Wu Fengguang · 14 years ago
  12. 36deb0b vmstat: include compaction.h when CONFIG_COMPACTION by Namhyung Kim · 14 years ago
  13. 79da826 writeback: report dirty thresholds in /proc/vmstat by Michael Rubin · 14 years ago
  14. ea941f0 writeback: add nr_dirtied and nr_written to /proc/vmstat by Michael Rubin · 14 years ago
  15. 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
  16. 5ee28a4 vmstat: update zone stat threshold when onlining a cpu by KAMEZAWA Hiroyuki · 14 years ago
  17. 25edde0 vmscan: kill prev_priority completely by KOSAKI Motohiro · 14 years ago
  18. 31f961a mm: use for_each_online_cpu() in vmstat by Minchan Kim · 14 years ago
  19. 56de726 mm: compaction: direct compact when a high-order allocation fails by Mel Gorman · 14 years ago
  20. 748446b mm: compaction: memory compaction core by Mel Gorman · 14 years ago
  21. f1a5ab1 mm: export fragmentation index via debugfs by Mel Gorman · 14 years ago
  22. d7a5752 mm: export unusable free space index via debugfs by Mel Gorman · 14 years ago
  23. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  24. 93e4a89 mm: restore zone->all_unreclaimable to independence word by KOSAKI Motohiro · 14 years ago
  25. ad59692 this_cpu: Remove pageset_notifier by Christoph Lameter · 15 years ago
  26. 99dcc3e this_cpu: Page allocator conversion by Christoph Lameter · 15 years ago
  27. bb3ab59 vmscan: stop kswapd waiting on congestion when the min watermark is not being met by KOSAKI Motohiro · 15 years ago
  28. f50de2d vmscan: have kswapd sleep for a short interval and double check it should be asleep by Mel Gorman · 15 years ago
  29. 1871e52 percpu: make percpu symbols under kernel/ and mm/ unique by Tejun Heo · 15 years ago
  30. a731286 mm: vmstat: add isolate pages by KOSAKI Motohiro · 15 years ago
  31. 4b02108 mm: oom analysis: add shmem vmstat by KOSAKI Motohiro · 15 years ago
  32. c6a7f57 mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log output by KOSAKI Motohiro · 15 years ago
  33. 24cf72518 vmscan: count the number of times zone_reclaim() scans and fails by Mel Gorman · 15 years ago
  34. 6837765 mm: remove CONFIG_UNEVICTABLE_LRU config option by KOSAKI Motohiro · 15 years ago
  35. 08d9ae7 vmscan: don't export nr_saved_scan in /proc/zoneinfo by Wu Fengguang · 15 years ago
  36. 6e08a36 vmscan: cleanup the scan batching code by Wu Fengguang · 15 years ago
  37. 4185896 page allocator: use allocation flags as an index to the zone watermark by Mel Gorman · 15 years ago
  38. eb33575 [ARM] Double check memmap is actually valid with a memmap has unexpected holes V2 by Mel Gorman · 15 years ago
  39. 98f4ebb mm: align vmstat_work's timer by Anton Blanchard · 15 years ago
  40. ee99c71 mm: introduce for_each_populated_zone() macro by KOSAKI Motohiro · 15 years ago
  41. aa85ea5 cpumask: use new cpumask_ functions in core code. by Rusty Russell · 15 years ago
  42. 174596a cpumask: convert mm/ by Rusty Russell · 16 years ago
  43. 5c9fe62 proc: move /proc/zoneinfo boilerplate to mm/vmstat.c by Alexey Dobriyan · 16 years ago
  44. b6aa44a proc: move /proc/vmstat boilerplate to mm/vmstat.c by Alexey Dobriyan · 16 years ago
  45. 74e2e8e proc: move /proc/pagetypeinfo boilerplate to mm/vmstat.c by Alexey Dobriyan · 16 years ago
  46. 8f32f7e proc: move /proc/buddyinfo boilerplate to mm/vmstat.c by Alexey Dobriyan · 16 years ago
  47. 985737c mlock: count attempts to free mlocked page by Lee Schermerhorn · 16 years ago
  48. 5344b7e vmstat: mlocked pages statistics by Nick Piggin · 16 years ago
  49. 7b85412 Unevictable LRU Page Statistics by Lee Schermerhorn · 16 years ago
  50. bbfd28e unevictable lru: add event counting with statistics by Lee Schermerhorn · 16 years ago
  51. 556adec vmscan: second chance replacement for anonymous pages by Rik van Riel · 16 years ago
  52. 4f98a2f vmscan: split LRU lists into anon & file sets by Rik van Riel · 16 years ago
  53. b69408e vmscan: Use an indexed array for LRU variables by Christoph Lameter · 16 years ago
  54. e80d6a2 [ARM] Skip memory holes in FLATMEM when reading /proc/pagetypeinfo by Mel Gorman · 16 years ago
  55. c748e13 mm/vmstat.c: proper externs by Adrian Bunk · 16 years ago
  56. 6d6a436 mm: use performance variant for_each_cpu_mask_nr by Mike Travis · 16 years ago
  57. b5be113 make vmstat cpu-unplug safe by KOSAKI Motohiro · 16 years ago
  58. fc3ba69 mm: Add NR_WRITEBACK_TEMP counter by Miklos Szeredi · 16 years ago
  59. 41b25a3 /proc/pagetypeinfo: fix output for memoryless nodes by KOSAKI Motohiro · 16 years ago
  60. 468fd62 vmstats: add cond_resched() to refresh_cpu_vm_stats() by Dimitri Sivanich · 16 years ago
  61. 3b11630 Subject: [PATCH] hugetlb: vmstat events for huge page allocations by Adam Litke · 16 years ago
  62. 18ea7e7 mm: remember what the preferred zone is for zone_statistics by Mel Gorman · 16 years ago
  63. 91446b0 add "Isolate" migratetype name to /proc/pagetypeinfo by KOSAKI Motohiro · 16 years ago
  64. 9eccf2a vmstat: remove prefetch by Christoph Lameter · 16 years ago
  65. 3dfa572 Page allocator: get rid of the list of cold pages by Christoph Lameter · 16 years ago
  66. a7f75e2 vmstat: small revisions to refresh_cpu_vm_stats() by Christoph Lameter · 16 years ago
  67. 42614fc vmstat: fix section mismatch warning by Randy Dunlap · 17 years ago
  68. e815af9 oom: change all_unreclaimable zone member to flags by David Rientjes · 17 years ago
  69. e2fc88d mm/vmstat.c: cleanups by Adrian Bunk · 17 years ago
  70. 467c996 Print out statistics in relation to fragmentation avoidance to /proc/pagetypeinfo by Mel Gorman · 17 years ago
  71. 4e950f6 Remove fs.h from mm.h by Alexey Dobriyan · 17 years ago
  72. 2a1e274 Create the ZONE_MOVABLE zone by Mel Gorman · 17 years ago
  73. 23c1fb5 mm: fixup /proc/vmstat output by Peter Zijlstra · 17 years ago
  74. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  75. 39bf627 VM statistics: Make timer deferrable by Christoph Lameter · 17 years ago
  76. 4037d45 Move remote node draining out of slab allocators by Christoph Lameter · 17 years ago
  77. 77461ab Make vm statistics update interval configurable by Christoph Lameter · 17 years ago
  78. d1187ed vmstat: use our own timer events by Christoph Lameter · 17 years ago
  79. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 17 years ago
  80. 4b51d66 [PATCH] optional ZONE_DMA: optional ZONE_DMA in the VM by Christoph Lameter · 17 years ago
  81. 65e458d4 [PATCH] Drop get_zone_counts() by Christoph Lameter · 17 years ago
  82. 05a0416 [PATCH] Drop __get_zone_counts() by Christoph Lameter · 17 years ago
  83. 51ed449 [PATCH] Reorder ZVCs according to cacheline by Christoph Lameter · 17 years ago
  84. d23ad42 [PATCH] Use ZVC for free_pages by Christoph Lameter · 17 years ago
  85. c878538 [PATCH] Use ZVC for inactive and active counts by Christoph Lameter · 17 years ago
  86. 5a88a13 [PATCH] /proc/zoneinfo: fix vm stats display by Andrew Morton · 17 years ago
  87. 15ad7cd [PATCH] struct seq_operations and struct file_operations constification by Helge Deller · 18 years ago
  88. ce421c7 [PATCH] mm: cleanup indentation on switch for CPU operations by Andy Whitcroft · 18 years ago
  89. 3bb1a85 [PATCH] vmscan: Fix temp_priority race by Martin Bligh · 18 years ago
  90. 038b0a6 Remove all inclusions of <linux/config.h> by Dave Jones · 18 years ago
  91. 5d29234 [PATCH] zone_statistics: Use hot node instead of cold zone_pgdat by Christoph Lameter · 18 years ago
  92. e129b5c [PATCH] vm: add per-zone writeout counter by Andrew Morton · 18 years ago
  93. 972d1a7 [PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLE by Christoph Lameter · 18 years ago
  94. 39bbcb8 [PATCH] mm: do not check unpopulated zones for draining and counter updates by Christoph Lameter · 18 years ago
  95. 27bf71c [PATCH] reduce MAX_NR_ZONES: remove display of counters for unconfigured zones by Christoph Lameter · 18 years ago
  96. df9ecab [PATCH] ZVC: Scale thresholds depending on the size of the system by Christoph Lameter · 18 years ago
  97. a302eb4 [PATCH] ZVC: Overstep counters by Christoph Lameter · 18 years ago
  98. 32dd66f [PATCH] vmstat: export all_vm_events() by Heiko Carstens · 18 years ago
  99. f8891e5 [PATCH] Light weight event counters by Christoph Lameter · 18 years ago
  100. ca889e6 [PATCH] Use Zoned VM Counters for NUMA statistics by Christoph Lameter · 18 years ago