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