summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-16sched, cpuacct: refactoring cpuusage_read / cpuusage_writeKen Chen1-17/+39
2008-12-16sched: fix wakeup preemption clockMike Galbraith1-1/+1
2008-12-13Merge ../linux-2.6-x86Rusty Russell1-551/+597
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell1-2/+2
2008-12-12Merge branch 'sched/core' into cpus4096Ingo Molnar1-38/+61
2008-12-12sched: add missing arch_update_cpu_topology() callHeiko Carstens1-2/+6
2008-12-12sched: let arch_update_cpu_topology indicate if topology changedHeiko Carstens1-1/+7
2008-12-12Merge branch 'tracing/fastboot' into cpus4096Ingo Molnar1-1/+1
2008-12-12sched: fix tracepoints in schedulerPeter Zijlstra1-1/+2
2008-12-12Merge commit 'v2.6.28-rc8' into sched/coreIngo Molnar1-0/+2
2008-12-09sched: CPU remove deadlock fixBrian King1-0/+2
2008-12-08sched: idle_balance() does not call load_balance_newidle()Vaidyanathan Srinivasan1-1/+1
2008-12-08sched: fix sd_parent_degenerate on non-numa smp machineKen Chen1-0/+2
2008-12-08Merge branch 'sched/urgent' into sched/coreIngo Molnar1-1/+1
2008-12-04Merge commit 'v2.6.28-rc7' into tracing/coreIngo Molnar1-2/+3
2008-12-04Merge branch 'master' into nextJames Morris1-8/+10
2008-12-02Merge branch 'linus' into cpus4096Ingo Molnar1-2/+3
2008-12-01sched: add uid information to sched_debug for CONFIG_USER_SCHEDArun R Bharadwaj1-0/+10
2008-11-29sched: prevent divide by zero error in cpu_avg_load_per_task, updateIngo Molnar1-1/+1
2008-11-28sched: move double_unlock_balance() higherAlexey Dobriyan1-34/+33
2008-11-28Merge branch 'sched/urgent' into sched/coreIngo Molnar1-2/+3
2008-11-27sched: prevent divide by zero error in cpu_avg_load_per_taskSteven Rostedt1-2/+3
2008-11-26sched: avoid stack var in move_task_off_dead_cpu, fixRusty Russell1-4/+0
2008-11-26sched: convert nohz struct to cpumask_var_t, fixRusty Russell1-0/+2
2008-11-26tracing/function-return-tracer: change the name into function-graph-tracerFrederic Weisbecker1-1/+1
2008-11-25hrtimer: removing all ur callback modesPeter Zijlstra1-2/+0
2008-11-24sched: convert remaining old-style cpumask operatorsRusty Russell1-99/+113
2008-11-24sched: convert local_cpu_mask to cpumask_var_t.Rusty Russell1-0/+1
2008-11-24sched: convert struct cpupri_vec cpumask_var_t.Rusty Russell1-2/+7
2008-11-24sched: convert falback_doms to cpumask_var_t.Rusty Russell1-6/+8
2008-11-24sched: convert cpu_isolated_map to cpumask_var_t.Rusty Russell1-17/+14
2008-11-24sched: convert sched_domain_debug to cpumask_var_t.Rusty Russell1-4/+3
2008-11-24sched: convert struct (sys_)sched_setaffinity() to cpumask_var_t.Rusty Russell1-13/+27
2008-11-24sched: avoid stack var in move_task_off_dead_cpuRusty Russell1-42/+36
2008-11-24sched: convert sys_sched_getaffinity() to cpumask_var_t.Rusty Russell1-8/+13
2008-11-24sched: convert rebalance_domains() to cpumask_var_t.Rusty Russell1-2/+8
2008-11-24sched: convert idle_balance() to cpumask_var_t.Rusty Russell1-2/+6
2008-11-24sched: convert nohz struct to cpumask_var_t.Rusty Russell1-13/+16
2008-11-24sched: convert struct root_domain to cpumask_var_t.Rusty Russell1-18/+51
2008-11-24sched: convert nohz_cpu_mask to cpumask_var_t.Rusty Russell1-2/+5
2008-11-24sched: convert struct sched_group/sched_domain cpumask_ts to variable bitmapsRusty Russell1-24/+41
2008-11-24sched: wrap sched_group and sched_domain cpumask accesses.Rusty Russell1-59/+55
2008-11-24sched: remove any_online_cpu()Rusty Russell1-6/+8
2008-11-24sched: get rid of boutique sched.c allocations, use cpumask_var_t.Rusty Russell1-84/+55
2008-11-24sched: convert sched.c from for_each_cpu_mask to for_each_cpu.Rusty Russell1-18/+18
2008-11-24sched: reduce stack size requirements in kernel/sched.cMike Travis1-6/+7
2008-11-24Merge branches 'sched/core', 'core/core' and 'tracing/core' into cpus4096Ingo Molnar1-2/+8
2008-11-24Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'cor...Ingo Molnar1-2/+1
2008-11-24Merge branch 'sched/rt' into sched/coreIngo Molnar1-1/+1
2008-11-23tracing/function-return-tracer: clean up task start/exit callbacksIngo Molnar1-2/+0