1. 0030f53 mm: memcg: fix compaction/migration failing due to memcg limits by Johannes Weiner · 12 years ago
  2. 876aafb mm, memcg: move all oom handling to memcontrol.c by David Rientjes · 12 years ago
  3. 9cbb78b mm, memcg: introduce own oom handler to iterate only over its own threads by David Rientjes · 12 years ago
  4. 62ce1c7 mm, oom: move declaration for mem_cgroup_out_of_memory to oom.h by David Rientjes · 12 years ago
  5. c255a45 memcg: rename config variables by Andrew Morton · 12 years ago
  6. fa9add6 mm/memcg: apply add/del_page to lruvec by Hugh Dickins · 12 years ago
  7. 4d7dcca mm/memcg: get_lru_size not get_lruvec_size by Hugh Dickins · 12 years ago
  8. c56d5c7 mm/vmscan: push lruvec pointer into inactive_list_is_low() by Konstantin Khlebnikov · 12 years ago
  9. 074291f mm/vmscan: replace zone_nr_lru_pages() with get_lruvec_size() by Konstantin Khlebnikov · 12 years ago
  10. bbf808e mm/memcg: kill mem_cgroup_lru_del() by Konstantin Khlebnikov · 12 years ago
  11. 89abfab mm/memcg: move reclaim_stat into lruvec by Hugh Dickins · 12 years ago
  12. c3ac9a8 mm: memcg: count pte references from every member of the reclaimed hierarchy by Johannes Weiner · 12 years ago
  13. 4331f7d memcg: fix performance of mem_cgroup_begin_update_page_stat() by KAMEZAWA Hiroyuki · 12 years ago
  14. 89c06bd memcg: use new logic for page stat accounting by KAMEZAWA Hiroyuki · 12 years ago
  15. a710920 memcg: kill dead prev_priority stubs by Konstantin Khlebnikov · 12 years ago
  16. 31a7923 memcg: replace MEM_CONT by MEM_RES_CTLR by Hugh Dickins · 12 years ago
  17. e845e19 mm, memcg: pass charge order to oom killer by David Rientjes · 12 years ago
  18. 7512102 memcg: fix GPF when cgroup removal races with last exit by Hugh Dickins · 12 years ago
  19. 4e5f01c memcg: clear pc->mem_cgroup if necessary. by KAMEZAWA Hiroyuki · 13 years ago
  20. 72835c8 mm: unify remaining mem_cont, mem, etc. variable names to memcg by Johannes Weiner · 13 years ago
  21. e94c8a9 memcg: make mem_cgroup_split_huge_fixup() more efficient by KAMEZAWA Hiroyuki · 13 years ago
  22. 925b767 mm: make per-memcg LRU lists exclusive by Johannes Weiner · 13 years ago
  23. 5660048 mm: move memcg hierarchy reclaim to generic reclaim code by Johannes Weiner · 13 years ago
  24. ab936cb memcg: add mem_cgroup_replace_page_cache() to fix LRU issue by KAMEZAWA Hiroyuki · 13 years ago
  25. 3969eb3 net: Fix build with INET disabled. by David S. Miller · 13 years ago
  26. 888bdaa Move limit definitions outside CONFIG_INET by Glauber Costa · 13 years ago
  27. d1a4c0b tcp memory pressure controls by Glauber Costa · 13 years ago
  28. e1aab16 socket: initial cgroup code. by Glauber Costa · 13 years ago
  29. 9b27297 memcg: skip scanning active lists based on individual size by Johannes Weiner · 13 years ago
  30. c0ff4b8 memcg: rename mem variable to memcg by Raghavendra K T · 13 years ago
  31. 4356f21 mm: change isolate mode from #define to bitwise type by Minchan Kim · 13 years ago
  32. 185efc0 memcg: Revert "memcg: add memory.vmscan_stat" by Johannes Weiner · 13 years ago
  33. aa3b189 tmpfs: convert mem_cgroup shmem to radix-swap by Hugh Dickins · 13 years ago
  34. 82f9d48 memcg: add memory.vmscan_stat by KAMEZAWA Hiroyuki · 13 years ago
  35. bb2a0de memcg: consolidate memory cgroup lru stat functions by KAMEZAWA Hiroyuki · 13 years ago
  36. a433658 vmscan,memcg: memcg aware swap token by KOSAKI Motohiro · 13 years ago
  37. 456f998 memcg: add the pagefault count into memcg stats by Ying Han · 13 years ago
  38. 1bac180 memcg: rename mem_cgroup_zone_nr_pages() to mem_cgroup_zone_nr_lru_pages() by Ying Han · 13 years ago
  39. 889976d memcg: reclaim memory from nodes in round-robin order by Ying Han · 13 years ago
  40. 0ae5e89 memcg: count the soft_limit reclaim in global background reclaim by Ying Han · 13 years ago
  41. 67954fe memcg: fix mem_cgroup_rotate_reclaimable_page() by Eric Dumazet · 13 years ago
  42. f212ad7 memcg: add memcg sanity checks at allocating and freeing pages by Daisuke Nishimura · 13 years ago
  43. 3f58a82 memcg: move memcg reclaimable page into tail of inactive list by Minchan Kim · 13 years ago
  44. ef6a3c6 mm: add replace_page_cache_page() function by Miklos Szeredi · 13 years ago
  45. ca3e021 memcg: fix USED bit handling at uncharge in THP by KAMEZAWA Hiroyuki · 14 years ago
  46. 50de1dd memcg: fix memory migration of shmem swapcache by Daisuke Nishimura · 14 years ago
  47. 2a7106f memcg: create extensible page stat update routines by Greg Thelen · 14 years ago
  48. 00918b6 memcg: remove nid and zid argument from mem_cgroup_soft_limit_reclaim() by KOSAKI Motohiro · 14 years ago
  49. a63d83f oom: badness heuristic rewrite by David Rientjes · 14 years ago
  50. 25edde0 vmscan: kill prev_priority completely by KOSAKI Motohiro · 14 years ago
  51. ac39cf8 memcg: fix mis-accounting of file mapped racy with migration by akpm@linux-foundation.org · 14 years ago
  52. 8b25c6d vmscan: remove isolate_pages callback scan control by Johannes Weiner · 14 years ago
  53. 867578c memcg: fix oom kill behavior by KAMEZAWA Hiroyuki · 14 years ago
  54. d4220f9 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  55. d804658 memcg: make memcg's file mapped consistent with global VM by KAMEZAWA Hiroyuki · 15 years ago
  56. 569b846 memcg: coalesce uncharge during unmap/truncate by KAMEZAWA Hiroyuki · 15 years ago
  57. d324236 memcg: add accessor to mem_cgroup.css by Wu Fengguang · 15 years ago
  58. e42d9d5 memcg: rename and export try_get_mem_cgroup_from_page() by Wu Fengguang · 15 years ago
  59. 4e41695 memory controller: soft limit reclaim on contention by Balbir Singh · 15 years ago
  60. d69b042 memcg: add file-based RSS accounting by Balbir Singh · 15 years ago
  61. 56e49d2 vmscan: evict use-once pages first by Rik van Riel · 15 years ago
  62. ae3abae memcg: fix mem_cgroup_shrink_usage() by Daisuke Nishimura · 15 years ago
  63. e638c13 memcg: use rcu_dereference to access mm->owner by KAMEZAWA Hiroyuki · 15 years ago
  64. 3918b96 memcg: remove mem_cgroup_reclaim_imbalance() remnants by KOSAKI Motohiro · 15 years ago
  65. c137b5e memcg: remove mem_cgroup_calc_mapped_ratio() by KOSAKI Motohiro · 15 years ago
  66. e222432 memcg: show memcg information during OOM by Balbir Singh · 15 years ago
  67. b5a8431 memcg: fix shmem's swap accounting by KAMEZAWA Hiroyuki · 16 years ago
  68. a5e924f memcg: remove mem_cgroup_try_charge by Daisuke Nishimura · 16 years ago
  69. c772be9 memcg: fix calculation of active_ratio by KOSAKI Motohiro · 16 years ago
  70. 9439c1c memcg: remove mem_cgroup_cal_reclaim() by KOSAKI Motohiro · 16 years ago
  71. 3e2f41f memcg: add zone_reclaim_stat by KOSAKI Motohiro · 16 years ago
  72. a3d8e05 memcg: add mem_cgroup_zone_nr_pages() by KOSAKI Motohiro · 16 years ago
  73. 14797e2 memcg: add inactive_anon_is_low() by KOSAKI Motohiro · 16 years ago
  74. 2c26fdd memcg: revert gfp mask fix by KAMEZAWA Hiroyuki · 16 years ago
  75. a636b32 memcg: avoid unnecessary system-wide-oom-killer by KAMEZAWA Hiroyuki · 16 years ago
  76. 2e4d409 memcontrol: rcu_read_lock() to protect mm_match_cgroup() by Lai Jiangshan · 16 years ago
  77. f8d66542 memcg: add mem_cgroup_disabled() by Hirokazu Takahashi · 16 years ago
  78. 08e552c memcg: synchronized LRU by KAMEZAWA Hiroyuki · 16 years ago
  79. 8c7c6e34 memcg: mem+swap controller core by KAMEZAWA Hiroyuki · 16 years ago
  80. c077719 memcg: mem+swap controller Kconfig by KAMEZAWA Hiroyuki · 16 years ago
  81. 01b1ae6 memcg: simple migration handling by KAMEZAWA Hiroyuki · 16 years ago
  82. 7a81b88 memcg: introduce charge-commit-cancel style of functions by KAMEZAWA Hiroyuki · 16 years ago
  83. 52d4b9a memcg: allocate all page_cgroup at boot by KAMEZAWA Hiroyuki · 16 years ago
  84. 894bc31 Unevictable LRU Infrastructure by Lee Schermerhorn · 16 years ago
  85. 4f98a2f vmscan: split LRU lists into anon & file sets by Rik van Riel · 16 years ago
  86. b69408e vmscan: Use an indexed array for LRU variables by Christoph Lameter · 16 years ago
  87. c9b0ed5 memcg: helper function for relcaim from shmem. by KAMEZAWA Hiroyuki · 16 years ago
  88. 69029cd memcg: remove refcnt from page_cgroup by KAMEZAWA Hiroyuki · 16 years ago
  89. e8589cc memcg: better migration handling by KAMEZAWA Hiroyuki · 16 years ago
  90. cf475ad cgroups: add an owner to the mm_struct by Balbir Singh · 16 years ago
  91. 8289546 memcg: remove mem_cgroup_uncharge by Hugh Dickins · 16 years ago
  92. 9442ec9 memcg: bad page if page_cgroup when free by Hugh Dickins · 16 years ago
  93. 427d541 memcg: move_lists on page not page_cgroup by Hugh Dickins · 16 years ago
  94. bd845e3 memcg: mm_match_cgroup not vm_match_cgroup by Hugh Dickins · 16 years ago
  95. 00f0b82 Memory controller: rename to Memory Resource Controller by Balbir Singh · 16 years ago
  96. eaeb168 sparc: fix build by David Rientjes · 16 years ago
  97. 60c12b1 memcontrol: add vm_match_cgroup() by David Rientjes · 16 years ago
  98. 3c541e1 Memory controller remove control_type feature by Balbir Singh · 16 years ago
  99. cc38108 per-zone and reclaim enhancements for memory controller: calculate the number of pages to be scanned per cgroup by KAMEZAWA Hiroyuki · 16 years ago
  100. 6c48a1d per-zone and reclaim enhancements for memory controller: remember reclaim priority in memory cgroup by KAMEZAWA Hiroyuki · 16 years ago