1. e64a782 mm: change __remove_from_page_cache() by Minchan Kim · 13 years ago
  2. d527caf mm: compaction: prevent kswapd compacting memory to reduce CPU usage by Andrea Arcangeli · 13 years ago
  3. 2876592 mm: vmscan: stop reclaim/compaction earlier due to insufficient progress if !__GFP_REPEAT by Mel Gorman · 13 years ago
  4. f0fdc5e vmscan: fix zone shrinking exit when scan work is done by Johannes Weiner · 13 years ago
  5. f33261d mm: fix deferred congestion timeout if preferred zone is not allowed by David Rientjes · 13 years ago
  6. 3305de5 mm/vmscan.c: remove duplicate include of compaction.h by Jesper Juhl · 13 years ago
  7. 7a60857 Revert "mm: batch activate_page() to reduce lock contention" by Linus Torvalds · 13 years ago
  8. 744ed144 mm: batch activate_page() to reduce lock contention by Shaohua Li · 13 years ago
  9. 9992af1 thp: scale nr_rotated to balance memory pressure by Rik van Riel · 13 years ago
  10. 2c888cf thp: fix anon memory statistics with transparent hugepages by Rik van Riel · 13 years ago
  11. 5a03b05 thp: use compaction in kswapd for GFP_ATOMIC order > 0 by Andrea Arcangeli · 13 years ago
  12. dc83edd mm: kswapd: use the classzone idx that kswapd was using for sleeping_prematurely() by Mel Gorman · 13 years ago
  13. 355b09c mm: kswapd: treat zone->all_unreclaimable in sleeping_prematurely similar to balance_pgdat() by Mel Gorman · 13 years ago
  14. 4d40502 mm: kswapd: reset kswapd_max_order and classzone_idx after reading by Mel Gorman · 13 years ago
  15. 0abdee2 mm: kswapd: use the order that kswapd was reclaiming at for sleeping_prematurely() by Mel Gorman · 13 years ago
  16. 1741c87 mm: kswapd: keep kswapd awake for high-order allocations until a percentage of the node is balanced by Mel Gorman · 13 years ago
  17. 9950474 mm: kswapd: stop high-order balancing when any suitable zone is balanced by Mel Gorman · 13 years ago
  18. f3a310b mm: vmscan: rename lumpy_mode to reclaim_mode by Mel Gorman · 13 years ago
  19. 77f1fe6 mm: migration: allow migration to operate asynchronously and avoid synchronous compaction in the faster path by Mel Gorman · 13 years ago
  20. 3e7d344 mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaim by Mel Gorman · 13 years ago
  21. ee64fc9 mm: vmscan: convert lumpy_mode into a bitmask by Mel Gorman · 13 years ago
  22. f0bc0a6 vmscan: factor out kswapd sleeping logic from kswapd() by KOSAKI Motohiro · 13 years ago
  23. b44129b mm: vmstat: use a single setter function and callback for adjusting percpu thresholds by Mel Gorman · 13 years ago
  24. 88f5acf mm: page allocator: adjust the per-cpu counter threshold when memory is low by Mel Gorman · 13 years ago
  25. 6072d13 Call the filesystem back whenever a page is removed from the page cache by Linus Torvalds · 14 years ago
  26. 1dce071e vmscan: avoid setting zone congested if no page dirty by Shaohua Li · 14 years ago
  27. 2e30244 vmscan,tmpfs: treat used once pages on tmpfs as used once by KOSAKI Motohiro · 14 years ago
  28. 0e093d99 writeback: do not sleep on the congestion queue if there are no congested BDIs or if significant congestion is not being encountered in the current zone by Mel Gorman · 14 years ago
  29. 08fc468 vmscan: isolate_lru_pages(): stop neighbour search if neighbour cannot be isolated by KOSAKI Motohiro · 14 years ago
  30. 4718505 vmscan: remove dead code in shrink_inactive_list() by KOSAKI Motohiro · 14 years ago
  31. 7d3579e vmscan: narrow the scenarios in whcih lumpy reclaim uses synchrounous reclaim by KOSAKI Motohiro · 14 years ago
  32. bc57e00 vmscan: synchronous lumpy reclaim should not call congestion_wait() by KOSAKI Motohiro · 14 years ago
  33. e11da5b tracing, vmscan: add trace events for LRU list shrinking by Mel Gorman · 14 years ago
  34. 66d9a98 vmscan: delete dead code by Shaohua Li · 14 years ago
  35. 74e3f3c vmscan: prevent background aging of anon page in no swap system by Minchan Kim · 14 years ago
  36. e4455ab mm: only build per-node scan_unevictable functions when NUMA is enabled by Thadeu Lima de Souza Cascardo · 14 years ago
  37. 1b430be writeback: remove nonblocking/encountered_congestion references by Wu Fengguang · 14 years ago
  38. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  39. d190836 vmscan: check all_unreclaimable in direct reclaim path by Minchan Kim · 14 years ago
  40. 415b54e Fix typo s/contenious/continuous in comment by Nikanth Karthikesan · 14 years ago
  41. 00918b6 memcg: remove nid and zid argument from mem_cgroup_soft_limit_reclaim() by KOSAKI Motohiro · 14 years ago
  42. 14fec79 memcg: mem_cgroup_shrink_node_zone() doesn't need sc.nodemask by KOSAKI Motohiro · 14 years ago
  43. da280d6 memcg: kill unnecessary initialization in mem_cgroup_shrink_node_zone() by KOSAKI Motohiro · 14 years ago
  44. b8f5c56 memcg: sc.nr_to_reclaim should be initialized by KOSAKI Motohiro · 14 years ago
  45. e31f3698 vmscan: raise the bar to PAGEOUT_IO_SYNC stalls by Wu Fengguang · 14 years ago
  46. bdce6d9 memcg, vmscan: add memcg reclaim tracepoint by KOSAKI Motohiro · 14 years ago
  47. 4dc4b3d vmscan: shrink_slab() requires the number of lru_pages, not the page order by KOSAKI Motohiro · 14 years ago
  48. 58c37f6 vmscan: protect reading of reclaim_stat with lru_lock by KOSAKI Motohiro · 14 years ago
  49. 1574804 vmscan: avoid subtraction of unsigned types by KOSAKI Motohiro · 14 years ago
  50. 1489fa1 vmscan: update isolated page counters outside of main path in shrink_inactive_list() by Mel Gorman · 14 years ago
  51. abe4c3b vmscan: set up pagevec as late as possible in shrink_page_list() by Mel Gorman · 14 years ago
  52. 6663562 vmscan: set up pagevec as late as possible in shrink_inactive_list() by Mel Gorman · 14 years ago
  53. d4debc6 vmscan: remove unnecessary temporary vars in do_try_to_free_pages by Mel Gorman · 14 years ago
  54. e247dbc vmscan: simplify shrink_inactive_list() by KOSAKI Motohiro · 14 years ago
  55. 25edde0 vmscan: kill prev_priority completely by KOSAKI Motohiro · 14 years ago
  56. 755f022 vmscan: tracing: add trace event when a page is written by Mel Gorman · 14 years ago
  57. a8a94d1 vmscan: tracing: add trace events for LRU page isolation by Mel Gorman · 14 years ago
  58. 33906bc vmscan: tracing: add trace events for kswapd wakeup, sleeping and direct reclaim by Mel Gorman · 14 years ago
  59. c6a8a8c vmscan: recalculate lru_pages on each priority by KOSAKI Motohiro · 14 years ago
  60. b00d3ea vmscan: zone_reclaim don't call disable_swap_token() by KOSAKI Motohiro · 14 years ago
  61. a6aa62a mm/vmscan.c: fix mapping use after free by Nick Piggin · 14 years ago
  62. 7f8275d mm: add context argument to shrinker callback by Dave Chinner · 14 years ago
  63. bb21c7c vmscan: fix do_try_to_free_pages() return value when priority==0 reclaim failure by KOSAKI Motohiro · 14 years ago
  64. 8b25c6d vmscan: remove isolate_pages callback scan control by Johannes Weiner · 14 years ago
  65. 0aeb233 vmscan: remove all_unreclaimable scan control by Johannes Weiner · 14 years ago
  66. 5f53e76 vmscan: page_check_references(): check low order lumpy reclaim properly by KOSAKI Motohiro · 14 years ago
  67. 76a33fc vmscan: prevent get_scan_ratio() rounding errors by Shaohua Li · 14 years ago
  68. c175a0c mm: move definition for LRU isolation modes to a header by Mel Gorman · 14 years ago
  69. c0ff745 cpuset,mm: fix no node to alloc memory when changing cpuset's mems by Miao Xie · 14 years ago
  70. d6da1a5 mm: revert "vmscan: get_scan_ratio() cleanup" by KOSAKI Motohiro · 14 years ago
  71. 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
  72. 64574746 vmscan: detect mapped file pages used only once by Johannes Weiner · 14 years ago
  73. 31c0569 vmscan: drop page_mapping_inuse() by Johannes Weiner · 14 years ago
  74. dfc8d63 vmscan: factor out page reference checks by Johannes Weiner · 14 years ago
  75. 93e4a89 mm: restore zone->all_unreclaimable to independence word by KOSAKI Motohiro · 14 years ago
  76. 76ca542 mm, lockdep: annotate reclaim context to zone reclaim too by KOSAKI Motohiro · 14 years ago
  77. 84b1849 vmscan: get_scan_ratio() cleanup by KOSAKI Motohiro · 14 years ago
  78. 45973d7 vmscan: check high watermark after shrink zone by Minchan Kim · 14 years ago
  79. de3fab3 vmscan: kswapd: don't retry balance_pgdat() if all zones are unreclaimable by KOSAKI Motohiro · 14 years ago
  80. 62c0c2f vmscan: simplify code by Huang Shijie · 15 years ago
  81. b39415b vmscan: do not evict inactive pages when skipping an active list scan by Rik van Riel · 15 years ago
  82. 338fde9 vmscan: make consistent of reclaim bale out between do_try_to_free_page and shrink_zone by KOSAKI Motohiro · 15 years ago
  83. ece74b2 vmscan: kill sc.swap_cluster_max by KOSAKI Motohiro · 15 years ago
  84. 4f0ddfd vmscan: zone_reclaim() don't use insane swap_cluster_max by KOSAKI Motohiro · 15 years ago
  85. 7b51755 vmscan: kill hibernation specific reclaim logic and unify it by KOSAKI Motohiro · 15 years ago
  86. 22fba33 vmscan: separate sc.swap_cluster_max and sc.nr_max_reclaim by KOSAKI Motohiro · 15 years ago
  87. bb3ab59 vmscan: stop kswapd waiting on congestion when the min watermark is not being met by KOSAKI Motohiro · 15 years ago
  88. f50de2d vmscan: have kswapd sleep for a short interval and double check it should be asleep by Mel Gorman · 15 years ago
  89. 6aceb53 mm/vmscan: change comment generic_file_write to __generic_file_aio_write by Vincent Li · 15 years ago
  90. 8fe23e0 mm: clear node in N_HIGH_MEMORY and stop kswapd when all memory is offlined by David Rientjes · 15 years ago
  91. 6a7b954 vmscan: order evictable rescue in LRU putback by Johannes Weiner · 15 years ago
  92. 41e2098 vmscan: limit VM_EXEC protection to file pages by Wu Fengguang · 15 years ago
  93. 58355c7 congestion_wait(): don't use WRITE by KOSAKI Motohiro · 15 years ago
  94. 6d7f18f Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  95. 5b0830c writeback: get rid to incorrect references to pdflush in comments by Jens Axboe · 15 years ago
  96. db16826 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  97. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  98. 4e41695 memory controller: soft limit reclaim on contention by Balbir Singh · 15 years ago
  99. f168e1b mm/vmscan: remove page_queue_congested() comment by Vincent Li · 15 years ago
  100. f862963 mm: do batched scans for mem_cgroup by Wu Fengguang · 15 years ago