1. 19f3940 memcg: simplify mem_cgroup_iter by Michal Hocko · 11 years ago
  2. 5f57816 memcg: relax memcg iter caching by Michal Hocko · 11 years ago
  3. 542f85f memcg: rework mem_cgroup_iter to use cgroup iterators by Michal Hocko · 11 years ago
  4. c40046f memcg: keep prev's css alive for the whole mem_cgroup_iter by Michal Hocko · 11 years ago
  5. f00baae memcg: force use_hierarchy if sane_behavior by Tejun Heo · 11 years ago
  6. d9c10dd memcg: fix memcg_cache_name() to use cgroup_name() by Michal Hocko · 11 years ago
  7. 15cf17d memcg: initialize kmem-cache destroying work earlier by Konstantin Khlebnikov · 11 years ago
  8. 6d043990 memcg: stop warning on memcg_propagate_kmem by Hugh Dickins · 11 years ago
  9. 1081312 memcg: cleanup mem_cgroup_init comment by Michal Hocko · 11 years ago
  10. e477749 memcg: move memcg_stock initialization to mem_cgroup_init by Michal Hocko · 11 years ago
  11. 8787a1d memcg: move mem_cgroup_soft_limit_tree_init to mem_cgroup_init by Michal Hocko · 11 years ago
  12. e379014 mm: refactor inactive_file_is_low() to use get_lru_size() by Johannes Weiner · 11 years ago
  13. e4715f0 memcg: avoid dangling reference count in creation failure. by Glauber Costa · 11 years ago
  14. 692e89a memcg: increment static branch right after limit set by Glauber Costa · 11 years ago
  15. 0999821 memcg: replace cgroup_lock with memcg specific memcg_lock by Glauber Costa · 11 years ago
  16. b5f99b5 memcg: fast hierarchy-aware child test by Glauber Costa · 11 years ago
  17. d142e3e memcg: split part of memcg creation to css_online by Glauber Costa · 11 years ago
  18. ee5e847 memcg: prevent changes to move_charge_at_immigrate during task attach by Glauber Costa · 11 years ago
  19. 45cf7eb memcg: reduce the size of struct memcg 244-fold. by Glauber Costa · 11 years ago
  20. 6acc8b0 memcg: clean up swap accounting initialization code by Michal Hocko · 11 years ago
  21. 2d11085 memcg: do not create memsw files if swap accounting is disabled by Michal Hocko · 11 years ago
  22. 33806f0 swap: make each swap partition have one address_space by Shaohua Li · 11 years ago
  23. d045197 mm/memcontrol.c: convert printk(KERN_FOO) to pr_foo() by Andrew Morton · 11 years ago
  24. 58cf188 memcg, oom: provide more precise dump info while memcg oom happening by Sha Zhengju · 11 years ago
  25. 4ba902b memcg: fix kmemcg registration for late caches by Glauber Costa · 11 years ago
  26. 154b454 memcg: don't register hotcpu notifier from ->css_alloc() by Tejun Heo · 11 years ago
  27. 943a451 slab: propagate tunable values by Glauber Costa · 11 years ago
  28. 749c541 memcg: aggregate memcg cache values in slabinfo by Glauber Costa · 11 years ago
  29. 2293315 memcg/sl[au]b: shrink dead caches by Glauber Costa · 11 years ago
  30. 7cf2798 memcg/sl[au]b: track all the memcg children of a kmem_cache by Glauber Costa · 11 years ago
  31. 1f458cb memcg: destroy memcg caches by Glauber Costa · 11 years ago
  32. d79923f sl[au]b: allocate objects from memcg cache by Glauber Costa · 11 years ago
  33. 0e9d92f memcg: skip memcg kmem allocations in specified code regions by Glauber Costa · 11 years ago
  34. d7f25f8 memcg: infrastructure to match an allocation to the right cache by Glauber Costa · 11 years ago
  35. 55007d8 memcg: allocate memory for memcg caches whenever a new memcg appears by Glauber Costa · 11 years ago
  36. 2633d7a slab/slub: consider a memcg parameter in kmem_create_cache by Glauber Costa · 11 years ago
  37. c8b2a36 memcg: execute the whole memcg freeing in free_worker() by Glauber Costa · 11 years ago
  38. bea207c memcg: allow a memcg with kmem charges to be destructed by Glauber Costa · 11 years ago
  39. a8964b9 memcg: use static branches when code not in use by Glauber Costa · 11 years ago
  40. 7de3768 memcg: kmem accounting lifecycle management by Glauber Costa · 11 years ago
  41. 7ae1e1d memcg: kmem controller infrastructure by Glauber Costa · 11 years ago
  42. 510fc4e memcg: kmem accounting basic infrastructure by Glauber Costa · 11 years ago
  43. 86ae53e memcg: change defines to an enum by Glauber Costa · 11 years ago
  44. 4c9c535 memcg: reclaim when more than one page needed by Suleiman Souhlal · 11 years ago
  45. a0956d5 memcg: make it possible to use the stock for more than one page by Suleiman Souhlal · 11 years ago
  46. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 11 years ago
  47. c95d26c memcg: do not check for mm in __mem_cgroup_count_vm_event by Michal Hocko · 11 years ago
  48. 68ae564 mm, memcg: avoid unnecessary function call when memcg is disabled by David Rientjes · 11 years ago
  49. 31aaea4 memcontrol: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 11 years ago
  50. d206e09 Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  51. 1996546 mm, memcg: make mem_cgroup_out_of_memory() static by David Rientjes · 11 years ago
  52. b32967f mm: numa: Add THP migration for the NUMA working set scanning fault case. by Mel Gorman · 12 years ago
  53. 92fb974 cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free() by Tejun Heo · 12 years ago
  54. bea8c15 memcg: fix hotplugged memory zone oops by Hugh Dickins · 12 years ago
  55. 9a5a8f1 memcg: oom: fix totalpages calculation for memory.swappiness==0 by Michal Hocko · 12 years ago
  56. 1db1e31 Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8 by Tejun Heo · 12 years ago
  57. bcf6de1 cgroup: make ->pre_destroy() return void by Tejun Heo · 12 years ago
  58. ab5196c memcg: make mem_cgroup_reparent_charges non failing by Michal Hocko · 12 years ago
  59. b25ed60 cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_and_wakeup_rmdir() by Tejun Heo · 12 years ago
  60. e931608 cgroup: kill CSS_REMOVED by Tejun Heo · 12 years ago
  61. 2ef37d3 memcg: Simplify mem_cgroup_force_empty_list error handling by Michal Hocko · 12 years ago
  62. d842301 memcg: root_cgroup cannot reach mem_cgroup_move_parent by Michal Hocko · 12 years ago
  63. c26251f memcg: split mem_cgroup_force_empty into reclaiming and reparenting parts by Michal Hocko · 12 years ago
  64. 7ffc0ed memcg: move mem_cgroup_is_root upwards by Michal Hocko · 12 years ago
  65. 4bd2c1e memcg: cleanup kmem tcp ifdefs by Michal Hocko · 12 years ago
  66. 8c7f6ed cgroup: mark subsystems with broken hierarchy support and whine if cgroups are nested for them by Tejun Heo · 12 years ago
  67. b214514 memcg: add mem_cgroup_from_css() helper by Wanpeng Li · 12 years ago
  68. bdf4f4d mm: memcg: only check anon swapin page charges for swap cache by Johannes Weiner · 12 years ago
  69. 90deb78 mm: memcg: only check swap cache pages for repeated charging by Johannes Weiner · 12 years ago
  70. 0435a2f mm: memcg: split swapin charge function into private and public part by Johannes Weiner · 12 years ago
  71. 24467ca mm: memcg: remove needless !mm fixup to init_mm when charging by Johannes Weiner · 12 years ago
  72. 62ba744 mm: memcg: remove unneeded shmem charge type by Johannes Weiner · 12 years ago
  73. 827a03d mm: memcg: move swapin charge functions above callsites by Johannes Weiner · 12 years ago
  74. 7d18895 mm: memcg: only check for PageSwapCache when uncharging anon by Johannes Weiner · 12 years ago
  75. 0c59b89 mm: memcg: push down PageSwapCache check into uncharge entry functions by Johannes Weiner · 12 years ago
  76. 0030f53 mm: memcg: fix compaction/migration failing due to memcg limits by Johannes Weiner · 12 years ago
  77. 876aafb mm, memcg: move all oom handling to memcontrol.c by David Rientjes · 12 years ago
  78. 6b0c81b mm, oom: reduce dependency on tasklist_lock by David Rientjes · 12 years ago
  79. 9cbb78b mm, memcg: introduce own oom handler to iterate only over its own threads by David Rientjes · 12 years ago
  80. da92c47 mm/memcg: replace inexistence move_lock_page_cgroup() by move_lock_mem_cgroup() in comment by Wanpeng Li · 12 years ago
  81. aaad153 mm/memcg: mem_cgroup_relize_xxx_limit can guarantee memcg->res.limit <= memcg->memsw.limit by Wanpeng Li · 12 years ago
  82. ab21588 memcg: rename mem_control_xxx to memcg_xxx by Wanpeng Li · 12 years ago
  83. 567fb43 memcg: fix bad behavior in use_hierarchy file by Glauber Costa · 12 years ago
  84. c255a45 memcg: rename config variables by Andrew Morton · 12 years ago
  85. 3c935d1 memcg: make mem_cgroup_force_empty_list() return bool by KAMEZAWA Hiroyuki · 12 years ago
  86. 6068bf0 memcg: mem_cgroup_move_parent() doesn't need gfp_mask by KAMEZAWA Hiroyuki · 12 years ago
  87. d845aa2 memcg: clean up force_empty_list() return value check by Kamezawa Hiroyuki · 12 years ago
  88. 59b8e85 memcg: remove check for signal_pending() during rmdir() by Kamezawa Hiroyuki · 12 years ago
  89. a7d6f52 memcg: remove MEM_CGROUP_CHARGE_TYPE_FORCE by Kamezawa Hiroyuki · 12 years ago
  90. 41326c1 memcg: rename MEM_CGROUP_CHARGE_TYPE_MAPPED as MEM_CGROUP_CHARGE_TYPE_ANON by Kamezawa Hiroyuki · 12 years ago
  91. bff6bb8 memcg: rename MEM_CGROUP_STAT_SWAPOUT as MEM_CGROUP_STAT_SWAP by Kamezawa Hiroyuki · 12 years ago
  92. dad7557 mm: fix kernel-doc warnings by Wanpeng Li · 12 years ago
  93. 3a981f4 memcg: fix use_hierarchy css_is_ancestor oops regression by Hugh Dickins · 12 years ago
  94. 3f13461 memcg: decrement static keys at real destroy time by Glauber Costa · 12 years ago
  95. 3afe36b memcg: always free struct memcg through schedule_work() by Glauber Costa · 12 years ago
  96. fa9add6 mm/memcg: apply add/del_page to lruvec by Hugh Dickins · 12 years ago
  97. 4d7dcca mm/memcg: get_lru_size not get_lruvec_size by Hugh Dickins · 12 years ago
  98. af7c4b0 mm: memcg: print statistics from live counters by Johannes Weiner · 12 years ago
  99. fad02c2 mm: memcg: group swapped-out statistics counter logically by Johannes Weiner · 12 years ago
  100. 1311471 mm: memcg: keep ratelimit counter separate from event counters by Johannes Weiner · 12 years ago