1. fa06235 cgroup: reset css on destruction by Vladimir Davydov · 8 years ago
  2. fa5ff8a cgroup: fix and restructure error handling in copy_cgroup_ns() by Tejun Heo · 8 years ago
  3. 63253ad cgroup: fix a mistake in warning message by Xiubo Li · 8 years ago
  4. 62716ea cgroup: use ->subtree_control when testing no internal process rule by Tejun Heo · 8 years ago
  5. f17fc25 cgroup: make css_tryget_online_from_dir() also recognize cgroup2 fs by Tejun Heo · 8 years ago
  6. a716526 cgroup: s/cgrp_dfl_root_/cgrp_dfl_/ by Tejun Heo · 8 years ago
  7. 6e5c830 cgroup: make cgroup subsystem masks u16 by Tejun Heo · 8 years ago
  8. 996cd1f cgroup: use do_each_subsys_mask() where applicable by Tejun Heo · 8 years ago
  9. b4e0eea cgroup: convert for_each_subsys_which() to do-while style by Tejun Heo · 8 years ago
  10. 8699b77 cgroup: s/child_subsys_mask/subtree_ss_mask/ by Tejun Heo · 8 years ago
  11. 5eb385c Revert "cgroup: add cgroup_subsys->css_e_css_changed()" by Tejun Heo · 8 years ago
  12. b598dde cgroup: fix error return value of cgroup_addrm_files() by Tejun Heo · 8 years ago
  13. d220255 cgroup: fix alloc_cgroup_ns() error handling in copy_cgroup_ns() by Tejun Heo · 8 years ago
  14. 1c53753 Add FS_USERNS_FLAG to cgroup fs by Serge Hallyn · 8 years ago
  15. ed82571 cgroup: mount cgroupns-root when inside non-init cgroupns by Serge Hallyn · 8 years ago
  16. a0530e0 cgroup: cgroup namespace setns support by Aditya Kali · 8 years ago
  17. a79a908 cgroup: introduce cgroup namespaces by Aditya Kali · 8 years ago
  18. 223ffb2 cgroup: provide cgroup_nov1= to disable controllers in v1 mounts by Johannes Weiner · 8 years ago
  19. 8bb5ef7 cgroup: make sure a parent css isn't freed before its children by Tejun Heo · 8 years ago
  20. aa226ff cgroup: make sure a parent css isn't offlined before its children by Tejun Heo · 8 years ago
  21. e93ad19 cpuset: make mm migration asynchronous by Tejun Heo · 8 years ago
  22. 34a9304 Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  23. 2cfa2b1 cgroup: fix a typo. by Rami Rosen · 8 years ago
  24. a5ae989 cgroup: demote subsystem init messages to KERN_DEBUG by Tejun Heo · 8 years ago
  25. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  26. 3fa4cc9 net, cgroup: cgroup_sk_updat_lock was missing initializer by Tejun Heo · 8 years ago
  27. bd1060a sock, cgroup: add sock->sk_cgroup by Tejun Heo · 8 years ago
  28. 1774939 Merge branch 'for-4.5-ancestor-test' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup into for-4.5 by Tejun Heo · 8 years ago
  29. b53202e cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friends by Oleg Nesterov · 9 years ago
  30. 8075b54 Merge branch 'for-4.4-fixes' into for-4.5 by Tejun Heo · 9 years ago
  31. 1f7dd3e5 cgroup: fix handling of multi-destination migration from subtree_control enabling by Tejun Heo · 9 years ago
  32. 53254f9 cgroup: make css_set pin its css's to avoid use-afer-free by Tejun Heo · 9 years ago
  33. 16af439 cgroup: implement cgroup_get_from_path() and expose cgroup_put() by Tejun Heo · 9 years ago
  34. b11cfb5 cgroup: record ancestor IDs and reimplement cgroup_is_descendant() using it by Tejun Heo · 9 years ago
  35. 67e9c74 cgroup: replace __DEVEL__sane_behavior with cgroup2 fs type by Tejun Heo · 9 years ago
  36. 34c0625 cgroup: fix cftype->file_offset handling by Tejun Heo · 9 years ago
  37. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  38. d574567 cgroup: fix race condition around termination check in css_task_iter_next() by Tejun Heo · 9 years ago
  39. e4b7037 cgroup: drop cgroup__DEVEL__legacy_files_on_dfl by Tejun Heo · 9 years ago
  40. 035f4f5 cgroup: replace error handling in cgroup_init() with WARN_ON()s by Tejun Heo · 9 years ago
  41. afcf6c8 cgroup: add cgroup_subsys->free() method and use it to fix pids controller by Tejun Heo · 9 years ago
  42. 2e91fa7 cgroup: keep zombies associated with their original cgroups by Tejun Heo · 9 years ago
  43. f0d9a5f cgroup: make css_set_rwsem a spinlock and rename it to css_set_lock by Tejun Heo · 9 years ago
  44. ed27b9f cgroup: don't hold css_set_rwsem across css task iteration by Tejun Heo · 9 years ago
  45. ecb9d53 cgroup: reorganize css_task_iter functions by Tejun Heo · 9 years ago
  46. f6d7d04 cgroup: factor out css_set_move_task() by Tejun Heo · 9 years ago
  47. 389b9c1 cgroup: keep css_set and task lists in chronological order by Tejun Heo · 9 years ago
  48. 91486f6 cgroup: make cgroup_destroy_locked() test cgroup_is_populated() by Tejun Heo · 9 years ago
  49. 2ceb231 cgroup: make css_sets pin the associated cgroups by Tejun Heo · 9 years ago
  50. 052c3f3 cgroup: relocate cgroup_[try]get/put() by Tejun Heo · 9 years ago
  51. ad2ed2b cgroup: move check_for_release() invocation by Tejun Heo · 9 years ago
  52. 27bd4db cgroup: replace cgroup_has_tasks() with cgroup_is_populated() by Tejun Heo · 9 years ago
  53. 0de0942 cgroup: make cgroup->nr_populated count the number of populated css_sets by Tejun Heo · 9 years ago
  54. b309e5b cgroup: remove an unused parameter from cgroup_task_migrate() by Tejun Heo · 9 years ago
  55. a3e7273 cgroup: fix too early usage of static_branch_disable() by Tejun Heo · 9 years ago
  56. 1026507 cgroup: make cgroup_update_dfl_csses() migrate all target processes atomically by Tejun Heo · 9 years ago
  57. adaae5d cgroup: separate out taskset operations from cgroup_migrate() by Tejun Heo · 9 years ago
  58. 9af2ec4 cgroup: reorder cgroup_migrate()'s parameters by Tejun Heo · 9 years ago
  59. 4530edd cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader() by Tejun Heo · 9 years ago
  60. 6f60ead cgroup: generalize obtaining the handles of and notifying cgroup files by Tejun Heo · 9 years ago
  61. 4df8dc9 cgroup: restructure file creation / removal handling by Tejun Heo · 9 years ago
  62. 1ada483 cgroup: cosmetic updates to rebind_subsystems() by Tejun Heo · 9 years ago
  63. 6732ed8 cgroup: make cgroup_addrm_files() clean up after itself on failures by Tejun Heo · 9 years ago
  64. ccdca21 cgroup: relocate cgroup_populate_dir() by Tejun Heo · 9 years ago
  65. 7dbdb19 cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLE by Tejun Heo · 9 years ago
  66. 4a07c22 cgroup: replace "cgroup.populated" with "cgroup.events" by Tejun Heo · 9 years ago
  67. 9e10a13 cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl() by Tejun Heo · 9 years ago
  68. fc5ed1e cgroup: replace cgroup_subsys->disabled tests with cgroup_subsys_enabled() by Tejun Heo · 9 years ago
  69. 49d1dc4 cgroup: implement static_key based cgroup_subsys_enabled() and cgroup_subsys_on_dfl() by Tejun Heo · 9 years ago
  70. 3014dde cgroup: simplify threadgroup locking by Tejun Heo · 9 years ago
  71. 1ed1328 sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem by Tejun Heo · 9 years ago
  72. 0c98625 Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem" by Tejun Heo · 9 years ago
  73. f9f9e7b Revert "cgroup: simplify threadgroup locking" by Tejun Heo · 9 years ago
  74. 61e57c0 cgroup: fix seq_show_option merge with legacy_name by Kees Cook · 9 years ago
  75. a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  76. 8bdc69b Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  77. 20f1f4b Merge branch 'for-4.3-unified-base' into for-4.3 by Tejun Heo · 9 years ago
  78. 3e1d2ee cgroup: introduce cgroup_subsys->legacy_name by Tejun Heo · 9 years ago
  79. d98817d cgroup: don't print subsystems for the default hierarchy by Tejun Heo · 9 years ago
  80. d0ec423 cgroup: export cgrp_dfl_root by Tejun Heo · 9 years ago
  81. cf780b7 cgroup: fix idr_preload usage by Vladimir Davydov · 9 years ago
  82. f78f5b9 rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN() by Paul E. McKenney · 9 years ago
  83. 7e47682 cgroup: allow a cgroup subsystem to reject a fork by Aleksa Sarai · 9 years ago
  84. 0cbee99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  85. f9bb488 sysfs: Create mountpoints with sysfs_create_mount_point by Eric W. Biederman · 9 years ago
  86. 187fe84 cgroup: require write perm on common ancestor when moving processes on the default hierarchy by Tejun Heo · 9 years ago
  87. dedf22e cgroup: separate out cgroup_procs_write_permission() from __cgroup_procs_write() by Tejun Heo · 9 years ago
  88. 4a705c5 cgroup: fix uninitialised iterator in for_each_subsys_which by Aleksa Sarai · 9 years ago
  89. a966a4e cgroup: replace explicit ss_mask checking with for_each_subsys_which by Aleksa Sarai · 9 years ago
  90. cb4a316 cgroup: use bitmask to filter for_each_subsys by Aleksa Sarai · 9 years ago
  91. b5ba75b cgroup: simplify threadgroup locking by Tejun Heo · 9 years ago
  92. d59cfc0 sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem by Tejun Heo · 9 years ago
  93. 7d7efec sched, cgroup: reorganize threadgroup locking by Tejun Heo · 9 years ago
  94. 8ab456a cgroup: switch to unsigned long for bitmasks by Aleksa Sarai · 9 years ago
  95. d0f702e cgroup: fix some comment typos by Chen Hanxiao · 9 years ago
  96. 94ff212 cgroup: remove use of seq_printf return value by Joe Perches · 9 years ago
  97. adbe427 memcg: zap mem_cgroup_lookup() by Vladimir Davydov · 9 years ago
  98. 5879451 cgroup: Use kvfree in pidlist_free() by Bandan Das · 9 years ago
  99. 295458e cgroup: call cgroup_subsys->bind on cgroup subsys initialization by Vladimir Davydov · 9 years ago
  100. dfeb0750 kernfs: remove KERNFS_STATIC_NAME by Tejun Heo · 9 years ago