Skip to content
GitLab
Explore
Sign in
Commits · 01a971406177c2ca9834be6914a67e20f463a3e6
linux
Browse files
Mar 24, 2014
cgroup: Use RCU_INIT_POINTER(x, NULL) in cgroup.c
· 01a97140
Monam Agarwal
authored
Mar 24, 2014
01a97140
Mar 20, 2014
cgroup: break kernfs active_ref protection in cgroup directory operations
· e1b2dc17
Tejun Heo
authored
Mar 20, 2014
e1b2dc17
Mar 19, 2014
cgroup: fix cgroup_taskset walking order
· 1b9aba49
Tejun Heo
authored
Mar 19, 2014
1b9aba49
cgroup: implement CFTYPE_ONLY_ON_DFL
· 8cbbf2c9
Tejun Heo
authored
Mar 19, 2014
8cbbf2c9
cgroup: make cgrp_dfl_root mountable
· a2dd4247
Tejun Heo
authored
Mar 19, 2014
a2dd4247
cgroup: drop const from @buffer of cftype->write_string()
· 4d3bb511
Tejun Heo
authored
Mar 19, 2014
4d3bb511
cgroup: rename cgroup_dummy_root and related names
· 3dd06ffa
Tejun Heo
authored
Mar 19, 2014
3dd06ffa
cgroup: move ->subsys_mask from cgroupfs_root to cgroup
· 94419627
Tejun Heo
authored
Mar 19, 2014
94419627
cgroup: treat cgroup_dummy_root as an equivalent hierarchy during rebinding
· 5df36032
Tejun Heo
authored
Mar 19, 2014
5df36032
cgroup: remove NULL checks from [pr_cont_]cgroup_{name|path}()
· fdce6bf8
Tejun Heo
authored
Mar 19, 2014
fdce6bf8
cgroup: use cgroup_setup_root() to initialize cgroup_dummy_root
· 985ed670
Tejun Heo
authored
Mar 19, 2014
985ed670
cgroup: reorganize cgroup bootstrapping
· 172a2c06
Tejun Heo
authored
Mar 19, 2014
172a2c06
cgroup: relocate setting of CGRP_DEAD
· 5d77381f
Tejun Heo
authored
Mar 19, 2014
5d77381f
Mar 03, 2014
cpuset: use rcu_read_lock() to protect task_cs()
· b8dadcb5
Li Zefan
authored
Mar 03, 2014
b8dadcb5
Feb 25, 2014
cgroup_freezer: document freezer_fork() subtleties
· a60bed29
Tejun Heo
authored
Feb 12, 2014
a60bed29
cgroup: update cgroup_transfer_tasks() to either succeed or fail
· 952aaa12
Tejun Heo
authored
Feb 25, 2014
952aaa12
cgroup: drop task_lock() protection around task->cgroups
· 0e1d768f
Tejun Heo
authored
Feb 25, 2014
0e1d768f
cgroup: update how a newly forked task gets associated with css_set
· eaf797ab
Tejun Heo
authored
Feb 25, 2014
eaf797ab
cgroup: split process / task migration into four steps
· 1958d2d5
Tejun Heo
authored
Feb 25, 2014
1958d2d5
cgroup: separate out cset_group_from_root() from task_cgroup_from_root()
· ceb6a081
Tejun Heo
authored
Feb 25, 2014
ceb6a081
cgroup: use css_set->mg_tasks to track target tasks during migration
· b3dc094e
Tejun Heo
authored
Feb 25, 2014
b3dc094e
cgroup: add css_set->mg_tasks
· c7561128
Tejun Heo
authored
Feb 25, 2014
c7561128
Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15
· f153ad11
Tejun Heo
authored
Feb 25, 2014
f153ad11
Feb 18, 2014
cgroup: update cgroup_enable_task_cg_lists() to grab siglock
· 532de3fc
Tejun Heo
authored
Feb 13, 2014
532de3fc
cgroup: add a validation check to cgroup_add_cftyps()
· dc5736ed
Li Zefan
authored
Feb 17, 2014
dc5736ed
Feb 14, 2014
cgroup: deal with dummp_top in cgroup_name() and cgroup_path()
· cc045e39
Li Zefan
authored
Feb 14, 2014
cc045e39
cgroup: fix memory leak in cgroup_mount()
· 6534fd6c
Li Zefan
authored
Feb 14, 2014
6534fd6c
cgroup: fix locking in cgroupstats_build()
· bad34660
Li Zefan
authored
Feb 14, 2014
bad34660
Feb 13, 2014
cgroup: fix coccinelle warnings
· 430af8ad
Fengguang Wu
authored
Feb 13, 2014
430af8ad
sparc: fix implicit include of slab.h in leon_pci_grpci2.c
· d6250ee2
Paul Gortmaker
authored
Feb 13, 2014
d6250ee2
cgroup: unexport functions
· 8541fecc
Tejun Heo
authored
Feb 13, 2014
8541fecc
cgroup: cosmetic updates to cgroup_attach_task()
· 9db8de37
Tejun Heo
authored
Feb 13, 2014
9db8de37
cgroup: remove cgroup_taskset_cur_css() and cgroup_taskset_size()
· bc668c75
Tejun Heo
authored
Feb 13, 2014
bc668c75
cpuset: don't use cgroup_taskset_cur_css()
· 57fce0a6
Tejun Heo
authored
Feb 13, 2014
57fce0a6
cgroup: drop @skip_css from cgroup_taskset_for_each()
· 924f0d9a
Tejun Heo
authored
Feb 13, 2014
924f0d9a
cgroup: move css_set_rwsem locking outside of cgroup_task_migrate()
· cb0f1fe9
Tejun Heo
authored
Feb 13, 2014
cb0f1fe9
cgroup: separate out put_css_set_locked() and remove put_css_set_taskexit()
· 89c5509b
Tejun Heo
authored
Feb 13, 2014
89c5509b
cgroup: remove css_scan_tasks()
· 889ed9ce
Tejun Heo
authored
Feb 13, 2014
889ed9ce
cpuset: use css_task_iter_start/next/end() instead of css_scan_tasks()
· d66393e5
Tejun Heo
authored
Feb 13, 2014
d66393e5
cgroup: make css_set_lock a rwsem and rename it to css_set_rwsem
· 96d365e0
Tejun Heo
authored
Feb 13, 2014
96d365e0
Loading