index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
cgroup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-07
cgroup: newly created dirs and files should be owned by the creator
Tejun Heo
1
-1
/
+26
2014-04-04
cgroup: fix top cgroup refcnt leak
Li Zefan
1
-2
/
+3
2014-04-03
Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
1
-2175
/
+1536
2014-03-29
cgroup: remove useless argument from cgroup_exit()
Li Zefan
1
-3
/
+2
2014-03-29
cgroup: fix spurious lockdep warning in cgroup_exit()
Li Zefan
1
-2
/
+1
2014-03-24
cgroup: Use RCU_INIT_POINTER(x, NULL) in cgroup.c
Monam Agarwal
1
-1
/
+1
2014-03-20
cgroup: break kernfs active_ref protection in cgroup directory operations
Tejun Heo
1
-1
/
+26
2014-03-19
cgroup: fix cgroup_taskset walking order
Tejun Heo
1
-5
/
+19
2014-03-19
cgroup: implement CFTYPE_ONLY_ON_DFL
Tejun Heo
1
-0
/
+2
2014-03-19
cgroup: make cgrp_dfl_root mountable
Tejun Heo
1
-33
/
+61
2014-03-19
cgroup: drop const from @buffer of cftype->write_string()
Tejun Heo
1
-1
/
+1
2014-03-19
cgroup: rename cgroup_dummy_root and related names
Tejun Heo
1
-87
/
+81
2014-03-19
cgroup: move ->subsys_mask from cgroupfs_root to cgroup
Tejun Heo
1
-22
/
+39
2014-03-19
cgroup: treat cgroup_dummy_root as an equivalent hierarchy during rebinding
Tejun Heo
1
-44
/
+56
2014-03-19
cgroup: use cgroup_setup_root() to initialize cgroup_dummy_root
Tejun Heo
1
-23
/
+20
2014-03-19
cgroup: reorganize cgroup bootstrapping
Tejun Heo
1
-51
/
+49
2014-03-19
cgroup: relocate setting of CGRP_DEAD
Tejun Heo
1
-9
/
+9
2014-03-18
cgroup: fix a failure path in create_css()
Li Zefan
1
-4
/
+7
2014-02-25
cgroup: update cgroup_transfer_tasks() to either succeed or fail
Tejun Heo
1
-5
/
+23
2014-02-25
cgroup: drop task_lock() protection around task->cgroups
Tejun Heo
1
-73
/
+24
2014-02-25
cgroup: update how a newly forked task gets associated with css_set
Tejun Heo
1
-31
/
+55
2014-02-25
cgroup: split process / task migration into four steps
Tejun Heo
1
-59
/
+181
2014-02-25
cgroup: separate out cset_group_from_root() from task_cgroup_from_root()
Tejun Heo
1
-12
/
+17
2014-02-25
cgroup: use css_set->mg_tasks to track target tasks during migration
Tejun Heo
1
-108
/
+115
2014-02-25
cgroup: add css_set->mg_tasks
Tejun Heo
1
-19
/
+37
2014-02-25
Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15
Tejun Heo
1
-6
/
+6
2014-02-18
cgroup: update cgroup_enable_task_cg_lists() to grab siglock
Tejun Heo
1
-0
/
+5
2014-02-18
cgroup: add a validation check to cgroup_add_cftyps()
Li Zefan
1
-0
/
+3
2014-02-14
cgroup: fix memory leak in cgroup_mount()
Li Zefan
1
-0
/
+2
2014-02-14
cgroup: fix locking in cgroupstats_build()
Li Zefan
1
-2
/
+6
2014-02-13
cgroup: fix coccinelle warnings
Fengguang Wu
1
-3
/
+1
2014-02-13
cgroup: unexport functions
Tejun Heo
1
-8
/
+0
2014-02-13
cgroup: cosmetic updates to cgroup_attach_task()
Tejun Heo
1
-22
/
+23
2014-02-13
cgroup: remove cgroup_taskset_cur_css() and cgroup_taskset_size()
Tejun Heo
1
-30
/
+0
2014-02-13
cgroup: move css_set_rwsem locking outside of cgroup_task_migrate()
Tejun Heo
1
-5
/
+11
2014-02-13
cgroup: separate out put_css_set_locked() and remove put_css_set_taskexit()
Tejun Heo
1
-27
/
+23
2014-02-13
cgroup: remove css_scan_tasks()
Tejun Heo
1
-162
/
+0
2014-02-13
cgroup: make css_set_lock a rwsem and rename it to css_set_rwsem
Tejun Heo
1
-47
/
+57
2014-02-13
cgroup: reimplement cgroup_transfer_tasks() without using css_scan_tasks()
Tejun Heo
1
-11
/
+20
2014-02-13
cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count()
Tejun Heo
1
-1
/
+1
2014-02-13
cgroup: relocate cgroup_enable_task_cg_lists()
Tejun Heo
1
-55
/
+48
2014-02-13
cgroup: enable task_cg_lists on the first cgroup mount
Tejun Heo
1
-14
/
+27
2014-02-13
cgroup: drop CGRP_ROOT_SUBSYS_BOUND
Tejun Heo
1
-24
/
+4
2014-02-13
cgroup: disallow xattr, release_agent and name if sane_behavior
Tejun Heo
1
-10
/
+4
2014-02-12
Revert "cgroup: use an ordered workqueue for cgroup destruction"
Tejun Heo
1
-6
/
+2
2014-02-12
cgroup: remove cgroupfs_root->refcnt
Tejun Heo
1
-48
/
+38
2014-02-12
cgroup: rename cgroupfs_root->number_of_cgroups to ->nr_cgrps and make it ato...
Tejun Heo
1
-9
/
+7
2014-02-12
cgroup: remove cgroup->name
Tejun Heo
1
-113
/
+33
2014-02-12
cgroup: make cgroup hold onto its kernfs_node
Tejun Heo
1
-7
/
+9
2014-02-12
cgroup: simplify dynamic cftype addition and removal
Tejun Heo
1
-55
/
+32
[next]