| Commit message (Expand) | Author | Age | Files | Lines |
* | cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friends | Oleg Nesterov | 2015-12-03 | 1 | -1/+1 |
* | cgroup: fix handling of multi-destination migration from subtree_control enab... | Tejun Heo | 2015-12-03 | 1 | -3/+3 |
* | cgroup_freezer: simplify propagation of CGROUP_FROZEN clearing in freezer_att... | Tejun Heo | 2015-12-03 | 1 | -10/+7 |
* | cgroup: allow a cgroup subsystem to reject a fork | Aleksa Sarai | 2015-07-14 | 1 | -1/+1 |
* | cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypes | Tejun Heo | 2014-07-15 | 1 | -1/+1 |
* | cgroup: remove css_parent() | Tejun Heo | 2014-05-16 | 1 | -1/+1 |
* | cgroup: replace cftype->write_string() with cftype->write() | Tejun Heo | 2014-05-13 | 1 | -11/+9 |
* | cgroup: rename css_tryget*() to css_tryget_online*() | Tejun Heo | 2014-05-13 | 1 | -2/+2 |
* | cgroup: fix rcu_read_lock() leak in update_if_frozen() | Tejun Heo | 2014-05-13 | 1 | -1/+3 |
* | cgroup_freezer: replace freezer->lock with freezer_mutex | Tejun Heo | 2014-05-13 | 1 | -66/+46 |
* | cgroup: drop const from @buffer of cftype->write_string() | Tejun Heo | 2014-03-19 | 1 | -1/+1 |
* | cgroup_freezer: document freezer_fork() subtleties | Tejun Heo | 2014-02-25 | 1 | -3/+25 |
* | cgroup: drop @skip_css from cgroup_taskset_for_each() | Tejun Heo | 2014-02-13 | 1 | -1/+1 |
* | cgroup: clean up cgroup_subsys names and initialization | Tejun Heo | 2014-02-08 | 1 | -6/+2 |
* | cgroup: replace cftype->read_seq_string() with cftype->seq_show() | Tejun Heo | 2013-12-05 | 1 | -4/+3 |
* | cgroup: make css_for_each_descendant() and friends include the origin css in ... | Tejun Heo | 2013-08-08 | 1 | -13/+16 |
* | cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup | Tejun Heo | 2013-08-08 | 1 | -1/+1 |
* | cgroup: make task iterators deal with cgroup_subsys_state instead of cgroup | Tejun Heo | 2013-08-08 | 1 | -14/+12 |
* | cgroup: make cgroup_task_iter remember the cgroup being iterated | Tejun Heo | 2013-08-08 | 1 | -6/+6 |
* | cgroup: rename cgroup_iter to cgroup_task_iter | Tejun Heo | 2013-08-08 | 1 | -12/+12 |
* | cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroup | Tejun Heo | 2013-08-08 | 1 | -15/+10 |
* | cgroup: pass around cgroup_subsys_state instead of cgroup in file methods | Tejun Heo | 2013-08-08 | 1 | -19/+21 |
* | cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods | Tejun Heo | 2013-08-08 | 1 | -19/+21 |
* | cgroup: add css_parent() | Tejun Heo | 2013-08-08 | 1 | -6/+2 |
* | cgroup: add/update accessors which obtain subsys specific data from css | Tejun Heo | 2013-08-08 | 1 | -4/+7 |
* | cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/ | Tejun Heo | 2013-08-08 | 1 | -2/+2 |
* | cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli... | Tejun Heo | 2012-11-19 | 1 | -10/+10 |
* | cgroup: allow ->post_create() to fail | Tejun Heo | 2012-11-19 | 1 | -1/+3 |
* | cgroup_freezer: implement proper hierarchy support | Tejun Heo | 2012-11-09 | 1 | -38/+123 |
* | cgroup_freezer: add ->post_create() and ->pre_destroy() and track online state | Tejun Heo | 2012-11-09 | 1 | -2/+40 |
* | cgroup_freezer: introduce CGROUP_FREEZING_[SELF|PARENT] | Tejun Heo | 2012-11-09 | 1 | -8/+47 |
* | cgroup_freezer: make freezer->state mask of flags | Tejun Heo | 2012-11-09 | 1 | -33/+27 |
* | cgroup_freezer: prepare freezer_change_state() for full hierarchy support | Tejun Heo | 2012-11-09 | 1 | -18/+30 |
* | cgroup_freezer: trivial cleanups | Tejun Heo | 2012-11-09 | 1 | -22/+19 |
* | freezer: change ptrace_stop/do_signal_stop to use freezable_schedule() | Oleg Nesterov | 2012-10-26 | 1 | -2/+1 |
* | cgroup_freezer: don't use cgroup_lock_live_group() | Tejun Heo | 2012-10-20 | 1 | -56/+10 |
* | cgroup_freezer: prepare update_if_frozen() for locking change | Tejun Heo | 2012-10-20 | 1 | -26/+17 |
* | cgroup_freezer: allow moving tasks in and out of a frozen cgroup | Tejun Heo | 2012-10-20 | 1 | -20/+31 |
* | cgroup_freezer: don't stall transition to FROZEN for PF_NOFREEZE or PF_FREEZE... | Tejun Heo | 2012-10-16 | 1 | -4/+12 |
* | cgroup_freezer: make it official that writes to freezer.state don't fail | Tejun Heo | 2012-10-16 | 1 | -32/+11 |
* | cgroup: cgroup_subsys->fork() should be called after the task is added to css... | Tejun Heo | 2012-10-16 | 1 | -9/+4 |
* | cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar... | Tejun Heo | 2012-09-14 | 1 | -0/+8 |
* | cgroup: convert all non-memcg controllers to the new cftype interface | Tejun Heo | 2012-04-01 | 1 | -8/+3 |
* | cgroup: remove cgroup_subsys argument from callbacks | Li Zefan | 2012-02-02 | 1 | -7/+4 |
* | Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2012-01-09 | 1 | -11/+5 |
|\ |
|
| * | cgroup: don't use subsys->can_attach_task() or ->attach_task() | Tejun Heo | 2011-12-12 | 1 | -10/+4 |
| * | cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a... | Tejun Heo | 2011-12-12 | 1 | -1/+1 |
* | | Merge branch 'master' into pm-sleep | Rafael J. Wysocki | 2011-12-21 | 1 | -2/+9 |
|\ \
| |/
|/| |
|
| * | cgroup_freezer: fix freezing groups with stopped tasks | Michal Hocko | 2011-11-24 | 1 | -2/+9 |
* | | freezer: remove unused @sig_only from freeze_task() | Tejun Heo | 2011-11-21 | 1 | -2/+2 |