| Commit message (Expand) | Author | Age | Files | Lines |
* | sched: Drop the rq argument to sched_class::select_task_rq() | Peter Zijlstra | 2011-04-14 | 1 | -1/+1 |
* | sched, doc: Update sched-design-CFS.txt | Borislav Petkov | 2011-03-23 | 1 | -2/+0 |
* | sched: Fix switch_from_fair() | Peter Zijlstra | 2011-01-26 | 1 | -4/+3 |
* | sched: Simplify the idle scheduling class | Peter Zijlstra | 2011-01-26 | 1 | -19/+4 |
* | sched: Cure load average vs NO_HZ woes | Peter Zijlstra | 2010-04-23 | 1 | -2/+1 |
* | sched: Add enqueue/dequeue flags | Peter Zijlstra | 2010-04-02 | 1 | -1/+1 |
* | sched: Fix TASK_WAKING vs fork deadlock | Peter Zijlstra | 2010-04-02 | 1 | -1/+2 |
* | sched: Remove the sched_class load_balance methods | Peter Zijlstra | 2010-01-21 | 1 | -21/+0 |
* | sched: Don't expose local functions | H Hartley Sweeten | 2010-01-17 | 1 | -1/+1 |
* | sched: Restore printk sanity | Peter Zijlstra | 2009-12-20 | 1 | -1/+1 |
* | Merge branch 'linus' into sched/urgent | Ingo Molnar | 2009-12-16 | 1 | -2/+2 |
|\ |
|
| * | sched: Convert rq->lock to raw_spinlock | Thomas Gleixner | 2009-12-14 | 1 | -2/+2 |
* | | sched: Use pr_fmt() and pr_<level>() | Joe Perches | 2009-12-13 | 1 | -1/+1 |
|/ |
|
* | sched: Protect sched_rr_get_param() access to task->sched_class | Thomas Gleixner | 2009-12-09 | 1 | -1/+1 |
* | sched: Simplify sys_sched_rr_get_interval() system call | Peter Williams | 2009-09-21 | 1 | -0/+7 |
* | sched: Rename sync arguments | Peter Zijlstra | 2009-09-15 | 1 | -2/+2 |
* | sched: Rename select_task_rq() argument | Peter Zijlstra | 2009-09-15 | 1 | -1/+1 |
* | sched: Hook sched_balance_self() into sched_class::select_task_rq() | Peter Zijlstra | 2009-09-15 | 1 | -1/+1 |
* | sched, timers: move calc_load() to scheduler | Thomas Gleixner | 2009-05-15 | 1 | -1/+2 |
* | sched: add CONFIG_SMP consistency | Li Zefan | 2008-10-22 | 1 | -3/+2 |
* | sched: wakeup preempt when small overlap | Peter Zijlstra | 2008-09-22 | 1 | -3/+3 |
* | sched: make rt_sched_class, idle_sched_class static | Harvey Harrison | 2008-05-05 | 1 | -1/+1 |
* | sched: high-res preemption tick | Peter Zijlstra | 2008-01-25 | 1 | -1/+1 |
* | sched: RT-balance, add new methods to sched_class | Steven Rostedt | 2008-01-25 | 1 | -0/+31 |
* | sched: de-SCHED_OTHER-ize the RT path | Gregory Haskins | 2008-01-25 | 1 | -0/+9 |
* | sched: isolate SMP balancing code a bit more | Peter Williams | 2007-10-24 | 1 | -0/+4 |
* | sched: reduce balance-tasks overhead | Peter Williams | 2007-10-24 | 1 | -3/+11 |
* | sched: mark scheduling classes as const | Ingo Molnar | 2007-10-15 | 1 | -1/+2 |
* | sched: revert recent removal of set_curr_task() | Srivatsa Vaddagiri | 2007-10-15 | 1 | -0/+5 |
* | sched: rework enqueue/dequeue_entity() to get rid of set_curr_task() | Dmitry Adamushko | 2007-10-15 | 1 | -5/+0 |
* | sched: group-scheduler core | Srivatsa Vaddagiri | 2007-10-15 | 1 | -0/+5 |
* | sched: remove the 'u64 now' parameter from ->put_prev_task() | Ingo Molnar | 2007-08-09 | 1 | -1/+1 |
* | sched: remove the 'u64 now' parameter from ->pick_next_task() | Ingo Molnar | 2007-08-09 | 1 | -1/+1 |
* | sched: remove the 'u64 now' parameter from ->dequeue_task() | Ingo Molnar | 2007-08-09 | 1 | -1/+1 |
* | sched: fix bug in balance_tasks() | Peter Williams | 2007-08-09 | 1 | -1/+1 |
* | sched: simplify move_tasks() | Peter Williams | 2007-08-09 | 1 | -2/+2 |
* | sched: cfs core, kernel/sched_idletask.c | Ingo Molnar | 2007-07-09 | 1 | -0/+71 |