aboutsummaryrefslogtreecommitdiff
path: root/kernel/cgroup.c
AgeCommit message (Expand)Author
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-12-17kernel: remove reference to feature-removal-schedule.txtTao Ma
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-12-06cgroup_rm_file: don't delete the uncreated filesGao feng
2012-12-03cgroup: remove subsystem files when remounting cgroupGao feng
2012-11-30cgroup: use cgroup_addrm_files() in cgroup_clear_directory()Gao feng
2012-11-30cgroup: warn about broken hierarchies only after css_onlineGlauber Costa
2012-11-28cgroup: list_del_init() on removed eventsGreg Thelen
2012-11-28cgroup: fix lockdep warning for event_controlGreg Thelen
2012-11-28cgroup: move list add after list head initilizationLi Zhong
2012-11-20cgroup: remove obsolete guarantee from cgroup_task_migrate.Tao Ma
2012-11-19cgroup: add cgroup->idTejun Heo
2012-11-19cgroup, cpuset: remove cgroup_subsys->post_clone()Tejun Heo
2012-11-19cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/Tejun Heo
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo
2012-11-19cgroup: allow ->post_create() to failTejun Heo
2012-11-19cgroup: update cgroup_create() failure pathTejun Heo
2012-11-19cgroup: use mutex_trylock() when grabbing i_mutex of a new cgroup directoryTejun Heo
2012-11-19cgroup: simplify cgroup_load_subsys() failure pathTejun Heo
2012-11-19cgroup: introduce CSS_ONLINE flag and on/offline_css() helpersTejun Heo
2012-11-19cgroup: separate out cgroup_destroy_locked()Tejun Heo
2012-11-19cgroup: fix harmless bugs in cgroup_load_subsys() fail path and cgroup_unload...Tejun Heo
2012-11-19cgroup: lock cgroup_mutex in cgroup_init_subsys()Tejun Heo
2012-11-19cgroup: trivial cleanup for cgroup_init/load_subsys()Tejun Heo
2012-11-19cgroup: make CSS_* flags bit masks instead of bit positionsTejun Heo
2012-11-19cgroup: cgroup->dentry isn't a RCU pointerTejun Heo
2012-11-19cgroup: create directory before linking while creating a new cgroupTejun Heo
2012-11-19cgroup: open-code cgroup_create_dir()Tejun Heo
2012-11-19cgroup: initialize cgrp->allcg_node in init_cgroup_housekeeping()Tejun Heo
2012-11-19cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()Tejun Heo
2012-11-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman
2012-11-09cgroup: implement generic child / descendant walk macrosTejun Heo
2012-11-09cgroup: use rculist ops for cgroup->childrenTejun Heo
2012-11-09cgroup: add cgroup_subsys->post_create()Tejun Heo
2012-11-08cgroup: set 'start' with the right value in cgroup_path.Tao Ma
2012-11-06Merge branch 'cgroup/for-3.7-fixes' into cgroup/for-3.8Tejun Heo
2012-11-05Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8Tejun Heo
2012-11-05cgroup: make ->pre_destroy() return voidTejun Heo
2012-11-05cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_...Tejun Heo
2012-11-05cgroup: deactivate CSS's and mark cgroup dead before invoking ->pre_destroy()Tejun Heo
2012-11-05cgroup: use cgroup_lock_live_group(parent) in cgroup_create()Tejun Heo
2012-11-05cgroup: kill CSS_REMOVEDTejun Heo
2012-11-05cgroup: kill cgroup_subsys->__DEPRECATED_clear_css_refsTejun Heo
2012-10-19Revert "cgroup: Remove task_lock() from cgroup_post_fork()"Tejun Heo
2012-10-19Revert "cgroup: Drop task_lock(parent) on cgroup_fork()"Tejun Heo
2012-10-16cgroup: notify_on_release may not be triggered in some casesDaisuke Nishimura
2012-10-16cgroup: cgroup_subsys->fork() should be called after the task is added to css...Tejun Heo
2012-10-02Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-09-14cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Tejun Heo
2012-09-14cgroup: Assign subsystem IDs during compile timeDaniel Wagner