1. 9e10a13 cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl() by Tejun Heo · 9 years ago
  2. fc5ed1e cgroup: replace cgroup_subsys->disabled tests with cgroup_subsys_enabled() by Tejun Heo · 9 years ago
  3. 49d1dc4 cgroup: implement static_key based cgroup_subsys_enabled() and cgroup_subsys_on_dfl() by Tejun Heo · 9 years ago
  4. 3014dde cgroup: simplify threadgroup locking by Tejun Heo · 9 years ago
  5. 1ed1328 sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem by Tejun Heo · 9 years ago
  6. 0c98625 Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem" by Tejun Heo · 9 years ago
  7. f9f9e7b Revert "cgroup: simplify threadgroup locking" by Tejun Heo · 9 years ago
  8. 61e57c0 cgroup: fix seq_show_option merge with legacy_name by Kees Cook · 9 years ago
  9. a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  10. 8bdc69b Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  11. 20f1f4b Merge branch 'for-4.3-unified-base' into for-4.3 by Tejun Heo · 9 years ago
  12. 3e1d2ee cgroup: introduce cgroup_subsys->legacy_name by Tejun Heo · 9 years ago
  13. d98817d cgroup: don't print subsystems for the default hierarchy by Tejun Heo · 9 years ago
  14. d0ec423 cgroup: export cgrp_dfl_root by Tejun Heo · 9 years ago
  15. cf780b7 cgroup: fix idr_preload usage by Vladimir Davydov · 9 years ago
  16. f78f5b9 rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN() by Paul E. McKenney · 9 years ago
  17. 7e47682 cgroup: allow a cgroup subsystem to reject a fork by Aleksa Sarai · 9 years ago
  18. 0cbee99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  19. f9bb488 sysfs: Create mountpoints with sysfs_create_mount_point by Eric W. Biederman · 9 years ago
  20. 187fe84 cgroup: require write perm on common ancestor when moving processes on the default hierarchy by Tejun Heo · 9 years ago
  21. dedf22e cgroup: separate out cgroup_procs_write_permission() from __cgroup_procs_write() by Tejun Heo · 9 years ago
  22. 4a705c5 cgroup: fix uninitialised iterator in for_each_subsys_which by Aleksa Sarai · 9 years ago
  23. a966a4e cgroup: replace explicit ss_mask checking with for_each_subsys_which by Aleksa Sarai · 9 years ago
  24. cb4a316 cgroup: use bitmask to filter for_each_subsys by Aleksa Sarai · 9 years ago
  25. b5ba75b cgroup: simplify threadgroup locking by Tejun Heo · 9 years ago
  26. d59cfc0 sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem by Tejun Heo · 9 years ago
  27. 7d7efec sched, cgroup: reorganize threadgroup locking by Tejun Heo · 9 years ago
  28. 8ab456a cgroup: switch to unsigned long for bitmasks by Aleksa Sarai · 9 years ago
  29. d0f702e cgroup: fix some comment typos by Chen Hanxiao · 9 years ago
  30. 94ff212 cgroup: remove use of seq_printf return value by Joe Perches · 9 years ago
  31. adbe427 memcg: zap mem_cgroup_lookup() by Vladimir Davydov · 9 years ago
  32. 5879451 cgroup: Use kvfree in pidlist_free() by Bandan Das · 9 years ago
  33. 295458e cgroup: call cgroup_subsys->bind on cgroup subsys initialization by Vladimir Davydov · 9 years ago
  34. dfeb0750 kernfs: remove KERNFS_STATIC_NAME by Tejun Heo · 9 years ago
  35. 01e5865 cgroup: release css->id after css_free by Vladimir Davydov · 9 years ago
  36. 3c606d3 cgroup: prevent mount hang due to memory controller lifetime by Johannes Weiner · 9 years ago
  37. eeecbd1 cgroup: implement cgroup_get_e_css() by Tejun Heo · 10 years ago
  38. 56c807b cgroup: add cgroup_subsys->css_e_css_changed() by Tejun Heo · 10 years ago
  39. 7d172cc cgroup: add cgroup_subsys->css_released() by Tejun Heo · 10 years ago
  40. db6e305 cgroup: fix the async css offline wait logic in cgroup_subtree_control_write() by Tejun Heo · 10 years ago
  41. 755bf5e cgroup: restructure child_subsys_mask handling in cgroup_subtree_control_write() by Tejun Heo · 10 years ago
  42. 0f060de cgroup: separate out cgroup_calc_child_subsys_mask() from cgroup_refresh_child_subsys_mask() by Tejun Heo · 10 years ago
  43. c798360 Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  44. b211e9d Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  45. e756c7b Revert "cgroup: remove redundant variable in cgroup_mount()" by Zefan Li · 10 years ago
  46. 2aad2a8 percpu_ref: add PERCPU_REF_INIT_* flags by Tejun Heo · 10 years ago
  47. d06efeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block into for-3.18 by Tejun Heo · 10 years ago
  48. 0c7bf3e cgroup: remove redundant variable in cgroup_mount() by Zefan Li · 10 years ago
  49. 3e2cd91 cgroup: fix missing unlock in cgroup_release_agent() by Zefan Li · 10 years ago
  50. a25eb52 cgroup: remove CGRP_RELEASABLE flag by Zefan Li · 10 years ago
  51. 006f4ac cgroup: simplify proc_cgroup_show() by Zefan Li · 10 years ago
  52. 971ff49 cgroup: use a per-cgroup work for release agent by Zefan Li · 10 years ago
  53. eb4aec8 cgroup: fix unbalanced locking by Zefan Li · 10 years ago
  54. 0c8fc2c cgroup: remove bogus comments by Li Zefan · 10 years ago
  55. 244bb9a6 cgroup: remove redundant code in cgroup_rmdir() by Li Zefan · 10 years ago
  56. 6213daa cgroup: remove some useless forward declarations by Li Zefan · 10 years ago
  57. 9253b27 Merge branch 'for-3.17-fixes' of ra.kernel.org:/pub/scm/linux/kernel/git/tj/cgroup into for-3.18 by Tejun Heo · 10 years ago
  58. a34375e percpu-refcount: add @gfp to percpu_ref_init() by Tejun Heo · 10 years ago
  59. aa32362 cgroup: check cgroup liveliness before unbreaking kernfs by Li Zefan · 10 years ago
  60. a418948 cgroup: delay the clearing of cgrp->kn->priv by Li Zefan · 10 years ago
  61. 251f8c0 cgroup: fix a typo in comment. by Dongsheng Yang · 10 years ago
  62. fa8137b cgroup: Display legacy cgroup files on default hierarchy by Vivek Goyal · 10 years ago
  63. 71b1fb5 cgroup: reject cgroup names with '\n' by Alban Crequy · 10 years ago
  64. 47dfe40 Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  65. f2a8417 Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  66. 5de4fa1 cgroup: initialize cgrp_dfl_root_inhibit_ss_mask from !->dfl_files test by Tejun Heo · 10 years ago
  67. 05ebb6e cgroup: make CFTYPE_ONLY_ON_DFL and CFTYPE_NO_ internal to cgroup core by Tejun Heo · 10 years ago
  68. a8ddc82 cgroup: distinguish the default and legacy hierarchies when handling cftypes by Tejun Heo · 10 years ago
  69. 2cf669a cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes() by Tejun Heo · 10 years ago
  70. 5577964 cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypes by Tejun Heo · 10 years ago
  71. a14c687 cgroup: split cgroup_base_files[] into cgroup_{dfl|legacy}_base_files[] by Tejun Heo · 10 years ago
  72. 7b9a6ba cgroup: clean up sane_behavior handling by Tejun Heo · 10 years ago
  73. aa6ec29 cgroup: remove sane_behavior support on non-default hierarchies by Tejun Heo · 10 years ago
  74. c1d5d42 cgroup: make interface file "cgroup.sane_behavior" legacy-only by Tejun Heo · 10 years ago
  75. 7450e90 cgroup: remove CGRP_ROOT_OPTION_MASK by Tejun Heo · 10 years ago
  76. af0ba67 cgroup: implement cgroup_subsys->depends_on by Tejun Heo · 10 years ago
  77. b4536f0ca cgroup: implement cgroup_subsys->css_reset() by Tejun Heo · 10 years ago
  78. f63070d cgroup: make interface files visible iff enabled on cgroup->subtree_control by Tejun Heo · 10 years ago
  79. 667c249 cgroup: introduce cgroup->subtree_control by Tejun Heo · 10 years ago
  80. c29adf2 cgroup: reorganize cgroup_subtree_control_write() by Tejun Heo · 10 years ago
  81. 3a32bd7 cgroup: fix a race between cgroup_mount() and cgroup_kill_sb() by Li Zefan · 10 years ago
  82. 970317a cgroup: fix mount failure in a corner case by Li Zefan · 10 years ago
  83. 9a1049d percpu-refcount: require percpu_ref to be exited explicitly by Tejun Heo · 10 years ago
  84. 99bae5f cgroup: fix broken css_has_online_children() by Li Zefan · 10 years ago
  85. 14208b0 Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  86. c731ae1 cgroup: disallow disabled controllers on the default hierarchy by Li Zefan · 10 years ago
  87. 1f779fb cgroup: don't destroy the default root by Li Zefan · 10 years ago
  88. c9482a5 kernfs: move the last knowledge of sysfs out from kernfs by Jianyu Zhan · 10 years ago
  89. 5533e01 cgroup: disallow debug controller on the default hierarchy by Tejun Heo · 10 years ago
  90. f3d4650 cgroup: convert cgroup_has_live_children() into css_has_online_children() by Tejun Heo · 10 years ago
  91. 184faf3 cgroup: use CSS_ONLINE instead of CGRP_DEAD by Tejun Heo · 10 years ago
  92. c2931b7 cgroup: iterate cgroup_subsys_states directly by Tejun Heo · 10 years ago
  93. de3f034 cgroup: introduce CSS_RELEASED and reduce css iteration fallback window by Tejun Heo · 10 years ago
  94. 0cb51d7 cgroup: move cgroup->serial_nr into cgroup_subsys_state by Tejun Heo · 10 years ago
  95. 1fed1b2 cgroup: link all cgroup_subsys_states in their sibling lists by Tejun Heo · 10 years ago
  96. d5c419b cgroup: move cgroup->sibling and ->children into cgroup_subsys_state by Tejun Heo · 10 years ago
  97. d51f39b cgroup: remove cgroup->parent by Tejun Heo · 10 years ago
  98. 5c9d535 cgroup: remove css_parent() by Tejun Heo · 10 years ago
  99. 3b514d2 cgroup: skip refcnting on normal root csses and cgrp_dfl_root self css by Tejun Heo · 10 years ago
  100. 9d755d3 cgroup: use cgroup->self.refcnt for cgroup refcnting by Tejun Heo · 10 years ago