aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched_fair.c
AgeCommit message (Expand)Author
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
2009-09-15sched: Split WAKEUP_OVERLAPPeter Zijlstra
2009-09-13perf_counter, sched: Add sched_stat_runtime tracepointIngo Molnar
2009-09-10sched: Fix sched::sched_stat_wait tracepoint fieldIngo Molnar
2009-09-09sched: Re-tune the scheduler latency defaults to decrease worst-case latenciesMike Galbraith
2009-09-09sched: Turn off child_runs_firstMike Galbraith
2009-09-08sched: Ensure that a child can't gain time over it's parent after fork()Mike Galbraith
2009-09-07sched: Deal with low-load in wake_affine()Peter Zijlstra
2009-09-07sched: Remove short cut from select_task_rq_fair()Peter Zijlstra
2009-09-02sched: Add wait, sleep and iowait accounting tracepointsPeter Zijlstra
2009-09-02sched: Provide iowait countersArjan van de Ven
2009-08-02sched: Add debug check to task_of()Peter Zijlstra
2009-08-02sched: Fully integrate cpus_active_map and root-domain codeGregory Haskins
2009-08-02sched: Fix latencytop and sleep profiling vs group schedulingPeter Zijlstra
2009-07-18sched: Account for vruntime wrappingFabio Checconi
2009-07-11sched: Fix bug in SCHED_IDLE interaction with group schedulingPaul Turner
2009-06-17sched: Fix out of scope variable access in sched_slice()Christian Engelmayer
2009-04-09sched: remove redundant hierarchy walk in check_preempt_wakeupPaul Turner
2009-02-15Merge branch 'sched/urgent'; commit 'v2.6.29-rc5' into sched/coreIngo Molnar
2009-02-11sched: revert recent sync wakeup changesPeter Zijlstra
2009-02-08Merge branches 'sched/rt' and 'sched/urgent' into sched/coreIngo Molnar
2009-02-01sched: fix buddie group latencyPeter Zijlstra
2009-02-01sched: clear buddies more aggressivelyMike Galbraith
2009-02-01sched: fix sync wakeupsPeter Zijlstra
2009-01-15sched: sched_slice() fixletLin Ming
2009-01-15sched: fix update_min_vruntimePeter Zijlstra