| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-3.11-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2013-07-03 | 1 | -191/+287 |
|\ |
|
| * | cpuset: rename @cont to @cgrp | Li Zefan | 2013-06-14 | 1 | -16/+16 |
| * | cpuset: fix to migrate mm correctly in a corner case | Li Zefan | 2013-06-13 | 1 | -6/+19 |
| * | cpuset: allow to move tasks to empty cpusets | Li Zefan | 2013-06-13 | 1 | -2/+7 |
| * | cpuset: allow to keep tasks in empty cpusets | Li Zefan | 2013-06-13 | 1 | -31/+110 |
| * | cpuset: introduce effective_{cpumask|nodemask}_cpuset() | Li Zefan | 2013-06-13 | 1 | -11/+65 |
| * | cpuset: record old_mems_allowed in struct cpuset | Li Zefan | 2013-06-13 | 1 | -25/+36 |
| * | cpuset: remove async hotplug propagation work | Li Zefan | 2013-06-09 | 1 | -53/+16 |
| * | cpuset: let hotplug propagation work wait for task attaching | Li Zefan | 2013-06-09 | 1 | -12/+17 |
| * | cpuset: re-structure update_cpumask() a bit | Li Zefan | 2013-06-05 | 1 | -3/+4 |
| * | cpuset: remove cpuset_test_cpumask() | Li Zefan | 2013-06-05 | 1 | -18/+1 |
| * | cpuset: remove unnecessary variable in cpuset_attach() | Li Zefan | 2013-06-05 | 1 | -4/+2 |
| * | cpuset: cleanup guarantee_online_{cpus|mems}() | Li Zefan | 2013-06-05 | 1 | -22/+7 |
| * | cpuset: remove redundant check in cpuset_cpus_allowed_fallback() | Li Zefan | 2013-06-05 | 1 | -2/+1 |
* | | sched: Rename sched.c as sched/core.c in comments and Documentation | Viresh Kumar | 2013-06-19 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-05-02 | 1 | -14/+1 |
|\ |
|
| * | take cgroup_open() and cpuset_open() to fs/proc/base.c | Al Viro | 2013-05-01 | 1 | -14/+1 |
* | | Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2013-04-30 | 1 | -87/+28 |
|\ \ |
|
| * | | cpuset: fix compile warning when CONFIG_SMP=n | Li Zefan | 2013-04-28 | 1 | -7/+0 |
| * | | cpuset: fix cpu hotplug vs rebuild_sched_domains() race | Li Zefan | 2013-04-27 | 1 | -1/+9 |
| * | | cpuset: use rebuild_sched_domains() in cpuset_hotplug_workfn() | Li Zhong | 2013-04-27 | 1 | -11/+2 |
| * | | cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_ta... | Tejun Heo | 2013-04-07 | 1 | -45/+6 |
| * | | cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc() | Li Zefan | 2013-03-20 | 1 | -1/+1 |
| * | | cpuset: fix RCU lockdep splat in cpuset_print_task_mems_allowed() | Li Zefan | 2013-03-12 | 1 | -0/+2 |
| * | | cpuset: use cgroup_name() in cpuset_print_task_mems_allowed() | Li Zefan | 2013-03-04 | 1 | -23/+9 |
| |/ |
|
* | | Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2013-04-30 | 1 | -8/+8 |
|\ \ |
|
| * | | sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITY | Tejun Heo | 2013-03-19 | 1 | -8/+8 |
| |/ |
|
* / | kernel/cpuset.c: use register_hotmemory_notifier() | Andrew Morton | 2013-04-30 | 1 | -5/+7 |
|/ |
|
* | Merge branch 'for-3.9-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-02-20 | 1 | -389/+483 |
|\ |
|
| * | cpuset: drop spurious retval assignment in proc_cpuset_show() | Li Zefan | 2013-01-15 | 1 | -1/+0 |
| * | cpuset: fix RCU lockdep splat | Li Zefan | 2013-01-15 | 1 | -4/+4 |
| * | cpuset: remove cpuset->parent | Tejun Heo | 2013-01-07 | 1 | -11/+17 |
| * | cpuset: replace cpuset->stack_list with cpuset_for_each_descendant_pre() | Tejun Heo | 2013-01-07 | 1 | -75/+48 |
| * | cpuset: replace cgroup_mutex locking with cpuset internal locking | Tejun Heo | 2013-01-07 | 1 | -81/+107 |
| * | cpuset: schedule hotplug propagation from cpuset_attach() if the cpuset is empty | Tejun Heo | 2013-01-07 | 1 | -0/+14 |
| * | cpuset: pin down cpus and mems while a task is being attached | Tejun Heo | 2013-01-07 | 1 | -2/+26 |
| * | cpuset: make CPU / memory hotplug propagation asynchronous | Tejun Heo | 2013-01-07 | 1 | -6/+48 |
| * | cpuset: drop async_rebuild_sched_domains() | Tejun Heo | 2013-01-07 | 1 | -60/+16 |
| * | 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 |
* | | cpuset: fix cpuset_print_task_mems_allowed() vs rename() race | Li Zefan | 2013-02-18 | 1 | -2/+10 |
|/ |
|
* | cpuset: use N_MEMORY instead N_HIGH_MEMORY | Lai Jiangshan | 2012-12-13 | 1 | -16/+16 |
* | cgroup, cpuset: remove cgroup_subsys->post_clone() | Tejun Heo | 2012-11-19 | 1 | -44/+36 |
* | cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli... | Tejun Heo | 2012-11-19 | 1 | -5/+5 |