aboutsummaryrefslogtreecommitdiff
path: root/kernel/cpuset.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 1-6/+7
2016-09-29cpuset: fix error handling regression in proc_cpuset_show()Gravatar Tejun Heo 1-2/+3
2016-09-16cpuset: fix non static symbol warningGravatar Wei Yongjun 1-1/+1
2016-09-13cpuset: handle race between CPU hotplug and cpuset_hotplug_workGravatar Joonwoo Park 1-3/+14
2016-08-10cgroup: make cgroup_path() and friends behave in the style of strlcpy()Gravatar Tejun Heo 1-6/+6
2016-08-09cpuset: make sure new tasks conform to the current config of the cpusetGravatar Zefan Li 1-0/+15
2016-07-28cpuset, mm: fix TIF_MEMDIE check in cpuset_change_task_nodemaskGravatar Michal Hocko 1-9/+0
2016-05-19cpuset: use static key better and convert to new APIGravatar Vlastimil Babka 1-7/+7
2016-05-19include/linux/nodemask.h: create next_node_in() helperGravatar Andrew Morton 1-7/+1
2016-04-25cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_a...Gravatar Tejun Heo 1-2/+2
2016-03-21Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Gravatar Linus Torvalds 1-4/+4
2016-02-23cgroup: convert cgroup_subsys flag fields to bool bitfieldsGravatar Tejun Heo 1-1/+1
2016-02-16cgroup: introduce cgroup namespacesGravatar Aditya Kali 1-4/+4
2016-01-22cpuset: make mm migration asynchronousGravatar Tejun Heo 1-22/+49
2015-12-03Merge branch 'for-4.4-fixes' into for-4.5Gravatar Tejun Heo 1-12/+21
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enab...Gravatar Tejun Heo 1-12/+21
2015-11-25cpuset: Replace all instances of time_t with time64_tGravatar Arnd Bergmann 1-4/+8
2015-11-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-7/+7
2015-11-05mm, oom: remove task_lock protecting comm printingGravatar David Rientjes 1-7/+7
2015-10-15cgroup: replace cgroup_has_tasks() with cgroup_is_populated()Gravatar Tejun Heo 1-1/+1
2015-09-22cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader()Gravatar Tejun Heo 1-5/+4
2015-09-22cpuset: migrate memory only for threadgroup leadersGravatar Tejun Heo 1-18/+22
2015-09-18cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLEGravatar Tejun Heo 1-6/+0
2015-09-18cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()Gravatar Tejun Heo 1-10/+13
2015-08-10cpuset: use trialcs->mems_allowed as a temp variableGravatar Alban Crequy 1-1/+1
2015-04-14kernel, cpuset: remove exception for __GFP_THISNODEGravatar David Rientjes 1-13/+5
2015-03-19cpusets, isolcpus: exclude isolcpus from load balancing in cpusetsGravatar Rik van Riel 1-2/+11
2015-03-02cpuset: Fix cpuset sched_relax_domain_levelGravatar Jason Low 1-3/+0
2015-03-02cpuset: fix a warning when clearing configured masks in old hierarchyGravatar Zefan Li 1-2/+2
2015-03-02cpuset: initialize effective masks when clone_children is enabledGravatar Zefan Li 1-0/+2
2015-02-13cpuset: use %*pb[l] to print bitmaps including cpumasks and nodemasksGravatar Tejun Heo 1-33/+9
2015-02-12kernel/cpuset.c: Mark cpuset_init_current_mems_allowed as __initGravatar Rasmus Villemoes 1-1/+1
2014-12-11Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 1-105/+57
2014-10-28sched/deadline: Ensure that updates to exclusive cpusets don't break ACGravatar Juri Lelli 1-0/+10
2014-10-28sched/deadline: Fix bandwidth check/update when migrating tasks between exclu...Gravatar Juri Lelli 1-11/+2
2014-10-27cpuset: lock vs unlock typoGravatar Dan Carpenter 1-1/+1
2014-10-27cpuset: simplify cpuset_node_allowed APIGravatar Vladimir Davydov 1-53/+2
2014-10-27cpuset: convert callback_mutex to a spinlockGravatar Vladimir Davydov 1-52/+55
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 1-12/+3
2014-09-24cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsGravatar Zefan Li 1-4/+5
2014-09-18cpuset: simplify proc_cpuset_show()Gravatar Zefan Li 1-12/+3
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 1-194/+306
2014-07-30cpuset: fix the WARN_ON() in update_nodemasks_hier()Gravatar Li Zefan 1-1/+1
2014-07-15cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypesGravatar Tejun Heo 1-1/+1
2014-07-09cpuset: export effective masks to userspaceGravatar Li Zefan 1-0/+20
2014-07-09cpuset: allow writing offlined masks to cpuset.cpus/memsGravatar Li Zefan 1-3/+4
2014-07-09cpuset: enable onlined cpu/node in effective masksGravatar Li Zefan 1-29/+36
2014-07-09cpuset: refactor cpuset_hotplug_update_tasks()Gravatar Li Zefan 1-55/+66
2014-07-09cpuset: make cs->{cpus, mems}_allowed as user-configured masksGravatar Li Zefan 1-6/+29
2014-07-09cpuset: apply cs->effective_{cpus,mems}Gravatar Li Zefan 1-69/+14