1. ebb76ce memcg: fix wrong VM_BUG_ON() in try_charge()'s mm->owner check by KAMEZAWA Hiroyuki · 13 years ago
  2. a42c390 cgroups: make swap accounting default behavior configurable by Michal Hocko · 14 years ago
  3. b1dd693 memcg: avoid deadlock between move charge and try_charge() by Daisuke Nishimura · 14 years ago
  4. 112bc2e memcg: fix false positive VM_BUG on non-SMP by Kirill A. Shutemov · 14 years ago
  5. d2e61b8 memcg: null dereference on allocation failure by Dan Carpenter · 14 years ago
  6. 26174ef memcg: generic filestat update interface by KAMEZAWA Hiroyuki · 14 years ago
  7. 1489eba memcg: cpu hotplug aware quick acount_move detection by KAMEZAWA Hiroyuki · 14 years ago
  8. 711d3d2 memcg: cpu hotplug aware percpu count updates by KAMEZAWA Hiroyuki · 14 years ago
  9. 7d74b06 memcg: use for_each_mem_cgroup by KAMEZAWA Hiroyuki · 14 years ago
  10. 32047e2 memcg: avoid lock in updating file_mapped (Was fix race in file_mapped accouting flag management by KAMEZAWA Hiroyuki · 14 years ago
  11. 0c270f8 memcg: fix race in file_mapped accouting flag management by KAMEZAWA Hiroyuki · 14 years ago
  12. ad4ca5f memcg: fix thresholds with use_hierarchy == 1 by Kirill A. Shutemov · 14 years ago
  13. 13d7e3a memcg: convert to use zone_to_nid() from bare zone->zone_pgdat->node_id by KOSAKI Motohiro · 14 years ago
  14. 00918b6 memcg: remove nid and zid argument from mem_cgroup_soft_limit_reclaim() by KOSAKI Motohiro · 14 years ago
  15. 14fec79 memcg: mem_cgroup_shrink_node_zone() doesn't need sc.nodemask by KOSAKI Motohiro · 14 years ago
  16. f75ca96 memcg: avoid css_get() by KAMEZAWA Hiroyuki · 14 years ago
  17. 158e0a2 memcg: use find_lock_task_mm() in memory cgroups oom by KAMEZAWA Hiroyuki · 14 years ago
  18. 73045c4 memcg: remove mem from arg of charge_common by Daisuke Nishimura · 14 years ago
  19. bd0d24b memcg: remove redundant code by Daisuke Nishimura · 14 years ago
  20. 2bd9bb2 memcg: clean up waiting move acct by KAMEZAWA Hiroyuki · 14 years ago
  21. 4b53433 memcg: clean up try_charge main loop by KAMEZAWA Hiroyuki · 14 years ago
  22. cc8e970 memcg: add mm_vmscan_memcg_isolate tracepoint by KOSAKI Motohiro · 14 years ago
  23. a63d83f oom: badness heuristic rewrite by David Rientjes · 14 years ago
  24. 25edde0 vmscan: kill prev_priority completely by KOSAKI Motohiro · 14 years ago
  25. 4d845eb memcg: fix wake up in oom wait queue by KAMEZAWA Hiroyuki · 14 years ago
  26. 2c488db memcg: clean up memory thresholds by Kirill A. Shutemov · 14 years ago
  27. 907860e cgroups: make cftype.unregister_event() void-returning by Kirill A. Shutemov · 14 years ago
  28. ac39cf8 memcg: fix mis-accounting of file mapped racy with migration by akpm@linux-foundation.org · 14 years ago
  29. 315c199 mm: memcontrol - uninitialised return value by Phil Carmody · 14 years ago
  30. 5407a56 mm: remove unnecessary use of atomic by Phil Carmody · 14 years ago
  31. 87946a7 memcg: move charge of file pages by Daisuke Nishimura · 14 years ago
  32. 90254a6 memcg: clean up move charge by Daisuke Nishimura · 14 years ago
  33. 3c11ecf memcg: oom kill disable and oom status by KAMEZAWA Hiroyuki · 14 years ago
  34. 9490ff2 memcg: oom notifier by KAMEZAWA Hiroyuki · 14 years ago
  35. dc98df5 memcg: oom wakeup filter by KAMEZAWA Hiroyuki · 14 years ago
  36. f39d01b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  37. 747388d memcg: fix css_is_ancestor() RCU locking by KAMEZAWA Hiroyuki · 14 years ago
  38. 7f0f154 memcg: fix css_id() RCU locking for real by KAMEZAWA Hiroyuki · 14 years ago
  39. 91bc482e Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  40. ad4ba37 memcg: css_id() must be called under rcu_read_lock() by Paul E. McKenney · 14 years ago
  41. 93d5c9b memcg: fix prepare migration by Andrea Arcangeli · 14 years ago
  42. 6c9468e Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  43. 8725d54 memcg: fix race in file_mapped accounting by KAMEZAWA Hiroyuki · 14 years ago
  44. e7bbcdf memcontrol: fix potential null deref by Dan Carpenter · 14 years ago
  45. 5cfb80a memcg: disable move charge in no mmu case by Daisuke Nishimura · 14 years ago
  46. 320cc51 mm: fix typo in refill_stock() comment by Greg Thelen · 14 years ago
  47. 867578c memcg: fix oom kill behavior by KAMEZAWA Hiroyuki · 14 years ago
  48. a0a4db5 cgroups: remove events before destroying subsystem state objects by Kirill A. Shutemov · 14 years ago
  49. d2265e6 memcg : share event counter rather than duplicate by KAMEZAWA Hiroyuki · 14 years ago
  50. 430e4863 memcg: update threshold and softlimit at commit by KAMEZAWA Hiroyuki · 14 years ago
  51. c62b1a3 memcg: use generic percpu instead of private implementation by KAMEZAWA Hiroyuki · 14 years ago
  52. 6a6135b memcg: typo in comment to mem_cgroup_print_oom_info() by Kirill A. Shutemov · 14 years ago
  53. 2e72b63 memcg: implement memory thresholds by Kirill A. Shutemov · 14 years ago
  54. 378ce72 memcg: rework usage of stats by soft limit by Kirill A. Shutemov · 14 years ago
  55. 104f392 memcg: extract mem_group_usage() from mem_cgroup_read() by Kirill A. Shutemov · 14 years ago
  56. 483c30b memcg: improve performance in moving swap charge by Daisuke Nishimura · 14 years ago
  57. 0249144 memcg: move charges of anonymous swap by Daisuke Nishimura · 14 years ago
  58. 8033b97 memcg: avoid oom during moving charge by Daisuke Nishimura · 14 years ago
  59. 854ffa8 memcg: improve performance in moving charge by Daisuke Nishimura · 14 years ago
  60. 4ffef5f memcg: move charges of anonymous page by Daisuke Nishimura · 14 years ago
  61. 7dc74be memcg: add interface to move charge at task migration by Daisuke Nishimura · 14 years ago
  62. 648bcc7 mm/memcontrol.c: fix "integer as NULL pointer" sparse warning by Thiago Farina · 14 years ago
  63. fce6647 memcg: ensure list is empty at rmdir by Daisuke Nishimura · 14 years ago
  64. d4220f9 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 14 years ago
  65. aa20d48 memcg: code clean, remove unused variable in mem_cgroup_resize_limit() by Bob Liu · 14 years ago
  66. 9ab322c memcg: remove memcg_tasklist by Daisuke Nishimura · 14 years ago
  67. d31f56d memcg: avoid oom-killing innocent task in case of use_hierarchy by Daisuke Nishimura · 14 years ago
  68. 57f9fd7d memcg: cleanup mem_cgroup_move_parent() by Daisuke Nishimura · 14 years ago
  69. a3032a2 memcg: add mem_cgroup_cancel_charge() by Daisuke Nishimura · 14 years ago
  70. d804658 memcg: make memcg's file mapped consistent with global VM by KAMEZAWA Hiroyuki · 14 years ago
  71. cdec2e4 memcg: coalesce charging via percpu storage by KAMEZAWA Hiroyuki · 14 years ago
  72. 569b846 memcg: coalesce uncharge during unmap/truncate by KAMEZAWA Hiroyuki · 14 years ago
  73. cd9b45b memcg: fix memory.memsw.usage_in_bytes for root cgroup by Kirill A. Shutemov · 14 years ago
  74. d324236 memcg: add accessor to mem_cgroup.css by Wu Fengguang · 14 years ago
  75. e42d9d5 memcg: rename and export try_get_mem_cgroup_from_page() by Wu Fengguang · 14 years ago
  76. 407f9c8 ksm: mem cgroup charge swapin copy by Hugh Dickins · 15 years ago
  77. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  78. 21ae295 tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed" by Uwe Kleine-König · 15 years ago
  79. ef8745c memcg: reduce check for softlimit excess by KAMEZAWA Hiroyuki · 15 years ago
  80. 4e64915 memcg: some modification to softlimit under hierarchical memory reclaim. by KAMEZAWA Hiroyuki · 15 years ago
  81. 26251ea memcg: fix refcnt going negative by KAMEZAWA Hiroyuki · 15 years ago
  82. 1dd3a27 memcg: show swap usage in stat file by Daisuke Nishimura · 15 years ago
  83. 0c3e73e memcg: improve resource counter scalability by Balbir Singh · 15 years ago
  84. 4e41695 memory controller: soft limit reclaim on contention by Balbir Singh · 15 years ago
  85. 75822b4 memory controller: soft limit refactor reclaim flags by Balbir Singh · 15 years ago
  86. f64c3f5 memory controller: soft limit organize cgroups by Balbir Singh · 15 years ago
  87. 296c81d memory controller: soft limit interface by Balbir Singh · 15 years ago
  88. 261fb61 memcg: add comments explaining memory barriers by KAMEZAWA Hiroyuki · 15 years ago
  89. 4b3bde4 memcg: remove the overhead associated with the root cgroup by Balbir Singh · 15 years ago
  90. be367d0 cgroups: let ss->can_attach and ss->attach do whole threadgroups at a time by Ben Blum · 15 years ago
  91. b7c46d1 mm: drop unneeded double negations by Johannes Weiner · 15 years ago
  92. 8870326 cgroup avoid permanent sleep at rmdir by KAMEZAWA Hiroyuki · 15 years ago
  93. 8aa7e84 Fix congestion_wait() sync/async vs read/write confusion by Jens Axboe · 15 years ago
  94. 2ffebca memcg: fix lru rotation in isolate_pages by KAMEZAWA Hiroyuki · 15 years ago
  95. 22a668d memcg: fix behavior under memory.limit equals to memsw.limit by KAMEZAWA Hiroyuki · 15 years ago
  96. 8a9478c memcg: fix swap accounting by KAMEZAWA Hiroyuki · 15 years ago
  97. 338c843 memcg: remove some redundant checks by Li Zefan · 15 years ago
  98. d69b042 memcg: add file-based RSS accounting by Balbir Singh · 15 years ago
  99. 56e49d2 vmscan: evict use-once pages first by Rik van Riel · 15 years ago
  100. 46f7e60 memcg: fix build warning and avoid checking for mem != null again and again by Nikanth Karthikesan · 15 years ago