aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
Commit message (Expand)AuthorAge
* cgroups: fix API thinkoMichael S. Tsirkin2010-09-09
* cgroups: save space for the terminatorDan Carpenter2010-08-11
* cgroupfs: create /sys/fs/cgroup to mount cgroupfs onGreg KH2010-08-05
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-08-04
|\
| * cgroups: Add an API to attach a task to current task's cgroupSridhar Samudrala2010-07-28
* | cgroups: alloc_css_id() increments hierarchy depthGreg Thelen2010-06-04
|/
* cgroups: make cftype.unregister_event() void-returningKirill A. Shutemov2010-05-27
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-20
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-04-22
| |\
| * | Fix typos in commentsThomas Weber2010-03-16
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-18
|\ \ \
| * | | sched, wait: Use wrapper functionsChangli Gao2010-05-11
| | |/ | |/|
* | | memcg: fix css_is_ancestor() RCU lockingKAMEZAWA Hiroyuki2010-05-11
* | | memcg: fix css_id() RCU locking for realKAMEZAWA Hiroyuki2010-05-11
* | | cgroup: Fix an RCU warning in alloc_css_id()Li Zefan2010-05-04
* | | cgroup: Fix an RCU warning in cgroup_path()Li Zefan2010-05-04
|/ /
* / cgroups: remove duplicate includeLi Zefan2010-03-24
|/
* cgroups: remove events before destroying subsystem state objectsKirill A. Shutemov2010-03-12
* cgroups: fix race between userspace and kernelspaceKirill A. Shutemov2010-03-12
* cgroup: implement eventfd-based generic API for notificationsKirill A. Shutemov2010-03-12
* cgroups: clean up cgroup_pidlist_find() a bitLi Zefan2010-03-12
* cgroups: blkio subsystem as moduleBen Blum2010-03-12
* cgroups: subsystem module unloadingBen Blum2010-03-12
* cgroups: subsystem module loading interfaceBen Blum2010-03-12
* cgroups: revamp subsys arrayBen Blum2010-03-12
* cgroup: introduce coalesce css_get() and css_put()Daisuke Nishimura2010-03-12
* cgroup: introduce cancel_attach()Daisuke Nishimura2010-03-12
* sched, cgroups: Fix module exportIngo Molnar2010-02-25
* sched: Use lockdep-based checking on rcu_dereference()Paul E. McKenney2010-02-25
* cgroups: fix to return errno in a failure pathLi Zefan2010-02-02
* cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput()Dave Anderson2010-01-11
* cgroup: fix strstrip() misuseKOSAKI Motohiro2009-10-29
* cgroup: catch bad css refcnt at css_putKAMEZAWA Hiroyuki2009-10-01
* const: constify remaining file_operationsAlexey Dobriyan2009-10-01
* cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum2009-09-24
* cgroups: change css_set freeing mechanism to be under RCUBen Blum2009-09-24
* cgroups: use vmalloc for large cgroups pidlist allocationsBen Blum2009-09-24
* cgroups: ensure correct concurrent opening/reading of pidlists across pid nam...Ben Blum2009-09-24
* cgroups: add a read-only "procs" file similar to "tasks" that shows only uniq...Ben Blum2009-09-24
* cgroups: revert "cgroups: fix pid namespace bug"Paul Menage2009-09-24
* cgroups: allow cgroup hierarchies to be created with no bound subsystemsPaul Menage2009-09-24
* cgroups: add a back-pointer from struct cg_cgroup_link to struct cgroupPaul Menage2009-09-24
* cgroups: move the cgroup debug subsys into cgroup.c to access internal statePaul Menage2009-09-24
* cgroups: support named cgroups hierarchiesPaul Menage2009-09-24
* cgroups: make unlock sequence in cgroup_get_sb consistentXiaotian Feng2009-09-24
* seq_file: constify seq_operationsJames Morris2009-09-23
* const: mark remaining inode_operations as constAlexey Dobriyan2009-09-22
* const: mark remaining super_operations constAlexey Dobriyan2009-09-22
* writeback: add name to backing_dev_infoJens Axboe2009-09-11
* cgroup avoid permanent sleep at rmdirKAMEZAWA Hiroyuki2009-07-29