aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cpuset.c
Commit message (Expand)AuthorAge
* sched: Dynamic sched_domain::levelPeter Zijlstra2011-04-11
* cpuset: hold callback_mutex in cpuset_post_clone()Li Zefan2011-03-23
* cpuset: fix unchecked calls to NODEMASK_ALLOC()Li Zefan2011-03-23
* cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_attach()Li Zefan2011-03-23
* cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_sprintf_memlist()Li Zefan2011-03-23
* cpuset: add a missing unlock in cpuset_write_resmask()Li Zefan2011-03-04
* convert cgroup and cpusetAl Viro2010-10-29
* security: remove unused parameter from security_task_setscheduler()KOSAKI Motohiro2010-10-20
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-08-06
|\
| * sched, cpuset: Drop __cpuexit from cpu hotplug callbacksTejun Heo2010-06-22
| * sched: adjust when cpu_active and cpuset configurations are updated during cp...Tejun Heo2010-06-08
* | Merge branch 'master' into for-nextJiri Kosina2010-06-16
|\|
| * cpusets: new round-robin rotor for SLAB allocationsJack Steiner2010-05-27
| * cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie2010-05-25
| * mempolicy: restructure rebinding-mempolicy functionsMiao Xie2010-05-25
* | fix typos concerning "hierarchy"Uwe Kleine-König2010-06-16
|/
* sched: Make select_fallback_rq() cpuset friendlyOleg Nesterov2010-04-02
* sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locke...Oleg Nesterov2010-04-02
* cpuset: alloc nodemask_t on the heap rather than the stackMiao Xie2010-03-24
* cpuset: fix the problem that cpuset_mem_spread_node() returns an offline nodeMiao Xie2010-03-24
* sched: Fix balance vs hotplug racePeter Zijlstra2009-12-06
* cpumask: Fix generate_sched_domains() for UPGeert Uytterhoeven2009-12-06
* cpumask: Partition_sched_domains takes array of cpumask_var_tRusty Russell2009-11-04
* Merge branch 'linus' into sched/coreIngo Molnar2009-10-25
|\
| * cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum2009-09-24
* | sched: Always show Cpus_allowed field in /proc/<pid>/statusHeiko Carstens2009-09-21
|/
* cpuset,mm: update tasks' mems_allowed in timeMiao Xie2009-06-16
* cpusets: update tasks' page/slab spread flags in timeMiao Xie2009-06-16
* cpusets: restructure the function cpuset_update_task_memory_state()Miao Xie2009-06-16
* x86: remove some alloc_bootmem_cpumask_var callingYinghai Lu2009-06-11
* cpusets: prevent PF_THREAD_BOUND tasks from attaching to non-root cpusetsDavid Rientjes2009-04-02
* cpusets: allow cpusets to be configured/built on non-SMP systemsPaul Menage2009-04-02
* cpusets: replace zone allowed functions with node allowedDavid Rientjes2009-04-02
* cpuset: remove struct cpuset_hotplug_scannerLi Zefan2009-04-02
* cpuset: avoid changing cpuset's mems when errno returnedLi Zefan2009-04-02
* cpuset: rewrite update_tasks_nodemask()Li Zefan2009-04-02
* cpuset: fix possible races in cpu/memory hotplugLi Zefan2009-04-02
* cgroups: show correct file modeLi Zefan2009-04-02
* cpuset: fix possible deadlock in async_rebuild_sched_domainsMiao Xie2009-01-18
* cgroups: consolidate cgroup documentsLi Zefan2009-01-15
* cpuset: remove remaining pointers to cpumask_tLi Zefan2009-01-08
* cpuset: convert cpuset->cpus_allowed to cpumask_var_tLi Zefan2009-01-08
* cpuset: don't allocate trial cpuset on stackLi Zefan2009-01-08
* cpuset: convert cpuset_attach() to use cpumask_var_tLi Zefan2009-01-08
* cpuset: remove on stack cpumask_t in cpuset_can_attach()Li Zefan2009-01-08
* cpuset: remove on stack cpumask_t in cpuset_sprintf_cpulist()Li Zefan2009-01-08
* cpusets: set task's cpu_allowed to cpu_possible_map when attaching it into to...Miao Xie2009-01-08
* cpuset: rcu_read_lock() to protect task_cs()Lai Jiangshan2009-01-08
* oom: print triggering task's cpuset and mems allowedDavid Rientjes2009-01-06
* cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell2008-12-13