aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cpuset.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-04cpumask: Partition_sched_domains takes array of cpumask_var_tRusty Russell1-10/+9
2009-10-25Merge branch 'linus' into sched/coreIngo Molnar1-14/+52
2009-09-24cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum1-14/+52
2009-09-21sched: Always show Cpus_allowed field in /proc/<pid>/statusHeiko Carstens1-7/+1
2009-06-16cpuset,mm: update tasks' mems_allowed in timeMiao Xie1-138/+46
2009-06-16cpusets: update tasks' page/slab spread flags in timeMiao Xie1-4/+55
2009-06-16cpusets: restructure the function cpuset_update_task_memory_state()Miao Xie1-8/+19
2009-06-11x86: remove some alloc_bootmem_cpumask_var callingYinghai Lu1-1/+1
2009-04-02cpusets: prevent PF_THREAD_BOUND tasks from attaching to non-root cpusetsDavid Rientjes1-8/+11
2009-04-02cpusets: allow cpusets to be configured/built on non-SMP systemsPaul Menage1-0/+15
2009-04-02cpusets: replace zone allowed functions with node allowedDavid Rientjes1-34/+25
2009-04-02cpuset: remove struct cpuset_hotplug_scannerLi Zefan1-14/+9
2009-04-02cpuset: avoid changing cpuset's mems when errno returnedLi Zefan1-9/+16
2009-04-02cpuset: rewrite update_tasks_nodemask()Li Zefan1-70/+39
2009-04-02cpuset: fix possible races in cpu/memory hotplugLi Zefan1-3/+6
2009-04-02cgroups: show correct file modeLi Zefan1-0/+1
2009-01-19cpuset: fix possible deadlock in async_rebuild_sched_domainsMiao Xie1-1/+12
2009-01-15cgroups: consolidate cgroup documentsLi Zefan1-1/+1
2009-01-08cpuset: remove remaining pointers to cpumask_tLi Zefan1-13/+15
2009-01-08cpuset: convert cpuset->cpus_allowed to cpumask_var_tLi Zefan1-40/+60
2009-01-08cpuset: don't allocate trial cpuset on stackLi Zefan1-33/+60
2009-01-08cpuset: convert cpuset_attach() to use cpumask_var_tLi Zefan1-5/+9
2009-01-08cpuset: remove on stack cpumask_t in cpuset_can_attach()Li Zefan1-6/+5
2009-01-08cpuset: remove on stack cpumask_t in cpuset_sprintf_cpulist()Li Zefan1-3/+3
2009-01-08cpusets: set task's cpu_allowed to cpu_possible_map when attaching it into to...Miao Xie1-3/+7
2009-01-08cpuset: rcu_read_lock() to protect task_cs()Lai Jiangshan1-8/+3
2009-01-06oom: print triggering task's cpuset and mems allowedDavid Rientjes1-0/+34
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell1-2/+2
2008-11-29sched, cpusets: fix warning in kernel/cpuset.cIngo Molnar1-1/+1
2008-11-19cpuset: update top cpuset's mems after adding a nodeMiao Xie1-3/+16
2008-11-18cpuset: fix regression when failed to generate sched domainsLi Zefan1-4/+8
2008-10-20cpuset: use seq_*mask_* to print masksLai Jiangshan1-8/+4
2008-10-20cpuset.c: remove extra variableRakib Mullick1-3/+2
2008-10-03cpusets: scan_for_empty_cpusets(), cpuset doesn't seem to be so constFrederic Weisbecker1-1/+1
2008-09-13cpuset: avoid changing cpuset's cpus when -errno returnedLi Zefan1-22/+15
2008-08-14sched, cpuset: rework sched domains and CPU hotplug handling (v4)Max Krasnyansky1-130/+182
2008-07-30cpuset: clean up cpuset hierarchy traversal codeLi Zefan1-13/+8
2008-07-30cpuset: fix wrong calculation of relax domain levelLi Zefan1-1/+1
2008-07-30cpuset: speed up sched domain partitionLai Jiangshan1-4/+37
2008-07-30cpuset: a bit cleanup for scan_for_empty_cpusets()Li Zefan1-5/+2
2008-07-25cpuset: two minor code-cleanupsLai Jiangshan1-2/+2
2008-07-25cpuset: code-cleanup for started_afterLai Jiangshan1-31/+6
2008-07-25cpuset: don't pass empty cpumasks to partition_sched_domains()Lai Jiangshan1-0/+5
2008-07-25cpuset: avoid unnecessary sched domains rebuildingLi Zefan1-6/+12
2008-07-25cpusets: update task's cpus_allowed and mems_allowed after CPU/NODE offline/o...Miao Xie1-0/+7
2008-07-25cpusets: restructure the function update_cpumask() and update_nodemask()Miao Xie1-72/+109
2008-07-25cgroup files: remove cpuset_common_file_write()Paul Menage1-74/+35
2008-07-23Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2008-07-22cpusets: fix wrong domain attr updatesMiao Xie1-1/+3
2008-07-18cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...Max Krasnyansky1-1/+1
2008-07-14Merge commit 'v2.6.26' into sched/develIngo Molnar1-6/+18
2008-07-13cpusets, hotplug, scheduler: fix scheduler domain breakageDmitry Adamushko1-6/+18
2008-06-23Merge branch 'linus' into sched/develIngo Molnar1-2/+2
2008-06-20Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2008-06-19cpuset: limit the input of cpuset.sched_relax_domain_levelLi Zefan1-2/+2
2008-06-19sched: CPU hotplug events must not destroy scheduler domains created by the c...Max Krasnyansky1-0/+6
2008-06-16Merge branch 'linus' into sched-develIngo Molnar1-3/+7
2008-06-10sched: prevent bound kthreads from changing cpus_allowedDavid Rientjes1-1/+13
2008-06-06cpusets: fix bug when adding nonexistent cpu or memLai Jiangshan1-3/+7
2008-06-06sched: CPU hotplug events must not destroy scheduler domains created by the c...Max Krasnyansky1-0/+6
2008-05-08Fix cpuset sched_relax_domain_level control filePaul Menage1-12/+40
2008-04-29Cpuset hardwall flag: add a mem_hardwall flag to cpusetsPaul Menage1-16/+32
2008-04-29Cpuset hardwall flag: switch cpusets to use the bulk cgroup_add_files() APIPaul Menage1-91/+75
2008-04-29kernel/cpuset.c: make 3 functions staticAdrian Bunk1-3/+6
2008-04-29CGroup API files: update cpusets to use cgroup structured file APIPaul Menage1-77/+83
2008-04-28kernel: fix integer as NULL pointer warningsHarvey Harrison1-1/+2
2008-04-28mempolicy: rename mpol_copy to mpol_dupLee Schermerhorn1-2/+2
2008-04-28mm: filter based on a nodemask as well as a gfp_maskMel Gorman1-13/+5
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman1-2/+2
2008-04-19sched, cpuset: customize sched domains, coreHidetoshi Seto1-1/+60
2008-04-19cpumask: use new cpus_scnprintf functionMike Travis1-0/+8
2008-04-19cpuset: modify cpuset_set_cpus_allowed to use cpumask pointerMike Travis1-19/+12
2008-03-05cpusets: fix obsolete commentDavid Rientjes1-2/+2
2008-02-08proc: seqfile convert proc_pid_status to properly handle pid namespacesEric W. Biederman1-9/+10
2008-02-07hotplug cpu move tasks in empty cpusets - refinementsPaul Jackson1-8/+13
2008-02-07hotplug cpu: move tasks in empty cpusets to parent various other fixesPaul Jackson1-26/+15
2008-02-07cgroups: update comments in cpuset.cPaul Menage1-85/+43
2008-02-07cpusets: update_cpumask revisionCliff Wickman1-61/+46
2008-02-07hotplug cpu: move tasks in empty cpusets to parentCliff Wickman1-34/+133
2008-01-25cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy1-7/+7
2007-10-19hotplug cpu: migrate a task within its cpusetCliff Wickman1-1/+14
2007-10-19Fix cpusets update_cpumaskPaul Menage1-4/+101
2007-10-19cpusets: decrustify cpuset mask update codePaul Jackson1-30/+20
2007-10-19cpuset sched_load_balance flagPaul Jackson1-5/+270
2007-10-19Task Control Groups: make cpusets a client of cgroupsPaul Menage1-976/+212
2007-10-19cpuset: zero malloc - revert the old cpuset fixPaul Jackson1-1/+1
2007-10-18whitespace fixes: cpusetDaniel Walker1-6/+6
2007-10-17oom: compare cpuset mems_allowed instead of exclusive ancestorsDavid Rientjes1-32/+11
2007-10-16cpuset: remove sched domain hooks from cpusetsPaul Jackson1-82/+2
2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman1-1/+1
2007-10-16Memoryless nodes: Use N_HIGH_MEMORY for cpusetsChristoph Lameter1-18/+38
2007-07-18usermodehelper: Tidy up waitingJeremy Fitzhardinge1-1/+1
2007-07-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...Linus Torvalds1-0/+3
2007-07-16Reduce cpuset.c write_lock_irq() to read_lock()Paul Menage1-3/+3
2007-07-16HOTPLUG: Adapt cpuset hotplug callback to CPU_DYINGAvi Kivity1-0/+3
2007-06-16cpuset: zero malloc - fix for old cpusetsPaul Jackson1-1/+1
2007-05-09use simple_read_from_buffer in kernel/Akinobu Mita1-6/+1
2007-05-08cpusets: allow empty {cpus,mems}_allowed to be set for unpopulated cpusetDavid Rientjes1-8/+30
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-08Fix race between attach_task and cpuset_exitSrivatsa Vaddagiri1-4/+2
2007-05-07cpusets: allow TIF_MEMDIE threads to allocate anywhereDavid Rientjes1-2/+20
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven1-1/+1
2007-02-12[PATCH] mark struct file_operations const 7Arjan van de Ven1-1/+1
2006-12-30[PATCH] cpuset procfs warning fixAndrew Morton1-1/+1
2006-12-13[PATCH] cpuset: rework cpuset_zone_allowed apiPaul Jackson1-16/+66
2006-12-08[PATCH] struct path: convert kernelJosef Sipek1-11/+11
2006-12-07[PATCH] cpuset: allow a larger buffer for writes to cpuset filesPaul Menage1-2/+3
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationHelge Deller1-2/+2
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar1-4/+0
2006-12-07[PATCH] cpuset: minor code refinementsPaul Jackson1-5/+4
2006-10-10[PATCH] cpuset ANSI prototypeAl Viro1-1/+1
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-4/+4
2006-09-29[PATCH] cpuset: fix obscure attach_task vs exiting racePaul Jackson1-1/+6
2006-09-29[PATCH] cpuset: hotunplug cpus and mems in all cpusetsPaul Jackson1-17/+70
2006-09-29[PATCH] cpuset: top_cpuset tracks hotplug changes to node_online_mapPaul Jackson1-3/+25
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu1-1/+1
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-26[PATCH] NUMA: Add zone_to_nid functionChristoph Lameter1-2/+2
2006-09-26[PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset...Christoph Lameter1-1/+1
2006-08-27[PATCH] cpuset: oom panic fixNick Piggin1-1/+1
2006-08-27[PATCH] cpuset: top_cpuset tracks hotplug changes to cpu_online_mapPaul Jackson1-0/+33
2006-07-23[PATCH] Cpuset: fix ABBA deadlock with cpu hotplug lockPaul Jackson1-3/+21
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-30typo fixes: occuring -> occurringAdrian Bunk1-1/+1
2006-06-26[PATCH] proc: Use struct pid not struct task_refEric W. Biederman1-6/+5
2006-06-26[PATCH] proc: don't lock task_structs indefinitelyEric W. Biederman1-7/+20
2006-06-23[PATCH] SELinux: add security hook call to mediate attach_task (kernel/cpuset.c)David Quigley1-0/+8
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-4/+4
2006-05-21[PATCH] cpuset: might_sleep_if check in cpuset_zones_allowedPaul Jackson1-0/+1
2006-05-21[PATCH] cpuset: update cpuset_zones_allowed commentPaul Jackson1-9/+15