aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cpuset.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/tip/linux-2.6-tipLinus 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 cpu on/offliningTejun 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_locked codeOleg 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 top cpusetMiao 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 cpulist_scnprintf to take pointers.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