summaryrefslogtreecommitdiffstats
path: root/kernel/cpuset.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-10-141-6/+7
|\
| * cpuset: fix error handling regression in proc_cpuset_show()Tejun Heo2016-09-291-2/+3
| * cgroup: make cgroup_path() and friends behave in the style of strlcpy()Tejun Heo2016-08-101-6/+6
* | cpuset: fix non static symbol warningWei Yongjun2016-09-161-1/+1
* | cpuset: handle race between CPU hotplug and cpuset_hotplug_workJoonwoo Park2016-09-131-3/+14
* | cpuset: make sure new tasks conform to the current config of the cpusetZefan Li2016-08-091-0/+15
|/
* cpuset, mm: fix TIF_MEMDIE check in cpuset_change_task_nodemaskMichal Hocko2016-07-281-9/+0
* cpuset: use static key better and convert to new APIVlastimil Babka2016-05-191-7/+7
* include/linux/nodemask.h: create next_node_in() helperAndrew Morton2016-05-191-7/+1
* cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_a...Tejun Heo2016-04-251-2/+2
* Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2016-03-211-4/+4
|\
| * cgroup: introduce cgroup namespacesAditya Kali2016-02-161-4/+4
* | cgroup: convert cgroup_subsys flag fields to bool bitfieldsTejun Heo2016-02-231-1/+1
|/
* cpuset: make mm migration asynchronousTejun Heo2016-01-221-22/+49
* Merge branch 'for-4.4-fixes' into for-4.5Tejun Heo2015-12-031-12/+21
|\
| * cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo2015-12-031-12/+21
* | cpuset: Replace all instances of time_t with time64_tArnd Bergmann2015-11-251-4/+8
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-051-7/+7
|\
| * mm, oom: remove task_lock protecting comm printingDavid Rientjes2015-11-051-7/+7
* | cgroup: replace cgroup_has_tasks() with cgroup_is_populated()Tejun Heo2015-10-151-1/+1
* | cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader()Tejun Heo2015-09-221-5/+4
* | cpuset: migrate memory only for threadgroup leadersTejun Heo2015-09-221-18/+22
* | cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLETejun Heo2015-09-181-6/+0
* | cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()Tejun Heo2015-09-181-10/+13
|/
* cpuset: use trialcs->mems_allowed as a temp variableAlban Crequy2015-08-101-1/+1
* kernel, cpuset: remove exception for __GFP_THISNODEDavid Rientjes2015-04-141-13/+5
* cpusets, isolcpus: exclude isolcpus from load balancing in cpusetsRik van Riel2015-03-191-2/+11
* cpuset: Fix cpuset sched_relax_domain_levelJason Low2015-03-021-3/+0
* cpuset: fix a warning when clearing configured masks in old hierarchyZefan Li2015-03-021-2/+2
* cpuset: initialize effective masks when clone_children is enabledZefan Li2015-03-021-0/+2
* cpuset: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-33/+9
* kernel/cpuset.c: Mark cpuset_init_current_mems_allowed as __initRasmus Villemoes2015-02-121-1/+1
* Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-12-111-105/+57
|\
| * cpuset: lock vs unlock typoDan Carpenter2014-10-271-1/+1
| * cpuset: simplify cpuset_node_allowed APIVladimir Davydov2014-10-271-53/+2
| * cpuset: convert callback_mutex to a spinlockVladimir Davydov2014-10-271-52/+55
* | sched/deadline: Ensure that updates to exclusive cpusets don't break ACJuri Lelli2014-10-281-0/+10
* | sched/deadline: Fix bandwidth check/update when migrating tasks between exclu...Juri Lelli2014-10-281-11/+2
|/
* Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-10-101-12/+3
|\
| * cpuset: simplify proc_cpuset_show()Zefan Li2014-09-181-12/+3
* | cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li2014-09-241-4/+5
|/
* Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-08-041-194/+306
|\
| * cpuset: fix the WARN_ON() in update_nodemasks_hier()Li Zefan2014-07-301-1/+1
| * cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypesTejun Heo2014-07-151-1/+1
| * cpuset: export effective masks to userspaceLi Zefan2014-07-091-0/+20
| * cpuset: allow writing offlined masks to cpuset.cpus/memsLi Zefan2014-07-091-3/+4
| * cpuset: enable onlined cpu/node in effective masksLi Zefan2014-07-091-29/+36
| * cpuset: refactor cpuset_hotplug_update_tasks()Li Zefan2014-07-091-55/+66
| * cpuset: make cs->{cpus, mems}_allowed as user-configured masksLi Zefan2014-07-091-6/+29
OpenPOWER on IntegriCloud