1. 7d910c0 memcg: track children in soft limit excess to improve soft limit by Michal Hocko · 11 years ago
  2. de57780 memcg: enhance memcg iterator to support predicates by Michal Hocko · 11 years ago
  3. a5b7c87 vmscan, memcg: do softlimit reclaim also for targeted reclaim by Michal Hocko · 11 years ago
  4. e883110 memcg: get rid of soft-limit tree infrastructure by Michal Hocko · 11 years ago
  5. 3b38722 memcg, vmscan: integrate soft reclaim tighter with zone shrinking code by Michal Hocko · 11 years ago
  6. c33bd83 memcg: remove redundant code in mem_cgroup_force_empty_write() by Li Zefan · 11 years ago
  7. 2bff24a memcg: fix multiple large threshold notifications by Greg Thelen · 11 years ago
  8. 90c7a79 kmemcg: don't allocate extra memory for root memcg_cache_params by Andrey Vagin · 11 years ago
  9. 32dad03 Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  10. 07555ac memcg: get rid of swapaccount leftovers by Michal Hocko · 11 years ago
  11. 3e6b11d memcg: don't initialize kmem-cache destroying work for root caches by Andrey Vagin · 11 years ago
  12. bd8815a cgroup: make css_for_each_descendant() and friends include the origin css in the iteration by Tejun Heo · 11 years ago
  13. 81eeaf0 cgroup: make cftype->[un]register_event() deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  14. 72ec702 cgroup: make task iterators deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  15. c59cd3d cgroup: make cgroup_task_iter remember the cgroup being iterated by Tejun Heo · 11 years ago
  16. 0942eee cgroup: rename cgroup_iter to cgroup_task_iter by Tejun Heo · 11 years ago
  17. 492eb21 cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  18. 182446d cgroup: pass around cgroup_subsys_state instead of cgroup in file methods by Tejun Heo · 11 years ago
  19. eb95419 cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods by Tejun Heo · 11 years ago
  20. 6387698 cgroup: add css_parent() by Tejun Heo · 11 years ago
  21. a7c6d55 cgroup: add/update accessors which obtain subsys specific data from css by Tejun Heo · 11 years ago
  22. 8af01f5 cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/ by Tejun Heo · 11 years ago
  23. 33cb876 vmpressure: make sure there are no events queued after memcg is offlined by Michal Hocko · 11 years ago
  24. 0db0628 kernel: delete __cpuinit usage from all core kernel files by Paul Gortmaker · 11 years ago
  25. 465939a memcg: don't need to free memcg via RCU or workqueue by Li Zefan · 11 years ago
  26. e0743e6 memcg: kill memcg refcnt by Li Zefan · 11 years ago
  27. 8d76a97 memcg: don't need to get a reference to the parent by Li Zefan · 11 years ago
  28. 4050377 memcg: use css_get/put for swap memcg by Li Zefan · 11 years ago
  29. 10d5ebf memcg: use css_get/put when charging/uncharging kmem by Li Zefan · 11 years ago
  30. 20f0531 memcg: don't use mem_cgroup_get() when creating a kmemcg cache by Li Zefan · 11 years ago
  31. 5347e5a memcg: use css_get() in sock_update_memcg() by Li Zefan · 11 years ago
  32. f37a969 memcg, kmem: fix reference count handling on the error path by Michal Hocko · 11 years ago
  33. fa460c2 Revert "memcg: avoid dangling reference count in creation failure" by Michal Hocko · 11 years ago
  34. 425c598 memcg: do not account memory used for cache creation by Glauber Costa · 11 years ago
  35. 6d42c23 memcg: also test for skip accounting at the page allocation level by Glauber Costa · 11 years ago
  36. 54f72fe memcg: clean up memcg->nodeinfo by Johannes Weiner · 11 years ago
  37. 519ebea mm: memcontrol: factor out reclaim iterator loading and updating by Johannes Weiner · 11 years ago
  38. ffbdccf mm, memcg: don't take task_lock in task_in_mem_cgroup by David Rientjes · 11 years ago
  39. 89dc991 mm: memcontrol: fix lockless reclaim hierarchy iterator by Johannes Weiner · 11 years ago
  40. f101a94 memcg: don't initialize kmem-cache destroying work for root caches by Andrey Vagin · 11 years ago
  41. 28ccddf mm: memcg: remove incorrect VM_BUG_ON for swap cache pages in uncharge by Johannes Weiner · 11 years ago
  42. b070e65 mm, memcg: add rss_huge stat to memory.stat by David Rientjes · 11 years ago
  43. 191a712 Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  44. ca0dde9 memcg: take reference before releasing rcu_read_lock by Li Zefan · 11 years ago
  45. 465adcf mm, memcg: give exiting processes access to memory reserves by David Rientjes · 11 years ago
  46. fd0ccaf memcg: avoid accessing memcg after releasing reference by Li Zefan · 11 years ago
  47. 70ddf63 memcg: add memory.pressure_level events by Anton Vorontsov · 11 years ago
  48. 573b400 mm/memcontrol.c: remove unnecessary ; by Michel Lespinasse · 11 years ago
  49. acb6d55 memcg: do not check for do_swap_account in mem_cgroup_{read,write,reset} by Michal Hocko · 11 years ago
  50. 16248d8 memcg: further simplify mem_cgroup_iter by Michal Hocko · 11 years ago
  51. 19f3940 memcg: simplify mem_cgroup_iter by Michal Hocko · 11 years ago
  52. 5f57816 memcg: relax memcg iter caching by Michal Hocko · 11 years ago
  53. 542f85f memcg: rework mem_cgroup_iter to use cgroup iterators by Michal Hocko · 11 years ago
  54. c40046f memcg: keep prev's css alive for the whole mem_cgroup_iter by Michal Hocko · 11 years ago
  55. f00baae memcg: force use_hierarchy if sane_behavior by Tejun Heo · 11 years ago
  56. d9c10dd memcg: fix memcg_cache_name() to use cgroup_name() by Michal Hocko · 11 years ago
  57. 15cf17d memcg: initialize kmem-cache destroying work earlier by Konstantin Khlebnikov · 11 years ago
  58. 6d043990 memcg: stop warning on memcg_propagate_kmem by Hugh Dickins · 11 years ago
  59. 1081312 memcg: cleanup mem_cgroup_init comment by Michal Hocko · 11 years ago
  60. e477749 memcg: move memcg_stock initialization to mem_cgroup_init by Michal Hocko · 11 years ago
  61. 8787a1d memcg: move mem_cgroup_soft_limit_tree_init to mem_cgroup_init by Michal Hocko · 11 years ago
  62. e379014 mm: refactor inactive_file_is_low() to use get_lru_size() by Johannes Weiner · 11 years ago
  63. e4715f0 memcg: avoid dangling reference count in creation failure. by Glauber Costa · 11 years ago
  64. 692e89a memcg: increment static branch right after limit set by Glauber Costa · 11 years ago
  65. 0999821 memcg: replace cgroup_lock with memcg specific memcg_lock by Glauber Costa · 11 years ago
  66. b5f99b5 memcg: fast hierarchy-aware child test by Glauber Costa · 11 years ago
  67. d142e3e memcg: split part of memcg creation to css_online by Glauber Costa · 11 years ago
  68. ee5e847 memcg: prevent changes to move_charge_at_immigrate during task attach by Glauber Costa · 11 years ago
  69. 45cf7eb memcg: reduce the size of struct memcg 244-fold. by Glauber Costa · 11 years ago
  70. 6acc8b0 memcg: clean up swap accounting initialization code by Michal Hocko · 11 years ago
  71. 2d11085 memcg: do not create memsw files if swap accounting is disabled by Michal Hocko · 11 years ago
  72. 33806f0 swap: make each swap partition have one address_space by Shaohua Li · 11 years ago
  73. d045197 mm/memcontrol.c: convert printk(KERN_FOO) to pr_foo() by Andrew Morton · 11 years ago
  74. 58cf188 memcg, oom: provide more precise dump info while memcg oom happening by Sha Zhengju · 11 years ago
  75. 4ba902b memcg: fix kmemcg registration for late caches by Glauber Costa · 11 years ago
  76. 154b454 memcg: don't register hotcpu notifier from ->css_alloc() by Tejun Heo · 11 years ago
  77. 943a451 slab: propagate tunable values by Glauber Costa · 11 years ago
  78. 749c541 memcg: aggregate memcg cache values in slabinfo by Glauber Costa · 11 years ago
  79. 2293315 memcg/sl[au]b: shrink dead caches by Glauber Costa · 11 years ago
  80. 7cf2798 memcg/sl[au]b: track all the memcg children of a kmem_cache by Glauber Costa · 11 years ago
  81. 1f458cb memcg: destroy memcg caches by Glauber Costa · 11 years ago
  82. d79923f sl[au]b: allocate objects from memcg cache by Glauber Costa · 11 years ago
  83. 0e9d92f memcg: skip memcg kmem allocations in specified code regions by Glauber Costa · 11 years ago
  84. d7f25f8 memcg: infrastructure to match an allocation to the right cache by Glauber Costa · 11 years ago
  85. 55007d8 memcg: allocate memory for memcg caches whenever a new memcg appears by Glauber Costa · 11 years ago
  86. 2633d7a slab/slub: consider a memcg parameter in kmem_create_cache by Glauber Costa · 11 years ago
  87. c8b2a36 memcg: execute the whole memcg freeing in free_worker() by Glauber Costa · 11 years ago
  88. bea207c memcg: allow a memcg with kmem charges to be destructed by Glauber Costa · 11 years ago
  89. a8964b9 memcg: use static branches when code not in use by Glauber Costa · 11 years ago
  90. 7de3768 memcg: kmem accounting lifecycle management by Glauber Costa · 11 years ago
  91. 7ae1e1d memcg: kmem controller infrastructure by Glauber Costa · 11 years ago
  92. 510fc4e memcg: kmem accounting basic infrastructure by Glauber Costa · 11 years ago
  93. 86ae53e memcg: change defines to an enum by Glauber Costa · 11 years ago
  94. 4c9c535 memcg: reclaim when more than one page needed by Suleiman Souhlal · 11 years ago
  95. a0956d5 memcg: make it possible to use the stock for more than one page by Suleiman Souhlal · 11 years ago
  96. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 11 years ago
  97. c95d26c memcg: do not check for mm in __mem_cgroup_count_vm_event by Michal Hocko · 11 years ago
  98. 68ae564 mm, memcg: avoid unnecessary function call when memcg is disabled by David Rientjes · 11 years ago
  99. 31aaea4 memcontrol: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 11 years ago
  100. d206e09 Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago