aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cgroup.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-24cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum1-3/+4
2009-09-24cgroups: change css_set freeing mechanism to be under RCUBen Blum1-0/+3
2009-09-24cgroups: ensure correct concurrent opening/reading of pidlists across pid namespacesBen Blum1-5/+29
2009-09-24cgroups: add a read-only "procs" file similar to "tasks" that shows only unique tgidsBen Blum1-8/+14
2009-09-24cgroups: revert "cgroups: fix pid namespace bug"Paul Menage1-4/+7
2009-07-29cgroup avoid permanent sleep at rmdirKAMEZAWA Hiroyuki1-0/+17
2009-07-29cgroups: fix pid namespace bugLi Zefan1-7/+4
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+4
2009-04-02cgroups: add 'data' field to struct cgroup_scannerLi Zefan1-0/+1
2009-04-02memcg: fix OOM killer under memcgKAMEZAWA Hiroyuki1-1/+1
2009-04-02cgroups: show correct file modeLi Zefan1-0/+5
2009-04-02cgroup: fix frequent -EBUSY at rmdirKAMEZAWA Hiroyuki1-1/+5
2009-04-02cgroup: CSS ID supportKAMEZAWA Hiroyuki1-0/+50
2009-04-02cgroups: relax ns_can_attach checks to allow attaching to grandchild cgroupsGrzegorz Nosek1-2/+2
2009-04-02cgroups: fix cgroup.h commentsPaul Menage1-30/+41
2009-03-30trivial: fix where cgroup documentation is not correctly referred toThadeu Lima de Souza Cascardo1-1/+4
2009-02-11cgroups: fix lockdep subclasses overflowLi Zefan1-0/+1
2009-01-29cgroups: add cpu_relax() calls in css_tryget() and cgroup_clear_css_refs()Paul Menage1-0/+1
2009-01-08cgroups: add css_tryget()Paul Menage1-6/+32
2009-01-08cgroups: add a per-subsystem hierarchy_mutexPaul Menage1-1/+16
2009-01-08cgroups: make cgroup_path() RCU-safePaul Menage1-1/+4
2009-01-08cgroups: don't put struct cgroupfs_root protected by RCULai Jiangshan1-1/+0
2009-01-06mm: remove cgroup_mm_owner_callbacksHugh Dickins1-13/+1
2008-10-30cgroups: tiny cleanupsLi Zefan1-4/+0
2008-10-20cgroups: fix declaration of cgroup_mm_owner_callbacksPaul Menage1-9/+6
2008-10-20cgroups: convert tasks file to use a seq_file with shared pid arrayPaul Menage1-0/+10
2008-10-20cgroups: fix probable race with put_css_set[_taskexit] and find_css_setLai Jiangshan1-2/+1
2008-10-16memrlimit: cgroup mm owner callback changes to add task infoBalbir Singh1-1/+2
2008-07-25cgroup_clone: use pid of newly created task for new cgroupSerge E. Hallyn1-1/+2
2008-07-25cgroups: misc cleanups to write_string patchsetPaul Menage1-2/+2
2008-07-25cgroup files: move the release_agent file to use typed handlersPaul Menage1-0/+2