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
2013-07-31
cgroup: convert cgroup_ida to cgroup_idr
Li Zefan
1
-6
/
+27
2013-07-31
cgroup: more naming cleanups
Li Zefan
1
-13
/
+13
2013-07-31
cgroup: remove struct cgroup_seqfile_state
Li Zefan
1
-32
/
+13
2013-07-31
cgroup: remove sparse tags from offline_css()
Li Zefan
1
-3
/
+2
2013-07-31
cgroup: fix a leak when percpu_ref_init() fails
Li Zefan
1
-1
/
+3
2013-07-23
Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-12
/
+19
2013-07-16
cgroup: remove gratuituous BUG_ON()s from rebind_subsystems()
Tejun Heo
1
-9
/
+0
2013-07-16
cgroup: move module ref handling into rebind_subsystems()
Tejun Heo
1
-65
/
+28
2013-07-14
cgroup: we can use simple_lookup() now
Al Viro
1
-10
/
+1
2013-07-12
cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path()
Tejun Heo
1
-12
/
+19
2013-07-12
cgroup: move number_of_cgroups test out of rebind_subsystems() into cgroup_re...
Tejun Heo
1
-7
/
+6
2013-07-12
cgroup: make rebind_subsystems() handle file additions and removals with prop...
Tejun Heo
1
-32
/
+41
2013-07-12
cgroup: use for_each_subsys() instead of for_each_root_subsys() in cgroup_pop...
Tejun Heo
1
-5
/
+8
2013-07-12
cgroup: update error handling in cgroup_populate_dir()
Tejun Heo
1
-2
/
+11
2013-07-12
cgroup: separate out cgroup_base_files[] handling out of cgroup_populate/clea...
Tejun Heo
1
-27
/
+19
2013-07-12
cgroup: fix cgroup_add_cftypes() error handling
Tejun Heo
1
-8
/
+18
2013-07-12
cgroup: fix error path of cgroup_addrm_files()
Tejun Heo
1
-6
/
+22
2013-07-12
cgroup: minor updates around cgroup_clear_directory()
Tejun Heo
1
-11
/
+8
2013-06-29
cgroup: CGRP_ROOT_SUBSYS_BOUND should also be ignored when mounting an existi...
Tejun Heo
1
-1
/
+1
2013-06-27
cgroup: CGRP_ROOT_SUBSYS_BOUND should be ignored when comparing mount options
Tejun Heo
1
-1
/
+4
2013-06-27
cgroup: fix deadlock on cgroup_mutex via drop_parsed_module_refcounts()
Tejun Heo
1
-2
/
+2
2013-06-26
cgroup: always use RCU accessors for protected accesses
Tejun Heo
1
-9
/
+12
2013-06-26
cgroup: fix RCU accesses around task->cgroups
Tejun Heo
1
-11
/
+13
2013-06-26
cgroup: grab cgroup_mutex in drop_parsed_module_refcounts()
Tejun Heo
1
-5
/
+5
2013-06-26
cgroup: fix cgroupfs_root early destruction path
Tejun Heo
1
-3
/
+19
2013-06-25
cgroup: reserve ID 0 for dummy_root and 1 for unified hierarchy
Tejun Heo
1
-4
/
+6
2013-06-25
cgroup: implement for_each_[builtin_]subsys()
Tejun Heo
1
-76
/
+71
2013-06-25
cgroup: move init_css_set initialization inside cgroup_mutex
Tejun Heo
1
-4
/
+4
2013-06-24
cgroup: s/for_each_subsys()/for_each_root_subsys()/
Tejun Heo
1
-25
/
+22
2013-06-24
cgroup: clean up find_css_set() and friends
Tejun Heo
1
-21
/
+17
2013-06-24
cgroup: remove cgroup->actual_subsys_mask
Tejun Heo
1
-10
/
+12
2013-06-24
cgroup: prefix global variables with "cgroup_"
Tejun Heo
1
-76
/
+77
2013-06-19
cgroup: rename cont to cgrp
Li Zefan
1
-11
/
+11
2013-06-18
cgroup: clean up cgroup_serial_nr_cursor
Tejun Heo
1
-7
/
+8
2013-06-18
cgroup: convert cgroup_cft_commit() to use cgroup_for_each_descendant_pre()
Li Zefan
1
-36
/
+44
2013-06-18
cgroup: make serial_nr_cursor available throughout cgroup.c
Li Zefan
1
-8
/
+10
2013-06-18
cgroup: fix memory leak in cgroup_rm_cftypes()
Li Zefan
1
-1
/
+2
2013-06-18
cgroup: fix umount vs cgroup_event_remove() race
Li Zefan
1
-6
/
+19
2013-06-18
cgroup: fix umount vs cgroup_cfts_commit() race
Li Zefan
1
-1
/
+8
2013-06-18
cgroup: disallow rename(2) if sane_behavior
Tejun Heo
1
-0
/
+7
2013-06-13
cgroup: use percpu refcnt for cgroup_subsys_states
Tejun Heo
1
-61
/
+104
2013-06-13
Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Tejun Heo
1
-5
/
+8
2013-06-13
cgroup: split cgroup destruction into two steps
Tejun Heo
1
-11
/
+27
2013-06-13
cgroup: reorder the operations in cgroup_destroy_locked()
Tejun Heo
1
-26
/
+35
2013-06-13
cgroup: remove cgroup->count and use
Tejun Heo
1
-16
/
+5
2013-06-13
cgroup: drop unnecessary RCU dancing from __put_css_set()
Tejun Heo
1
-10
/
+10
2013-06-13
cgroup: rename CGRP_REMOVED to CGRP_DEAD
Tejun Heo
1
-16
/
+14
2013-06-13
cgroup: use kzalloc() instead of kmalloc()
Tejun Heo
1
-7
/
+7
2013-06-13
cgroup: bring some sanity to naming around cg_cgroup_link
Tejun Heo
1
-113
/
+113
2013-06-13
cgroup: consistently use @cset for struct css_set variables
Tejun Heo
1
-107
/
+109
[prev]
[next]