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