aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cgroup.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-02Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+15
2012-09-14cgroup: mark subsystems with broken hierarchy support and whine if cgroups are nested for themTejun Heo1-0/+15
2012-09-14cgroup: Define CGROUP_SUBSYS_COUNT according the configurationDaniel Wagner1-7/+1
2012-09-14cgroup: Assign subsystem IDs during compile timeDaniel Wagner1-1/+1
2012-09-14cgroup: Wrap subsystem selection macroDaniel Wagner1-0/+4
2012-09-14cgroup: Remove CGROUP_BUILTIN_SUBSYS_COUNTDaniel Wagner1-1/+1
2012-08-24cgroup: add xattr supportAristeu Rozanski1-3/+10
2012-06-06cgroup: remove hierarchy_mutexLi Zefan1-15/+2
2012-04-11cgroup: remove cgroup_subsys->populate()Tejun Heo1-1/+0
2012-04-01cgroup: make css->refcnt clearing on cgroup removal optionalTejun Heo1-0/+17
2012-04-01cgroup: use negative bias on css->refcnt to block css_tryget()Tejun Heo1-8/+4
2012-04-01cgroup: implement cgroup_rm_cftypes()Tejun Heo1-0/+1
2012-04-01cgroup: introduce struct cfentTejun Heo1-0/+1
2012-04-01cgroup: remove cgroup_add_file[s]()Tejun Heo1-16/+0
2012-04-01cgroup: implement cgroup_add_cftypes() and friendsTejun Heo1-2/+31
2012-04-01cgroup: build list of all cgroups under a given cgroupfs_rootTejun Heo1-0/+2
2012-03-21cgroup: revert ss_id_lock to spinlockHugh Dickins1-1/+1
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan1-17/+12
2012-01-20cgroup: move struct cgroup_pidlist out from the header fileLi Zefan1-32/+0
2012-01-20cgroup: remove cgroup_attach_task_current_cg()Li Zefan1-9/+0
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-6/+25
2012-01-03cgroup: propagate mode_tAl Viro1-1/+1
2011-12-12cgroup: kill subsys->can_attach_task(), pre_attach() and attach_task()Tejun Heo1-3/+0
2011-12-12cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_attach() and attach()Tejun Heo1-3/+25
2011-11-02memcg: replace ss->id_lock with a rwlockAndrew Bresticker1-1/+1
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko1-1/+0
2011-05-26cgroup: remove the ns_cgroupDaniel Lezcano1-3/+0
2011-05-26cgroups: add per-thread subsystem callbacksBen Blum1-4/+6
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-16perf: Add cgroup supportStephane Eranian1-0/+1
2011-02-16cgroup: Fix cgroup_subsys::exit callbackPeter Zijlstra1-1/+2
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-27cgroup: add clone_children control fileDaniel Lezcano1-0/+4
2010-10-07Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/rcuIngo Molnar1-1/+11
2010-09-09cgroups: fix API thinkoMichael S. Tsirkin1-1/+11
2010-08-19cgroups: __rcu annotationsArnd Bergmann1-2/+2
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+7
2010-07-28cgroups: Add an API to attach a task to current task's cgroupSridhar Samudrala1-0/+7
2010-06-08sched: Fix PROVE_RCU vs cpu_cgroupPeter Zijlstra1-6/+14
2010-05-27cgroups: make cftype.unregister_event() void-returningKirill A. Shutemov1-1/+1
2010-05-04cgroup: Check task_lock in task_subsys_state()Li Zefan1-0/+1
2010-03-12cgroups: remove events before destroying subsystem state objectsKirill A. Shutemov1-3/+0
2010-03-12cgroup: implement eventfd-based generic API for notificationsKirill A. Shutemov1-0/+24
2010-03-12cgroups: subsystem module unloadingBen Blum1-1/+3
2010-03-12cgroups: subsystem module loading interfaceBen Blum1-0/+4
2010-03-12cgroups: revamp subsys arrayBen Blum1-2/+8
2010-03-12cgroup: introduce coalesce css_get() and css_put()Daisuke Nishimura1-3/+9
2010-03-12cgroup: introduce cancel_attach()Daisuke Nishimura1-0/+2
2010-02-25sched: Use lockdep-based checking on rcu_dereference()Paul E. McKenney1-1/+4
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1