| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-4.4-fixes' into for-4.5 | Tejun Heo | 2015-12-03 | 1 | -12/+21 |
|\ |
|
| * | cgroup: fix handling of multi-destination migration from subtree_control enab... | Tejun Heo | 2015-12-03 | 1 | -12/+21 |
* | | cpuset: Replace all instances of time_t with time64_t | Arnd Bergmann | 2015-11-25 | 1 | -4/+8 |
|/ |
|
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-11-05 | 1 | -7/+7 |
|\ |
|
| * | mm, oom: remove task_lock protecting comm printing | David Rientjes | 2015-11-05 | 1 | -7/+7 |
* | | cgroup: replace cgroup_has_tasks() with cgroup_is_populated() | Tejun Heo | 2015-10-15 | 1 | -1/+1 |
* | | cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader() | Tejun Heo | 2015-09-22 | 1 | -5/+4 |
* | | cpuset: migrate memory only for threadgroup leaders | Tejun Heo | 2015-09-22 | 1 | -18/+22 |
* | | cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLE | Tejun Heo | 2015-09-18 | 1 | -6/+0 |
* | | cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl() | Tejun Heo | 2015-09-18 | 1 | -10/+13 |
|/ |
|
* | cpuset: use trialcs->mems_allowed as a temp variable | Alban Crequy | 2015-08-10 | 1 | -1/+1 |
* | kernel, cpuset: remove exception for __GFP_THISNODE | David Rientjes | 2015-04-14 | 1 | -13/+5 |
* | cpusets, isolcpus: exclude isolcpus from load balancing in cpusets | Rik van Riel | 2015-03-19 | 1 | -2/+11 |
* | cpuset: Fix cpuset sched_relax_domain_level | Jason Low | 2015-03-02 | 1 | -3/+0 |
* | cpuset: fix a warning when clearing configured masks in old hierarchy | Zefan Li | 2015-03-02 | 1 | -2/+2 |
* | cpuset: initialize effective masks when clone_children is enabled | Zefan Li | 2015-03-02 | 1 | -0/+2 |
* | cpuset: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2015-02-13 | 1 | -33/+9 |
* | kernel/cpuset.c: Mark cpuset_init_current_mems_allowed as __init | Rasmus Villemoes | 2015-02-12 | 1 | -1/+1 |
* | Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2014-12-11 | 1 | -105/+57 |
|\ |
|
| * | cpuset: lock vs unlock typo | Dan Carpenter | 2014-10-27 | 1 | -1/+1 |
| * | cpuset: simplify cpuset_node_allowed API | Vladimir Davydov | 2014-10-27 | 1 | -53/+2 |
| * | cpuset: convert callback_mutex to a spinlock | Vladimir Davydov | 2014-10-27 | 1 | -52/+55 |
* | | sched/deadline: Ensure that updates to exclusive cpusets don't break AC | Juri Lelli | 2014-10-28 | 1 | -0/+10 |
* | | sched/deadline: Fix bandwidth check/update when migrating tasks between exclu... | Juri Lelli | 2014-10-28 | 1 | -11/+2 |
|/ |
|
* | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2014-10-10 | 1 | -12/+3 |
|\ |
|
| * | cpuset: simplify proc_cpuset_show() | Zefan Li | 2014-09-18 | 1 | -12/+3 |
* | | cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flags | Zefan Li | 2014-09-24 | 1 | -4/+5 |
|/ |
|
* | Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2014-08-04 | 1 | -194/+306 |
|\ |
|
| * | cpuset: fix the WARN_ON() in update_nodemasks_hier() | Li Zefan | 2014-07-30 | 1 | -1/+1 |
| * | cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypes | Tejun Heo | 2014-07-15 | 1 | -1/+1 |
| * | cpuset: export effective masks to userspace | Li Zefan | 2014-07-09 | 1 | -0/+20 |
| * | cpuset: allow writing offlined masks to cpuset.cpus/mems | Li Zefan | 2014-07-09 | 1 | -3/+4 |
| * | cpuset: enable onlined cpu/node in effective masks | Li Zefan | 2014-07-09 | 1 | -29/+36 |
| * | cpuset: refactor cpuset_hotplug_update_tasks() | Li Zefan | 2014-07-09 | 1 | -55/+66 |
| * | cpuset: make cs->{cpus, mems}_allowed as user-configured masks | Li Zefan | 2014-07-09 | 1 | -6/+29 |
| * | cpuset: apply cs->effective_{cpus,mems} | Li Zefan | 2014-07-09 | 1 | -69/+14 |
| * | cpuset: initialize top_cpuset's configured masks at mount | Li Zefan | 2014-07-09 | 1 | -9/+28 |
| * | cpuset: use effective cpumask to build sched domains | Li Zefan | 2014-07-09 | 1 | -11/+17 |
| * | cpuset: inherit ancestor's masks if effective_{cpus, mems} becomes empty | Li Zefan | 2014-07-09 | 1 | -0/+22 |
| * | cpuset: update cs->effective_{cpus, mems} when config changes | Li Zefan | 2014-07-09 | 1 | -34/+54 |
| * | cpuset: update cpuset->effective_{cpus,mems} at hotplug | Li Zefan | 2014-07-09 | 1 | -0/+4 |
| * | cpuset: add cs->effective_cpus and cs->effective_mems | Li Zefan | 2014-07-09 | 1 | -11/+48 |
| * | cgroup: remove sane_behavior support on non-default hierarchies | Tejun Heo | 2014-07-09 | 1 | -18/+15 |
* | | cpuset: break kernfs active protection in cpuset_write_resmask() | Tejun Heo | 2014-07-01 | 1 | -0/+12 |
* | | cpuset,mempolicy: fix sleeping function called from invalid context | Gu Zheng | 2014-06-25 | 1 | -1/+7 |
|/ |
|
* | Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2014-06-09 | 1 | -23/+23 |
|\ |
|
| * | cgroup: remove css_parent() | Tejun Heo | 2014-05-16 | 1 | -1/+1 |
| * | cgroup: replace cftype->write_string() with cftype->write() | Tejun Heo | 2014-05-13 | 1 | -7/+9 |
| * | cgroup: rename css_tryget*() to css_tryget_online*() | Tejun Heo | 2014-05-13 | 1 | -3/+3 |
| * | kernel/cpuset.c: convert printk to pr_foo() | Fabian Frederick | 2014-05-06 | 1 | -7/+4 |