aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)Author
2008-11-26sched: avoid stack var in move_task_off_dead_cpu, fixRusty Russell
2008-11-26sched: convert nohz struct to cpumask_var_t, fixRusty Russell
2008-11-26tracing/function-return-tracer: change the name into function-graph-tracerFrederic Weisbecker
2008-11-25hrtimer: removing all ur callback modesPeter Zijlstra
2008-11-24sched: convert remaining old-style cpumask operatorsRusty Russell
2008-11-24sched: convert local_cpu_mask to cpumask_var_t.Rusty Russell
2008-11-24sched: convert struct cpupri_vec cpumask_var_t.Rusty Russell
2008-11-24sched: convert falback_doms to cpumask_var_t.Rusty Russell
2008-11-24sched: convert cpu_isolated_map to cpumask_var_t.Rusty Russell
2008-11-24sched: convert sched_domain_debug to cpumask_var_t.Rusty Russell
2008-11-24sched: convert struct (sys_)sched_setaffinity() to cpumask_var_t.Rusty Russell
2008-11-24sched: avoid stack var in move_task_off_dead_cpuRusty Russell
2008-11-24sched: convert sys_sched_getaffinity() to cpumask_var_t.Rusty Russell
2008-11-24sched: convert rebalance_domains() to cpumask_var_t.Rusty Russell
2008-11-24sched: convert idle_balance() to cpumask_var_t.Rusty Russell
2008-11-24sched: convert nohz struct to cpumask_var_t.Rusty Russell
2008-11-24sched: convert struct root_domain to cpumask_var_t.Rusty Russell
2008-11-24sched: convert nohz_cpu_mask to cpumask_var_t.Rusty Russell
2008-11-24sched: convert struct sched_group/sched_domain cpumask_ts to variable bitmapsRusty Russell
2008-11-24sched: wrap sched_group and sched_domain cpumask accesses.Rusty Russell
2008-11-24sched: remove any_online_cpu()Rusty Russell
2008-11-24sched: get rid of boutique sched.c allocations, use cpumask_var_t.Rusty Russell
2008-11-24sched: convert sched.c from for_each_cpu_mask to for_each_cpu.Rusty Russell
2008-11-24sched: reduce stack size requirements in kernel/sched.cMike Travis
2008-11-24Merge branches 'sched/core', 'core/core' and 'tracing/core' into cpus4096Ingo Molnar
2008-11-24Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'cor...Ingo Molnar
2008-11-24Merge branch 'sched/rt' into sched/coreIngo Molnar
2008-11-23tracing/function-return-tracer: clean up task start/exit callbacksIngo Molnar
2008-11-23tracing/function-return-tracer: store return stack into task_struct and alloc...Frederic Weisbecker
2008-11-21sched: update comment for move_task_off_dead_cpuVegard Nossum
2008-11-19sched: fix inconsistency when redistribute per-cpu tg->cfs_rq sharesKen Chen
2008-11-19Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar
2008-11-19Merge branch 'linus' into sched/coreIngo Molnar
2008-11-18cpuset: fix regression when failed to generate sched domainsLi Zefan
2008-11-17account_steal_time: kill the unneeded account_group_system_time()Oleg Nesterov
2008-11-16tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Mathieu Desnoyers
2008-11-14Merge branch 'master' into nextJames Morris
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells
2008-11-14CRED: Separate task security context from task_structDavid Howells
2008-11-14CRED: Wrap task credential accesses in the core kernelDavid Howells
2008-11-12sched: fix init_idle()'s use of sched_clock()Ingo Molnar
2008-11-12Merge branch 'linus' into core/lockingIngo Molnar
2008-11-12sched: fix stale value in average load per taskBalbir Singh
2008-11-11sched: add hierarchical accounting to cpu accounting controllerBharata B Rao
2008-11-11fix for account_group_exec_runtime(), make sure ->signal can't be freed under...Oleg Nesterov
2008-11-10sched: clean up debug infoPeter Zijlstra
2008-11-07sched: clean up SCHED_CPUMASK_ALLOCLi Zefan
2008-11-07Merge branch 'sched/urgent' into sched/coreIngo Molnar
2008-11-07sched: fix memory leak in a failure pathLi Zefan
2008-11-07sched: fix a bug in sched domain degenerateLi Zefan