summaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)Author
2009-10-29sched: Fix dynamic power-balancing crashDinakar Guniguntala
2009-10-29sched: Add a missing =Dinakar Guniguntala
2009-10-29Provide an arch specific hook for cpufreq based scaling of cpu_power.Peter Zijlstra
2009-10-29sched: remove reciprocal for cpu_powerPeter Zijlstra
2009-10-29sched: try to deal with low capacityPeter Zijlstra
2009-10-29sched: scale down cpu_power due to RT tasksPeter Zijlstra
2009-10-29sched: dynamic cpu_powerPeter Zijlstra
2009-10-29sched: add smt_gainPeter Zijlstra
2009-10-29sched: update the cpu_power sum during load-balancePeter Zijlstra
2009-10-29sched: SD_PREFER_SIBLINGPeter Zijlstra
2009-10-29sched: restore __cpu_power to a straight sum of powerPeter Zijlstra
2009-09-15tracing: Add histograms of potential and effective wakeup latenciesCarsten Emde
2009-07-29hrtimer: fixup hrtimer callback changes for preempt-rtThomas Gleixner
2009-07-29softirq: per cpu assumptions fixesIngo Molnar
2009-07-29sched: Fix spurious load spikesLuis Claudio R. Goncalves
2009-07-29sched:-fix dequeued raceThomas Gleixner
2009-07-29sched: enable irqs in fire_sched_in_preempt_notifierThomas Gleixner
2009-07-29sched: make task->oncpu available in all configurationsGregory Haskins
2009-07-29sched: wake_up_idle_cpu rt fixIngo Molnar
2009-07-29sched: Prevent boosting of idle task on -rtThomas Gleixner
2009-07-29sched: mmdrop needs to be delayed on -rtIngo Molnar
2009-07-29sched: preempt-rt supportIngo Molnar
2009-07-29rt: add rt stats to /proc/statThomas Gleixner
2009-07-29rtmutex: prevent missed wakeupsThomas Gleixner
2009-07-29rtmutex: Adaptive locking. Spin when owner runsSteven Rostedt
2009-07-29sched: implement wake functions for the priority boosting codeThomas Gleixner
2009-07-29softirqs: forced threading of softirqsIngo Molnar
2009-07-29sched: revert schedule/__schedule changesThomas Gleixner
2009-07-28Merge branch 'rt/atomic-locks' into rt/baseThomas Gleixner
2009-07-28sched: Fixup missing atomic_ conversionsThomas Gleixner
2009-07-28Merge branch 'rt/core' into rt/baseThomas Gleixner
2009-07-28Merge branch 'rt/bkl' into rt/baseThomas Gleixner
2009-07-28Merge branch 'rt/atomic-locks' into rt/baseThomas Gleixner
2009-07-28Subject: patches/revert-preempt-bkl-revert.patchIngo Molnar
2009-07-27sched: convert rt_runtime_lock to atomic_spin_lockThomas Gleixner
2009-07-27rtmutex: Convert wait_lock and pi_lock to atomic_spinlockThomas Gleixner
2009-07-27spinlocks: Create atomic_spinlock and convert rq->lockThomas Gleixner
2009-07-27kthreads: fix softirq startup hangThomas Gleixner
2009-07-24trace: add tracepoint to rtmutex_setprio()Thomas Gleixner
2009-07-24sched: Debug missed preemption checksThomas Gleixner
2009-07-21sched: Fix return value of migration_init()Thomas Gleixner
2009-07-20sched: Rename rt_mutex_setprio to task_setprioPeter Zijlstra
2009-07-18sched: fix load average accounting vs. cpu hotplugThomas Gleixner
2009-07-16Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-07-10sched: optimize cond_resched()Peter Zijlstra
2009-07-10sched: Fix rt_rq->pushable_tasks initialization in init_rt_rq()Fabio Checconi
2009-07-10sched: Reset sched stats on fork()Lucas De Marchi
2009-07-10sched_rt: Fix overload bug on rt group schedulingPeter Zijlstra
2009-06-20Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2009-06-20Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds