1. a7ba0ee memcg: fix double free and make refcnt sane by KAMEZAWA Hiroyuki · 15 years ago
  2. 03f3c43 memcg: fix swap accounting leak by KAMEZAWA Hiroyuki · 15 years ago
  3. 42e9abb memcg: change try_to_free_pages to hierarchical_reclaim by Daisuke Nishimura · 15 years ago
  4. 7f4d454 memcg: avoid deadlock caused by race between oom and cpuset_attach by Daisuke Nishimura · 15 years ago
  5. a5e924f memcg: remove mem_cgroup_try_charge by Daisuke Nishimura · 15 years ago
  6. 3bb4edf memcg: don't trigger oom at page migration by Daisuke Nishimura · 15 years ago
  7. fee7b54 memcg: show real limit under hierarchy mode by KAMEZAWA Hiroyuki · 15 years ago
  8. c772be9 memcg: fix calculation of active_ratio by KOSAKI Motohiro · 15 years ago
  9. a7885eb memcg: swappiness by KOSAKI Motohiro · 15 years ago
  10. 2733c06 memcg: protect prev_priority by KOSAKI Motohiro · 15 years ago
  11. 7f016ee memcg: show reclaim stat by KOSAKI Motohiro · 15 years ago
  12. 9439c1c memcg: remove mem_cgroup_cal_reclaim() by KOSAKI Motohiro · 15 years ago
  13. 3e2f41f memcg: add zone_reclaim_stat by KOSAKI Motohiro · 15 years ago
  14. a3d8e05 memcg: add mem_cgroup_zone_nr_pages() by KOSAKI Motohiro · 15 years ago
  15. 14797e2 memcg: add inactive_anon_is_low() by KOSAKI Motohiro · 15 years ago
  16. 5499276 memcg: add null check to page_cgroup_zoneinfo() by KOSAKI Motohiro · 15 years ago
  17. 670ec2f memcg: hierarchy avoid unnecessary reclaim by Daisuke Nishimura · 15 years ago
  18. a7fe942 memcg: swapout refcnt fix by KAMEZAWA Hiroyuki · 15 years ago
  19. b85a96c memcg: memory swap controller: fix limit check by Daisuke Nishimura · 15 years ago
  20. f9717d2 memcg: check group leader fix by Nikanth Karthikesan · 15 years ago
  21. 2c26fdd memcg: revert gfp mask fix by KAMEZAWA Hiroyuki · 15 years ago
  22. 8870075 memcg: fix reclaim result checks by KAMEZAWA Hiroyuki · 15 years ago
  23. a636b32 memcg: avoid unnecessary system-wide-oom-killer by KAMEZAWA Hiroyuki · 15 years ago
  24. 18f59ea memcg: memory cgroup hierarchy feature selector by Balbir Singh · 15 years ago
  25. 6d61ef4 memcg: memory cgroup hierarchical reclaim by Balbir Singh · 15 years ago
  26. 28dbc4b memcg: memory cgroup resource counters for hierarchy by Balbir Singh · 15 years ago
  27. f8d66542 memcg: add mem_cgroup_disabled() by Hirokazu Takahashi · 15 years ago
  28. 08e552c memcg: synchronized LRU by KAMEZAWA Hiroyuki · 15 years ago
  29. 8c7c6e34 memcg: mem+swap controller core by KAMEZAWA Hiroyuki · 15 years ago
  30. c077719 memcg: mem+swap controller Kconfig by KAMEZAWA Hiroyuki · 15 years ago
  31. d13d144 memcg: handle swap caches by KAMEZAWA Hiroyuki · 15 years ago
  32. c1e862c memcg: new force_empty to free pages under group by KAMEZAWA Hiroyuki · 15 years ago
  33. c8dad2b memcg: reduce size of mem_cgroup by using nr_cpu_ids by Jan Blunck · 15 years ago
  34. f817ed4 memcg: move all acccounting to parent at rmdir() by KAMEZAWA Hiroyuki · 15 years ago
  35. 01b1ae6 memcg: simple migration handling by KAMEZAWA Hiroyuki · 15 years ago
  36. bced052 memcg: fix gfp_mask of callers of charge by KAMEZAWA Hiroyuki · 15 years ago
  37. 7a81b88 memcg: introduce charge-commit-cancel style of functions by KAMEZAWA Hiroyuki · 15 years ago
  38. d38d2a7 mm: make mem_cgroup_resize_limit() static by KOSAKI Motohiro · 15 years ago
  39. 94b6da5 memcg: fix page_cgroup allocation by KAMEZAWA Hiroyuki · 16 years ago
  40. 52d4b9a memcg: allocate all page_cgroup at boot by KAMEZAWA Hiroyuki · 16 years ago
  41. c05555b memcg: atomic ops for page_cgroup->flags by KAMEZAWA Hiroyuki · 16 years ago
  42. addb9ef memcg: optimize per-cpu statistics by KAMEZAWA Hiroyuki · 16 years ago
  43. b7abea9 memcg: make page->mapping NULL before uncharge by KAMEZAWA Hiroyuki · 16 years ago
  44. 7b85412 Unevictable LRU Page Statistics by Lee Schermerhorn · 16 years ago
  45. 894bc31 Unevictable LRU Infrastructure by Lee Schermerhorn · 16 years ago
  46. 4f98a2f vmscan: split LRU lists into anon & file sets by Rik van Riel · 16 years ago
  47. b69408e vmscan: Use an indexed array for LRU variables by Christoph Lameter · 16 years ago
  48. 31a78f2 mm owner: fix race between swapoff and exit by Balbir Singh · 16 years ago
  49. a10cebf memcg: check under limit at shrink_usage by Daisuke Nishimura · 16 years ago
  50. 9623e07 memcg: fix oops in mem_cgroup_shrink_usage by Hugh Dickins · 16 years ago
  51. 4ef1b0f memcg: remove redundant check in move_task() by Li Zefan · 16 years ago
  52. 628f423 memcg: limit change shrink usage by KAMEZAWA Hiroyuki · 16 years ago
  53. cede86a memcg: clean up checking of the disabled flag by Li Zefan · 16 years ago
  54. accf163 memcg: remove a redundant check by KAMEZAWA Hiroyuki · 16 years ago
  55. b76734e memcg: add hints for branch by KAMEZAWA Hiroyuki · 16 years ago
  56. c9b0ed5 memcg: helper function for relcaim from shmem. by KAMEZAWA Hiroyuki · 16 years ago
  57. 69029cd memcg: remove refcnt from page_cgroup by KAMEZAWA Hiroyuki · 16 years ago
  58. e8589cc memcg: better migration handling by KAMEZAWA Hiroyuki · 16 years ago
  59. 508b7be memcg: avoid unnecessary initialization by KAMEZAWA Hiroyuki · 16 years ago
  60. a181b0e memcg: make global var read_mostly by KAMEZAWA Hiroyuki · 16 years ago
  61. 856c13a cgroup files: convert res_counter_write() to be a cgroups write_string() handler by Paul Menage · 16 years ago
  62. 55e462b memcg: simple stats for memory resource controller by Balaji Rao · 16 years ago
  63. 1faf8e4 memcg: remove redundant initialization in mem_cgroup_create() by Li Zefan · 16 years ago
  64. 3332794 memcgroup: use vmalloc for mem_cgroup allocation by KAMEZAWA Hiroyuki · 16 years ago
  65. 4a56d02 memcgroup: make the memory controller more desktop responsive by Balbir Singh · 16 years ago
  66. 3eae90c memcg: remove redundant function calls by KAMEZAWA Hiroyuki · 16 years ago
  67. 29f2a4d memcgroup: implement failcounter reset by Pavel Emelyanov · 16 years ago
  68. 85cc59d memcgroup: use triggers in force_empty and max_usage files by Pavel Emelyanov · 16 years ago
  69. b6ac57d memcgroup: move memory controller allocations to their own slabs by Balbir Singh · 16 years ago
  70. c84872e memcgroup: add the max_usage member on the res_counter by Pavel Emelyanov · 16 years ago
  71. cf475ad cgroups: add an owner to the mm_struct by Balbir Singh · 16 years ago
  72. c27e881 CGroup API files: drop mem_cgroup_force_empty() by Paul Menage · 16 years ago
  73. c64745c CGroup API files: use cgroup map for memcontrol stats file by Paul Menage · 16 years ago
  74. 2c3daa7 CGroup API files: use read_u64 in memory controller by Paul Menage · 16 years ago
  75. 41e3355 memcg: fix node_state handling by KAMEZAWA Hiroyuki · 16 years ago
  76. 4077960 memory controller: make memory resource control aware of boot options by Balbir Singh · 16 years ago
  77. 52ea27e memcgroup: fix check for thread being a group leader in memcgroup by Pavel Emelyanov · 16 years ago
  78. fb59e9f memcg: fix oops on NULL lru list by Hugh Dickins · 16 years ago
  79. 9b3c0a0 memcg: simplify force_empty and move_lists by Hirokazu Takahashi · 16 years ago
  80. 2680eed memcg: fix mem_cgroup_move_lists locking by Hugh Dickins · 16 years ago
  81. 6d48ff8 memcg: css_put after remove_list by Hugh Dickins · 16 years ago
  82. b9c565d memcg: remove clear_page_cgroup and atomics by Hugh Dickins · 16 years ago
  83. d5b69e3 memcg: memcontrol uninlined and static by Hugh Dickins · 16 years ago
  84. 8869b8f memcg: memcontrol whitespace cleanups by Hugh Dickins · 16 years ago
  85. 8289546 memcg: remove mem_cgroup_uncharge by Hugh Dickins · 16 years ago
  86. 7e924aa memcg: mem_cgroup_charge never NULL by Hugh Dickins · 16 years ago
  87. 9442ec9 memcg: bad page if page_cgroup when free by Hugh Dickins · 16 years ago
  88. 427d541 memcg: move_lists on page not page_cgroup by Hugh Dickins · 16 years ago
  89. bd845e3 memcg: mm_match_cgroup not vm_match_cgroup by Hugh Dickins · 16 years ago
  90. 2dda81c memcgroup: return negative error code in mem_cgroup_create() by Li Zefan · 16 years ago
  91. 7fde4c3 memcgroup: remove a useless VM_BUG_ON() by Li Zefan · 16 years ago
  92. 60c12b1 memcontrol: add vm_match_cgroup() by David Rientjes · 16 years ago
  93. 3c541e1 Memory controller remove control_type feature by Balbir Singh · 16 years ago
  94. 072c56c1 per-zone and reclaim enhancements for memory controller: per-zone-lock for cgroup by KAMEZAWA Hiroyuki · 16 years ago
  95. 1ecaab2 per-zone and reclaim enhancements for memory controller: per zone lru for cgroup by KAMEZAWA Hiroyuki · 16 years ago
  96. 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
  97. 6c48a1d per-zone and reclaim enhancements for memory controller: remember reclaim priority in memory cgroup by KAMEZAWA Hiroyuki · 16 years ago
  98. 5932f36 per-zone and reclaim enhancements for memory controller: calculate active/inactive imbalance per cgroup by KAMEZAWA Hiroyuki · 16 years ago
  99. 58ae83d per-zone and reclaim enhancements for memory controller: calculate mapper_ratio per cgroup by KAMEZAWA Hiroyuki · 16 years ago
  100. 6d12e2d per-zone and reclaim enhancements for memory controller: per-zone active inactive counter by KAMEZAWA Hiroyuki · 16 years ago