aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cpuset.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-27cgroup: move cgroup files under kernel/cgroup/Tejun Heo1-2752/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-6/+7
2016-09-29cpuset: fix error handling regression in proc_cpuset_show()Tejun Heo1-2/+3
2016-09-16cpuset: fix non static symbol warningWei Yongjun1-1/+1
2016-09-13cpuset: handle race between CPU hotplug and cpuset_hotplug_workJoonwoo Park1-3/+14
2016-08-10cgroup: make cgroup_path() and friends behave in the style of strlcpy()Tejun Heo1-6/+6
2016-08-09cpuset: make sure new tasks conform to the current config of the cpusetZefan Li1-0/+15
2016-07-28cpuset, mm: fix TIF_MEMDIE check in cpuset_change_task_nodemaskMichal Hocko1-9/+0
2016-05-19cpuset: use static key better and convert to new APIVlastimil Babka1-7/+7
2016-05-19include/linux/nodemask.h: create next_node_in() helperAndrew Morton1-7/+1
2016-04-25cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_a...Tejun Heo1-2/+2
2016-03-21Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds1-4/+4
2016-02-23cgroup: convert cgroup_subsys flag fields to bool bitfieldsTejun Heo1-1/+1
2016-02-16cgroup: introduce cgroup namespacesAditya Kali1-4/+4
2016-01-22cpuset: make mm migration asynchronousTejun Heo1-22/+49
2015-12-03Merge branch 'for-4.4-fixes' into for-4.5Tejun Heo1-12/+21
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo1-12/+21
2015-11-25cpuset: Replace all instances of time_t with time64_tArnd Bergmann1-4/+8
2015-11-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+7
2015-11-05mm, oom: remove task_lock protecting comm printingDavid Rientjes1-7/+7
2015-10-15cgroup: replace cgroup_has_tasks() with cgroup_is_populated()Tejun Heo1-1/+1
2015-09-22cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader()Tejun Heo1-5/+4
2015-09-22cpuset: migrate memory only for threadgroup leadersTejun Heo1-18/+22
2015-09-18cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLETejun Heo1-6/+0
2015-09-18cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()Tejun Heo1-10/+13
2015-08-10cpuset: use trialcs->mems_allowed as a temp variableAlban Crequy1-1/+1
2015-04-14kernel, cpuset: remove exception for __GFP_THISNODEDavid Rientjes1-13/+5
2015-03-19cpusets, isolcpus: exclude isolcpus from load balancing in cpusetsRik van Riel1-2/+11
2015-03-02cpuset: Fix cpuset sched_relax_domain_levelJason Low1-3/+0
2015-03-02cpuset: fix a warning when clearing configured masks in old hierarchyZefan Li1-2/+2
2015-03-02cpuset: initialize effective masks when clone_children is enabledZefan Li1-0/+2
2015-02-13cpuset: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-33/+9
2015-02-12kernel/cpuset.c: Mark cpuset_init_current_mems_allowed as __initRasmus Villemoes1-1/+1
2014-12-11Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-105/+57
2014-10-28sched/deadline: Ensure that updates to exclusive cpusets don't break ACJuri Lelli1-0/+10
2014-10-28sched/deadline: Fix bandwidth check/update when migrating tasks between exclu...Juri Lelli1-11/+2
2014-10-27cpuset: lock vs unlock typoDan Carpenter1-1/+1
2014-10-27cpuset: simplify cpuset_node_allowed APIVladimir Davydov1-53/+2
2014-10-27cpuset: convert callback_mutex to a spinlockVladimir Davydov1-52/+55
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-12/+3
2014-09-24cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li1-4/+5
2014-09-18cpuset: simplify proc_cpuset_show()Zefan Li1-12/+3
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-194/+306
2014-07-30cpuset: fix the WARN_ON() in update_nodemasks_hier()Li Zefan1-1/+1
2014-07-15cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypesTejun Heo1-1/+1
2014-07-09cpuset: export effective masks to userspaceLi Zefan1-0/+20
2014-07-09cpuset: allow writing offlined masks to cpuset.cpus/memsLi Zefan1-3/+4
2014-07-09cpuset: enable onlined cpu/node in effective masksLi Zefan1-29/+36
2014-07-09cpuset: refactor cpuset_hotplug_update_tasks()Li Zefan1-55/+66
2014-07-09cpuset: make cs->{cpus, mems}_allowed as user-configured masksLi Zefan1-6/+29
2014-07-09cpuset: apply cs->effective_{cpus,mems}Li Zefan1-69/+14
2014-07-09cpuset: initialize top_cpuset's configured masks at mountLi Zefan1-9/+28
2014-07-09cpuset: use effective cpumask to build sched domainsLi Zefan1-11/+17
2014-07-09cpuset: inherit ancestor's masks if effective_{cpus, mems} becomes emptyLi Zefan1-0/+22
2014-07-09cpuset: update cs->effective_{cpus, mems} when config changesLi Zefan1-34/+54
2014-07-09cpuset: update cpuset->effective_{cpus,mems} at hotplugLi Zefan1-0/+4
2014-07-09cpuset: add cs->effective_cpus and cs->effective_memsLi Zefan1-11/+48
2014-07-09cgroup: remove sane_behavior support on non-default hierarchiesTejun Heo1-18/+15
2014-07-01cpuset: break kernfs active protection in cpuset_write_resmask()Tejun Heo1-0/+12
2014-06-25cpuset,mempolicy: fix sleeping function called from invalid contextGu Zheng1-1/+7
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-23/+23
2014-06-04mm: page_alloc: use jump labels to avoid checking number_of_cpusetsMel Gorman1-10/+4
2014-05-16cgroup: remove css_parent()Tejun Heo1-1/+1
2014-05-13cgroup: replace cftype->write_string() with cftype->write()Tejun Heo1-7/+9
2014-05-13cgroup: rename css_tryget*() to css_tryget_online*()Tejun Heo1-3/+3
2014-05-06kernel/cpuset.c: convert printk to pr_foo()Fabian Frederick1-7/+4
2014-05-06kernel/cpuset.c: kernel-doc fixesFabian Frederick1-5/+6
2014-04-03Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-1/+1
2014-04-03mm: optimize put_mems_allowed() usageMel Gorman1-1/+1
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-165/+97
2014-03-19cgroup: drop const from @buffer of cftype->write_string()Tejun Heo1-1/+1
2014-03-03cpuset: use rcu_read_lock() to protect task_cs()Li Zefan1-11/+13
2014-02-27cpuset: fix a race condition in __cpuset_node_allowed_softwall()Li Zefan1-1/+1
2014-02-27cpuset: fix a locking issue in cpuset_migrate_mm()Li Zefan1-6/+2
2014-02-13cpuset: don't use cgroup_taskset_cur_css()Tejun Heo1-3/+6
2014-02-13cgroup: drop @skip_css from cgroup_taskset_for_each()Tejun Heo1-2/+2
2014-02-13cpuset: use css_task_iter_start/next/end() instead of css_scan_tasks()Tejun Heo1-128/+58
2014-02-13cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count()Tejun Heo1-1/+1
2014-02-12cgroup: remove cgroup->nameTejun Heo1-14/+13
2014-02-08cgroup: clean up cgroup_subsys names and initializationTejun Heo1-6/+4
2013-12-05cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo1-7/+5
2013-12-05cpuset: convert away from cftype->read()Tejun Heo1-47/+24
2013-11-27cpuset: Fix memory allocator deadlockPeter Zijlstra1-2/+6
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-164/+153
2013-08-21cpuset: fix a regression in validating config changeLi Zefan1-5/+9
2013-08-13cpuset: remove an unncessary forward declarationLi Zefan1-3/+0
2013-08-13cpuset: fix the return value of cpuset_write_u64()Li Zefan1-2/+4
2013-08-08cgroup: make css_for_each_descendant() and friends include the origin css in ...Tejun Heo1-16/+26
2013-08-08cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo1-10/+5
2013-08-08cgroup: make task iterators deal with cgroup_subsys_state instead of cgroupTejun Heo1-22/+19
2013-08-08cgroup: remove struct cgroup_scannerTejun Heo1-37/+26
2013-08-08cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroupTejun Heo1-29/+29
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo1-17/+18
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo1-18/+21
2013-08-08cgroup: add css_parent()Tejun Heo1-5/+1
2013-08-08cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo1-4/+7
2013-08-08cpuset: drop "const" qualifiers from struct cpuset instancesTejun Heo1-9/+8
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo1-3/+3
2013-07-31cgroup: more naming cleanupsLi Zefan1-8/+8
2013-07-29cpuset: relocate a misplaced commentZhao Hongjiang1-6/+6
2013-07-29cpuset: get rid of the useless forward declaration of cpusetZhao Hongjiang1-1/+0
2013-07-02Merge branch 'for-3.11-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-191/+287
2013-06-19sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar1-2/+2
2013-06-13cpuset: rename @cont to @cgrpLi Zefan1-16/+16
2013-06-13cpuset: fix to migrate mm correctly in a corner caseLi Zefan1-6/+19
2013-06-13cpuset: allow to move tasks to empty cpusetsLi Zefan1-2/+7
2013-06-13cpuset: allow to keep tasks in empty cpusetsLi Zefan1-31/+110
2013-06-13cpuset: introduce effective_{cpumask|nodemask}_cpuset()Li Zefan1-11/+65
2013-06-13cpuset: record old_mems_allowed in struct cpusetLi Zefan1-25/+36
2013-06-09cpuset: remove async hotplug propagation workLi Zefan1-53/+16
2013-06-09cpuset: let hotplug propagation work wait for task attachingLi Zefan1-12/+17
2013-06-05cpuset: re-structure update_cpumask() a bitLi Zefan1-3/+4
2013-06-05cpuset: remove cpuset_test_cpumask()Li Zefan1-18/+1
2013-06-05cpuset: remove unnecessary variable in cpuset_attach()Li Zefan1-4/+2
2013-06-05cpuset: cleanup guarantee_online_{cpus|mems}()Li Zefan1-22/+7
2013-06-05cpuset: remove redundant check in cpuset_cpus_allowed_fallback()Li Zefan1-2/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-14/+1
2013-05-01take cgroup_open() and cpuset_open() to fs/proc/base.cAl Viro1-14/+1
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-87/+28
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-8/+8
2013-04-29kernel/cpuset.c: use register_hotmemory_notifier()Andrew Morton1-5/+7
2013-04-27cpuset: fix compile warning when CONFIG_SMP=nLi Zefan1-7/+0
2013-04-27cpuset: fix cpu hotplug vs rebuild_sched_domains() raceLi Zefan1-1/+9
2013-04-27cpuset: use rebuild_sched_domains() in cpuset_hotplug_workfn()Li Zhong1-11/+2
2013-04-07cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_ta...Tejun Heo1-45/+6
2013-03-20cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc()Li Zefan1-1/+1
2013-03-19sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITYTejun Heo1-8/+8
2013-03-12cpuset: fix RCU lockdep splat in cpuset_print_task_mems_allowed()Li Zefan1-0/+2
2013-03-04cpuset: use cgroup_name() in cpuset_print_task_mems_allowed()Li Zefan1-23/+9
2013-02-20Merge branch 'for-3.9-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-389/+483
2013-02-18cpuset: fix cpuset_print_task_mems_allowed() vs rename() raceLi Zefan1-2/+10
2013-01-15cpuset: drop spurious retval assignment in proc_cpuset_show()Li Zefan1-1/+0
2013-01-15cpuset: fix RCU lockdep splatLi Zefan1-4/+4
2013-01-07cpuset: remove cpuset->parentTejun Heo1-11/+17
2013-01-07cpuset: replace cpuset->stack_list with cpuset_for_each_descendant_pre()Tejun Heo1-75/+48
2013-01-07cpuset: replace cgroup_mutex locking with cpuset internal lockingTejun Heo1-81/+107
2013-01-07cpuset: schedule hotplug propagation from cpuset_attach() if the cpuset is emptyTejun Heo1-0/+14
2013-01-07cpuset: pin down cpus and mems while a task is being attachedTejun Heo1-2/+26
2013-01-07cpuset: make CPU / memory hotplug propagation asynchronousTejun Heo1-6/+48
2013-01-07cpuset: drop async_rebuild_sched_domains()Tejun Heo1-60/+16
2013-01-07cpuset: don't nest cgroup_mutex inside get_online_cpus()Tejun Heo1-4/+35
2013-01-07cpuset: reorganize CPU / memory hotplug handlingTejun Heo1-117/+104
2013-01-07cpuset: cleanup cpuset[_can]_attach()Tejun Heo1-17/+18
2013-01-07cpuset: introduce cpuset_for_each_child()Tejun Heo1-31/+54
2013-01-07cpuset: introduce CS_ONLINETejun Heo1-1/+10
2013-01-07cpuset: introduce ->css_on/offline()Tejun Heo1-22/+44
2013-01-07cpuset: remove fast exit path from remove_tasks_in_empty_cpuset()Tejun Heo1-8/+0
2013-01-07cpuset: remove unused cpuset_unlock()Tejun Heo1-11/+0
2012-12-12cpuset: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-16/+16
2012-11-19cgroup, cpuset: remove cgroup_subsys->post_clone()Tejun Heo1-44/+36
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo1-5/+5
2012-07-24cpusets: Remove/update outdated commentsSrivatsa S. Bhat1-4/+3
2012-07-24cpusets, hotplug: Restructure functions that are invoked during hotplugSrivatsa S. Bhat1-27/+61
2012-07-24cpusets, hotplug: Implement cpuset tree traversal in a helper functionSrivatsa S. Bhat1-9/+27
2012-07-24CPU hotplug, cpusets, suspend: Don't modify cpusets during suspend/resumeSrivatsa S. Bhat1-0/+3
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-21/+10
2012-04-02Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds1-5/+5
2012-04-01cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo1-21/+10
2012-03-29Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-17/+4
2012-03-29documentation: remove references to cpu_*_map.Rusty Russell1-5/+5
2012-03-28cpusets: Remove an unused variableDan Carpenter1-1/+0
2012-03-27sched: Fix select_fallback_rq() vs cpu_active/cpu_onlinePeter Zijlstra1-16/+4
2012-03-21cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman1-35/+8
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan1-11/+5
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-57/+48
2011-12-20cpusets: stall when updating mems_allowed for mempolicy or disjoint nodemaskDavid Rientjes1-5/+24
2011-12-12cgroup, cpuset: don't use ss->pre_attach()Tejun Heo1-17/+12
2011-12-12cgroup: don't use subsys->can_attach_task() or ->attach_task()Tejun Heo1-38/+32
2011-12-12cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a...Tejun Heo1-8/+10
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2011-11-02cpusets: avoid looping when storing to mems_allowed if one node remains setDavid Rientjes1-3/+6
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-26cpusets: randomize node rotor used in cpuset_mem_spread_node()Michal Hocko1-0/+8
2011-05-28cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowedKOSAKI Motohiro1-2/+2
2011-05-26cgroup: remove the ns_cgroupDaniel Lezcano1-4/+3
2011-05-26cgroups: add per-thread subsystem callbacksBen Blum1-50/+46
2011-04-11sched: Dynamic sched_domain::levelPeter Zijlstra1-1/+1
2011-03-23cpuset: hold callback_mutex in cpuset_post_clone()Li Zefan1-0/+2
2011-03-23cpuset: fix unchecked calls to NODEMASK_ALLOC()Li Zefan1-35/+16
2011-03-23cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_attach()Li Zefan1-5/+2
2011-03-23cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_sprintf_memlist()Li Zefan1-16/+8
2011-03-04cpuset: add a missing unlock in cpuset_write_resmask()Li Zefan1-2/+5
2010-10-29convert cgroup and cpusetAl Viro1-7/+6
2010-10-21security: remove unused parameter from security_task_setscheduler()KOSAKI Motohiro1-2/+2
2010-08-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-19/+2
2010-06-22sched, cpuset: Drop __cpuexit from cpu hotplug callbacksTejun Heo1-1/+1
2010-06-16Merge branch 'master' into for-nextJiri Kosina1-12/+66
2010-06-16fix typos concerning "hierarchy"Uwe Kleine-König1-1/+1
2010-06-08sched: adjust when cpu_active and cpuset configurations are updated during cp...Tejun Heo1-19/+2
2010-05-27cpusets: new round-robin rotor for SLAB allocationsJack Steiner1-4/+16
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie1-8/+50
2010-05-25mempolicy: restructure rebinding-mempolicy functionsMiao Xie1-2/+2
2010-04-02sched: Make select_fallback_rq() cpuset friendlyOleg Nesterov1-0/+42
2010-04-02sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locke...Oleg Nesterov1-26/+1
2010-03-24cpuset: alloc nodemask_t on the heap rather than the stackMiao Xie1-28/+66
2010-03-24cpuset: fix the problem that cpuset_mem_spread_node() returns an offline nodeMiao Xie1-8/+12
2009-12-06sched: Fix balance vs hotplug racePeter Zijlstra1-7/+9
2009-12-06cpumask: Fix generate_sched_domains() for UPGeert Uytterhoeven1-1/+1