aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cgroup.h
Commit message (Expand)AuthorAge
* cgroup: remove synchronize_rcu() from cgroup_diput()Li Zefan2013-01-24
* cgroup: implement cgroup_rightmost_descendant()Tejun Heo2013-01-07
* cgroup: remove unused dummy cgroup_fork_callbacks()Tejun Heo2013-01-07
* cgroup: remove obsolete guarantee from cgroup_task_migrate.Tao Ma2012-11-20
* cgroup: add cgroup->idTejun Heo2012-11-19
* cgroup, cpuset: remove cgroup_subsys->post_clone()Tejun Heo2012-11-19
* cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/Tejun Heo2012-11-19
* cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo2012-11-19
* cgroup: allow ->post_create() to failTejun Heo2012-11-19
* cgroup: introduce CSS_ONLINE flag and on/offline_css() helpersTejun Heo2012-11-19
* cgroup: make CSS_* flags bit masks instead of bit positionsTejun Heo2012-11-19
* cgroup: cgroup->dentry isn't a RCU pointerTejun Heo2012-11-19
* cgroup: implement generic child / descendant walk macrosTejun Heo2012-11-09
* cgroup: use rculist ops for cgroup->childrenTejun Heo2012-11-09
* cgroup: add cgroup_subsys->post_create()Tejun Heo2012-11-09
* Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8Tejun Heo2012-11-05
|\
| * cgroup: make ->pre_destroy() return voidTejun Heo2012-11-05
| * cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_...Tejun Heo2012-11-05
| * cgroup: kill CSS_REMOVEDTejun Heo2012-11-05
| * cgroup: kill cgroup_subsys->__DEPRECATED_clear_css_refsTejun Heo2012-11-05
* | cgroup: cgroup_subsys->fork() should be called after the task is added to css...Tejun Heo2012-10-16
* | Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-02
|\ \
| * | cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Tejun Heo2012-09-14
| |/
* | cgroup: Define CGROUP_SUBSYS_COUNT according the configurationDaniel Wagner2012-09-14
* | cgroup: Assign subsystem IDs during compile timeDaniel Wagner2012-09-14
* | cgroup: Wrap subsystem selection macroDaniel Wagner2012-09-14
* | cgroup: Remove CGROUP_BUILTIN_SUBSYS_COUNTDaniel Wagner2012-09-14
* | cgroup: add xattr supportAristeu Rozanski2012-08-24
|/
* cgroup: remove hierarchy_mutexLi Zefan2012-06-06
* cgroup: remove cgroup_subsys->populate()Tejun Heo2012-04-11
* cgroup: make css->refcnt clearing on cgroup removal optionalTejun Heo2012-04-01
* cgroup: use negative bias on css->refcnt to block css_tryget()Tejun Heo2012-04-01
* cgroup: implement cgroup_rm_cftypes()Tejun Heo2012-04-01
* cgroup: introduce struct cfentTejun Heo2012-04-01
* cgroup: remove cgroup_add_file[s]()Tejun Heo2012-04-01
* cgroup: implement cgroup_add_cftypes() and friendsTejun Heo2012-04-01
* cgroup: build list of all cgroups under a given cgroupfs_rootTejun Heo2012-04-01
* cgroup: revert ss_id_lock to spinlockHugh Dickins2012-03-21
* cgroup: remove cgroup_subsys argument from callbacksLi Zefan2012-02-02
* cgroup: move struct cgroup_pidlist out from the header fileLi Zefan2012-01-20
* cgroup: remove cgroup_attach_task_current_cg()Li Zefan2012-01-20
* Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-01-09
|\
| * cgroup: kill subsys->can_attach_task(), pre_attach() and attach_task()Tejun Heo2011-12-12
| * cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a...Tejun Heo2011-12-12
* | cgroup: propagate mode_tAl Viro2012-01-03
|/
* memcg: replace ss->id_lock with a rwlockAndrew Bresticker2011-11-02
* rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko2011-07-08
* cgroup: remove the ns_cgroupDaniel Lezcano2011-05-26
* cgroups: add per-thread subsystem callbacksBen Blum2011-05-26
* Fix common misspellingsLucas De Marchi2011-03-31