summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* cgroup: remove the ns_cgroupDaniel Lezcano2011-05-261-116/+0
* cgroups: use flex_array in attach_procBen Blum2011-05-261-9/+24
* cgroups: make procs file writableBen Blum2011-05-261-46/+393
* cgroups: add per-thread subsystem callbacksBen Blum2011-05-261-3/+14
* cgroup,rcu: convert call_rcu(__free_css_id_cb) to kfree_rcu()Lai Jiangshan2011-05-071-9/+1
* cgroup,rcu: convert call_rcu(free_cgroup_rcu) to kfree_rcu()Lai Jiangshan2011-05-071-8/+1
* cgroup,rcu: convert call_rcu(free_css_set_rcu) to kfree_rcu()Lai Jiangshan2011-05-071-7/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* cgroups: if you list_empty() a head then don't list_del() itPhil Carmody2011-03-221-8/+6
* perf: Add cgroup supportStephane Eranian2011-02-161-0/+23
* cgroup: Fix cgroup_subsys::exit callbackPeter Zijlstra2011-02-161-13/+18
* Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-01-141-1/+1
|\
| * cgroups: Fix a lockdep warning at cgroup removalLi Zefan2011-01-141-1/+1
* | cgroup_fs: fix cgroup use of simple_lookup()Al Viro2011-01-141-1/+16
* | switch cgroupAl Viro2011-01-121-23/+7
|/
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-1/+1
* fs: dcache rationalise dget variantsNick Piggin2011-01-071-1/+1
* fs: dcache remove dcache_lockNick Piggin2011-01-071-6/+0
* fs: dcache scale subdirsNick Piggin2011-01-071-2/+17
* fs: dcache scale dentry refcountNick Piggin2011-01-071-2/+0
* fs: change d_delete semanticsNick Piggin2011-01-071-1/+1
* cgroup fs: avoid switching ->d_op on live dentryNick Piggin2011-01-071-5/+22
* convert cgroup and cpusetAl Viro2010-10-291-6/+5
* cgroups: add check for strcpy destination string overflowEvgeny Kuznetsov2010-10-271-0/+2
* cgroup: make the mount options parsing more accurateDaniel Lezcano2010-10-271-30/+60
* cgroup: add clone_children control fileDaniel Lezcano2010-10-271-0/+39
* fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-251-0/+1
* Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-4/+0
|\
| * BKL: Remove BKL from cgroupJan Blunck2010-10-041-8/+0
| * BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-041-0/+4
* | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2010-10-071-6/+7
|\ \ | |/
| * cgroups: fix API thinkoMichael S. Tsirkin2010-09-091-6/+7
* | cgroups: __rcu annotationsArnd Bergmann2010-08-191-1/+1
|/
* cgroups: save space for the terminatorDan Carpenter2010-08-111-2/+2
* cgroupfs: create /sys/fs/cgroup to mount cgroupfs onGreg KH2010-08-051-1/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-08-041-0/+23
|\
| * cgroups: Add an API to attach a task to current task's cgroupSridhar Samudrala2010-07-281-0/+23
* | cgroups: alloc_css_id() increments hierarchy depthGreg Thelen2010-06-041-1/+1
|/
* cgroups: make cftype.unregister_event() void-returningKirill A. Shutemov2010-05-271-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-201-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-04-231-1/+0
| |\
| * | Fix typos in commentsThomas Weber2010-03-161-1/+1
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-181-1/+1
|\ \ \
| * | | sched, wait: Use wrapper functionsChangli Gao2010-05-111-1/+1
| | |/ | |/|
* | | memcg: fix css_is_ancestor() RCU lockingKAMEZAWA Hiroyuki2010-05-111-5/+26
* | | memcg: fix css_id() RCU locking for realKAMEZAWA Hiroyuki2010-05-111-2/+13
* | | cgroup: Fix an RCU warning in alloc_css_id()Li Zefan2010-05-041-2/+2
* | | cgroup: Fix an RCU warning in cgroup_path()Li Zefan2010-05-041-3/+9
|/ /
* | cgroups: remove duplicate includeLi Zefan2010-03-241-1/+0
|/
* cgroups: remove events before destroying subsystem state objectsKirill A. Shutemov2010-03-121-0/+8
OpenPOWER on IntegriCloud