aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched_fair.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-23sched: Strengthen buddies and mitigate buddy induced latenciesMike Galbraith1-26/+47
2009-10-14sched: Do less agressive buddy clearingPeter Zijlstra1-14/+13
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-2/+2
2009-09-21Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-23/+42
2009-09-21sched: Simplify sys_sched_rr_get_interval() system callPeter Williams1-0/+21
2009-09-19sched: Re-add lost cpu_allowed check to sched_fair.c::select_task_rq_fair()Mike Galbraith1-1/+2
2009-09-19Merge branch 'linus' into perfcounters/coreIngo Molnar1-153/+261
2009-09-18sched: Remove unneeded indentation in sched_fair.c::place_entity()Mike Galbraith1-22/+19
2009-09-17sched: Fix SD_POWERSAVING_BALANCE|SD_PREFER_LOCAL vs SD_WAKE_AFFINEPeter Zijlstra1-15/+27
2009-09-17sched: Stop buddies from hogging the systemPeter Zijlstra1-3/+8
2009-09-17sched: Add new wakeup preemption mode: WAKEUP_RUNNINGPeter Zijlstra1-3/+11
2009-09-16sched: Rename flags to wake_flagsPeter Zijlstra1-3/+3
2009-09-16sched: Clean up the load_idx selection in select_task_rq_fairPeter Zijlstra1-19/+8
2009-09-16sched: Optimize cgroup vs wakeup a bitPeter Zijlstra1-14/+9
2009-09-16sched: Implement a gentler fair-sleepers featureIngo Molnar1-1/+8
2009-09-16sched: Add SD_PREFER_LOCALPeter Zijlstra1-2/+5
2009-09-15sched: Add a few SYNC hint knobs to play withPeter Zijlstra1-3/+11
2009-09-15sched: Add WF_FORKPeter Zijlstra1-1/+1
2009-09-15sched: Rename sync argumentsPeter Zijlstra1-2/+4
2009-09-15sched: Rename select_task_rq() argumentPeter Zijlstra1-7/+7
2009-09-15sched: Tweak wake_idxPeter Zijlstra1-3/+18
2009-09-15sched: Fix task affinity for select_task_rq_fairPeter Zijlstra1-3/+2
2009-09-15sched: for_each_domain() vs RCUPeter Zijlstra1-2/+7
2009-09-15sched: Weaken SD_POWERSAVINGS_BALANCEPeter Zijlstra1-3/+18
2009-09-15sched: Merge select_task_rq_fair() and sched_balance_self()Peter Zijlstra1-170/+63
2009-09-15sched: Hook sched_balance_self() into sched_class::select_task_rq()Peter Zijlstra1-1/+6
2009-09-15sched: Move sched_balance_self() into sched_fair.cPeter Zijlstra1-0/+145
2009-09-15sched: Complete buddy switchesMike Galbraith1-1/+2
2009-09-15sched: Split WAKEUP_OVERLAPPeter Zijlstra1-3/+4
2009-09-13perf_counter, sched: Add sched_stat_runtime tracepointIngo Molnar1-0/+1
2009-09-10sched: Fix sched::sched_stat_wait tracepoint fieldIngo Molnar1-2/+1
2009-09-09sched: Re-tune the scheduler latency defaults to decrease worst-case latenciesMike Galbraith1-6/+6
2009-09-09sched: Turn off child_runs_firstMike Galbraith1-2/+2
2009-09-08sched: Ensure that a child can't gain time over it's parent after fork()Mike Galbraith1-3/+5
2009-09-07sched: Deal with low-load in wake_affine()Peter Zijlstra1-1/+11
2009-09-07sched: Remove short cut from select_task_rq_fair()Peter Zijlstra1-2/+0
2009-09-02sched: Add wait, sleep and iowait accounting tracepointsPeter Zijlstra1-1/+11
2009-09-02sched: Provide iowait countersArjan van de Ven1-0/+5
2009-08-02sched: Add debug check to task_of()Peter Zijlstra1-6/+14
2009-08-02sched: Fully integrate cpus_active_map and root-domain codeGregory Haskins1-3/+7
2009-08-02sched: Fix latencytop and sleep profiling vs group schedulingPeter Zijlstra1-13/+19
2009-07-18sched: Account for vruntime wrappingFabio Checconi1-2/+8
2009-07-11sched: Fix bug in SCHED_IDLE interaction with group schedulingPaul Turner1-1/+2
2009-06-17sched: Fix out of scope variable access in sched_slice()Christian Engelmayer1-1/+2
2009-04-09sched: remove redundant hierarchy walk in check_preempt_wakeupPaul Turner1-10/+3
2009-02-15Merge branch 'sched/urgent'; commit 'v2.6.29-rc5' into sched/coreIngo Molnar1-2/+9
2009-02-11sched: revert recent sync wakeup changesPeter Zijlstra1-2/+9
2009-02-08Merge branches 'sched/rt' and 'sched/urgent' into sched/coreIngo Molnar1-21/+48
2009-02-01sched: fix buddie group latencyPeter Zijlstra1-2/+8
2009-02-01sched: clear buddies more aggressivelyMike Galbraith1-1/+12