1. b6da007 Merge branch 'akpm' (patchbomb from Andrew) by Linus Torvalds · 10 years ago
  2. 9edad6e mm: move page->mem_cgroup bad page handling into generic code by Johannes Weiner · 10 years ago
  3. 5d1ea48 mm: page_cgroup: rename file to mm/swap_cgroup.c by Johannes Weiner · 10 years ago
  4. 1306a85 mm: embed the memcg pointer directly into struct page by Johannes Weiner · 10 years ago
  5. 22811c6 mm: memcontrol: remove stale page_cgroup_lock comment by Johannes Weiner · 10 years ago
  6. e4bd6a0 mm, memcg: fix potential undefined behaviour in page stat accounting by Michal Hocko · 10 years ago
  7. 2314b42 mm: memcontrol: drop bogus RCU locking from mem_cgroup_same_or_subtree() by Johannes Weiner · 10 years ago
  8. 413918b mm: memcontrol: pull the NULL check from __mem_cgroup_same_or_subtree() by Johannes Weiner · 10 years ago
  9. c01f46c mm: memcontrol: remove bogus NULL check after mem_cgroup_from_task() by Johannes Weiner · 10 years ago
  10. 312722c mm: memcontrol: shorten the page statistics update slowpath by Johannes Weiner · 10 years ago
  11. b047501 memcg: use generic slab iterators for showing slabinfo by Vladimir Davydov · 10 years ago
  12. 4ef461e memcg: remove mem_cgroup_reclaimable check from soft reclaim by Vladimir Davydov · 10 years ago
  13. 247b144 mm: memcontrol: fold mem_cgroup_start_move()/mem_cgroup_end_move() by Johannes Weiner · 10 years ago
  14. 4e2f245 mm: memcontrol: don't pass a NULL memcg to mem_cgroup_end_move() by Johannes Weiner · 10 years ago
  15. 354a478 mm: memcontrol: inline memcg->move_lock locking by Johannes Weiner · 10 years ago
  16. 2983331 mm: memcontrol: remove unnecessary PCG_USED pc->mem_cgroup valid flag by Johannes Weiner · 10 years ago
  17. f4aaa8b mm: memcontrol: remove unnecessary PCG_MEM memory charge flag by Johannes Weiner · 10 years ago
  18. 18eca2e mm: memcontrol: remove unnecessary PCG_MEMSW memory+swap charge flag by Johannes Weiner · 10 years ago
  19. 7bdd143c mm: memcontrol: uncharge pages on swapout by Johannes Weiner · 10 years ago
  20. b9982f8 mm: memcontrol: micro-optimize mem_cgroup_split_huge_fixup() by Michal Hocko · 10 years ago
  21. 8c0145b memcg: remove activate_kmem_mutex by Vladimir Davydov · 10 years ago
  22. 7d5e324 mm: memcontrol: clarify migration where old page is uncharged by Johannes Weiner · 10 years ago
  23. dfe0e77 mm: memcontrol: update mem_cgroup_page_lruvec() documentation by Johannes Weiner · 10 years ago
  24. bc2f2e7 memcg: simplify unreclaimable groups handling in soft limit reclaim by Vladimir Davydov · 10 years ago
  25. 6d3d6aa mm: memcontrol: remove synchronous stock draining code by Johannes Weiner · 10 years ago
  26. b205256 mm: memcontrol: continue cache reclaim from offlined groups by Johannes Weiner · 10 years ago
  27. 64f2199 mm: memcontrol: remove obsolete kmemcg pinning tricks by Johannes Weiner · 10 years ago
  28. e8ea14c mm: memcontrol: take a css reference for each charged page by Johannes Weiner · 10 years ago
  29. 5ac8fb3 mm: memcontrol: convert reclaim iterator to simple css refcounting by Johannes Weiner · 10 years ago
  30. 3e32cb2 mm: memcontrol: lockless page counters by Johannes Weiner · 10 years ago
  31. ba00410 Merge branch 'iov_iter' into for-next by Al Viro · 10 years ago
  32. b583043 kill f_dentry uses by Al Viro · 10 years ago
  33. d7365e7 mm: memcontrol: fix missed end-writeback page accounting by Johannes Weiner · 10 years ago
  34. cf2b8fb memcg: zap memcg_can_account_kmem by Vladimir Davydov · 10 years ago
  35. b70a2a2 mm: memcontrol: fix transparent huge page allocations under pressure by Johannes Weiner · 10 years ago
  36. 3fbe724 mm: memcontrol: simplify detecting when the memory+swap limit is hit by Johannes Weiner · 10 years ago
  37. 6f817f4 memcg: move memcg_update_cache_size() to slab_common.c by Vladimir Davydov · 10 years ago
  38. f3bb304 memcg: don't call memcg_update_all_caches if new cache id fits by Vladimir Davydov · 10 years ago
  39. 33a690c memcg: move memcg_{alloc,free}_cache_params to slab_common.c by Vladimir Davydov · 10 years ago
  40. 2f7dd7a mm: memcontrol: do not iterate uninitialized memcgs by Johannes Weiner · 10 years ago
  41. ce00a96 mm: memcontrol: revert use of root_mem_cgroup res_counter by Johannes Weiner · 10 years ago
  42. 6abb5a8 mm: memcontrol: avoid charge statistics churn during page migration by Johannes Weiner · 10 years ago
  43. 747db95 mm: memcontrol: use page lists for uncharge batching by Johannes Weiner · 10 years ago
  44. 0a31bc9 mm: memcontrol: rewrite uncharge API by Johannes Weiner · 10 years ago
  45. 00501b5 mm: memcontrol: rewrite charge API by Johannes Weiner · 10 years ago
  46. 61e02c7 mm: memcontrol: clean up reclaim size variable use in try_charge() by Johannes Weiner · 10 years ago
  47. a840cda mm: memcontrol: do not acquire page_cgroup lock for kmem pages by Johannes Weiner · 10 years ago
  48. 9a2385e mm: memcontrol: remove ordering between pc->mem_cgroup and PageCgroupUsed by Johannes Weiner · 10 years ago
  49. 05b8430 mm: memcontrol: use root_mem_cgroup res_counter by Johannes Weiner · 10 years ago
  50. 692e7c4 mm: memcontrol: catch root bypass in move precharge by Johannes Weiner · 10 years ago
  51. 9476db9 mm: memcontrol: simplify move precharge function by Johannes Weiner · 10 years ago
  52. 0029e19 mm: memcontrol: remove explicit OOM parameter in charge path by Michal Hocko · 10 years ago
  53. 9b13061 mm: memcontrol: retry reclaim for oom-disabled and __GFP_NOFAIL charges by Johannes Weiner · 10 years ago
  54. 28c34c2 mm: memcontrol: reclaim at least once for __GFP_NORETRY by Johannes Weiner · 10 years ago
  55. 06b078f mm: memcontrol: rearrange charging fast path by Johannes Weiner · 10 years ago
  56. 6539cc0 mm: memcontrol: fold mem_cgroup_do_charge() by Johannes Weiner · 10 years ago
  57. 47dfe40 Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  58. 2bcf2e9 memcg: oom_notify use-after-free fix by Michal Hocko · 10 years ago
  59. a8ddc82 cgroup: distinguish the default and legacy hierarchies when handling cftypes by Tejun Heo · 10 years ago
  60. 2cf669a cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes() by Tejun Heo · 10 years ago
  61. 5577964 cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypes by Tejun Heo · 10 years ago
  62. aa6ec29 cgroup: remove sane_behavior support on non-default hierarchies by Tejun Heo · 10 years ago
  63. 1ced953 blkcg, memcg: make blkcg depend on memcg on the default hierarchy by Tejun Heo · 10 years ago
  64. 14208b0 Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  65. cf2c812 mm: memcontrol: remove unnecessary memcg argument from soft limit functions by Johannes Weiner · 10 years ago
  66. e231875 mm: memcontrol: clean up memcg zoneinfo lookup by Jianyu Zhan · 10 years ago
  67. 688eb98 vmscan: memcg: always use swappiness of the reclaimed memcg by Michal Hocko · 10 years ago
  68. 2a7a0e0 mm, memcg: periodically schedule when emptying page list by Hugh Dickins · 10 years ago
  69. 776ed0f memcg: cleanup kmem cache creation/destruction functions naming by Vladimir Davydov · 10 years ago
  70. 93f39ee memcg: memcg_kmem_create_cache: make memcg_name_buf statically allocated by Vladimir Davydov · 10 years ago
  71. 073ee1c memcg: get rid of memcg_create_cache_name by Vladimir Davydov · 10 years ago
  72. b5ffc85 memcg: correct comments for __mem_cgroup_begin_update_page_stat by Qiang Huang · 10 years ago
  73. bdcbb65 memcg: fold mem_cgroup_stolen by Qiang Huang · 10 years ago
  74. ada4ba5 mm/memcontrol.c: remove NULL assignment on static by Fabian Frederick · 10 years ago
  75. 7c8e018 mm: replace __get_cpu_var uses with this_cpu_ptr by Christoph Lameter · 10 years ago
  76. bd67314 memcg, slab: simplify synchronization scheme by Vladimir Davydov · 10 years ago
  77. c67a8a6 memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slab by Vladimir Davydov · 10 years ago
  78. 1e32e77 memcg, slab: do not schedule cache destruction when last page goes away by Vladimir Davydov · 10 years ago
  79. d8dc595 memcg: do not hang on OOM when killed by userspace OOM access to memory reserves by Michal Hocko · 10 years ago
  80. e8d9df3 memcg: un-export __memcg_kmem_get_cache by Vladimir Davydov · 10 years ago
  81. 3dae7fe mm: memcontrol: remove hierarchy restrictions for swappiness and oom_control by Johannes Weiner · 10 years ago
  82. 5238343 mm: get rid of __GFP_KMEMCG by Vladimir Davydov · 10 years ago
  83. 5dfb417 sl[au]b: charge slabs to kmemcg explicitly by Vladimir Davydov · 10 years ago
  84. 6f6acb0 memcg: fix swapcache charge from kernel thread context by Michal Hocko · 10 years ago
  85. ea280e7 memcg: update memcg_has_children() to use css_next_child() by Tejun Heo · 10 years ago
  86. f61c42a7 memcg: remove tasks/children test from mem_cgroup_force_empty() by Michal Hocko · 10 years ago
  87. 5c9d535 cgroup: remove css_parent() by Tejun Heo · 10 years ago
  88. 6770c64 cgroup: replace cftype->trigger() with cftype->write() by Tejun Heo · 10 years ago
  89. 451af50 cgroup: replace cftype->write_string() with cftype->write() by Tejun Heo · 10 years ago
  90. ec903c0 cgroup: rename css_tryget*() to css_tryget_online*() by Tejun Heo · 10 years ago
  91. 139b6a6 mm: filemap: update find_get_pages_tag() to deal with shadow entries by Johannes Weiner · 10 years ago
  92. 15a4c83 cgroup, memcg: implement css->id and convert css_from_id() to use it by Tejun Heo · 10 years ago
  93. 7d699dd cgroup, memcg: allocate cgroup ID from 1 by Tejun Heo · 10 years ago
  94. b852990 memcg, slab: do not destroy children caches if parent has aliases by Vladimir Davydov · 10 years ago
  95. 051dd46 memcg, slab: unregister cache from memcg before starting to destroy it by Vladimir Davydov · 10 years ago
  96. 794b124 memcg, slab: separate memcg vs root cache creation paths by Vladimir Davydov · 10 years ago
  97. 5722d09 memcg, slab: cleanup memcg cache creation by Vladimir Davydov · 10 years ago
  98. d715ae0 memcg: rename high level charging functions by Michal Hocko · 10 years ago
  99. 6d1fdc4 memcg: sanitize __mem_cgroup_try_charge() call protocol by Johannes Weiner · 10 years ago
  100. b6b6cc7 memcg: do not replicate get_mem_cgroup_from_mm in __mem_cgroup_try_charge by Michal Hocko · 10 years ago