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
2012-12-17
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
1
-1
/
+0
2012-12-17
kernel: remove reference to feature-removal-schedule.txt
Tao Ma
1
-1
/
+0
2012-12-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-1
/
+1
2012-12-06
cgroup_rm_file: don't delete the uncreated files
Gao feng
1
-6
/
+6
2012-12-03
cgroup: remove subsystem files when remounting cgroup
Gao feng
1
-2
/
+9
2012-11-30
cgroup: use cgroup_addrm_files() in cgroup_clear_directory()
Gao feng
1
-1
/
+3
2012-11-30
cgroup: warn about broken hierarchies only after css_online
Glauber Costa
1
-9
/
+9
2012-11-28
cgroup: list_del_init() on removed events
Greg Thelen
1
-2
/
+2
2012-11-28
cgroup: fix lockdep warning for event_control
Greg Thelen
1
-3
/
+8
2012-11-28
cgroup: move list add after list head initilization
Li Zhong
1
-1
/
+1
2012-11-20
cgroup: remove obsolete guarantee from cgroup_task_migrate.
Tao Ma
1
-5
/
+3
2012-11-19
cgroup: add cgroup->id
Tejun Heo
1
-1
/
+14
2012-11-19
cgroup, cpuset: remove cgroup_subsys->post_clone()
Tejun Heo
1
-4
/
+0
2012-11-19
cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/
Tejun Heo
1
-16
/
+12
2012-11-19
cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...
Tejun Heo
1
-25
/
+26
2012-11-19
cgroup: allow ->post_create() to fail
Tejun Heo
1
-10
/
+19
2012-11-19
cgroup: update cgroup_create() failure path
Tejun Heo
1
-7
/
+14
2012-11-19
cgroup: use mutex_trylock() when grabbing i_mutex of a new cgroup directory
Tejun Heo
1
-3
/
+9
2012-11-19
cgroup: simplify cgroup_load_subsys() failure path
Tejun Heo
1
-11
/
+10
2012-11-19
cgroup: introduce CSS_ONLINE flag and on/offline_css() helpers
Tejun Heo
1
-23
/
+42
2012-11-19
cgroup: separate out cgroup_destroy_locked()
Tejun Heo
1
-15
/
+25
2012-11-19
cgroup: fix harmless bugs in cgroup_load_subsys() fail path and cgroup_unload...
Tejun Heo
1
-1
/
+14
2012-11-19
cgroup: lock cgroup_mutex in cgroup_init_subsys()
Tejun Heo
1
-0
/
+4
2012-11-19
cgroup: trivial cleanup for cgroup_init/load_subsys()
Tejun Heo
1
-3
/
+3
2012-11-19
cgroup: make CSS_* flags bit masks instead of bit positions
Tejun Heo
1
-1
/
+1
2012-11-19
cgroup: cgroup->dentry isn't a RCU pointer
Tejun Heo
1
-5
/
+6
2012-11-19
cgroup: create directory before linking while creating a new cgroup
Tejun Heo
1
-18
/
+12
2012-11-19
cgroup: open-code cgroup_create_dir()
Tejun Heo
1
-25
/
+5
2012-11-19
cgroup: initialize cgrp->allcg_node in init_cgroup_housekeeping()
Tejun Heo
1
-0
/
+1
2012-11-19
cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()
Tejun Heo
1
-2
/
+0
2012-11-19
pidns: Use task_active_pid_ns where appropriate
Eric W. Biederman
1
-1
/
+1
2012-11-09
cgroup: implement generic child / descendant walk macros
Tejun Heo
1
-0
/
+86
2012-11-09
cgroup: use rculist ops for cgroup->children
Tejun Heo
1
-5
/
+3
2012-11-09
cgroup: add cgroup_subsys->post_create()
Tejun Heo
1
-2
/
+13
2012-11-08
cgroup: set 'start' with the right value in cgroup_path.
Tao Ma
1
-2
/
+2
2012-11-06
Merge branch 'cgroup/for-3.7-fixes' into cgroup/for-3.8
Tejun Heo
1
-31
/
+10
2012-11-05
Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8
Tejun Heo
1
-195
/
+61
2012-11-05
cgroup: make ->pre_destroy() return void
Tejun Heo
1
-1
/
+1
2012-11-05
cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_...
Tejun Heo
1
-51
/
+0
2012-11-05
cgroup: deactivate CSS's and mark cgroup dead before invoking ->pre_destroy()
Tejun Heo
1
-46
/
+19
2012-11-05
cgroup: use cgroup_lock_live_group(parent) in cgroup_create()
Tejun Heo
1
-3
/
+13
2012-11-05
cgroup: kill CSS_REMOVED
Tejun Heo
1
-19
/
+12
2012-11-05
cgroup: kill cgroup_subsys->__DEPRECATED_clear_css_refs
Tejun Heo
1
-95
/
+36
2012-10-19
Revert "cgroup: Remove task_lock() from cgroup_post_fork()"
Tejun Heo
1
-12
/
+3
2012-10-19
Revert "cgroup: Drop task_lock(parent) on cgroup_fork()"
Tejun Heo
1
-17
/
+6
2012-10-16
cgroup: notify_on_release may not be triggered in some cases
Daisuke Nishimura
1
-2
/
+1
2012-10-16
cgroup: cgroup_subsys->fork() should be called after the task is added to css...
Tejun Heo
1
-32
/
+30
2012-10-02
Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+11
2012-09-14
cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...
Tejun Heo
1
-1
/
+11
2012-09-14
cgroup: Assign subsystem IDs during compile time
Daniel Wagner
1
-19
/
+3
[next]