summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | sched: Update tg->shares after cpu.shares writePaul Turner2010-11-181-31/+11
| * | | | sched: Implement demand based update_cfs_load()Paul Turner2010-11-181-1/+8
| * | | | sched: Fix update_cfs_load() synchronizationPaul Turner2010-11-181-1/+1
| * | | | sched: Make tg_shares_up() walk on-demandPeter Zijlstra2010-11-181-67/+0
| * | | | sched: Implement on-demand (active) cfs_rq listPeter Zijlstra2010-11-181-77/+28
| * | | | sched: Rewrite tg_shares_up)Peter Zijlstra2010-11-181-129/+44
| * | | | sched: Simplify cpu-hot-unplug task migrationPeter Zijlstra2010-11-181-145/+61
| * | | | Merge commit 'v2.6.37-rc2' into sched/coreIngo Molnar2010-11-181-4/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | sched: Make sched_param argument static in sched_setscheduler() callersKOSAKI Motohiro2010-10-231-3/+3
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-01-061-2/+0
|\ \ \ \ \
| * \ \ \ \ Merge commit 'v2.6.37-rc7' into perf/coreIngo Molnar2010-12-221-51/+236
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | perf: Move perf_event_init() into main.cPeter Zijlstra2010-12-161-2/+0
| | |_|_|/ | |/| | |
* | | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2010-12-231-69/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | rcu,cleanup: move synchronize_sched_expedited() out of sched.cLai Jiangshan2010-11-291-69/+0
* | | | | sched: Remove debugging checkIngo Molnar2010-12-191-1/+0
* | | | | sched: Fix the irqtime code for 32bitPeter Zijlstra2010-12-161-6/+45
* | | | | sched: Fix the irqtime code to deal with u64 wrapsPeter Zijlstra2010-12-161-33/+50
* | | | | Sched: fix skip_clock_update optimizationMike Galbraith2010-12-081-12/+14
* | | | | sched: Cure more NO_HZ load average woesPeter Zijlstra2010-12-081-11/+139
| |/ / / |/| | |
* | | | sched: Fix cross-sched-class wakeup preemptionPeter Zijlstra2010-11-111-11/+26
* | | | sched: Use group weight, idle cpu metrics to fix imbalances during idleSuresh Siddha2010-11-101-0/+2
| |_|/ |/| |
* | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-10-291-4/+4
|\ \ \ | |_|/ |/| |
| * | sched, cgroup: Fixup broken cgroup movementPeter Zijlstra2010-10-221-4/+4
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-211-45/+246
|\ \ \ | |/ /
| * | sched: Export account_system_vtime()Ingo Molnar2010-10-181-0/+1
| * | sched: Call tick_check_idle before __irq_enterVenkatesh Pallipadi2010-10-181-1/+1
| * | sched: Remove irq time from available CPU powerVenkatesh Pallipadi2010-10-181-0/+18
| * | sched: Do not account irq time to current taskVenkatesh Pallipadi2010-10-181-3/+40
| * | sched: Add IRQ_TIME_ACCOUNTING, finer accounting of irq timeVenkatesh Pallipadi2010-10-181-0/+49
| * | sched: Fix softirq time accountingVenkatesh Pallipadi2010-10-181-1/+1
| * | sched: Do not consider SCHED_IDLE tasks to be cache hotNikhil Rao2010-10-181-0/+3
| * | sched: Drop all load weight manipulation for RT tasksLinus Walleij2010-10-181-6/+0
| * | sched: Create special class for stop/migrate workPeter Zijlstra2010-10-181-9/+45
| * | sched: Unindent labelsPeter Zijlstra2010-10-181-6/+6
| * | Merge branch 'linus' into sched/coreIngo Molnar2010-10-141-4/+4
| |\ \
| * | | tracing/sched: Add sched_pi_setprio tracepointSteven Rostedt2010-09-211-0/+1
| * | | Merge commit 'v2.6.36-rc5' into sched/coreIngo Molnar2010-09-211-0/+6
| |\ \ \
| * | | | sched: Remove branch hints within context_switch()Heiko Carstens2010-09-161-2/+2
| * | | | sched: Fix string comparison in /proc/sched_featuresMathieu Desnoyers2010-09-141-4/+3
| * | | | sched: Add book scheduling domainHeiko Carstens2010-09-091-2/+75
| * | | | sched: Merge cpu_to_core_group functionsHeiko Carstens2010-09-091-13/+5
| * | | | sched: Remove unnecessary #ifdef CONFIG_SMPChristian Dietrich2010-09-081-3/+1
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-10-211-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into perf/coreIngo Molnar2010-09-221-4/+4
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | perf: Undo the per cpu-context timer stuffPeter Zijlstra2010-09-171-0/+2
| * | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-09-151-0/+6
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | perf: Per cpu-context rotation timerPeter Zijlstra2010-09-091-2/+0
| | |_|/ / | |/| | |
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-211-0/+12
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | sched: fix RCU lockdep splat from task_group()Peter Zijlstra2010-10-071-0/+12
| | |_|/ | |/| |
* | | | security: remove unused parameter from security_task_setscheduler()KOSAKI Motohiro2010-10-211-2/+2
|/ / /
OpenPOWER on IntegriCloud