1. 9395a45 cgroup: enable refcnting for root csses by Tejun Heo · 10 years ago
  2. 25e15d8 cgroup: bounce css release through css->destroy_work by Tejun Heo · 10 years ago
  3. 249f346 cgroup: remove cgroup_destory_css_killed() by Tejun Heo · 10 years ago
  4. 4e4e284 cgroup: move cgroup->sibling unlinking to cgroup_put() by Tejun Heo · 10 years ago
  5. 9e4173e cgroup: move check_for_release(parent) call to the end of cgroup_destroy_locked() by Tejun Heo · 10 years ago
  6. cbc125e cgroup: separate out cgroup_has_live_children() from cgroup_destroy_locked() by Tejun Heo · 10 years ago
  7. 9d800df cgroup: rename cgroup->dummy_css to ->self and move it to the top by Tejun Heo · 10 years ago
  8. a015edd cgroup: use restart_syscall() for mount retries by Tejun Heo · 10 years ago
  9. 8353da1 cgroup: remove cgroup_tree_mutex by Tejun Heo · 10 years ago
  10. 01f6474 cgroup: nest kernfs active protection under cgroup_mutex by Tejun Heo · 10 years ago
  11. e76ecae cgroup: use cgroup_kn_lock_live() in other cgroup kernfs methods by Tejun Heo · 10 years ago
  12. a9746d8 cgroup: factor out cgroup_kn_lock_live() and cgroup_kn_unlock() by Tejun Heo · 10 years ago
  13. cfc79d5 cgroup: move cgroup->kn->priv clearing to cgroup_rmdir() by Tejun Heo · 10 years ago
  14. ddab2b6 cgroup: grab cgroup_mutex earlier in cgroup_subtree_control_write() by Tejun Heo · 10 years ago
  15. b3bfd98 cgroup: collapse cgroup_create() into croup_mkdir() by Tejun Heo · 10 years ago
  16. ba0f4d7 cgroup: reorganize cgroup_create() by Tejun Heo · 10 years ago
  17. b7fc5ad cgroup: remove cgroup->control_kn by Tejun Heo · 10 years ago
  18. acbef75 cgroup: convert "tasks" and "cgroup.procs" handle to use cftype->write() by Tejun Heo · 10 years ago
  19. 6770c64 cgroup: replace cftype->trigger() with cftype->write() by Tejun Heo · 10 years ago
  20. 451af50 cgroup: replace cftype->write_string() with cftype->write() by Tejun Heo · 10 years ago
  21. b416864 cgroup: implement cftype->write() by Tejun Heo · 10 years ago
  22. ec903c0 cgroup: rename css_tryget*() to css_tryget_online*() by Tejun Heo · 10 years ago
  23. 46cfeb0 cgroup: use release_agent_path_lock in cgroup_release_agent_show() by Tejun Heo · 10 years ago
  24. 7d331fa cgroup: use restart_syscall() for retries after offline waits in cgroup_subtree_control_write() by Tejun Heo · 10 years ago
  25. d37167a cgroup: update and fix parsing of "cgroup.subtree_control" by Tejun Heo · 10 years ago
  26. 0ab7a60 cgroup: css_release() shouldn't clear cgroup->subsys[] by Tejun Heo · 10 years ago
  27. 54504e9 cgroup: cgroup_idr_lock should be bh by Tejun Heo · 10 years ago
  28. 0cee8b7 cgroup: fix offlining child waiting in cgroup_subtree_control_write() by Tejun Heo · 10 years ago
  29. f21a4f7 Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup into for-3.16 by Tejun Heo · 10 years ago
  30. 5024ae2 cgroup: introduce task_css_is_root() by Tejun Heo · 10 years ago
  31. 6010694 kernel/cgroup.c: fix 2 kernel-doc warnings by Fabian Frederick · 10 years ago
  32. 15a4c83 cgroup, memcg: implement css->id and convert css_from_id() to use it by Tejun Heo · 10 years ago
  33. ddfcada cgroup: update init_css() into init_and_link_css() by Tejun Heo · 10 years ago
  34. a2bed82 cgroup: use RCU free in create_css() failure path by Tejun Heo · 10 years ago
  35. 6fa4918 cgroup: protect cgroup_root->cgroup_idr with a spinlock by Tejun Heo · 10 years ago
  36. 7d699dd cgroup, memcg: allocate cgroup ID from 1 by Tejun Heo · 10 years ago
  37. 69dfa00 cgroup: make flags and subsys_masks unsigned int by Tejun Heo · 10 years ago
  38. ed3d261 cgroup: Use more current logging style by Joe Perches · 10 years ago
  39. a2a1f9e cgroup: replace pr_warning with preferred pr_warn by Jianyu Zhan · 10 years ago
  40. f8719cc cgroup: remove orphaned cgroup_pidlist_seq_operations by Jianyu Zhan · 10 years ago
  41. 2f0edc0 cgroup: clean up obsolete comment for parse_cgroupfs_options() by Jianyu Zhan · 10 years ago
  42. 842b597 cgroup: implement cgroup.populated for the default hierarchy by Tejun Heo · 10 years ago
  43. f8f22e5 cgroup: implement dynamic subtree controller enable/disable on the default hierarchy by Tejun Heo · 10 years ago
  44. f817de9 cgroup: prepare migration path for unified hierarchy by Tejun Heo · 10 years ago
  45. 7fd8c56 cgroup: update subsystem rebind restrictions by Tejun Heo · 10 years ago
  46. 6803c00 cgroup: add css_set->dfl_cgrp by Tejun Heo · 10 years ago
  47. bd53d61 cgroup: allow cgroup creation and suppress automatic css creation in the unified hierarchy by Tejun Heo · 10 years ago
  48. e329780 cgroup: cgroup->subsys[] should be cleared after the css is offlined by Tejun Heo · 10 years ago
  49. 3ebb2b6 cgroup: teach css_task_iter about effective csses by Tejun Heo · 10 years ago
  50. 0f0a2b4 cgroup: reorganize css_task_iter by Tejun Heo · 10 years ago
  51. 3b281af cgroup: make css_next_child() skip missing csses by Tejun Heo · 10 years ago
  52. 2d8f243 cgroup: implement cgroup->e_csets[] by Tejun Heo · 10 years ago
  53. aec3dfc cgroup: introduce effective cgroup_subsys_state by Tejun Heo · 10 years ago
  54. f392e51 cgroup: update cgroup->subsys_mask to ->child_subsys_mask and restore cgroup_root->subsys_mask by Tejun Heo · 10 years ago
  55. ea8fd3b cgroup: cgroup_apply_cftypes() shouldn't skip the default hierarhcy by Tejun Heo · 10 years ago
  56. e37a06f cgroup: fix the retry path of cgroup_mount() by Li Zefan · 10 years ago
  57. 49957f8 cgroup: newly created dirs and files should be owned by the creator by Tejun Heo · 10 years ago
  58. c6b3d5b cgroup: fix top cgroup refcnt leak by Li Zefan · 10 years ago
  59. 32d01dc Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  60. 1ec4183 cgroup: remove useless argument from cgroup_exit() by Li Zefan · 11 years ago
  61. e8604cb cgroup: fix spurious lockdep warning in cgroup_exit() by Li Zefan · 11 years ago
  62. 01a9714 cgroup: Use RCU_INIT_POINTER(x, NULL) in cgroup.c by Monam Agarwal · 11 years ago
  63. e1b2dc1 cgroup: break kernfs active_ref protection in cgroup directory operations by Tejun Heo · 11 years ago
  64. 1b9aba4 cgroup: fix cgroup_taskset walking order by Tejun Heo · 11 years ago
  65. 8cbbf2c cgroup: implement CFTYPE_ONLY_ON_DFL by Tejun Heo · 11 years ago
  66. a2dd424 cgroup: make cgrp_dfl_root mountable by Tejun Heo · 11 years ago
  67. 4d3bb51 cgroup: drop const from @buffer of cftype->write_string() by Tejun Heo · 11 years ago
  68. 3dd06ff cgroup: rename cgroup_dummy_root and related names by Tejun Heo · 11 years ago
  69. 9441962 cgroup: move ->subsys_mask from cgroupfs_root to cgroup by Tejun Heo · 11 years ago
  70. 5df3603 cgroup: treat cgroup_dummy_root as an equivalent hierarchy during rebinding by Tejun Heo · 11 years ago
  71. 985ed67 cgroup: use cgroup_setup_root() to initialize cgroup_dummy_root by Tejun Heo · 11 years ago
  72. 172a2c06 cgroup: reorganize cgroup bootstrapping by Tejun Heo · 11 years ago
  73. 5d77381 cgroup: relocate setting of CGRP_DEAD by Tejun Heo · 11 years ago
  74. 3eb59ec cgroup: fix a failure path in create_css() by Li Zefan · 11 years ago
  75. 952aaa1 cgroup: update cgroup_transfer_tasks() to either succeed or fail by Tejun Heo · 11 years ago
  76. 0e1d768 cgroup: drop task_lock() protection around task->cgroups by Tejun Heo · 11 years ago
  77. eaf797a cgroup: update how a newly forked task gets associated with css_set by Tejun Heo · 11 years ago
  78. 1958d2d cgroup: split process / task migration into four steps by Tejun Heo · 11 years ago
  79. ceb6a08 cgroup: separate out cset_group_from_root() from task_cgroup_from_root() by Tejun Heo · 11 years ago
  80. b3dc094 cgroup: use css_set->mg_tasks to track target tasks during migration by Tejun Heo · 11 years ago
  81. c756112 cgroup: add css_set->mg_tasks by Tejun Heo · 11 years ago
  82. f153ad1 Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15 by Tejun Heo · 11 years ago
  83. 532de3f cgroup: update cgroup_enable_task_cg_lists() to grab siglock by Tejun Heo · 11 years ago
  84. dc5736e cgroup: add a validation check to cgroup_add_cftyps() by Li Zefan · 11 years ago
  85. 6534fd6 cgroup: fix memory leak in cgroup_mount() by Li Zefan · 11 years ago
  86. bad3466 cgroup: fix locking in cgroupstats_build() by Li Zefan · 11 years ago
  87. 430af8ad cgroup: fix coccinelle warnings by Fengguang Wu · 11 years ago
  88. 8541fec cgroup: unexport functions by Tejun Heo · 11 years ago
  89. 9db8de3 cgroup: cosmetic updates to cgroup_attach_task() by Tejun Heo · 11 years ago
  90. bc668c7 cgroup: remove cgroup_taskset_cur_css() and cgroup_taskset_size() by Tejun Heo · 11 years ago
  91. cb0f1fe cgroup: move css_set_rwsem locking outside of cgroup_task_migrate() by Tejun Heo · 11 years ago
  92. 89c5509 cgroup: separate out put_css_set_locked() and remove put_css_set_taskexit() by Tejun Heo · 11 years ago
  93. 889ed9c cgroup: remove css_scan_tasks() by Tejun Heo · 11 years ago
  94. 96d365e cgroup: make css_set_lock a rwsem and rename it to css_set_rwsem by Tejun Heo · 11 years ago
  95. e406d1c cgroup: reimplement cgroup_transfer_tasks() without using css_scan_tasks() by Tejun Heo · 11 years ago
  96. 07bc356 cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count() by Tejun Heo · 11 years ago
  97. afeb0f9 cgroup: relocate cgroup_enable_task_cg_lists() by Tejun Heo · 11 years ago
  98. 56fde9e cgroup: enable task_cg_lists on the first cgroup mount by Tejun Heo · 11 years ago
  99. 3558557 cgroup: drop CGRP_ROOT_SUBSYS_BOUND by Tejun Heo · 11 years ago
  100. d3ba07c cgroup: disallow xattr, release_agent and name if sane_behavior by Tejun Heo · 11 years ago