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