Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | cpuset: don't nest cgroup_mutex inside get_online_cpus() | Tejun Heo | 2013-01-07 | 1 | -4/+35 | |
| * | | | | | | | | | | cpuset: reorganize CPU / memory hotplug handling | Tejun Heo | 2013-01-07 | 1 | -117/+104 | |
| * | | | | | | | | | | cpuset: cleanup cpuset[_can]_attach() | Tejun Heo | 2013-01-07 | 1 | -17/+18 | |
| * | | | | | | | | | | cpuset: introduce cpuset_for_each_child() | Tejun Heo | 2013-01-07 | 1 | -31/+54 | |
| * | | | | | | | | | | cpuset: introduce CS_ONLINE | Tejun Heo | 2013-01-07 | 1 | -1/+10 | |
| * | | | | | | | | | | cpuset: introduce ->css_on/offline() | Tejun Heo | 2013-01-07 | 1 | -22/+44 | |
| * | | | | | | | | | | cpuset: remove fast exit path from remove_tasks_in_empty_cpuset() | Tejun Heo | 2013-01-07 | 1 | -8/+0 | |
| * | | | | | | | | | | cpuset: remove unused cpuset_unlock() | Tejun Heo | 2013-01-07 | 1 | -11/+0 | |
* | | | | | | | | | | | Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2013-02-20 | 5 | -139/+220 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | cgroup: fail if monitored file and event_control are in different cgroup | Li Zefan | 2013-02-18 | 1 | -0/+11 | |
| * | | | | | | | | | | | cgroup: fix cgroup_rmdir() vs close(eventfd) race | Li Zefan | 2013-02-18 | 1 | -16/+25 | |
| * | | | | | | | | | | | cpuset: fix cpuset_print_task_mems_allowed() vs rename() race | Li Zefan | 2013-02-18 | 1 | -2/+10 | |
| * | | | | | | | | | | | cgroup: fix exit() vs rmdir() race | Li Zefan | 2013-02-18 | 1 | -0/+8 | |
| * | | | | | | | | | | | cgroup: remove bogus comments in cgroup_diput() | Li Zefan | 2013-01-24 | 1 | -6/+0 | |
| * | | | | | | | | | | | cgroup: remove synchronize_rcu() from cgroup_diput() | Li Zefan | 2013-01-24 | 1 | -29/+43 | |
| * | | | | | | | | | | | cgroup: remove duplicate RCU free on struct cgroup | Li Zefan | 2013-01-24 | 1 | -1/+1 | |
| * | | | | | | | | | | | sched: remove redundant NULL cgroup check in task_group_path() | Li Zefan | 2013-01-24 | 1 | -7/+0 | |
| * | | | | | | | | | | | sched: split out css_online/css_offline from tg creation/destruction | Li Zefan | 2013-01-24 | 2 | -10/+42 | |
| * | | | | | | | | | | | cgroup: initialize cgrp->dentry before css_alloc() | Li Zefan | 2013-01-24 | 1 | -3/+4 | |
| * | | | | | | | | | | | cgroup: remove a NULL check in cgroup_exit() | Li Zefan | 2013-01-24 | 1 | -2/+1 | |
| * | | | | | | | | | | | cgroup: fix bogus kernel warnings when cgroup_create() failed | Li Zefan | 2013-01-22 | 1 | -9/+12 | |
| * | | | | | | | | | | | cgroup: remove synchronize_rcu() from rebind_subsystems() | Li Zefan | 2013-01-14 | 1 | -1/+0 | |
| * | | | | | | | | | | | cgroup: remove synchronize_rcu() from cgroup_attach_{task|proc}() | Li Zefan | 2013-01-14 | 1 | -2/+0 | |
| * | | | | | | | | | | | cgroup: use new hashtable implementation | Li Zefan | 2013-01-10 | 1 | -53/+39 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | cgroup: implement cgroup_rightmost_descendant() | Tejun Heo | 2013-01-07 | 1 | -0/+26 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'for-3.9-async' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-02-19 | 2 | -95/+67 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | async: initialise list heads to fix crash | James Hogan | 2013-01-25 | 1 | -0/+2 | |
| * | | | | | | | | | | async: replace list of active domains with global list of pending items | Tejun Heo | 2013-01-23 | 1 | -34/+29 | |
| * | | | | | | | | | | async: keep pending tasks on async_domain and remove async_pending | Tejun Heo | 2013-01-23 | 1 | -49/+14 | |
| * | | | | | | | | | | async: use ULLONG_MAX for infinity cookie value | Tejun Heo | 2013-01-23 | 1 | -5/+6 | |
| * | | | | | | | | | | async: bring sanity to the use of words domain and running | Tejun Heo | 2013-01-23 | 1 | -34/+34 | |
| * | | | | | | | | | | Merge branch 'master' into for-3.9-async | Tejun Heo | 2013-01-23 | 34 | -389/+832 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | async, kmod: warn on synchronous request_module() from async workers | Tejun Heo | 2013-01-22 | 1 | -0/+9 | |
* | | | | | | | | | | | Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2013-02-19 | 5 | -830/+790 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | workqueue: un-GPL function delayed_work_timer_fn() | Konstantin Khlebnikov | 2013-02-19 | 1 | -1/+1 | |
| * | | | | | | | | | | | workqueue: rename cpu_workqueue to pool_workqueue | Tejun Heo | 2013-02-13 | 2 | -218/+217 | |
| * | | | | | | | | | | | workqueue: reimplement is_chained_work() using current_wq_worker() | Tejun Heo | 2013-02-13 | 1 | -25/+8 | |
| * | | | | | | | | | | | workqueue: fix is_chained_work() regression | Tejun Heo | 2013-02-13 | 1 | -1/+1 | |
| * | | | | | | | | | | | workqueue: pick cwq instead of pool in __queue_work() | Lai Jiangshan | 2013-02-07 | 1 | -16/+13 | |
| * | | | | | | | | | | | workqueue: make get_work_pool_id() cheaper | Lai Jiangshan | 2013-02-07 | 1 | -2/+6 | |
| * | | | | | | | | | | | workqueue: move nr_running into worker_pool | Tejun Heo | 2013-02-07 | 1 | -41/+22 | |
| * | | | | | | | | | | | workqueue: cosmetic update in try_to_grab_pending() | Tejun Heo | 2013-02-06 | 1 | -21/+17 | |
| * | | | | | | | | | | | workqueue: simplify is-work-item-queued-here test | Lai Jiangshan | 2013-02-06 | 1 | -24/+16 | |
| * | | | | | | | | | | | workqueue: make work->data point to pool after try_to_grab_pending() | Lai Jiangshan | 2013-02-06 | 1 | -0/+10 | |
| * | | | | | | | | | | | workqueue: add delayed_work->wq to simplify reentrancy handling | Lai Jiangshan | 2013-02-06 | 1 | -29/+3 | |
| * | | | | | | | | | | | workqueue: make work_busy() test WORK_STRUCT_PENDING first | Lai Jiangshan | 2013-02-06 | 1 | -10/+6 | |
| * | | | | | | | | | | | workqueue: replace WORK_CPU_NONE/LAST with WORK_CPU_END | Lai Jiangshan | 2013-02-06 | 1 | -5/+5 | |
| * | | | | | | | | | | | workqueue: post global_cwq removal cleanups | Tejun Heo | 2013-01-24 | 1 | -52/+52 | |
| * | | | | | | | | | | | workqueue: rename nr_running variables | Tejun Heo | 2013-01-24 | 1 | -4/+5 | |
| * | | | | | | | | | | | workqueue: remove global_cwq | Tejun Heo | 2013-01-24 | 2 | -30/+17 |