summaryrefslogtreecommitdiff
path: root/kernel/cpuset.c
AgeCommit message (Expand)Author
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-26cpusets: randomize node rotor used in cpuset_mem_spread_node()Michal Hocko
2011-05-28cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowedKOSAKI Motohiro
2011-05-26cgroup: remove the ns_cgroupDaniel Lezcano
2011-05-26cgroups: add per-thread subsystem callbacksBen Blum
2011-04-11sched: Dynamic sched_domain::levelPeter Zijlstra
2011-03-23cpuset: hold callback_mutex in cpuset_post_clone()Li Zefan
2011-03-23cpuset: fix unchecked calls to NODEMASK_ALLOC()Li Zefan
2011-03-23cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_attach()Li Zefan
2011-03-23cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_sprintf_memlist()Li Zefan
2011-03-04cpuset: add a missing unlock in cpuset_write_resmask()Li Zefan
2010-10-29convert cgroup and cpusetAl Viro
2010-10-21security: remove unused parameter from security_task_setscheduler()KOSAKI Motohiro
2010-08-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-06-22sched, cpuset: Drop __cpuexit from cpu hotplug callbacksTejun Heo
2010-06-16Merge branch 'master' into for-nextJiri Kosina
2010-06-16fix typos concerning "hierarchy"Uwe Kleine-König
2010-06-08sched: adjust when cpu_active and cpuset configurations are updated during cp...Tejun Heo
2010-05-27cpusets: new round-robin rotor for SLAB allocationsJack Steiner
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie
2010-05-25mempolicy: restructure rebinding-mempolicy functionsMiao Xie
2010-04-02sched: Make select_fallback_rq() cpuset friendlyOleg Nesterov
2010-04-02sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locke...Oleg Nesterov
2010-03-24cpuset: alloc nodemask_t on the heap rather than the stackMiao Xie
2010-03-24cpuset: fix the problem that cpuset_mem_spread_node() returns an offline nodeMiao Xie
2009-12-06sched: Fix balance vs hotplug racePeter Zijlstra
2009-12-06cpumask: Fix generate_sched_domains() for UPGeert Uytterhoeven
2009-11-04cpumask: Partition_sched_domains takes array of cpumask_var_tRusty Russell
2009-10-25Merge branch 'linus' into sched/coreIngo Molnar
2009-09-24cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum
2009-09-21sched: Always show Cpus_allowed field in /proc/<pid>/statusHeiko Carstens
2009-06-16cpuset,mm: update tasks' mems_allowed in timeMiao Xie
2009-06-16cpusets: update tasks' page/slab spread flags in timeMiao Xie
2009-06-16cpusets: restructure the function cpuset_update_task_memory_state()Miao Xie
2009-06-11x86: remove some alloc_bootmem_cpumask_var callingYinghai Lu
2009-04-02cpusets: prevent PF_THREAD_BOUND tasks from attaching to non-root cpusetsDavid Rientjes
2009-04-02cpusets: allow cpusets to be configured/built on non-SMP systemsPaul Menage
2009-04-02cpusets: replace zone allowed functions with node allowedDavid Rientjes
2009-04-02cpuset: remove struct cpuset_hotplug_scannerLi Zefan
2009-04-02cpuset: avoid changing cpuset's mems when errno returnedLi Zefan
2009-04-02cpuset: rewrite update_tasks_nodemask()Li Zefan
2009-04-02cpuset: fix possible races in cpu/memory hotplugLi Zefan
2009-04-02cgroups: show correct file modeLi Zefan
2009-01-19cpuset: fix possible deadlock in async_rebuild_sched_domainsMiao Xie
2009-01-15cgroups: consolidate cgroup documentsLi Zefan
2009-01-08cpuset: remove remaining pointers to cpumask_tLi Zefan
2009-01-08cpuset: convert cpuset->cpus_allowed to cpumask_var_tLi Zefan
2009-01-08cpuset: don't allocate trial cpuset on stackLi Zefan
2009-01-08cpuset: convert cpuset_attach() to use cpumask_var_tLi Zefan
2009-01-08cpuset: remove on stack cpumask_t in cpuset_can_attach()Li Zefan