Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
88f2b4c15e561bb5c28709d666364f273bf54b98
/
kernel
/
cgroup.c
14208b0
Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 11 years ago
c731ae1
cgroup: disallow disabled controllers on the default hierarchy
by Li Zefan
· 11 years ago
1f779fb
cgroup: don't destroy the default root
by Li Zefan
· 11 years ago
c9482a5
kernfs: move the last knowledge of sysfs out from kernfs
by Jianyu Zhan
· 11 years ago
5533e01
cgroup: disallow debug controller on the default hierarchy
by Tejun Heo
· 11 years ago
f3d4650
cgroup: convert cgroup_has_live_children() into css_has_online_children()
by Tejun Heo
· 11 years ago
184faf3
cgroup: use CSS_ONLINE instead of CGRP_DEAD
by Tejun Heo
· 11 years ago
c2931b7
cgroup: iterate cgroup_subsys_states directly
by Tejun Heo
· 11 years ago
de3f034
cgroup: introduce CSS_RELEASED and reduce css iteration fallback window
by Tejun Heo
· 11 years ago
0cb51d7
cgroup: move cgroup->serial_nr into cgroup_subsys_state
by Tejun Heo
· 11 years ago
1fed1b2
cgroup: link all cgroup_subsys_states in their sibling lists
by Tejun Heo
· 11 years ago
d5c419b
cgroup: move cgroup->sibling and ->children into cgroup_subsys_state
by Tejun Heo
· 11 years ago
d51f39b
cgroup: remove cgroup->parent
by Tejun Heo
· 11 years ago
5c9d535
cgroup: remove css_parent()
by Tejun Heo
· 11 years ago
3b514d2
cgroup: skip refcnting on normal root csses and cgrp_dfl_root self css
by Tejun Heo
· 11 years ago
9d755d3
cgroup: use cgroup->self.refcnt for cgroup refcnting
by Tejun Heo
· 11 years ago
9395a45
cgroup: enable refcnting for root csses
by Tejun Heo
· 11 years ago
25e15d8
cgroup: bounce css release through css->destroy_work
by Tejun Heo
· 11 years ago
249f346
cgroup: remove cgroup_destory_css_killed()
by Tejun Heo
· 11 years ago
4e4e284
cgroup: move cgroup->sibling unlinking to cgroup_put()
by Tejun Heo
· 11 years ago
9e4173e
cgroup: move check_for_release(parent) call to the end of cgroup_destroy_locked()
by Tejun Heo
· 11 years ago
cbc125e
cgroup: separate out cgroup_has_live_children() from cgroup_destroy_locked()
by Tejun Heo
· 11 years ago
9d800df
cgroup: rename cgroup->dummy_css to ->self and move it to the top
by Tejun Heo
· 11 years ago
a015edd
cgroup: use restart_syscall() for mount retries
by Tejun Heo
· 11 years ago
8353da1
cgroup: remove cgroup_tree_mutex
by Tejun Heo
· 11 years ago
01f6474
cgroup: nest kernfs active protection under cgroup_mutex
by Tejun Heo
· 11 years ago
e76ecae
cgroup: use cgroup_kn_lock_live() in other cgroup kernfs methods
by Tejun Heo
· 11 years ago
a9746d8
cgroup: factor out cgroup_kn_lock_live() and cgroup_kn_unlock()
by Tejun Heo
· 11 years ago
cfc79d5
cgroup: move cgroup->kn->priv clearing to cgroup_rmdir()
by Tejun Heo
· 11 years ago
ddab2b6
cgroup: grab cgroup_mutex earlier in cgroup_subtree_control_write()
by Tejun Heo
· 11 years ago
b3bfd98
cgroup: collapse cgroup_create() into croup_mkdir()
by Tejun Heo
· 11 years ago
ba0f4d7
cgroup: reorganize cgroup_create()
by Tejun Heo
· 11 years ago
b7fc5ad
cgroup: remove cgroup->control_kn
by Tejun Heo
· 11 years ago
acbef75
cgroup: convert "tasks" and "cgroup.procs" handle to use cftype->write()
by Tejun Heo
· 11 years ago
6770c64
cgroup: replace cftype->trigger() with cftype->write()
by Tejun Heo
· 11 years ago
451af50
cgroup: replace cftype->write_string() with cftype->write()
by Tejun Heo
· 11 years ago
b416864
cgroup: implement cftype->write()
by Tejun Heo
· 11 years ago
ec903c0
cgroup: rename css_tryget*() to css_tryget_online*()
by Tejun Heo
· 11 years ago
46cfeb0
cgroup: use release_agent_path_lock in cgroup_release_agent_show()
by Tejun Heo
· 11 years ago
7d331fa
cgroup: use restart_syscall() for retries after offline waits in cgroup_subtree_control_write()
by Tejun Heo
· 11 years ago
d37167a
cgroup: update and fix parsing of "cgroup.subtree_control"
by Tejun Heo
· 11 years ago
0ab7a60
cgroup: css_release() shouldn't clear cgroup->subsys[]
by Tejun Heo
· 11 years ago
54504e9
cgroup: cgroup_idr_lock should be bh
by Tejun Heo
· 11 years ago
0cee8b7
cgroup: fix offlining child waiting in cgroup_subtree_control_write()
by Tejun Heo
· 11 years ago
f21a4f7
Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup into for-3.16
by Tejun Heo
· 11 years ago
5024ae2
cgroup: introduce task_css_is_root()
by Tejun Heo
· 11 years ago
6010694
kernel/cgroup.c: fix 2 kernel-doc warnings
by Fabian Frederick
· 11 years ago
15a4c83
cgroup, memcg: implement css->id and convert css_from_id() to use it
by Tejun Heo
· 11 years ago
ddfcada
cgroup: update init_css() into init_and_link_css()
by Tejun Heo
· 11 years ago
a2bed82
cgroup: use RCU free in create_css() failure path
by Tejun Heo
· 11 years ago
6fa4918
cgroup: protect cgroup_root->cgroup_idr with a spinlock
by Tejun Heo
· 11 years ago
7d699dd
cgroup, memcg: allocate cgroup ID from 1
by Tejun Heo
· 11 years ago
69dfa00
cgroup: make flags and subsys_masks unsigned int
by Tejun Heo
· 11 years ago
ed3d261
cgroup: Use more current logging style
by Joe Perches
· 11 years ago
a2a1f9e
cgroup: replace pr_warning with preferred pr_warn
by Jianyu Zhan
· 11 years ago
f8719cc
cgroup: remove orphaned cgroup_pidlist_seq_operations
by Jianyu Zhan
· 11 years ago
2f0edc0
cgroup: clean up obsolete comment for parse_cgroupfs_options()
by Jianyu Zhan
· 11 years ago
842b597
cgroup: implement cgroup.populated for the default hierarchy
by Tejun Heo
· 11 years ago
f8f22e5
cgroup: implement dynamic subtree controller enable/disable on the default hierarchy
by Tejun Heo
· 11 years ago
f817de9
cgroup: prepare migration path for unified hierarchy
by Tejun Heo
· 11 years ago
7fd8c56
cgroup: update subsystem rebind restrictions
by Tejun Heo
· 11 years ago
6803c00
cgroup: add css_set->dfl_cgrp
by Tejun Heo
· 11 years ago
bd53d61
cgroup: allow cgroup creation and suppress automatic css creation in the unified hierarchy
by Tejun Heo
· 11 years ago
e329780
cgroup: cgroup->subsys[] should be cleared after the css is offlined
by Tejun Heo
· 11 years ago
3ebb2b6
cgroup: teach css_task_iter about effective csses
by Tejun Heo
· 11 years ago
0f0a2b4
cgroup: reorganize css_task_iter
by Tejun Heo
· 11 years ago
3b281af
cgroup: make css_next_child() skip missing csses
by Tejun Heo
· 11 years ago
2d8f243
cgroup: implement cgroup->e_csets[]
by Tejun Heo
· 11 years ago
aec3dfc
cgroup: introduce effective cgroup_subsys_state
by Tejun Heo
· 11 years ago
f392e51
cgroup: update cgroup->subsys_mask to ->child_subsys_mask and restore cgroup_root->subsys_mask
by Tejun Heo
· 11 years ago
ea8fd3b
cgroup: cgroup_apply_cftypes() shouldn't skip the default hierarhcy
by Tejun Heo
· 11 years ago
e37a06f
cgroup: fix the retry path of cgroup_mount()
by Li Zefan
· 11 years ago
49957f8
cgroup: newly created dirs and files should be owned by the creator
by Tejun Heo
· 11 years ago
c6b3d5b
cgroup: fix top cgroup refcnt leak
by Li Zefan
· 11 years ago
32d01dc
Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 11 years ago
1ec4183
cgroup: remove useless argument from cgroup_exit()
by Li Zefan
· 11 years ago
e8604cb
cgroup: fix spurious lockdep warning in cgroup_exit()
by Li Zefan
· 11 years ago
01a97140
cgroup: Use RCU_INIT_POINTER(x, NULL) in cgroup.c
by Monam Agarwal
· 11 years ago
e1b2dc1
cgroup: break kernfs active_ref protection in cgroup directory operations
by Tejun Heo
· 11 years ago
1b9aba4
cgroup: fix cgroup_taskset walking order
by Tejun Heo
· 11 years ago
8cbbf2c
cgroup: implement CFTYPE_ONLY_ON_DFL
by Tejun Heo
· 11 years ago
a2dd424
cgroup: make cgrp_dfl_root mountable
by Tejun Heo
· 11 years ago
4d3bb51
cgroup: drop const from @buffer of cftype->write_string()
by Tejun Heo
· 11 years ago
3dd06ff
cgroup: rename cgroup_dummy_root and related names
by Tejun Heo
· 11 years ago
9441962
cgroup: move ->subsys_mask from cgroupfs_root to cgroup
by Tejun Heo
· 11 years ago
5df3603
cgroup: treat cgroup_dummy_root as an equivalent hierarchy during rebinding
by Tejun Heo
· 11 years ago
985ed67
cgroup: use cgroup_setup_root() to initialize cgroup_dummy_root
by Tejun Heo
· 11 years ago
172a2c06
cgroup: reorganize cgroup bootstrapping
by Tejun Heo
· 11 years ago
5d77381
cgroup: relocate setting of CGRP_DEAD
by Tejun Heo
· 11 years ago
3eb59ec
cgroup: fix a failure path in create_css()
by Li Zefan
· 11 years ago
952aaa1
cgroup: update cgroup_transfer_tasks() to either succeed or fail
by Tejun Heo
· 11 years ago
0e1d768
cgroup: drop task_lock() protection around task->cgroups
by Tejun Heo
· 11 years ago
eaf797a
cgroup: update how a newly forked task gets associated with css_set
by Tejun Heo
· 11 years ago
1958d2d
cgroup: split process / task migration into four steps
by Tejun Heo
· 11 years ago
ceb6a08
cgroup: separate out cset_group_from_root() from task_cgroup_from_root()
by Tejun Heo
· 11 years ago
b3dc094
cgroup: use css_set->mg_tasks to track target tasks during migration
by Tejun Heo
· 11 years ago
c756112
cgroup: add css_set->mg_tasks
by Tejun Heo
· 11 years ago
f153ad1
Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15
by Tejun Heo
· 11 years ago
532de3f
cgroup: update cgroup_enable_task_cg_lists() to grab siglock
by Tejun Heo
· 11 years ago
dc5736e
cgroup: add a validation check to cgroup_add_cftyps()
by Li Zefan
· 11 years ago
Next »