aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a...Tejun Heo2016-01-081-10/+89
* cgroup: improve old cgroup handling in cgroup_attach_proc()faux1232016-01-081-24/+42
* cgroups: more safe tasklist locking in cgroup_attach_procBen Blum2016-01-081-3/+3
* cgroup: always lock threadgroup during migrationTejun Heo2016-01-081-20/+18
* threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsemTejun Heo2016-01-081-6/+6
* cgroup: change locking order in attach_task_by_pid()faux1232016-01-081-12/+10
* cgroup: remove synchronize_rcu() from cgroup_attach_{task|proc}()Devin Kim2015-04-111-1/+0
* Merge remote-tracking branch 'linux/linux-3.0.y' into stable-newpvrZiyann2014-11-261-1/+12
|\
| * cgroup: fail if monitored file and event_control are in different cgroupLi Zefan2013-10-011-0/+11
| * cgroup: fix an off-by-one bug which may trigger BUG_ON()Li Zefan2013-05-071-1/+1
* | cgroup: Fix use after free of cgrp (cgrp->css_sets)Hans de Goede2014-11-261-1/+5
* | cgroup: Take css_set_lock from cgroup_css_sets_empty()Hans de Goede2014-11-261-5/+9
* | Merge tag 'v3.0.68' into android-3.0Colin Cross2013-03-131-0/+8
|\ \ | |/
| * cgroup: fix exit() vs rmdir() raceLi Zefan2013-03-041-0/+8
* | Merge commit 'v3.0.58' into android-3.0Todd Poynor2013-01-151-2/+0
|\ \ | |/
| * cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()Tejun Heo2013-01-111-2/+0
* | Merge remote-tracking branch 'stable/linux-3.0.y' into android-3.0Todd Poynor2012-11-011-2/+1
|\ \ | |/
| * cgroup: notify_on_release may not be triggered in some casesDaisuke Nishimura2012-10-281-2/+1
* | Merge linux-stable 3.0.28 into android-3.0Todd Poynor2012-04-191-8/+3
|\ \ | |/
| * cgroup: fix to allow mounting a hierarchy by nameLi Zefan2012-01-121-3/+3
| * cgroups: fix a css_set not found bug in cgroup_attach_procMandeep Singh Baines2012-01-061-5/+0
* | cgroup: Add generic cgroup subsystem permission checksColin Cross2011-07-121-3/+28
* | Revert "cgroup: Add generic cgroup subsystem permission checks."Colin Cross2011-07-121-10/+0
* | cgroup: Remove call to synchronize_rcu in cgroup_attach_taskColin Cross2011-06-141-48/+86
* | cgroup: Set CGRP_RELEASABLE when adding to a cgroupColin Cross2011-06-141-30/+23
* | cgroup: Add generic cgroup subsystem permission checks.San Mehat2011-06-141-0/+10
|/
* 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