aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cpuset.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus 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/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