summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
AgeCommit message (Expand)AuthorLines
2010-12-19sched: Remove debugging checkIngo Molnar-1/+0
2010-12-16sched: Fix the irqtime code for 32bitPeter Zijlstra-6/+45
2010-12-16sched: Fix the irqtime code to deal with u64 wrapsPeter Zijlstra-33/+50
2010-12-08Sched: fix skip_clock_update optimizationMike Galbraith-12/+14
2010-12-08sched: Cure more NO_HZ load average woesPeter Zijlstra-11/+139
2010-11-11sched: Fix cross-sched-class wakeup preemptionPeter Zijlstra-11/+26
2010-11-10sched: Use group weight, idle cpu metrics to fix imbalances during idleSuresh Siddha-0/+2
2010-10-29Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+4
2010-10-22sched, cgroup: Fixup broken cgroup movementPeter Zijlstra-4/+4
2010-10-21Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-45/+246
2010-10-21Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2010-10-21Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+12
2010-10-21security: remove unused parameter from security_task_setscheduler()KOSAKI Motohiro-2/+2
2010-10-18sched: Export account_system_vtime()Ingo Molnar-0/+1
2010-10-18sched: Call tick_check_idle before __irq_enterVenkatesh Pallipadi-1/+1
2010-10-18sched: Remove irq time from available CPU powerVenkatesh Pallipadi-0/+18
2010-10-18sched: Do not account irq time to current taskVenkatesh Pallipadi-3/+40
2010-10-18sched: Add IRQ_TIME_ACCOUNTING, finer accounting of irq timeVenkatesh Pallipadi-0/+49
2010-10-18sched: Fix softirq time accountingVenkatesh Pallipadi-1/+1
2010-10-18sched: Do not consider SCHED_IDLE tasks to be cache hotNikhil Rao-0/+3
2010-10-18sched: Drop all load weight manipulation for RT tasksLinus Walleij-6/+0
2010-10-18sched: Create special class for stop/migrate workPeter Zijlstra-9/+45
2010-10-18sched: Unindent labelsPeter Zijlstra-6/+6
2010-10-14Merge branch 'linus' into sched/coreIngo Molnar-4/+4
2010-10-07sched: fix RCU lockdep splat from task_group()Peter Zijlstra-0/+12
2010-09-22Merge branch 'linus' into perf/coreIngo Molnar-4/+4
2010-09-21tracing/sched: Add sched_pi_setprio tracepointSteven Rostedt-0/+1
2010-09-21Merge commit 'v2.6.36-rc5' into sched/coreIngo Molnar-0/+6
2010-09-17perf: Undo the per cpu-context timer stuffPeter Zijlstra-0/+2
2010-09-16sched: Remove branch hints within context_switch()Heiko Carstens-2/+2
2010-09-15sched: Fix user time incorrectly accounted as system time on 32-bitStanislaw Gruszka-4/+4
2010-09-15Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar-0/+6
2010-09-14sched: Fix string comparison in /proc/sched_featuresMathieu Desnoyers-4/+3
2010-09-09perf: Per cpu-context rotation timerPeter Zijlstra-2/+0
2010-09-09sched: Add book scheduling domainHeiko Carstens-2/+75
2010-09-09sched: Merge cpu_to_core_group functionsHeiko Carstens-13/+5
2010-09-09sched: Move sched_avg_update() to update_cpu_load()Suresh Siddha-0/+6
2010-09-08sched: Remove unnecessary #ifdef CONFIG_SMPChristian Dietrich-3/+1
2010-08-23mutex: Improve the scalability of optimistic spinningTim Chen-1/+9
2010-08-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-98/+293
2010-08-05Merge branch 'sched/urgent' into sched/coreIngo Molnar-10/+0
2010-07-21Merge branch 'linus' into sched/coreIngo Molnar-5/+17
2010-07-17sched: No need for bootmem special casesPekka Enberg-12/+7
2010-07-17sched: Revert nohz_ratelimit() for nowPeter Zijlstra-10/+0
2010-07-05Merge commit 'v2.6.35-rc4' into perf/coreIngo Molnar-2/+2
2010-07-02Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+2
2010-07-01sched: Cure nr_iowait_cpu() usersPeter Zijlstra-2/+2
2010-06-28Merge branch 'linus' into perf/coreThomas Gleixner-59/+74
2010-06-28Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-59/+65
2010-06-25sched: Prevent compiler from optimising the sched_avg_update() loopWill Deacon-0/+6