summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup_freezer.c
Commit message (Expand)AuthorAgeFilesLines
* cgroup: make css_for_each_descendant() and friends include the origin css in ...Tejun Heo2013-08-081-13/+16
* cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-081-1/+1
* cgroup: make task iterators deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-081-14/+12
* cgroup: make cgroup_task_iter remember the cgroup being iteratedTejun Heo2013-08-081-6/+6
* cgroup: rename cgroup_iter to cgroup_task_iterTejun Heo2013-08-081-12/+12
* cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-081-15/+10
* cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo2013-08-081-19/+21
* cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo2013-08-081-19/+21
* cgroup: add css_parent()Tejun Heo2013-08-081-6/+2
* cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo2013-08-081-4/+7
* cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo2013-08-081-2/+2
* cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo2012-11-191-10/+10
* cgroup: allow ->post_create() to failTejun Heo2012-11-191-1/+3
* cgroup_freezer: implement proper hierarchy supportTejun Heo2012-11-091-38/+123
* cgroup_freezer: add ->post_create() and ->pre_destroy() and track online stateTejun Heo2012-11-091-2/+40
* cgroup_freezer: introduce CGROUP_FREEZING_[SELF|PARENT]Tejun Heo2012-11-091-8/+47
* cgroup_freezer: make freezer->state mask of flagsTejun Heo2012-11-091-33/+27
* cgroup_freezer: prepare freezer_change_state() for full hierarchy supportTejun Heo2012-11-091-18/+30
* cgroup_freezer: trivial cleanupsTejun Heo2012-11-091-22/+19
* freezer: change ptrace_stop/do_signal_stop to use freezable_schedule()Oleg Nesterov2012-10-261-2/+1
* cgroup_freezer: don't use cgroup_lock_live_group()Tejun Heo2012-10-201-56/+10
* cgroup_freezer: prepare update_if_frozen() for locking changeTejun Heo2012-10-201-26/+17
* cgroup_freezer: allow moving tasks in and out of a frozen cgroupTejun Heo2012-10-201-20/+31
* cgroup_freezer: don't stall transition to FROZEN for PF_NOFREEZE or PF_FREEZE...Tejun Heo2012-10-161-4/+12
* cgroup_freezer: make it official that writes to freezer.state don't failTejun Heo2012-10-161-32/+11
* cgroup: cgroup_subsys->fork() should be called after the task is added to css...Tejun Heo2012-10-161-9/+4
* cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Tejun Heo2012-09-141-0/+8
* cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo2012-04-011-8/+3
* cgroup: remove cgroup_subsys argument from callbacksLi Zefan2012-02-021-7/+4
* Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-01-091-11/+5
|\
| * cgroup: don't use subsys->can_attach_task() or ->attach_task()Tejun Heo2011-12-121-10/+4
| * cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a...Tejun Heo2011-12-121-1/+1
* | Merge branch 'master' into pm-sleepRafael J. Wysocki2011-12-211-2/+9
|\ \ | |/ |/|
| * cgroup_freezer: fix freezing groups with stopped tasksMichal Hocko2011-11-241-2/+9
* | freezer: remove unused @sig_only from freeze_task()Tejun Heo2011-11-211-2/+2
* | freezer: make freezing() test freeze conditions in effect instead of TIF_FREEZETejun Heo2011-11-211-1/+9
* | cgroup_freezer: prepare for removal of TIF_FREEZETejun Heo2011-11-211-27/+13
* | freezer: make freezing indicate freeze condition in effectTejun Heo2011-11-211-1/+1
* | freezer: rename thaw_process() to __thaw_task() and simplify the implementationTejun Heo2011-11-211-4/+3
|/
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* cgroups: add per-thread subsystem callbacksBen Blum2011-05-261-16/+10
* cgroup_freezer: update_freezer_state() does incorrect state transitionsTomasz Buchert2010-10-271-23/+15
* cgroup_freezer: fix can_attach() to prohibit moving from/to freezing/frozen c...Tomasz Buchert2010-10-271-7/+8
* cgroup_freezer: unnecessary test in cgroup_freezing_or_frozen()Tomasz Buchert2010-10-271-10/+9
* Freezer / cgroup freezer: Update stale locking commentsMatt Helsley2010-05-101-8/+13
* rcu: Fix RCU lockdep splat on freezer_fork pathPaul E. McKenney2010-04-301-1/+4
* Merge branch 'master' into export-slabhTejun Heo2010-04-051-3/+6
|\
| * Freezer: Fix buggy resume test for tasks frozen with cgroup freezerMatt Helsley2010-03-261-3/+6
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum2009-09-241-1/+14