| Commit message (Expand) | Author | Age | Files | Lines |
* | cgroup: Walk task list under tasklist_lock in cgroup_enable_task_cg_list | Frederic Weisbecker | 2012-02-21 | 1 | -0/+20 |
* | cgroup: Remove wrong comment on cgroup_enable_task_cg_list() | Frederic Weisbecker | 2012-02-21 | 1 | -3/+0 |
* | cgroup: remove cgroup_subsys argument from callbacks | Li Zefan | 2012-02-02 | 1 | -22/+21 |
* | cgroup: remove extra calls to find_existing_css_set | Mandeep Singh Baines | 2012-01-30 | 1 | -113/+27 |
* | cgroup: replace tasklist_lock with rcu_read_lock | Mandeep Singh Baines | 2012-01-20 | 1 | -3/+7 |
* | cgroup: simplify double-check locking in cgroup_attach_proc | Mandeep Singh Baines | 2012-01-20 | 1 | -50/+29 |
* | cgroup: move struct cgroup_pidlist out from the header file | Li Zefan | 2012-01-20 | 1 | -0/+32 |
* | Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2012-01-09 | 1 | -170/+231 |
|\ |
|
| * | cgroup: fix to allow mounting a hierarchy by name | Li Zefan | 2012-01-05 | 1 | -3/+3 |
| * | cgroup: move assignement out of condition in cgroup_attach_proc() | Dan Carpenter | 2012-01-04 | 1 | -2/+5 |
| * | cgroup: Remove task_lock() from cgroup_post_fork() | Frederic Weisbecker | 2011-12-27 | 1 | -3/+12 |
| * | cgroup: add sparse annotation to cgroup_iter_start() and cgroup_iter_end() | Kirill A. Shutemov | 2011-12-27 | 1 | -0/+2 |
| * | cgroup: mark cgroup_rmdir_waitq and cgroup_attach_proc() as static | Kirill A. Shutemov | 2011-12-27 | 1 | -2/+2 |
| * | cgroup: only need to check oldcgrp==newgrp once | Mandeep Singh Baines | 2011-12-22 | 1 | -16/+6 |
| * | cgroup: remove redundant get/put of task struct | Mandeep Singh Baines | 2011-12-22 | 1 | -9/+2 |
| * | cgroup: remove redundant get/put of old css_set from migrate | Mandeep Singh Baines | 2011-12-22 | 1 | -20/+8 |
| * | cgroup: Remove unnecessary task_lock before fetching css_set on migration | Frederic Weisbecker | 2011-12-21 | 1 | -10/+10 |
| * | cgroup: Drop task_lock(parent) on cgroup_fork() | Frederic Weisbecker | 2011-12-21 | 1 | -6/+17 |
| * | cgroups: remove redundant get/put of css_set from css_set_check_fetched() | Mandeep Singh Baines | 2011-12-19 | 1 | -8/+2 |
| * | cgroup: kill subsys->can_attach_task(), pre_attach() and attach_task() | Tejun Heo | 2011-12-12 | 1 | -47/+5 |
| * | cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a... | Tejun Heo | 2011-12-12 | 1 | -10/+89 |
| * | cgroup: improve old cgroup handling in cgroup_attach_proc() | Tejun Heo | 2011-12-12 | 1 | -24/+42 |
| * | cgroup: always lock threadgroup during migration | Tejun Heo | 2011-12-12 | 1 | -35/+27 |
| * | threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsem | Tejun Heo | 2011-12-12 | 1 | -7/+6 |
| * | cgroup: add cgroup_root_mutex | Tejun Heo | 2011-12-12 | 1 | -22/+42 |
* | | vfs: switch ->show_options() to struct dentry * | Al Viro | 2012-01-06 | 1 | -2/+2 |
* | | cgroup: propagate mode_t | Al Viro | 2012-01-03 | 1 | -7/+7 |
* | | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 2012-01-03 | 1 | -2/+2 |
* | | cgroups: fix a css_set not found bug in cgroup_attach_proc | Mandeep Singh Baines | 2011-12-19 | 1 | -5/+0 |
|/ |
|
* | memcg: replace ss->id_lock with a rwlock | Andrew Bresticker | 2011-11-02 | 1 | -9/+9 |
* | cgroups: don't attach task to subsystem if migration failed | Ben Blum | 2011-11-02 | 1 | -6/+9 |
* | cgroups: more safe tasklist locking in cgroup_attach_proc | Ben Blum | 2011-11-02 | 1 | -3/+3 |
* | locking, sched, cgroups: Annotate release_list_lock as raw | Thomas Gleixner | 2011-09-13 | 1 | -9/+9 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2011-07-27 | 1 | -0/+5 |
|\ |
|
| * | cgroupfs: use init_cred when populating new cgroupfs mount | eparis@redhat | 2011-06-09 | 1 | -0/+5 |
* | | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-26 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-07-25 | 1 | -6/+2 |
|\ \ |
|
| * | | rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check | Michal Hocko | 2011-07-08 | 1 | -6/+2 |
| |/ |
|
* | | kill file_permission() completely | Al Viro | 2011-07-20 | 1 | -1/+2 |
|/ |
|
* | cgroup: remove the ns_cgroup | Daniel Lezcano | 2011-05-26 | 1 | -116/+0 |
* | cgroups: use flex_array in attach_proc | Ben Blum | 2011-05-26 | 1 | -9/+24 |
* | cgroups: make procs file writable | Ben Blum | 2011-05-26 | 1 | -46/+393 |
* | cgroups: add per-thread subsystem callbacks | Ben Blum | 2011-05-26 | 1 | -3/+14 |
* | cgroup,rcu: convert call_rcu(__free_css_id_cb) to kfree_rcu() | Lai Jiangshan | 2011-05-07 | 1 | -9/+1 |
* | cgroup,rcu: convert call_rcu(free_cgroup_rcu) to kfree_rcu() | Lai Jiangshan | 2011-05-07 | 1 | -8/+1 |
* | cgroup,rcu: convert call_rcu(free_css_set_rcu) to kfree_rcu() | Lai Jiangshan | 2011-05-07 | 1 | -7/+1 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | cgroups: if you list_empty() a head then don't list_del() it | Phil Carmody | 2011-03-22 | 1 | -8/+6 |
* | perf: Add cgroup support | Stephane Eranian | 2011-02-16 | 1 | -0/+23 |
* | cgroup: Fix cgroup_subsys::exit callback | Peter Zijlstra | 2011-02-16 | 1 | -13/+18 |