1. b3ff8a2 cgroup: remove stray references to css_id by Hugh Dickins · 11 years ago
  2. b85d204 cgroup: remove for_each_root_subsys() by Tejun Heo · 11 years ago
  3. 6612f05 cgroup: unify pidlist and other file handling by Tejun Heo · 11 years ago
  4. 2da8ca8 cgroup: replace cftype->read_seq_string() with cftype->seq_show() by Tejun Heo · 11 years ago
  5. 7da1127 cgroup: attach cgroup_open_file to all cgroup files by Tejun Heo · 11 years ago
  6. 6e0755b cgroup: remove cftype->read(), ->read_map() and ->write() by Tejun Heo · 11 years ago
  7. afb2bc1 cgroup: don't guarantee cgroup.procs is sorted if sane_behavior by Tejun Heo · 11 years ago
  8. b9f3cec cgroup: remove cftype->release() by Tejun Heo · 11 years ago
  9. edab951 cgroup: Merge branch 'memcg_event' into for-3.14 by Tejun Heo · 11 years ago
  10. b36824c cgroup: unexport cgroup_css() and remove __file_cft() by Tejun Heo · 11 years ago
  11. fba9480 cgroup, memcg: move cgroup->event_list[_lock] and event callbacks into memcg by Tejun Heo · 11 years ago
  12. 79bd981 cgroup, memcg: move cgroup_event implementation to memcg by Tejun Heo · 11 years ago
  13. 2ff2a7d cgroup: kill css_id by Li Zefan · 11 years ago
  14. 9fa4db3 cgroup: implement CFTYPE_NO_PREFIX by Tejun Heo · 11 years ago
  15. 35cf083 cgroup: rename cgroup_css_from_dir() to css_from_dir() and update its syntax by Tejun Heo · 11 years ago
  16. 1cb650b cgroup: change cgroup_from_id() to css_from_id() by Li Zefan · 11 years ago
  17. 0c21ead cgroup: RCU protect each cgroup_subsys_state release by Tejun Heo · 11 years ago
  18. 09a503ea cgroup: decouple cgroup_subsys_state destruction from cgroup destruction by Tejun Heo · 11 years ago
  19. f20104d cgroup: replace cgroup->css_kill_cnt with ->nr_css by Tejun Heo · 11 years ago
  20. 73e80ed cgroup: add __rcu modifier to cgroup->subsys[] by Tejun Heo · 11 years ago
  21. 0ae78e0 cgroup: add cgroup_subsys_state->parent by Tejun Heo · 11 years ago
  22. 35ef10d cgroup: rename cgroup_subsys_state->dput_work and its callback function by Tejun Heo · 11 years ago
  23. bd8815a cgroup: make css_for_each_descendant() and friends include the origin css in the iteration by Tejun Heo · 11 years ago
  24. 95109b6 cgroup: unexport cgroup_css() by Tejun Heo · 11 years ago
  25. d99c872 cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  26. 81eeaf0 cgroup: make cftype->[un]register_event() deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  27. 72ec702 cgroup: make task iterators deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  28. e535837 cgroup: remove struct cgroup_scanner by Tejun Heo · 11 years ago
  29. c59cd3d cgroup: make cgroup_task_iter remember the cgroup being iterated by Tejun Heo · 11 years ago
  30. 0942eee cgroup: rename cgroup_iter to cgroup_task_iter by Tejun Heo · 11 years ago
  31. 492eb21 cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  32. f48e392 cgroup: always use cgroup_next_child() to walk the children list by Tejun Heo · 11 years ago
  33. 3b287a5 cgroup: convert cgroup_next_sibling() to cgroup_next_child() by Tejun Heo · 11 years ago
  34. 182446d cgroup: pass around cgroup_subsys_state instead of cgroup in file methods by Tejun Heo · 11 years ago
  35. 67f4c36 cgroup: add cgroup->dummy_css by Tejun Heo · 11 years ago
  36. 2bb566c cgroup: add subsys backlink pointer to cftype by Tejun Heo · 11 years ago
  37. eb95419 cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods by Tejun Heo · 11 years ago
  38. 6387698 cgroup: add css_parent() by Tejun Heo · 11 years ago
  39. 72c97e5 cgroup: add subsystem pointer to cgroup_subsys_state by Tejun Heo · 11 years ago
  40. 8af01f5 cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/ by Tejun Heo · 11 years ago
  41. 61584e3 cgroup: Merge branch 'for-3.11-fixes' into for-3.12 by Tejun Heo · 11 years ago
  42. e14880f cgroup: implement cgroup_from_id() by Li Zefan · 11 years ago
  43. b414dc0 cgroup: document how cgroup IDs are assigned by Li Zefan · 11 years ago
  44. 4e96ee8e cgroup: convert cgroup_ida to cgroup_idr by Li Zefan · 11 years ago
  45. 6f4b7e6 cgroup: more naming cleanups by Li Zefan · 11 years ago
  46. 913ffdb cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path() by Tejun Heo · 11 years ago
  47. 36805aa Merge branch 'for-3.11/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  48. 0b0585c Merge branch 'for-3.11-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  49. 0ce6cba cgroup: CGRP_ROOT_SUBSYS_BOUND should be ignored when comparing mount options by Tejun Heo · 11 years ago
  50. 14611e5 cgroup: fix RCU accesses to task->cgroups by Tejun Heo · 11 years ago
  51. 1672d04 cgroup: fix cgroupfs_root early destruction path by Tejun Heo · 11 years ago
  52. a8a648c cgroup: remove cgroup->actual_subsys_mask by Tejun Heo · 11 years ago
  53. 02c402d cgroup: convert CFTYPE_* flags to enums by Tejun Heo · 11 years ago
  54. 03c78cb cgroup: rename cont to cgrp by Li Zefan · 11 years ago
  55. e8c82d2 cgroup: convert cgroup_cft_commit() to use cgroup_for_each_descendant_pre() by Li Zefan · 11 years ago
  56. 6db8e85 cgroup: disallow rename(2) if sane_behavior by Tejun Heo · 11 years ago
  57. f63674f cgroup: update sane_behavior documentation by Tejun Heo · 11 years ago
  58. d3daf28 cgroup: use percpu refcnt for cgroup_subsys_states by Tejun Heo · 11 years ago
  59. ea15f8c cgroup: split cgroup destruction into two steps by Tejun Heo · 11 years ago
  60. 6f3d828f0 cgroup: remove cgroup->count and use by Tejun Heo · 11 years ago
  61. 54766d4 cgroup: rename CGRP_REMOVED to CGRP_DEAD by Tejun Heo · 11 years ago
  62. 5de0107 cgroup: clean up css_[try]get() and css_put() by Tejun Heo · 11 years ago
  63. 69d0206 cgroup: bring some sanity to naming around cg_cgroup_link by Tejun Heo · 11 years ago
  64. 3fc3db9 cgroup: remove now unused css_depth() by Tejun Heo · 11 years ago
  65. 88fa523 cpuset: allow to move tasks to empty cpusets by Li Zefan · 11 years ago
  66. 5c5cc62 cpuset: allow to keep tasks in empty cpusets by Li Zefan · 11 years ago
  67. 75501a6 cgroup: update iterators to use cgroup_next_sibling() by Tejun Heo · 11 years ago
  68. 53fa526 cgroup: add cgroup->serial_nr and implement cgroup_next_sibling() by Tejun Heo · 11 years ago
  69. bdc7119 cgroup: make cgroup_is_removed() static by Tejun Heo · 11 years ago
  70. 3f33e64 Merge branch 'for-3.10-fixes' into for-3.11 by Tejun Heo · 11 years ago
  71. 7805d00 cgroup: fix a subtle bug in descendant pre-order walk by Tejun Heo · 11 years ago
  72. 9138125 blk-throttle: implement proper hierarchy support by Tejun Heo · 11 years ago
  73. 23958e7 cgroup.h: remove some functions that are now gone by Greg KH · 11 years ago
  74. 857a2be cgroup: implement task_cgroup_path_from_hierarchy() by Tejun Heo · 11 years ago
  75. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  76. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  77. 8d8b97b take cgroup_open() and cpuset_open() to fs/proc/base.c by Al Viro · 11 years ago
  78. 16fa94b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  79. 191a712 Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  80. 6d2488f cgroup: remove css_get_next by Michal Hocko · 11 years ago
  81. 712317a cgroup: fix broken file xattrs by Li Zefan · 11 years ago
  82. f00baae memcg: force use_hierarchy if sane_behavior by Tejun Heo · 11 years ago
  83. 05fb22ec cgroup: remove cgrp->top_cgroup by Li Zefan · 11 years ago
  84. 873fe09 cgroup: introduce sane_behavior mount option by Tejun Heo · 11 years ago
  85. 25a7e68 move cgroupfs_root to include/linux/cgroup.h by Tejun Heo · 11 years ago
  86. 26d5bbe Revert "cgroup: remove bind() method from cgroup_subsys." by Tejun Heo · 11 years ago
  87. 78574cf cgroup: implement cgroup_is_descendant() by Li Zefan · 11 years ago
  88. 84cfb6a cgroup: remove bind() method from cgroup_subsys. by Rami Rosen · 11 years ago
  89. 479f614 cgroup: Kill subsys.active flag by Li Zefan · 11 years ago
  90. 2219449 cgroup: remove cgroup_lock_is_held() by Tejun Heo · 11 years ago
  91. b9777cf cgroup: unexport locking interface and cgroup_attach_task() by Tejun Heo · 11 years ago
  92. 8cc9934 cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_tasks() by Tejun Heo · 11 years ago
  93. 081aa45 cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc() by Li Zefan · 11 years ago
  94. e7b2dcc cgroup: remove cgroup_is_descendant() by Li Zefan · 11 years ago
  95. 7d8e0bf cgroup: avoid accessing modular cgroup subsys structure without locking by Li Zefan · 11 years ago
  96. 65dff75 cgroup: fix cgroup_path() vs rename() race by Li Zefan · 11 years ago
  97. be44562 cgroup: remove synchronize_rcu() from cgroup_diput() by Li Zefan · 12 years ago
  98. 12a9d2f cgroup: implement cgroup_rightmost_descendant() by Tejun Heo · 12 years ago
  99. d5b1fe6 cgroup: remove unused dummy cgroup_fork_callbacks() by Tejun Heo · 12 years ago
  100. d0b2fdd cgroup: remove obsolete guarantee from cgroup_task_migrate. by Tao Ma · 12 years ago