1. 6539cc0 mm: memcontrol: fold mem_cgroup_do_charge() by Johannes Weiner · 10 years ago
  2. 47dfe40 Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  3. 2bcf2e9 memcg: oom_notify use-after-free fix by Michal Hocko · 10 years ago
  4. a8ddc82 cgroup: distinguish the default and legacy hierarchies when handling cftypes by Tejun Heo · 10 years ago
  5. 2cf669a cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes() by Tejun Heo · 10 years ago
  6. 5577964 cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypes by Tejun Heo · 10 years ago
  7. aa6ec29 cgroup: remove sane_behavior support on non-default hierarchies by Tejun Heo · 10 years ago
  8. 1ced953 blkcg, memcg: make blkcg depend on memcg on the default hierarchy by Tejun Heo · 10 years ago
  9. 14208b0 Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  10. cf2c812 mm: memcontrol: remove unnecessary memcg argument from soft limit functions by Johannes Weiner · 10 years ago
  11. e231875 mm: memcontrol: clean up memcg zoneinfo lookup by Jianyu Zhan · 10 years ago
  12. 688eb98 vmscan: memcg: always use swappiness of the reclaimed memcg by Michal Hocko · 10 years ago
  13. 2a7a0e0 mm, memcg: periodically schedule when emptying page list by Hugh Dickins · 10 years ago
  14. 776ed0f memcg: cleanup kmem cache creation/destruction functions naming by Vladimir Davydov · 10 years ago
  15. 93f39ee memcg: memcg_kmem_create_cache: make memcg_name_buf statically allocated by Vladimir Davydov · 10 years ago
  16. 073ee1c memcg: get rid of memcg_create_cache_name by Vladimir Davydov · 10 years ago
  17. b5ffc85 memcg: correct comments for __mem_cgroup_begin_update_page_stat by Qiang Huang · 10 years ago
  18. bdcbb65 memcg: fold mem_cgroup_stolen by Qiang Huang · 10 years ago
  19. ada4ba5 mm/memcontrol.c: remove NULL assignment on static by Fabian Frederick · 10 years ago
  20. 7c8e018 mm: replace __get_cpu_var uses with this_cpu_ptr by Christoph Lameter · 10 years ago
  21. bd67314 memcg, slab: simplify synchronization scheme by Vladimir Davydov · 10 years ago
  22. c67a8a6 memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slab by Vladimir Davydov · 10 years ago
  23. 1e32e77 memcg, slab: do not schedule cache destruction when last page goes away by Vladimir Davydov · 10 years ago
  24. d8dc595 memcg: do not hang on OOM when killed by userspace OOM access to memory reserves by Michal Hocko · 10 years ago
  25. e8d9df3 memcg: un-export __memcg_kmem_get_cache by Vladimir Davydov · 10 years ago
  26. 3dae7fe mm: memcontrol: remove hierarchy restrictions for swappiness and oom_control by Johannes Weiner · 10 years ago
  27. 5238343 mm: get rid of __GFP_KMEMCG by Vladimir Davydov · 10 years ago
  28. 5dfb417 sl[au]b: charge slabs to kmemcg explicitly by Vladimir Davydov · 10 years ago
  29. 6f6acb0 memcg: fix swapcache charge from kernel thread context by Michal Hocko · 10 years ago
  30. ea280e7 memcg: update memcg_has_children() to use css_next_child() by Tejun Heo · 10 years ago
  31. f61c42a7 memcg: remove tasks/children test from mem_cgroup_force_empty() by Michal Hocko · 10 years ago
  32. 5c9d535 cgroup: remove css_parent() by Tejun Heo · 10 years ago
  33. 6770c64 cgroup: replace cftype->trigger() with cftype->write() by Tejun Heo · 10 years ago
  34. 451af50 cgroup: replace cftype->write_string() with cftype->write() by Tejun Heo · 10 years ago
  35. ec903c0 cgroup: rename css_tryget*() to css_tryget_online*() by Tejun Heo · 10 years ago
  36. 139b6a6 mm: filemap: update find_get_pages_tag() to deal with shadow entries by Johannes Weiner · 10 years ago
  37. 15a4c83 cgroup, memcg: implement css->id and convert css_from_id() to use it by Tejun Heo · 10 years ago
  38. 7d699dd cgroup, memcg: allocate cgroup ID from 1 by Tejun Heo · 10 years ago
  39. b852990 memcg, slab: do not destroy children caches if parent has aliases by Vladimir Davydov · 10 years ago
  40. 051dd46 memcg, slab: unregister cache from memcg before starting to destroy it by Vladimir Davydov · 10 years ago
  41. 794b124 memcg, slab: separate memcg vs root cache creation paths by Vladimir Davydov · 10 years ago
  42. 5722d09 memcg, slab: cleanup memcg cache creation by Vladimir Davydov · 10 years ago
  43. d715ae0 memcg: rename high level charging functions by Michal Hocko · 10 years ago
  44. 6d1fdc4 memcg: sanitize __mem_cgroup_try_charge() call protocol by Johannes Weiner · 10 years ago
  45. b6b6cc7 memcg: do not replicate get_mem_cgroup_from_mm in __mem_cgroup_try_charge by Michal Hocko · 10 years ago
  46. df38197 memcg: get_mem_cgroup_from_mm() by Johannes Weiner · 10 years ago
  47. 03583f1 memcg: remove unnecessary !mm check from try_get_mem_cgroup_from_mm() by Johannes Weiner · 10 years ago
  48. 284f39a mm: memcg: push !mm handling out to page cache charge function by Johannes Weiner · 10 years ago
  49. 1bec6b3 mm: memcg: inline mem_cgroup_charge_common() by Johannes Weiner · 10 years ago
  50. 59d1d25 mm: memcg: remove mem_cgroup_move_account_page_stat() by Johannes Weiner · 10 years ago
  51. 7af467e mm: memcg: remove unnecessary preemption disabling by Johannes Weiner · 10 years ago
  52. 32d01dc Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  53. 4d3bb51 cgroup: drop const from @buffer of cftype->write_string() by Tejun Heo · 10 years ago
  54. 4fb1a86 memcg: reparent charges of children before processing parent by Filipe Brandenburger · 10 years ago
  55. ce48225 memcg: fix endless loop in __mem_cgroup_iter_next() by Hugh Dickins · 10 years ago
  56. 08088cb memcg: change oom_info_lock to mutex by Michal Hocko · 10 years ago
  57. 07bc356 cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count() by Tejun Heo · 10 years ago
  58. e61734c cgroup: remove cgroup->name by Tejun Heo · 10 years ago
  59. 5a17f54 cgroup: improve css_from_dir() into css_tryget_from_dir() by Tejun Heo · 10 years ago
  60. 073219e cgroup: clean up cgroup_subsys names and initialization by Tejun Heo · 10 years ago
  61. 7c094fd memcg: fix mutex not unlocked on memcg_create_kmem_cache fail path by Vladimir Davydov · 10 years ago
  62. 0d8a4a3 memcg: remove unused code from kmem_cache_destroy_work_func by Vladimir Davydov · 10 years ago
  63. 0eef615 memcg: fix css reference leak and endless loop in mem_cgroup_iter by Michal Hocko · 10 years ago
  64. ecc736f memcg: fix endless loop caused by mem_cgroup_iter by Michal Hocko · 10 years ago
  65. d49ad93 mm, oom: prefer thread group leaders for display purposes by David Rientjes · 10 years ago
  66. d8ad305 mm/memcg: iteration skip memcgs not yet fully initialized by Hugh Dickins · 10 years ago
  67. d2ab70a mm/memcg: fix last_dead_count memory wastage by Hugh Dickins · 10 years ago
  68. d644163 memcg: rework memcg_update_kmem_limit synchronization by Vladimir Davydov · 10 years ago
  69. 6de64be memcg: remove KMEM_ACCOUNTED_ACTIVATED flag by Vladimir Davydov · 10 years ago
  70. f857026 memcg, slab: RCU protect memcg_params for root caches by Vladimir Davydov · 10 years ago
  71. 842e287 memcg: get rid of kmem_cache_dup() by Vladimir Davydov · 10 years ago
  72. 2edefe1 memcg, slab: fix races in per-memcg cache creation/destruction by Vladimir Davydov · 10 years ago
  73. 96403da memcg: fix possible NULL deref while traversing memcg_slab_caches list by Vladimir Davydov · 10 years ago
  74. 959c896 memcg, slab: fix barrier usage when accessing memcg_caches by Vladimir Davydov · 10 years ago
  75. 1aa1325 memcg, slab: clean up memcg cache initialization/destruction by Vladimir Davydov · 10 years ago
  76. 363a044 memcg, slab: kmem_cache_create_memcg(): fix memleak on fail path by Vladimir Davydov · 10 years ago
  77. 309381fea mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE by Sasha Levin · 10 years ago
  78. 8ff69e2 memcg: do not use vmalloc for mem_cgroup allocations by Vladimir Davydov · 10 years ago
  79. df32e43 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago
  80. f075e0f Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  81. 947b3dd memcg, oom: lock mem_cgroup_print_oom_info by Michal Hocko · 10 years ago
  82. 2753b35 memcg: make memcg_update_cache_sizes() static by Vladimir Davydov · 10 years ago
  83. 1c98dd9 memcg: fix kmem_account_flags check in memcg_can_account_kmem() by Vladimir Davydov · 10 years ago
  84. 695c608 memcg: fix memcg_size() calculation by Vladimir Davydov · 10 years ago
  85. 1f14c1a mm: memcg: do not allow task about to OOM kill to bypass the limit by Johannes Weiner · 10 years ago
  86. 96f1c58 mm: memcg: fix race condition between memcg teardown and swapin by Johannes Weiner · 10 years ago
  87. a0d8b00 mm: memcg: do not declare OOM from __GFP_NOFAIL allocations by Johannes Weiner · 10 years ago
  88. 2da8ca8 cgroup: replace cftype->read_seq_string() with cftype->seq_show() by Tejun Heo · 10 years ago
  89. 791badb memcg: convert away from cftype->read() and ->read_map() by Tejun Heo · 10 years ago
  90. edab951 cgroup: Merge branch 'memcg_event' into for-3.14 by Tejun Heo · 10 years ago
  91. 3bc942f memcg: rename cgroup_event to mem_cgroup_event by Tejun Heo · 10 years ago
  92. 59b6f87 memcg: make cgroup_event deal with mem_cgroup instead of cgroup_subsys_state by Tejun Heo · 10 years ago
  93. 347c4a8 memcg: remove cgroup_event->cft by Tejun Heo · 10 years ago
  94. fba9480 cgroup, memcg: move cgroup->event_list[_lock] and event callbacks into memcg by Tejun Heo · 10 years ago
  95. b5557c4 memcg: cgroup_write_event_control() now knows @css is for memcg by Tejun Heo · 10 years ago
  96. 79bd981 cgroup, memcg: move cgroup_event implementation to memcg by Tejun Heo · 10 years ago
  97. bf92915 mm, thp: change pmd_trans_huge_lock() to return taken lock by Kirill A. Shutemov · 11 years ago
  98. 42a2d92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  99. 5cbb3d2 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  100. a998646 Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago