aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched_idletask.c
Commit message (Expand)AuthorAgeFilesLines
* sched: Drop the rq argument to sched_class::select_task_rq()Peter Zijlstra2011-04-141-1/+1
* sched, doc: Update sched-design-CFS.txtBorislav Petkov2011-03-231-2/+0
* sched: Fix switch_from_fair()Peter Zijlstra2011-01-261-4/+3
* sched: Simplify the idle scheduling classPeter Zijlstra2011-01-261-19/+4
* sched: Cure load average vs NO_HZ woesPeter Zijlstra2010-04-231-2/+1
* sched: Add enqueue/dequeue flagsPeter Zijlstra2010-04-021-1/+1
* sched: Fix TASK_WAKING vs fork deadlockPeter Zijlstra2010-04-021-1/+2
* sched: Remove the sched_class load_balance methodsPeter Zijlstra2010-01-211-21/+0
* sched: Don't expose local functionsH Hartley Sweeten2010-01-171-1/+1
* sched: Restore printk sanityPeter Zijlstra2009-12-201-1/+1
* Merge branch 'linus' into sched/urgentIngo Molnar2009-12-161-2/+2
|\
| * sched: Convert rq->lock to raw_spinlockThomas Gleixner2009-12-141-2/+2
* | sched: Use pr_fmt() and pr_<level>()Joe Perches2009-12-131-1/+1
|/
* sched: Protect sched_rr_get_param() access to task->sched_classThomas Gleixner2009-12-091-1/+1
* sched: Simplify sys_sched_rr_get_interval() system callPeter Williams2009-09-211-0/+7
* sched: Rename sync argumentsPeter Zijlstra2009-09-151-2/+2
* sched: Rename select_task_rq() argumentPeter Zijlstra2009-09-151-1/+1
* sched: Hook sched_balance_self() into sched_class::select_task_rq()Peter Zijlstra2009-09-151-1/+1
* sched, timers: move calc_load() to schedulerThomas Gleixner2009-05-151-1/+2
* sched: add CONFIG_SMP consistencyLi Zefan2008-10-221-3/+2
* sched: wakeup preempt when small overlapPeter Zijlstra2008-09-221-3/+3
* sched: make rt_sched_class, idle_sched_class staticHarvey Harrison2008-05-051-1/+1
* sched: high-res preemption tickPeter Zijlstra2008-01-251-1/+1
* sched: RT-balance, add new methods to sched_classSteven Rostedt2008-01-251-0/+31
* sched: de-SCHED_OTHER-ize the RT pathGregory Haskins2008-01-251-0/+9
* sched: isolate SMP balancing code a bit morePeter Williams2007-10-241-0/+4
* sched: reduce balance-tasks overheadPeter Williams2007-10-241-3/+11
* sched: mark scheduling classes as constIngo Molnar2007-10-151-1/+2
* sched: revert recent removal of set_curr_task()Srivatsa Vaddagiri2007-10-151-0/+5
* sched: rework enqueue/dequeue_entity() to get rid of set_curr_task()Dmitry Adamushko2007-10-151-5/+0
* sched: group-scheduler coreSrivatsa Vaddagiri2007-10-151-0/+5
* sched: remove the 'u64 now' parameter from ->put_prev_task()Ingo Molnar2007-08-091-1/+1
* sched: remove the 'u64 now' parameter from ->pick_next_task()Ingo Molnar2007-08-091-1/+1
* sched: remove the 'u64 now' parameter from ->dequeue_task()Ingo Molnar2007-08-091-1/+1
* sched: fix bug in balance_tasks()Peter Williams2007-08-091-1/+1
* sched: simplify move_tasks()Peter Williams2007-08-091-2/+2
* sched: cfs core, kernel/sched_idletask.cIngo Molnar2007-07-091-0/+71