aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2008-07-231-206/+107
|\
| * sched: hrtick_enabled() should use cpu_active()Ingo Molnar2008-07-201-1/+1
| * Merge branch 'sched/urgent' into sched/develIngo Molnar2008-07-201-142/+60
| |\
| | * sched, x86: clean up hrtick implementationPeter Zijlstra2008-07-201-142/+60
| * | cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...Max Krasnyansky2008-07-181-63/+45
| |/
| * sched: reduce stack size in isolated_cpu_setup()Mike Travis2008-07-181-1/+2
* | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-231-18/+18
|\ \
| * \ Merge branch 'linus' into cpus4096Ingo Molnar2008-07-161-250/+585
| |\ \ | | |/
| * | Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar2008-07-061-425/+96
| |\ \
| * | | core: use performance variant for_each_cpu_mask_nrMike Travis2008-05-231-18/+18
| * | | sched: replace MAX_NUMNODES with nr_node_ids in kernel/sched.cMike Travis2008-05-231-9/+9
* | | | sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen2008-07-211-2/+6
| |_|/ |/| |
* | | 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