| Commit message (Expand) | Author | Age | Files | Lines |
* | cgroup: make css_for_each_descendant() and friends include the origin css in ... | Tejun Heo | 2013-08-09 | 1 | -13/+16 |
* | cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup | Tejun Heo | 2013-08-09 | 1 | -1/+1 |
* | cgroup: make task iterators deal with cgroup_subsys_state instead of cgroup | Tejun Heo | 2013-08-09 | 1 | -14/+12 |
* | cgroup: make cgroup_task_iter remember the cgroup being iterated | Tejun Heo | 2013-08-09 | 1 | -6/+6 |
* | cgroup: rename cgroup_iter to cgroup_task_iter | Tejun Heo | 2013-08-09 | 1 | -12/+12 |
* | cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroup | Tejun Heo | 2013-08-09 | 1 | -15/+10 |
* | cgroup: pass around cgroup_subsys_state instead of cgroup in file methods | Tejun Heo | 2013-08-09 | 1 | -19/+21 |
* | cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods | Tejun Heo | 2013-08-09 | 1 | -19/+21 |
* | cgroup: add css_parent() | Tejun Heo | 2013-08-09 | 1 | -6/+2 |
* | cgroup: add/update accessors which obtain subsys specific data from css | Tejun Heo | 2013-08-09 | 1 | -4/+7 |
* | cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/ | Tejun Heo | 2013-08-09 | 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-21 | 1 | -56/+10 |
* | cgroup_freezer: prepare update_if_frozen() for locking change | Tejun Heo | 2012-10-21 | 1 | -26/+17 |
* | cgroup_freezer: allow moving tasks in and out of a frozen cgroup | Tejun Heo | 2012-10-21 | 1 | -20/+31 |
* | cgroup_freezer: don't stall transition to FROZEN for PF_NOFREEZE or PF_FREEZE... | Tejun Heo | 2012-10-17 | 1 | -4/+12 |
* | cgroup_freezer: make it official that writes to freezer.state don't fail | Tejun Heo | 2012-10-17 | 1 | -32/+11 |
* | cgroup: cgroup_subsys->fork() should be called after the task is added to css... | Tejun Heo | 2012-10-17 | 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-13 | 1 | -10/+4 |
| * | cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a... | Tejun Heo | 2011-12-13 | 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 |
* | | freezer: make freezing() test freeze conditions in effect instead of TIF_FREEZE | Tejun Heo | 2011-11-21 | 1 | -1/+9 |
* | | cgroup_freezer: prepare for removal of TIF_FREEZE | Tejun Heo | 2011-11-21 | 1 | -27/+13 |
* | | freezer: make freezing indicate freeze condition in effect | Tejun Heo | 2011-11-21 | 1 | -1/+1 |
* | | freezer: rename thaw_process() to __thaw_task() and simplify the implementation | Tejun Heo | 2011-11-21 | 1 | -4/+3 |
|/ |
|
* | kernel: Map most files to use export.h instead of module.h | Paul Gortmaker | 2011-10-31 | 1 | -1/+1 |
* | cgroups: add per-thread subsystem callbacks | Ben Blum | 2011-05-27 | 1 | -16/+10 |
* | cgroup_freezer: update_freezer_state() does incorrect state transitions | Tomasz Buchert | 2010-10-28 | 1 | -23/+15 |
* | cgroup_freezer: fix can_attach() to prohibit moving from/to freezing/frozen c... | Tomasz Buchert | 2010-10-28 | 1 | -7/+8 |
* | cgroup_freezer: unnecessary test in cgroup_freezing_or_frozen() | Tomasz Buchert | 2010-10-28 | 1 | -10/+9 |
* | Freezer / cgroup freezer: Update stale locking comments | Matt Helsley | 2010-05-10 | 1 | -8/+13 |
* | rcu: Fix RCU lockdep splat on freezer_fork path | Paul E. McKenney | 2010-04-30 | 1 | -1/+4 |
* | Merge branch 'master' into export-slabh | Tejun Heo | 2010-04-05 | 1 | -3/+6 |
|\ |
|
| * | Freezer: Fix buggy resume test for tasks frozen with cgroup freezer | Matt Helsley | 2010-03-26 | 1 | -3/+6 |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
|/ |
|
* | cgroups: let ss->can_attach and ss->attach do whole threadgroups at a time | Ben Blum | 2009-09-24 | 1 | -1/+14 |