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