aboutsummaryrefslogtreecommitdiff
path: root/include/linux/cgroup.h
AgeCommit message (Expand)Author
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-01-03cgroup: propagate mode_tAl Viro
2011-12-12cgroup: kill subsys->can_attach_task(), pre_attach() and attach_task()Tejun Heo
2011-12-12cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a...Tejun Heo
2011-11-02memcg: replace ss->id_lock with a rwlockAndrew Bresticker
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko
2011-05-26cgroup: remove the ns_cgroupDaniel Lezcano
2011-05-26cgroups: add per-thread subsystem callbacksBen Blum
2011-03-31Fix common misspellingsLucas De Marchi
2011-02-16perf: Add cgroup supportStephane Eranian
2011-02-16cgroup: Fix cgroup_subsys::exit callbackPeter Zijlstra
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König
2010-10-27cgroup: add clone_children control fileDaniel Lezcano
2010-10-07Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar
2010-09-09cgroups: fix API thinkoMichael S. Tsirkin
2010-08-19cgroups: __rcu annotationsArnd Bergmann
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-07-28cgroups: Add an API to attach a task to current task's cgroupSridhar Samudrala
2010-06-08sched: Fix PROVE_RCU vs cpu_cgroupPeter Zijlstra
2010-05-27cgroups: make cftype.unregister_event() void-returningKirill A. Shutemov
2010-05-04cgroup: Check task_lock in task_subsys_state()Li Zefan
2010-03-12cgroups: remove events before destroying subsystem state objectsKirill A. Shutemov
2010-03-12cgroup: implement eventfd-based generic API for notificationsKirill A. Shutemov
2010-03-12cgroups: subsystem module unloadingBen Blum
2010-03-12cgroups: subsystem module loading interfaceBen Blum
2010-03-12cgroups: revamp subsys arrayBen Blum
2010-03-12cgroup: introduce coalesce css_get() and css_put()Daisuke Nishimura
2010-03-12cgroup: introduce cancel_attach()Daisuke Nishimura
2010-02-25sched: Use lockdep-based checking on rcu_dereference()Paul E. McKenney
2009-10-01const: constify remaining file_operationsAlexey Dobriyan
2009-09-24cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum
2009-09-24cgroups: change css_set freeing mechanism to be under RCUBen Blum
2009-09-24cgroups: ensure correct concurrent opening/reading of pidlists across pid nam...Ben Blum
2009-09-24cgroups: add a read-only "procs" file similar to "tasks" that shows only uniq...Ben Blum
2009-09-24cgroups: revert "cgroups: fix pid namespace bug"Paul Menage
2009-07-29cgroup avoid permanent sleep at rmdirKAMEZAWA Hiroyuki
2009-07-29cgroups: fix pid namespace bugLi Zefan
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-04-02cgroups: add 'data' field to struct cgroup_scannerLi Zefan
2009-04-02memcg: fix OOM killer under memcgKAMEZAWA Hiroyuki
2009-04-02cgroups: show correct file modeLi Zefan
2009-04-02cgroup: fix frequent -EBUSY at rmdirKAMEZAWA Hiroyuki
2009-04-02cgroup: CSS ID supportKAMEZAWA Hiroyuki
2009-04-02cgroups: relax ns_can_attach checks to allow attaching to grandchild cgroupsGrzegorz Nosek
2009-04-02cgroups: fix cgroup.h commentsPaul Menage
2009-03-30trivial: fix where cgroup documentation is not correctly referred toThadeu Lima de Souza Cascardo
2009-02-11cgroups: fix lockdep subclasses overflowLi Zefan
2009-01-29cgroups: add cpu_relax() calls in css_tryget() and cgroup_clear_css_refs()Paul Menage
2009-01-08cgroups: add css_tryget()Paul Menage
2009-01-08cgroups: add a per-subsystem hierarchy_mutexPaul Menage