summaryrefslogtreecommitdiff
path: root/kernel/cpuset.c
AgeCommit message (Expand)Author
2017-10-12sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra
2017-09-07cpuset: Fix incorrect memory_pressure control file mappingWaiman Long
2017-08-11cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()Dima Zavin
2017-06-14cpuset: consider dying css as offlineTejun Heo
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2016-09-29cpuset: fix error handling regression in proc_cpuset_show()Tejun Heo
2016-09-16cpuset: fix non static symbol warningWei Yongjun
2016-09-13cpuset: handle race between CPU hotplug and cpuset_hotplug_workJoonwoo Park
2016-08-10cgroup: make cgroup_path() and friends behave in the style of strlcpy()Tejun Heo
2016-08-09cpuset: make sure new tasks conform to the current config of the cpusetZefan Li
2016-07-28cpuset, mm: fix TIF_MEMDIE check in cpuset_change_task_nodemaskMichal Hocko
2016-05-19cpuset: use static key better and convert to new APIVlastimil Babka
2016-05-19include/linux/nodemask.h: create next_node_in() helperAndrew Morton
2016-04-25cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_a...Tejun Heo
2016-03-21Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2016-02-23cgroup: convert cgroup_subsys flag fields to bool bitfieldsTejun Heo
2016-02-16cgroup: introduce cgroup namespacesAditya Kali
2016-01-22cpuset: make mm migration asynchronousTejun Heo
2015-12-03Merge branch 'for-4.4-fixes' into for-4.5Tejun Heo
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo
2015-11-25cpuset: Replace all instances of time_t with time64_tArnd Bergmann
2015-11-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-05mm, oom: remove task_lock protecting comm printingDavid Rientjes
2015-10-15cgroup: replace cgroup_has_tasks() with cgroup_is_populated()Tejun Heo
2015-09-22cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader()Tejun Heo
2015-09-22cpuset: migrate memory only for threadgroup leadersTejun Heo
2015-09-18cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLETejun Heo
2015-09-18cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()Tejun Heo
2015-08-10cpuset: use trialcs->mems_allowed as a temp variableAlban Crequy
2015-04-14kernel, cpuset: remove exception for __GFP_THISNODEDavid Rientjes
2015-03-19cpusets, isolcpus: exclude isolcpus from load balancing in cpusetsRik van Riel
2015-03-02cpuset: Fix cpuset sched_relax_domain_levelJason Low
2015-03-02cpuset: fix a warning when clearing configured masks in old hierarchyZefan Li
2015-03-02cpuset: initialize effective masks when clone_children is enabledZefan Li
2015-02-13cpuset: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-12kernel/cpuset.c: Mark cpuset_init_current_mems_allowed as __initRasmus Villemoes
2014-12-11Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-10-28sched/deadline: Ensure that updates to exclusive cpusets don't break ACJuri Lelli
2014-10-28sched/deadline: Fix bandwidth check/update when migrating tasks between exclu...Juri Lelli
2014-10-27cpuset: lock vs unlock typoDan Carpenter
2014-10-27cpuset: simplify cpuset_node_allowed APIVladimir Davydov
2014-10-27cpuset: convert callback_mutex to a spinlockVladimir Davydov
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-09-24cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li
2014-09-18cpuset: simplify proc_cpuset_show()Zefan Li
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-07-30cpuset: fix the WARN_ON() in update_nodemasks_hier()Li Zefan
2014-07-15cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypesTejun Heo
2014-07-09cpuset: export effective masks to userspaceLi Zefan
2014-07-09cpuset: allow writing offlined masks to cpuset.cpus/memsLi Zefan