summaryrefslogtreecommitdiff
path: root/kernel/sched_fair.c
AgeCommit message (Expand)Author
2010-07-200017d735092844118bef006696a750a0e4ef6ebdPeter Zijlstra
2010-05-31sched: Fix wake_affine() vs RT tasksPeter Zijlstra
2010-03-16sched: Break out from load_balancing on rq_lock contentionPeter Zijlstra
2010-02-21sched: Extend enqueue_task to allow head queueingThomas Gleixner
2010-02-21Forward to 2.6.33-rc8Thomas Gleixner
2010-01-21sched: Fix vmark regression on big machinesMike Galbraith
2009-12-16sched: Remove the cfs_rq dependency from set_task_cpu()Peter Zijlstra
2009-12-16sched: Select_task_rq_fair() must honour SD_LOAD_BALANCEPeter Zijlstra
2009-12-14sched: Convert rq->lock to raw_spinlockThomas Gleixner
2009-12-09sched: Update normalized values on user updates via procChristian Ehrhardt
2009-12-09sched: Make tunable scaling style configurableChristian Ehrhardt
2009-12-09sched: Fix missing sched tunable recalculation on cpu add/removeChristian Ehrhardt
2009-12-09sched: Remove unnecessary RCU exclusionPeter Zijlstra
2009-12-09sched: Discard some old bitsPeter Zijlstra
2009-12-09sched: Clean up check_preempt_wakeup()Peter Zijlstra
2009-12-09sched: Move update_curr() in check_preempt_wakeup() to avoid redundant callJupyung Lee
2009-12-09sched: Sanitize fork() handlingPeter Zijlstra
2009-12-09sched: Protect sched_rr_get_param() access to task->sched_classThomas Gleixner
2009-11-26Merge branch 'sched/urgent' into sched/coreIngo Molnar
2009-11-24sched: Optimize branch hint in pick_next_task_fair()Tim Blechmann
2009-11-13sched: More generic WAKE_AFFINE vs select_idle_sibling()Peter Zijlstra
2009-11-13sched: Cleanup select_task_rq_fair()Peter Zijlstra
2009-11-05sched: Fix affinity logic in select_task_rq_fair()Mike Galbraith
2009-11-04sched: Check for an idle shared cache in select_task_rq_fair()Mike Galbraith
2009-10-29sched: Deal with low-load in wake_affine()Peter Zijlstra
2009-10-29sched: cleanup wake_idlePeter Zijlstra
2009-10-29sched: cleanup wake_idle power savingPeter Zijlstra
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