aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup_freezer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-19cgroup: drop const from @buffer of cftype->write_string()Tejun Heo1-1/+1
2014-02-25cgroup_freezer: document freezer_fork() subtletiesTejun Heo1-3/+25
2014-02-13cgroup: drop @skip_css from cgroup_taskset_for_each()Tejun Heo1-1/+1
2014-02-08cgroup: clean up cgroup_subsys names and initializationTejun Heo1-6/+2
2013-12-05cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo1-4/+3
2013-08-08cgroup: make css_for_each_descendant() and friends include the origin css in the iterationTejun Heo1-13/+16
2013-08-08cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo1-1/+1
2013-08-08cgroup: make task iterators deal with cgroup_subsys_state instead of cgroupTejun Heo1-14/+12
2013-08-08cgroup: make cgroup_task_iter remember the cgroup being iteratedTejun Heo1-6/+6
2013-08-08cgroup: rename cgroup_iter to cgroup_task_iterTejun Heo1-12/+12
2013-08-08cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroupTejun Heo1-15/+10
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo1-19/+21
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo1-19/+21
2013-08-08cgroup: add css_parent()Tejun Heo1-6/+2
2013-08-08cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo1-4/+7
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo1-2/+2
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free()Tejun Heo1-10/+10
2012-11-19cgroup: allow ->post_create() to failTejun Heo1-1/+3
2012-11-09cgroup_freezer: implement proper hierarchy supportTejun Heo1-38/+123
2012-11-09cgroup_freezer: add ->post_create() and ->pre_destroy() and track online stateTejun Heo1-2/+40
2012-11-09cgroup_freezer: introduce CGROUP_FREEZING_[SELF|PARENT]Tejun Heo1-8/+47
2012-11-09cgroup_freezer: make freezer->state mask of flagsTejun Heo1-33/+27
2012-11-09cgroup_freezer: prepare freezer_change_state() for full hierarchy supportTejun Heo1-18/+30
2012-11-09cgroup_freezer: trivial cleanupsTejun Heo1-22/+19
2012-10-26freezer: change ptrace_stop/do_signal_stop to use freezable_schedule()Oleg Nesterov1-2/+1
2012-10-20cgroup_freezer: don't use cgroup_lock_live_group()Tejun Heo1-56/+10
2012-10-20cgroup_freezer: prepare update_if_frozen() for locking changeTejun Heo1-26/+17
2012-10-20cgroup_freezer: allow moving tasks in and out of a frozen cgroupTejun Heo1-20/+31
2012-10-16cgroup_freezer: don't stall transition to FROZEN for PF_NOFREEZE or PF_FREEZER_SKIP tasksTejun Heo1-4/+12
2012-10-16cgroup_freezer: make it official that writes to freezer.state don't failTejun Heo1-32/+11
2012-10-16cgroup: cgroup_subsys->fork() should be called after the task is added to css_setTejun Heo1-9/+4
2012-09-14cgroup: mark subsystems with broken hierarchy support and whine if cgroups are nested for themTejun Heo1-0/+8
2012-04-01cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo1-8/+3
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan1-7/+4
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-11/+5
2011-12-21Merge branch 'master' into pm-sleepRafael J. Wysocki1-2/+9
2011-12-12cgroup: don't use subsys->can_attach_task() or ->attach_task()Tejun Heo1-10/+4
2011-12-12cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_attach() and attach()Tejun Heo1-1/+1
2011-11-24cgroup_freezer: fix freezing groups with stopped tasksMichal Hocko1-2/+9
2011-11-21freezer: remove unused @sig_only from freeze_task()Tejun Heo1-2/+2
2011-11-21freezer: make freezing() test freeze conditions in effect instead of TIF_FREEZETejun Heo1-1/+9
2011-11-21cgroup_freezer: prepare for removal of TIF_FREEZETejun Heo1-27/+13
2011-11-21freezer: make freezing indicate freeze condition in effectTejun Heo1-1/+1
2011-11-21freezer: rename thaw_process() to __thaw_task() and simplify the implementationTejun Heo1-4/+3
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-05-26cgroups: add per-thread subsystem callbacksBen Blum1-16/+10
2010-10-27cgroup_freezer: update_freezer_state() does incorrect state transitionsTomasz Buchert1-23/+15
2010-10-27cgroup_freezer: fix can_attach() to prohibit moving from/to freezing/frozen cgroupsTomasz Buchert1-7/+8
2010-10-27cgroup_freezer: unnecessary test in cgroup_freezing_or_frozen()Tomasz Buchert1-10/+9
2010-05-10Freezer / cgroup freezer: Update stale locking commentsMatt Helsley1-8/+13