summaryrefslogtreecommitdiff
path: root/kernel/sched_fair.c
AgeCommit message (Expand)Author
2011-02-17sched: Fix wake_affine() vs RT tasksPeter Zijlstra
2011-02-17sched, cgroup: Fixup broken cgroup movementPeter Zijlstra
2011-02-17sched: Do not account irq time to current taskVenkatesh Pallipadi
2011-02-17sched: suppress RCU lockdep splat in task_fork_fairPaul E. McKenney
2010-09-20sched: Fix select_idle_sibling() logic in select_task_rq_fair()Suresh Siddha
2010-09-20sched: Pre-compute cpumask_weight(sched_domain_span(sd))Peter Zijlstra
2010-09-20sched: Fix select_idle_sibling()Mike Galbraith
2010-09-20sched: Fix vmark regression on big machinesMike Galbraith
2010-09-20sched: More generic WAKE_AFFINE vs select_idle_sibling()Peter Zijlstra
2010-09-20sched: Cleanup select_task_rq_fair()Peter Zijlstra
2010-09-20sched: apply RCU protection to wake_affine()Daniel J Blueman
2010-09-20sched: Remove unnecessary RCU exclusionPeter Zijlstra
2010-09-20sched: Fix rq->clock synchronization when migrating tasksPeter Zijlstra
2010-09-20sched: Fix TASK_WAKING vs fork deadlockPeter Zijlstra
2010-09-20sched: Extend enqueue_task to allow head queueingThomas Gleixner
2010-09-20sched: Remove the cfs_rq dependency from set_task_cpu()Peter Zijlstra
2010-09-20sched: Sanitize fork() handlingPeter Zijlstra
2010-09-20sched: Protect sched_rr_get_param() access to task->sched_classThomas Gleixner
2010-01-28sched: Fix missing sched tunable recalculation on cpu add/removeChristian Ehrhardt
2010-01-06sched: Select_task_rq_fair() must honour SD_LOAD_BALANCEPeter Zijlstra
2009-12-18sched: Fix affinity logic in select_task_rq_fair()Mike Galbraith
2009-12-18sched: Check for an idle shared cache in select_task_rq_fair()Mike Galbraith
2009-10-23sched: Strengthen buddies and mitigate buddy induced latenciesMike Galbraith
2009-10-14sched: Do less agressive buddy clearingPeter Zijlstra
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-09-21Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-09-21sched: Simplify sys_sched_rr_get_interval() system callPeter Williams
2009-09-19sched: Re-add lost cpu_allowed check to sched_fair.c::select_task_rq_fair()Mike Galbraith
2009-09-19Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-09-18sched: Remove unneeded indentation in sched_fair.c::place_entity()Mike Galbraith
2009-09-17sched: Fix SD_POWERSAVING_BALANCE|SD_PREFER_LOCAL vs SD_WAKE_AFFINEPeter Zijlstra
2009-09-17sched: Stop buddies from hogging the systemPeter Zijlstra
2009-09-17sched: Add new wakeup preemption mode: WAKEUP_RUNNINGPeter Zijlstra
2009-09-16sched: Rename flags to wake_flagsPeter Zijlstra
2009-09-16sched: Clean up the load_idx selection in select_task_rq_fairPeter Zijlstra
2009-09-16sched: Optimize cgroup vs wakeup a bitPeter Zijlstra
2009-09-16sched: Implement a gentler fair-sleepers featureIngo Molnar
2009-09-16sched: Add SD_PREFER_LOCALPeter Zijlstra
2009-09-15sched: Add a few SYNC hint knobs to play withPeter Zijlstra
2009-09-15sched: Add WF_FORKPeter Zijlstra
2009-09-15sched: Rename sync argumentsPeter Zijlstra
2009-09-15sched: Rename select_task_rq() argumentPeter Zijlstra
2009-09-15sched: Tweak wake_idxPeter Zijlstra
2009-09-15sched: Fix task affinity for select_task_rq_fairPeter Zijlstra
2009-09-15sched: for_each_domain() vs RCUPeter Zijlstra
2009-09-15sched: Weaken SD_POWERSAVINGS_BALANCEPeter Zijlstra
2009-09-15sched: Merge select_task_rq_fair() and sched_balance_self()Peter Zijlstra
2009-09-15sched: Hook sched_balance_self() into sched_class::select_task_rq()Peter Zijlstra
2009-09-15sched: Move sched_balance_self() into sched_fair.cPeter Zijlstra
2009-09-15sched: Complete buddy switchesMike Galbraith