aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/rt.c
AgeCommit message (Expand)Author
2014-02-27sched/deadline: Prevent rt_time growth to infinityJuri Lelli
2014-01-13sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logicJuri Lelli
2013-12-17sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entitiesKirill Tkhai
2013-10-26sched/rt: Fix task_tick_rt() commentLi Bin
2013-10-16sched/rt: Add missing rmb()Peter Zijlstra
2013-10-09sched/numa: Introduce migrate_swap()Peter Zijlstra
2013-10-06sched/rt: Remove redundant nr_cpus_allowed testShawn Bohrer
2013-06-19sched/rt: Simplify pull_rt_task() logic and remove .leaf_rt_rq_listKirill Tkhai
2013-05-28sched: Use an accessor to read the rq clockFrederic Weisbecker
2013-05-28sched: Remove redundant update_runtime notifierNeil Zhang
2013-05-10sched: Use this_rq() helperNathan Zimmer
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-02-07sched/rt: Add a tuning knob to allow changing SCHED_RR timesliceClark Williams
2013-02-03sched/rt: Further simplify pick_rt_task()Kirill Tkhai
2013-01-31sched/rt: Do not account zero delta_exec in update_curr_rt()Kirill Tkhai
2013-01-25sched/rt: Avoid updating RT entry timeout twice within one tick periodYing Xue
2013-01-25sched/rt: Use root_domain of rt_rq not current processorShawn Bohrer
2013-01-24sched/rt: Add reschedule check to switched_from_rt()Kirill Tkhai
2012-09-13sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra
2012-09-04sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel
2012-08-13sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttledMike Galbraith
2012-06-06sched/rt: Fix lockdep annotation within find_lock_lowest_rq()Peter Zijlstra
2012-05-30sched/rt: Fix SCHED_RR across cgroupsColin Cross
2012-05-30sched: Move nr_cpus_allowed out of 'struct sched_rt_entity'Peter Zijlstra
2012-04-14Merge branch 'tip/sched/core' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar
2012-04-12sched_rt: Avoid unnecessary dequeue and enqueue of pushable tasks in set_cpus...Kirill Tkhai
2012-03-27sched/rt: Improve pick_next_highest_task_rt()Michael J Wang
2012-03-12printk/sched: Introduce special printk_sched() for those awkward momentsPeter Zijlstra
2012-03-01sched/rt: Do not throttle when PI boostingPeter Zijlstra
2012-03-01sched/rt: Keep period timer ticking when rt throttling is activePeter Zijlstra
2012-02-22sched: Make initial SCHED_RR timeslace DEF_TIMESLICEHiroshi Shimamoto
2012-01-27sched/rt: Fix task stack corruption under __ARCH_WANT_INTERRUPTS_ON_CTXSWChanho Min
2011-12-06sched/rt: Code cleanup, remove a redundant function callShan Hai
2011-12-06sched: Use rt.nr_cpus_allowed to recover select_task_rq() cyclesMike Galbraith
2011-11-17sched: Move all scheduler bits into kernel/sched/Peter Zijlstra