summaryrefslogtreecommitdiffstats
path: root/include/linux/cgroup.h
Commit message (Expand)AuthorAgeFilesLines
* cgroup: remove cgroup_subsys->populate()Tejun Heo2012-04-111-1/+0
* cgroup: make css->refcnt clearing on cgroup removal optionalTejun Heo2012-04-011-0/+17
* cgroup: use negative bias on css->refcnt to block css_tryget()Tejun Heo2012-04-011-8/+4
* cgroup: implement cgroup_rm_cftypes()Tejun Heo2012-04-011-0/+1
* cgroup: introduce struct cfentTejun Heo2012-04-011-0/+1
* cgroup: remove cgroup_add_file[s]()Tejun Heo2012-04-011-16/+0
* cgroup: implement cgroup_add_cftypes() and friendsTejun Heo2012-04-011-2/+31
* cgroup: build list of all cgroups under a given cgroupfs_rootTejun Heo2012-04-011-0/+2
* cgroup: revert ss_id_lock to spinlockHugh Dickins2012-03-211-1/+1
* cgroup: remove cgroup_subsys argument from callbacksLi Zefan2012-02-021-17/+12
* cgroup: move struct cgroup_pidlist out from the header fileLi Zefan2012-01-201-32/+0
* cgroup: remove cgroup_attach_task_current_cg()Li Zefan2012-01-201-9/+0
* Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-01-091-6/+25
|\
| * cgroup: kill subsys->can_attach_task(), pre_attach() and attach_task()Tejun Heo2011-12-121-3/+0
| * cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a...Tejun Heo2011-12-121-3/+25
* | cgroup: propagate mode_tAl Viro2012-01-031-1/+1
|/
* memcg: replace ss->id_lock with a rwlockAndrew Bresticker2011-11-021-1/+1
* rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko2011-07-081-1/+0
* cgroup: remove the ns_cgroupDaniel Lezcano2011-05-261-3/+0
* cgroups: add per-thread subsystem callbacksBen Blum2011-05-261-4/+6
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* perf: Add cgroup supportStephane Eranian2011-02-161-0/+1
* cgroup: Fix cgroup_subsys::exit callbackPeter Zijlstra2011-02-161-1/+2
* tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* cgroup: add clone_children control fileDaniel Lezcano2010-10-271-0/+4
* Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2010-10-071-1/+11
|\
| * cgroups: fix API thinkoMichael S. Tsirkin2010-09-091-1/+11
* | cgroups: __rcu annotationsArnd Bergmann2010-08-191-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-08-041-0/+7
|\
| * cgroups: Add an API to attach a task to current task's cgroupSridhar Samudrala2010-07-281-0/+7
* | sched: Fix PROVE_RCU vs cpu_cgroupPeter Zijlstra2010-06-081-6/+14
|/
* cgroups: make cftype.unregister_event() void-returningKirill A. Shutemov2010-05-271-1/+1
* cgroup: Check task_lock in task_subsys_state()Li Zefan2010-05-041-0/+1
* cgroups: remove events before destroying subsystem state objectsKirill A. Shutemov2010-03-121-3/+0
* cgroup: implement eventfd-based generic API for notificationsKirill A. Shutemov2010-03-121-0/+24
* cgroups: subsystem module unloadingBen Blum2010-03-121-1/+3
* cgroups: subsystem module loading interfaceBen Blum2010-03-121-0/+4
* cgroups: revamp subsys arrayBen Blum2010-03-121-2/+8
* cgroup: introduce coalesce css_get() and css_put()Daisuke Nishimura2010-03-121-3/+9
* cgroup: introduce cancel_attach()Daisuke Nishimura2010-03-121-0/+2
* sched: Use lockdep-based checking on rcu_dereference()Paul E. McKenney2010-02-251-1/+4
* const: constify remaining file_operationsAlexey Dobriyan2009-10-011-1/+1
* cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum2009-09-241-3/+4
* cgroups: change css_set freeing mechanism to be under RCUBen Blum2009-09-241-0/+3
* cgroups: ensure correct concurrent opening/reading of pidlists across pid nam...Ben Blum2009-09-241-5/+29
* cgroups: add a read-only "procs" file similar to "tasks" that shows only uniq...Ben Blum2009-09-241-8/+14
* cgroups: revert "cgroups: fix pid namespace bug"Paul Menage2009-09-241-4/+7
* cgroup avoid permanent sleep at rmdirKAMEZAWA Hiroyuki2009-07-291-0/+17
* cgroups: fix pid namespace bugLi Zefan2009-07-291-7/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-04-031-1/+4
|\