| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-02-19 | 1 | -9/+17 |
|\ |
|
| * | sched/rt: Add a tuning knob to allow changing SCHED_RR timeslice | Clark Williams | 2013-02-07 | 1 | -2/+4 |
| * | sched/rt: Further simplify pick_rt_task() | Kirill Tkhai | 2013-02-03 | 1 | -2/+1 |
| * | sched/rt: Do not account zero delta_exec in update_curr_rt() | Kirill Tkhai | 2013-01-31 | 1 | -2/+2 |
| * | sched/rt: Avoid updating RT entry timeout twice within one tick period | Ying Xue | 2013-01-25 | 1 | -1/+5 |
| * | sched/rt: Add reschedule check to switched_from_rt() | Kirill Tkhai | 2013-01-24 | 1 | -2/+5 |
* | | sched/rt: Use root_domain of rt_rq not current processor | Shawn Bohrer | 2013-01-25 | 1 | -1/+1 |
|/ |
|
* | sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSW | Peter Zijlstra | 2012-09-13 | 1 | -5/+0 |
* | sched: Unthrottle rt runqueues in __disable_runtime() | Peter Boonstoppel | 2012-09-04 | 1 | -0/+1 |
* | sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttled | Mike Galbraith | 2012-08-13 | 1 | -0/+13 |
* | sched/rt: Fix lockdep annotation within find_lock_lowest_rq() | Peter Zijlstra | 2012-06-06 | 1 | -1/+1 |
* | sched/rt: Fix SCHED_RR across cgroups | Colin Cross | 2012-05-30 | 1 | -5/+10 |
* | sched: Move nr_cpus_allowed out of 'struct sched_rt_entity' | Peter Zijlstra | 2012-05-30 | 1 | -15/+21 |
* | Merge branch 'tip/sched/core' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Ingo Molnar | 2012-04-14 | 1 | -30/+26 |
|\ |
|
| * | sched_rt: Avoid unnecessary dequeue and enqueue of pushable tasks in set_cpus... | Kirill Tkhai | 2012-04-12 | 1 | -30/+26 |
* | | sched/rt: Improve pick_next_highest_task_rt() | Michael J Wang | 2012-03-27 | 1 | -1/+1 |
|/ |
|
* | printk/sched: Introduce special printk_sched() for those awkward moments | Peter Zijlstra | 2012-03-12 | 1 | -1/+7 |
* | sched/rt: Do not throttle when PI boosting | Peter Zijlstra | 2012-03-01 | 1 | -2/+18 |
* | sched/rt: Keep period timer ticking when rt throttling is active | Peter Zijlstra | 2012-03-01 | 1 | -5/+8 |
* | sched: Make initial SCHED_RR timeslace DEF_TIMESLICE | Hiroshi Shimamoto | 2012-02-22 | 1 | -2/+2 |
* | sched/rt: Fix task stack corruption under __ARCH_WANT_INTERRUPTS_ON_CTXSW | Chanho Min | 2012-01-27 | 1 | -0/+5 |
* | sched/rt: Code cleanup, remove a redundant function call | Shan Hai | 2011-12-06 | 1 | -1/+1 |
* | sched: Use rt.nr_cpus_allowed to recover select_task_rq() cycles | Mike Galbraith | 2011-12-06 | 1 | -0/+3 |
* | sched: Move all scheduler bits into kernel/sched/ | Peter Zijlstra | 2011-11-17 | 1 | -0/+2045 |