aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
Commit message (Expand)AuthorAge
* cgroups: fix a css_set not found bug in cgroup_attach_procMandeep Singh Baines2011-12-19
* memcg: replace ss->id_lock with a rwlockAndrew Bresticker2011-11-02
* cgroups: don't attach task to subsystem if migration failedBen Blum2011-11-02
* cgroups: more safe tasklist locking in cgroup_attach_procBen Blum2011-11-02
* locking, sched, cgroups: Annotate release_list_lock as rawThomas Gleixner2011-09-13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-07-27
|\
| * cgroupfs: use init_cred when populating new cgroupfs mounteparis@redhat2011-06-08
* | atomic: use <linux/atomic.h>Arun Sharma2011-07-26
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-25
|\ \
| * | rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko2011-07-08
| |/
* / kill file_permission() completelyAl Viro2011-07-20
|/
* cgroup: remove the ns_cgroupDaniel Lezcano2011-05-26
* cgroups: use flex_array in attach_procBen Blum2011-05-26
* cgroups: make procs file writableBen Blum2011-05-26
* cgroups: add per-thread subsystem callbacksBen Blum2011-05-26
* cgroup,rcu: convert call_rcu(__free_css_id_cb) to kfree_rcu()Lai Jiangshan2011-05-08
* cgroup,rcu: convert call_rcu(free_cgroup_rcu) to kfree_rcu()Lai Jiangshan2011-05-08
* cgroup,rcu: convert call_rcu(free_css_set_rcu) to kfree_rcu()Lai Jiangshan2011-05-08
* Fix common misspellingsLucas De Marchi2011-03-31
* cgroups: if you list_empty() a head then don't list_del() itPhil Carmody2011-03-22
* perf: Add cgroup supportStephane Eranian2011-02-16
* cgroup: Fix cgroup_subsys::exit callbackPeter Zijlstra2011-02-16
* Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-01-14
|\
| * cgroups: Fix a lockdep warning at cgroup removalLi Zefan2011-01-14
* | cgroup_fs: fix cgroup use of simple_lookup()Al Viro2011-01-14
* | switch cgroupAl Viro2011-01-12
|/
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-07
* fs: dcache rationalise dget variantsNick Piggin2011-01-07
* fs: dcache remove dcache_lockNick Piggin2011-01-07
* fs: dcache scale subdirsNick Piggin2011-01-07
* fs: dcache scale dentry refcountNick Piggin2011-01-07
* fs: change d_delete semanticsNick Piggin2011-01-07
* cgroup fs: avoid switching ->d_op on live dentryNick Piggin2011-01-07
* convert cgroup and cpusetAl Viro2010-10-29
* cgroups: add check for strcpy destination string overflowEvgeny Kuznetsov2010-10-27
* cgroup: make the mount options parsing more accurateDaniel Lezcano2010-10-27
* cgroup: add clone_children control fileDaniel Lezcano2010-10-27
* fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-25
* Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\
| * BKL: Remove BKL from cgroupJan Blunck2010-10-04
| * BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-04
* | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2010-10-07
|\|
| * cgroups: fix API thinkoMichael S. Tsirkin2010-09-09
* | cgroups: __rcu annotationsArnd Bergmann2010-08-19
|/
* 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