1. dc98df5 memcg: oom wakeup filter by KAMEZAWA Hiroyuki · 14 years ago
  2. f39d01b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  3. 747388d memcg: fix css_is_ancestor() RCU locking by KAMEZAWA Hiroyuki · 14 years ago
  4. 7f0f154 memcg: fix css_id() RCU locking for real by KAMEZAWA Hiroyuki · 14 years ago
  5. 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
  6. ad4ba37 memcg: css_id() must be called under rcu_read_lock() by Paul E. McKenney · 14 years ago
  7. 93d5c9b memcg: fix prepare migration by Andrea Arcangeli · 14 years ago
  8. 6c9468e Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  9. 8725d54 memcg: fix race in file_mapped accounting by KAMEZAWA Hiroyuki · 14 years ago
  10. e7bbcdf memcontrol: fix potential null deref by Dan Carpenter · 14 years ago
  11. 5cfb80a memcg: disable move charge in no mmu case by Daisuke Nishimura · 14 years ago
  12. 320cc51 mm: fix typo in refill_stock() comment by Greg Thelen · 14 years ago
  13. 867578c memcg: fix oom kill behavior by KAMEZAWA Hiroyuki · 14 years ago
  14. a0a4db5 cgroups: remove events before destroying subsystem state objects by Kirill A. Shutemov · 14 years ago
  15. d2265e6 memcg : share event counter rather than duplicate by KAMEZAWA Hiroyuki · 14 years ago
  16. 430e4863 memcg: update threshold and softlimit at commit by KAMEZAWA Hiroyuki · 14 years ago
  17. c62b1a3 memcg: use generic percpu instead of private implementation by KAMEZAWA Hiroyuki · 14 years ago
  18. 6a6135b memcg: typo in comment to mem_cgroup_print_oom_info() by Kirill A. Shutemov · 14 years ago
  19. 2e72b63 memcg: implement memory thresholds by Kirill A. Shutemov · 14 years ago
  20. 378ce72 memcg: rework usage of stats by soft limit by Kirill A. Shutemov · 14 years ago
  21. 104f392 memcg: extract mem_group_usage() from mem_cgroup_read() by Kirill A. Shutemov · 14 years ago
  22. 483c30b memcg: improve performance in moving swap charge by Daisuke Nishimura · 14 years ago
  23. 0249144 memcg: move charges of anonymous swap by Daisuke Nishimura · 14 years ago
  24. 8033b97 memcg: avoid oom during moving charge by Daisuke Nishimura · 14 years ago
  25. 854ffa8 memcg: improve performance in moving charge by Daisuke Nishimura · 14 years ago
  26. 4ffef5f memcg: move charges of anonymous page by Daisuke Nishimura · 14 years ago
  27. 7dc74be memcg: add interface to move charge at task migration by Daisuke Nishimura · 14 years ago
  28. 648bcc7 mm/memcontrol.c: fix "integer as NULL pointer" sparse warning by Thiago Farina · 14 years ago
  29. fce6647 memcg: ensure list is empty at rmdir by Daisuke Nishimura · 14 years ago
  30. 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
  31. aa20d48 memcg: code clean, remove unused variable in mem_cgroup_resize_limit() by Bob Liu · 14 years ago
  32. 9ab322c memcg: remove memcg_tasklist by Daisuke Nishimura · 14 years ago
  33. d31f56d memcg: avoid oom-killing innocent task in case of use_hierarchy by Daisuke Nishimura · 14 years ago
  34. 57f9fd7d memcg: cleanup mem_cgroup_move_parent() by Daisuke Nishimura · 14 years ago
  35. a3032a2 memcg: add mem_cgroup_cancel_charge() by Daisuke Nishimura · 14 years ago
  36. d804658 memcg: make memcg's file mapped consistent with global VM by KAMEZAWA Hiroyuki · 14 years ago
  37. cdec2e4 memcg: coalesce charging via percpu storage by KAMEZAWA Hiroyuki · 14 years ago
  38. 569b846 memcg: coalesce uncharge during unmap/truncate by KAMEZAWA Hiroyuki · 14 years ago
  39. cd9b45b memcg: fix memory.memsw.usage_in_bytes for root cgroup by Kirill A. Shutemov · 14 years ago
  40. d324236 memcg: add accessor to mem_cgroup.css by Wu Fengguang · 14 years ago
  41. e42d9d5 memcg: rename and export try_get_mem_cgroup_from_page() by Wu Fengguang · 14 years ago
  42. 407f9c8 ksm: mem cgroup charge swapin copy by Hugh Dickins · 14 years ago
  43. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  44. 21ae295 tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed" by Uwe Kleine-König · 15 years ago
  45. ef8745c memcg: reduce check for softlimit excess by KAMEZAWA Hiroyuki · 15 years ago
  46. 4e64915 memcg: some modification to softlimit under hierarchical memory reclaim. by KAMEZAWA Hiroyuki · 15 years ago
  47. 26251ea memcg: fix refcnt going negative by KAMEZAWA Hiroyuki · 15 years ago
  48. 1dd3a27 memcg: show swap usage in stat file by Daisuke Nishimura · 15 years ago
  49. 0c3e73e memcg: improve resource counter scalability by Balbir Singh · 15 years ago
  50. 4e41695 memory controller: soft limit reclaim on contention by Balbir Singh · 15 years ago
  51. 75822b4 memory controller: soft limit refactor reclaim flags by Balbir Singh · 15 years ago
  52. f64c3f5 memory controller: soft limit organize cgroups by Balbir Singh · 15 years ago
  53. 296c81d memory controller: soft limit interface by Balbir Singh · 15 years ago
  54. 261fb61 memcg: add comments explaining memory barriers by KAMEZAWA Hiroyuki · 15 years ago
  55. 4b3bde4 memcg: remove the overhead associated with the root cgroup by Balbir Singh · 15 years ago
  56. be367d0 cgroups: let ss->can_attach and ss->attach do whole threadgroups at a time by Ben Blum · 15 years ago
  57. b7c46d1 mm: drop unneeded double negations by Johannes Weiner · 15 years ago
  58. 8870326 cgroup avoid permanent sleep at rmdir by KAMEZAWA Hiroyuki · 15 years ago
  59. 8aa7e84 Fix congestion_wait() sync/async vs read/write confusion by Jens Axboe · 15 years ago
  60. 2ffebca memcg: fix lru rotation in isolate_pages by KAMEZAWA Hiroyuki · 15 years ago
  61. 22a668d memcg: fix behavior under memory.limit equals to memsw.limit by KAMEZAWA Hiroyuki · 15 years ago
  62. 8a9478c memcg: fix swap accounting by KAMEZAWA Hiroyuki · 15 years ago
  63. 338c843 memcg: remove some redundant checks by Li Zefan · 15 years ago
  64. d69b042 memcg: add file-based RSS accounting by Balbir Singh · 15 years ago
  65. 56e49d2 vmscan: evict use-once pages first by Rik van Riel · 15 years ago
  66. 46f7e60 memcg: fix build warning and avoid checking for mem != null again and again by Nikanth Karthikesan · 15 years ago
  67. e767e05 memcg: fix deadlock between lock_page_cgroup and mapping tree_lock by Daisuke Nishimura · 15 years ago
  68. ae3abae memcg: fix mem_cgroup_shrink_usage() by Daisuke Nishimura · 15 years ago
  69. c0bd3f6 memcg: fix try_get_mem_cgroup_from_swapcache() by Daisuke Nishimura · 15 years ago
  70. a8031cb memcg: remove warning when CONFIG_DEBUG_VM=n by KAMEZAWA Hiroyuki · 15 years ago
  71. 83aae4c memcg: cleanup cache_charge by Daisuke Nishimura · 15 years ago
  72. a3b2d69 cgroups: use css id in swap cgroup for saving memory v5 by KAMEZAWA Hiroyuki · 15 years ago
  73. 3c776e6 memcg: charge swapcache to proper memcg by Daisuke Nishimura · 15 years ago
  74. c137b5e memcg: remove mem_cgroup_calc_mapped_ratio() by KOSAKI Motohiro · 15 years ago
  75. e222432 memcg: show memcg information during OOM by Balbir Singh · 15 years ago
  76. 0b7f569 memcg: fix OOM killer under memcg by KAMEZAWA Hiroyuki · 15 years ago
  77. 81d39c2 memcg: fix shrinking memory to return -EBUSY by fixing retry algorithm by KAMEZAWA Hiroyuki · 15 years ago
  78. 14067bb memcg: hierarchical stat by KAMEZAWA Hiroyuki · 15 years ago
  79. 04046e1 memcg: use CSS ID by KAMEZAWA Hiroyuki · 15 years ago
  80. ec64f51 cgroup: fix frequent -EBUSY at rmdir by KAMEZAWA Hiroyuki · 15 years ago
  81. 299b4ea memcg: NULL pointer dereference at rmdir on some NUMA systems by KAMEZAWA Hiroyuki · 15 years ago
  82. 7bcc1bb memcg: get/put parents at create/free by Daisuke Nishimura · 15 years ago
  83. 068b38c memcg: fix a race when setting memory.swappiness by Li Zefan · 15 years ago
  84. 0eb253e memcg: fix section mismatch by Li Zefan · 15 years ago
  85. 4d1c627 memcg: make oom less frequently by Daisuke Nishimura · 15 years ago
  86. c268e99 memcg: fix hierarchical reclaim by Daisuke Nishimura · 15 years ago
  87. 40d5813 memcg: fix error path of mem_cgroup_move_parent by Daisuke Nishimura · 15 years ago
  88. bd112db memcg: fix mem_cgroup_get_reclaim_stat_from_page by Daisuke Nishimura · 15 years ago
  89. 2cb378c cgroups: use hierarchy_mutex in memory controller by Paul Menage · 15 years ago
  90. b5a8431 memcg: fix shmem's swap accounting by KAMEZAWA Hiroyuki · 15 years ago
  91. 544122e memcg: fix LRU accounting for SwapCache by KAMEZAWA Hiroyuki · 15 years ago
  92. 54595fe memcg: use css_tryget in memcg by KAMEZAWA Hiroyuki · 15 years ago
  93. a7ba0ee memcg: fix double free and make refcnt sane by KAMEZAWA Hiroyuki · 15 years ago
  94. 03f3c43 memcg: fix swap accounting leak by KAMEZAWA Hiroyuki · 15 years ago
  95. 42e9abb memcg: change try_to_free_pages to hierarchical_reclaim by Daisuke Nishimura · 15 years ago
  96. 7f4d454 memcg: avoid deadlock caused by race between oom and cpuset_attach by Daisuke Nishimura · 15 years ago
  97. a5e924f memcg: remove mem_cgroup_try_charge by Daisuke Nishimura · 15 years ago
  98. 3bb4edf memcg: don't trigger oom at page migration by Daisuke Nishimura · 15 years ago
  99. fee7b54 memcg: show real limit under hierarchy mode by KAMEZAWA Hiroyuki · 15 years ago
  100. c772be9 memcg: fix calculation of active_ratio by KOSAKI Motohiro · 15 years ago