summaryrefslogtreecommitdiffstats
path: root/include/linux/cgroup.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * trivial: fix where cgroup documentation is not correctly referred toThadeu Lima de Souza Cascardo2009-03-301-1/+4
* | cgroups: add 'data' field to struct cgroup_scannerLi Zefan2009-04-021-0/+1
* | memcg: fix OOM killer under memcgKAMEZAWA Hiroyuki2009-04-021-1/+1
* | cgroups: show correct file modeLi Zefan2009-04-021-0/+5
* | cgroup: fix frequent -EBUSY at rmdirKAMEZAWA Hiroyuki2009-04-021-1/+5
* | cgroup: CSS ID supportKAMEZAWA Hiroyuki2009-04-021-0/+50
* | cgroups: relax ns_can_attach checks to allow attaching to grandchild cgroupsGrzegorz Nosek2009-04-021-2/+2
* | cgroups: fix cgroup.h commentsPaul Menage2009-04-021-30/+41
|/
* cgroups: fix lockdep subclasses overflowLi Zefan2009-02-111-0/+1
* cgroups: add cpu_relax() calls in css_tryget() and cgroup_clear_css_refs()Paul Menage2009-01-291-0/+1
* cgroups: add css_tryget()Paul Menage2009-01-081-6/+32
* cgroups: add a per-subsystem hierarchy_mutexPaul Menage2009-01-081-1/+16
* cgroups: make cgroup_path() RCU-safePaul Menage2009-01-081-1/+4
* cgroups: don't put struct cgroupfs_root protected by RCULai Jiangshan2009-01-081-1/+0
* mm: remove cgroup_mm_owner_callbacksHugh Dickins2009-01-061-13/+1
* cgroups: tiny cleanupsLi Zefan2008-10-301-4/+0
* cgroups: fix declaration of cgroup_mm_owner_callbacksPaul Menage2008-10-201-9/+6
* cgroups: convert tasks file to use a seq_file with shared pid arrayPaul Menage2008-10-201-0/+10
* cgroups: fix probable race with put_css_set[_taskexit] and find_css_setLai Jiangshan2008-10-201-2/+1
* memrlimit: cgroup mm owner callback changes to add task infoBalbir Singh2008-10-161-1/+2
* cgroup_clone: use pid of newly created task for new cgroupSerge E. Hallyn2008-07-251-1/+2
* cgroups: misc cleanups to write_string patchsetPaul Menage2008-07-251-2/+2
* cgroup files: move the release_agent file to use typed handlersPaul Menage2008-07-251-0/+2
* cgroup files: add write_string cgroup control file methodPaul Menage2008-07-251-0/+14
OpenPOWER on IntegriCloud