Age | Commit message (Expand) | Author | Files | Lines |
2012-01-10 | Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 1 | -6/+25 |
2012-01-04 | cgroup: propagate mode_t | Al Viro | 1 | -1/+1 |
2011-12-13 | cgroup: kill subsys->can_attach_task(), pre_attach() and attach_task() | Tejun Heo | 1 | -3/+0 |
2011-12-13 | cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a... | Tejun Heo | 1 | -3/+25 |
2011-11-03 | memcg: replace ss->id_lock with a rwlock | Andrew Bresticker | 1 | -1/+1 |
2011-07-09 | rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check | Michal Hocko | 1 | -1/+0 |
2011-05-27 | cgroup: remove the ns_cgroup | Daniel Lezcano | 1 | -3/+0 |
2011-05-27 | cgroups: add per-thread subsystem callbacks | Ben Blum | 1 | -4/+6 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2011-02-16 | perf: Add cgroup support | Stephane Eranian | 1 | -0/+1 |
2011-02-16 | cgroup: Fix cgroup_subsys::exit callback | Peter Zijlstra | 1 | -1/+2 |
2010-11-01 | tree-wide: fix comment/printk typos | Uwe Kleine-König | 1 | -1/+1 |
2010-10-28 | cgroup: add clone_children control file | Daniel Lezcano | 1 | -0/+4 |
2010-10-07 | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa... | Ingo Molnar | 1 | -1/+11 |
2010-09-10 | cgroups: fix API thinko | Michael S. Tsirkin | 1 | -1/+11 |
2010-08-20 | cgroups: __rcu annotations | Arnd Bergmann | 1 | -2/+2 |
2010-08-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -0/+7 |
2010-07-28 | cgroups: Add an API to attach a task to current task's cgroup | Sridhar Samudrala | 1 | -0/+7 |
2010-06-08 | sched: Fix PROVE_RCU vs cpu_cgroup | Peter Zijlstra | 1 | -6/+14 |
2010-05-27 | cgroups: make cftype.unregister_event() void-returning | Kirill A. Shutemov | 1 | -1/+1 |
2010-05-04 | cgroup: Check task_lock in task_subsys_state() | Li Zefan | 1 | -0/+1 |
2010-03-13 | cgroups: remove events before destroying subsystem state objects | Kirill A. Shutemov | 1 | -3/+0 |
2010-03-13 | cgroup: implement eventfd-based generic API for notifications | Kirill A. Shutemov | 1 | -0/+24 |
2010-03-13 | cgroups: subsystem module unloading | Ben Blum | 1 | -1/+3 |
2010-03-13 | cgroups: subsystem module loading interface | Ben Blum | 1 | -0/+4 |
2010-03-13 | cgroups: revamp subsys array | Ben Blum | 1 | -2/+8 |
2010-03-13 | cgroup: introduce coalesce css_get() and css_put() | Daisuke Nishimura | 1 | -3/+9 |
2010-03-13 | cgroup: introduce cancel_attach() | Daisuke Nishimura | 1 | -0/+2 |
2010-02-25 | sched: Use lockdep-based checking on rcu_dereference() | Paul E. McKenney | 1 | -1/+4 |
2009-10-02 | const: constify remaining file_operations | Alexey Dobriyan | 1 | -1/+1 |
2009-09-24 | cgroups: let ss->can_attach and ss->attach do whole threadgroups at a time | Ben Blum | 1 | -3/+4 |
2009-09-24 | cgroups: change css_set freeing mechanism to be under RCU | Ben Blum | 1 | -0/+3 |
2009-09-24 | cgroups: ensure correct concurrent opening/reading of pidlists across pid nam... | Ben Blum | 1 | -5/+29 |
2009-09-24 | cgroups: add a read-only "procs" file similar to "tasks" that shows only uniq... | Ben Blum | 1 | -8/+14 |
2009-09-24 | cgroups: revert "cgroups: fix pid namespace bug" | Paul Menage | 1 | -4/+7 |
2009-07-30 | cgroup avoid permanent sleep at rmdir | KAMEZAWA Hiroyuki | 1 | -0/+17 |
2009-07-30 | cgroups: fix pid namespace bug | Li Zefan | 1 | -7/+4 |
2009-04-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+4 |
2009-04-03 | cgroups: add 'data' field to struct cgroup_scanner | Li Zefan | 1 | -0/+1 |
2009-04-03 | memcg: fix OOM killer under memcg | KAMEZAWA Hiroyuki | 1 | -1/+1 |
2009-04-03 | cgroups: show correct file mode | Li Zefan | 1 | -0/+5 |
2009-04-03 | cgroup: fix frequent -EBUSY at rmdir | KAMEZAWA Hiroyuki | 1 | -1/+5 |
2009-04-03 | cgroup: CSS ID support | KAMEZAWA Hiroyuki | 1 | -0/+50 |
2009-04-03 | cgroups: relax ns_can_attach checks to allow attaching to grandchild cgroups | Grzegorz Nosek | 1 | -2/+2 |
2009-04-03 | cgroups: fix cgroup.h comments | Paul Menage | 1 | -30/+41 |
2009-03-30 | trivial: fix where cgroup documentation is not correctly referred to | Thadeu Lima de Souza Cascardo | 1 | -1/+4 |
2009-02-12 | cgroups: fix lockdep subclasses overflow | Li Zefan | 1 | -0/+1 |
2009-01-30 | cgroups: add cpu_relax() calls in css_tryget() and cgroup_clear_css_refs() | Paul Menage | 1 | -0/+1 |
2009-01-08 | cgroups: add css_tryget() | Paul Menage | 1 | -6/+32 |
2009-01-08 | cgroups: add a per-subsystem hierarchy_mutex | Paul Menage | 1 | -1/+16 |