aboutsummaryrefslogtreecommitdiff
path: root/kernel/cgroup.c
AgeCommit message (Expand)Author
2010-06-04cgroups: alloc_css_id() increments hierarchy depthGreg Thelen
2010-05-27cgroups: make cftype.unregister_event() void-returningKirill A. Shutemov
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2010-05-18Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-05-11memcg: fix css_is_ancestor() RCU lockingKAMEZAWA Hiroyuki
2010-05-11memcg: fix css_id() RCU locking for realKAMEZAWA Hiroyuki
2010-05-11sched, wait: Use wrapper functionsChangli Gao
2010-05-04cgroup: Fix an RCU warning in alloc_css_id()Li Zefan
2010-05-04cgroup: Fix an RCU warning in cgroup_path()Li Zefan
2010-04-23Merge branch 'master' into for-nextJiri Kosina
2010-03-24cgroups: remove duplicate includeLi Zefan
2010-03-16Fix typos in commentsThomas Weber
2010-03-12cgroups: remove events before destroying subsystem state objectsKirill A. Shutemov
2010-03-12cgroups: fix race between userspace and kernelspaceKirill A. Shutemov
2010-03-12cgroup: implement eventfd-based generic API for notificationsKirill A. Shutemov
2010-03-12cgroups: clean up cgroup_pidlist_find() a bitLi Zefan
2010-03-12cgroups: blkio subsystem as moduleBen Blum
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, cgroups: Fix module exportIngo Molnar
2010-02-25sched: Use lockdep-based checking on rcu_dereference()Paul E. McKenney
2010-02-02cgroups: fix to return errno in a failure pathLi Zefan
2010-01-11cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput()Dave Anderson
2009-10-29cgroup: fix strstrip() misuseKOSAKI Motohiro
2009-10-01cgroup: catch bad css refcnt at css_putKAMEZAWA Hiroyuki
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: use vmalloc for large cgroups pidlist allocationsBen 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-09-24cgroups: allow cgroup hierarchies to be created with no bound subsystemsPaul Menage
2009-09-24cgroups: add a back-pointer from struct cg_cgroup_link to struct cgroupPaul Menage
2009-09-24cgroups: move the cgroup debug subsys into cgroup.c to access internal statePaul Menage
2009-09-24cgroups: support named cgroups hierarchiesPaul Menage
2009-09-24cgroups: make unlock sequence in cgroup_get_sb consistentXiaotian Feng
2009-09-23seq_file: constify seq_operationsJames Morris
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan
2009-09-22const: mark remaining super_operations constAlexey Dobriyan
2009-09-11writeback: add name to backing_dev_infoJens Axboe
2009-07-29cgroup avoid permanent sleep at rmdirKAMEZAWA Hiroyuki
2009-07-29cgroups: fix pid namespace bugLi Zefan
2009-06-18cgroups: forbid noprefix if mounting more than just cpuset subsystemLi Zefan
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro
2009-04-02memcg: fix OOM killer under memcgKAMEZAWA Hiroyuki