aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/rt.c
Commit message (Expand)AuthorAge
* sched/rt: Simplify pull_rt_task() logic and remove .leaf_rt_rq_listKirill Tkhai2013-06-19
* sched: Use an accessor to read the rq clockFrederic Weisbecker2013-05-28
* sched: Remove redundant update_runtime notifierNeil Zhang2013-05-28
* sched: Use this_rq() helperNathan Zimmer2013-05-10
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-19
|\
| * sched/rt: Add a tuning knob to allow changing SCHED_RR timesliceClark Williams2013-02-07
| * sched/rt: Further simplify pick_rt_task()Kirill Tkhai2013-02-03
| * sched/rt: Do not account zero delta_exec in update_curr_rt()Kirill Tkhai2013-01-31
| * sched/rt: Avoid updating RT entry timeout twice within one tick periodYing Xue2013-01-25
| * sched/rt: Add reschedule check to switched_from_rt()Kirill Tkhai2013-01-24
* | sched/rt: Use root_domain of rt_rq not current processorShawn Bohrer2013-01-25
|/
* sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra2012-09-13
* sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel2012-09-04
* sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttledMike Galbraith2012-08-13
* sched/rt: Fix lockdep annotation within find_lock_lowest_rq()Peter Zijlstra2012-06-06
* sched/rt: Fix SCHED_RR across cgroupsColin Cross2012-05-30
* sched: Move nr_cpus_allowed out of 'struct sched_rt_entity'Peter Zijlstra2012-05-30
* Merge branch 'tip/sched/core' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2012-04-14
|\
| * sched_rt: Avoid unnecessary dequeue and enqueue of pushable tasks in set_cpus...Kirill Tkhai2012-04-12
* | sched/rt: Improve pick_next_highest_task_rt()Michael J Wang2012-03-27
|/
* printk/sched: Introduce special printk_sched() for those awkward momentsPeter Zijlstra2012-03-12
* sched/rt: Do not throttle when PI boostingPeter Zijlstra2012-03-01
* sched/rt: Keep period timer ticking when rt throttling is activePeter Zijlstra2012-03-01
* sched: Make initial SCHED_RR timeslace DEF_TIMESLICEHiroshi Shimamoto2012-02-22
* sched/rt: Fix task stack corruption under __ARCH_WANT_INTERRUPTS_ON_CTXSWChanho Min2012-01-27
* sched/rt: Code cleanup, remove a redundant function callShan Hai2011-12-06
* sched: Use rt.nr_cpus_allowed to recover select_task_rq() cyclesMike Galbraith2011-12-06
* sched: Move all scheduler bits into kernel/sched/Peter Zijlstra2011-11-17