summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell1-4/+1
2008-12-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+0
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+1
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell1-182/+225
2008-12-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-174/+193
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+11
2008-12-26cpumask: Replace cpu_coregroup_map with cpu_coregroup_maskRusty Russell1-3/+3
2008-12-25Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timer...Ingo Molnar1-2/+0
2008-12-25Merge commit 'v2.6.28' into core/coreIngo Molnar1-2/+5
2008-12-25sched, trace: update trace_sched_wakeup()Peter Zijlstra1-1/+1
2008-12-25Merge branch 'next' into for-linusJames Morris1-5/+21
2008-12-19Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' i...Ingo Molnar1-0/+2
2008-12-19tracing: fix warnings in kernel/trace/trace_sched_switch.cIngo Molnar1-1/+1
2008-12-18schedstat: consolidate per-task cpu runtime statsKen Chen1-0/+2
2008-12-16sched, cpuacct: export percpu cpuacct cgroup statsKen Chen1-0/+20
2008-12-16sched, cpuacct: refactoring cpuusage_read / cpuusage_writeKen Chen1-17/+39
2008-12-16sched: fix wakeup preemption clockMike Galbraith1-1/+1
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell1-2/+2
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-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-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-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-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
2008-11-23tracing/function-return-tracer: store return stack into task_struct and alloc...Frederic Weisbecker1-0/+3
2008-11-21sched: update comment for move_task_off_dead_cpuVegard Nossum1-1/+0
2008-11-19sched: fix inconsistency when redistribute per-cpu tg->cfs_rq sharesKen Chen1-26/+15
2008-11-19Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar1-7/+11
2008-11-19Merge branch 'linus' into sched/coreIngo Molnar1-8/+20
2008-11-18cpuset: fix regression when failed to generate sched domainsLi Zefan1-6/+7
2008-11-17account_steal_time: kill the unneeded account_group_system_time()Oleg Nesterov1-1/+0
2008-11-16tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Mathieu Desnoyers1-0/+6
2008-11-14Merge branch 'master' into nextJames Morris1-6/+22
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells1-10/+21
2008-11-14CRED: Separate task security context from task_structDavid Howells1-4/+6
2008-11-14CRED: Wrap task credential accesses in the core kernelDavid Howells1-4/+7