| Commit message (Expand) | Author | Age |
* | Merge branch 'for-3.9-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-02-20 |
|\ |
|
| * | cpuset: drop spurious retval assignment in proc_cpuset_show() | Li Zefan | 2013-01-15 |
| * | cpuset: fix RCU lockdep splat | Li Zefan | 2013-01-15 |
| * | cpuset: remove cpuset->parent | Tejun Heo | 2013-01-07 |
| * | cpuset: replace cpuset->stack_list with cpuset_for_each_descendant_pre() | Tejun Heo | 2013-01-07 |
| * | cpuset: replace cgroup_mutex locking with cpuset internal locking | Tejun Heo | 2013-01-07 |
| * | cpuset: schedule hotplug propagation from cpuset_attach() if the cpuset is empty | Tejun Heo | 2013-01-07 |
| * | cpuset: pin down cpus and mems while a task is being attached | Tejun Heo | 2013-01-07 |
| * | cpuset: make CPU / memory hotplug propagation asynchronous | Tejun Heo | 2013-01-07 |
| * | cpuset: drop async_rebuild_sched_domains() | Tejun Heo | 2013-01-07 |
| * | cpuset: don't nest cgroup_mutex inside get_online_cpus() | Tejun Heo | 2013-01-07 |
| * | cpuset: reorganize CPU / memory hotplug handling | Tejun Heo | 2013-01-07 |
| * | cpuset: cleanup cpuset[_can]_attach() | Tejun Heo | 2013-01-07 |
| * | cpuset: introduce cpuset_for_each_child() | Tejun Heo | 2013-01-07 |
| * | cpuset: introduce CS_ONLINE | Tejun Heo | 2013-01-07 |
| * | cpuset: introduce ->css_on/offline() | Tejun Heo | 2013-01-07 |
| * | cpuset: remove fast exit path from remove_tasks_in_empty_cpuset() | Tejun Heo | 2013-01-07 |
| * | cpuset: remove unused cpuset_unlock() | Tejun Heo | 2013-01-07 |
* | | Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2013-02-20 |
|\ \ |
|
| * | | cgroup: fail if monitored file and event_control are in different cgroup | Li Zefan | 2013-02-18 |
| * | | cgroup: fix cgroup_rmdir() vs close(eventfd) race | Li Zefan | 2013-02-18 |
| * | | cpuset: fix cpuset_print_task_mems_allowed() vs rename() race | Li Zefan | 2013-02-18 |
| * | | cgroup: fix exit() vs rmdir() race | Li Zefan | 2013-02-18 |
| * | | cgroup: remove bogus comments in cgroup_diput() | Li Zefan | 2013-01-24 |
| * | | cgroup: remove synchronize_rcu() from cgroup_diput() | Li Zefan | 2013-01-24 |
| * | | cgroup: remove duplicate RCU free on struct cgroup | Li Zefan | 2013-01-24 |
| * | | sched: remove redundant NULL cgroup check in task_group_path() | Li Zefan | 2013-01-24 |
| * | | sched: split out css_online/css_offline from tg creation/destruction | Li Zefan | 2013-01-24 |
| * | | cgroup: initialize cgrp->dentry before css_alloc() | Li Zefan | 2013-01-24 |
| * | | cgroup: remove a NULL check in cgroup_exit() | Li Zefan | 2013-01-24 |
| * | | cgroup: fix bogus kernel warnings when cgroup_create() failed | Li Zefan | 2013-01-22 |
| * | | cgroup: remove synchronize_rcu() from rebind_subsystems() | Li Zefan | 2013-01-14 |
| * | | cgroup: remove synchronize_rcu() from cgroup_attach_{task|proc}() | Li Zefan | 2013-01-14 |
| * | | cgroup: use new hashtable implementation | Li Zefan | 2013-01-10 |
| |/ |
|
| * | cgroup: implement cgroup_rightmost_descendant() | Tejun Heo | 2013-01-07 |
* | | Merge branch 'for-3.9-async' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-02-20 |
|\ \ |
|
| * | | async: initialise list heads to fix crash | James Hogan | 2013-01-25 |
| * | | async: replace list of active domains with global list of pending items | Tejun Heo | 2013-01-23 |
| * | | async: keep pending tasks on async_domain and remove async_pending | Tejun Heo | 2013-01-23 |
| * | | async: use ULLONG_MAX for infinity cookie value | Tejun Heo | 2013-01-23 |
| * | | async: bring sanity to the use of words domain and running | Tejun Heo | 2013-01-23 |
| * | | Merge branch 'master' into for-3.9-async | Tejun Heo | 2013-01-23 |
| |\ \ |
|
| * | | | async, kmod: warn on synchronous request_module() from async workers | Tejun Heo | 2013-01-22 |
* | | | | Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2013-02-20 |
|\ \ \ \ |
|
| * | | | | workqueue: un-GPL function delayed_work_timer_fn() | Konstantin Khlebnikov | 2013-02-19 |
| * | | | | workqueue: rename cpu_workqueue to pool_workqueue | Tejun Heo | 2013-02-13 |
| * | | | | workqueue: reimplement is_chained_work() using current_wq_worker() | Tejun Heo | 2013-02-13 |
| * | | | | workqueue: fix is_chained_work() regression | Tejun Heo | 2013-02-13 |
| * | | | | workqueue: pick cwq instead of pool in __queue_work() | Lai Jiangshan | 2013-02-07 |
| * | | | | workqueue: make get_work_pool_id() cheaper | Lai Jiangshan | 2013-02-07 |