aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2008-07-141-1/+1
|\
| * Merge branch 'linus' into core/softirqIngo Molnar2008-06-251-8/+6
| |\
| * \ Merge branch 'linus' into core/softirqIngo Molnar2008-06-231-3/+31
| |\ \
| * \ \ Merge branch 'linus' into core/softirqIngo Molnar2008-06-161-414/+55
| |\ \ \
| * | | | Remove argument from open_softirq which is always NULLCarlos R. Mafra2008-05-251-1/+1
* | | | | Merge branch 'sched/new-API-sched_setscheduler' of git://git.kernel.org/pub/s...Linus Torvalds2008-07-141-12/+36
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into sched/new-API-sched_setschedulerIngo Molnar2008-06-251-8/+6
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | sched: add new API sched_setscheduler_nocheck: add a flag to control access c...Rusty Russell2008-06-231-12/+36
| | |_|_|/ | |/| | |
* | | | | Merge branch 'auto-ftrace-next' into tracing/for-linusIngo Molnar2008-07-141-2/+53
|\ \ \ \ \
| * \ \ \ \ Merge branch 'tracing/ftrace' into auto-ftrace-nextIngo Molnar2008-07-101-3/+54
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'linus' into tracing/ftraceIngo Molnar2008-06-251-8/+6
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | * | | | | Merge branch 'linus' into tracing/ftraceIngo Molnar2008-06-231-3/+31
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | * | | | | Merge branch 'linus' into tracing/ftraceIngo Molnar2008-06-161-414/+55
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * | | | | sched: sched_clock() lockdep fixIngo Molnar2008-06-101-2/+2
| | * | | | | sched: do not trace sched_clockIngo Molnar2008-05-251-3/+3
| | * | | | | Port ftrace to markersMathieu Desnoyers2008-05-231-3/+11
| | * | | | | ftrace: remove add-hoc codeIngo Molnar2008-05-231-47/+0
| | * | | | | ftrace: fix wakeup callbackPeter Zijlstra2008-05-231-1/+1
| | * | | | | ftrace: sched tree fixIngo Molnar2008-05-231-14/+21
| | * | | | | ftrace: fix wakeupsIngo Molnar2008-05-231-0/+18
| | * | | | | ftrace: trace curr/next tasksIngo Molnar2008-05-231-1/+12
| | * | | | | ftrace: sched tracer, trace full rbtreeIngo Molnar2008-05-231-3/+32
| | * | | | | ftrace: sched tracer fixIngo Molnar2008-05-231-1/+1
| | * | | | | ftrace: trace preempt off critical timingsSteven Rostedt2008-05-231-1/+23
| | * | | | | ftrace: make the task state char-string visible to allSteven Rostedt2008-05-231-1/+1
| | * | | | | sched: add latency tracer callbacks to the schedulerIngo Molnar2008-05-231-0/+3
| | | |_|_|/ | | |/| | |
* | | | | | Merge branch 'sched/for-linus' into tracing/for-linusIngo Molnar2008-07-141-232/+491
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into sched/develIngo Molnar2008-07-131-3/+4
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge commit 'v2.6.26-rc9' into sched/develIngo Molnar2008-07-071-0/+4
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | sched: fix accounting in task delay accounting & migrationAnkita Garg2008-07-041-0/+1
| * | | | | | | sched: add avg-overlap support to RT tasksGregory Haskins2008-07-041-0/+14
| * | | | | | | sched: terminate newidle balancing once at least one task has moved overGregory Haskins2008-07-041-0/+4
| * | | | | | | sched: fix warningVegard Nossum2008-06-301-1/+3
| * | | | | | | sched: build fixIngo Molnar2008-06-301-5/+7
| * | | | | | | sched: incremental effective_load()Peter Zijlstra2008-06-271-0/+6
| * | | | | | | sched: correct wakeup weight calculationsPeter Zijlstra2008-06-271-0/+4
| * | | | | | | sched: update shares on wakeupPeter Zijlstra2008-06-271-1/+29
| * | | | | | | sched: fix shares boost logicPeter Zijlstra2008-06-271-0/+3
| * | | | | | | sched: disable source/target_load biasPeter Zijlstra2008-06-271-2/+2
| * | | | | | | sched: remove prio preference from balance decisionsPeter Zijlstra2008-06-271-9/+3
| * | | | | | | sched: hierarchical load vs find_busiest_groupPeter Zijlstra2008-06-271-3/+23
| * | | | | | | sched: persistent average load per taskPeter Zijlstra2008-06-271-13/+12
| * | | | | | | sched: fix sched_balance_self() smp group balancingPeter Zijlstra2008-06-271-0/+3
| * | | | | | | sched: fix newidle smp group balancingPeter Zijlstra2008-06-271-0/+13
| * | | | | | | sched: simplify the group load balancerPeter Zijlstra2008-06-271-222/+64
| * | | | | | | sched: no need to aggregate task_weightPeter Zijlstra2008-06-271-15/+1
| * | | | | | | sched: dont micro manage share lossesPeter Zijlstra2008-06-271-23/+3
| * | | | | | | sched: update aggregate when holding the RQsPeter Zijlstra2008-06-271-0/+20
| * | | | | | | sched: fix sched_domain aggregationPeter Zijlstra2008-06-271-59/+54
| * | | | | | | sched: fix wakeup granularity and buddy granularityPeter Zijlstra2008-06-271-0/+1