index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
cgroup_freezer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
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
|
/
[next]