aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/rt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-13sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra1-5/+0
2012-09-04sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel1-0/+1
2012-08-13sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttledMike Galbraith1-0/+13
2012-06-06sched/rt: Fix lockdep annotation within find_lock_lowest_rq()Peter Zijlstra1-1/+1
2012-05-30sched/rt: Fix SCHED_RR across cgroupsColin Cross1-5/+10
2012-05-30sched: Move nr_cpus_allowed out of 'struct sched_rt_entity'Peter Zijlstra1-15/+21
2012-04-14Merge branch 'tip/sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into sched/coreIngo Molnar1-30/+26
2012-04-12sched_rt: Avoid unnecessary dequeue and enqueue of pushable tasks in set_cpus_allowed_rt()Kirill Tkhai1-30/+26
2012-03-27sched/rt: Improve pick_next_highest_task_rt()Michael J Wang1-1/+1
2012-03-12printk/sched: Introduce special printk_sched() for those awkward momentsPeter Zijlstra1-1/+7
2012-03-01sched/rt: Do not throttle when PI boostingPeter Zijlstra1-2/+18
2012-03-01sched/rt: Keep period timer ticking when rt throttling is activePeter Zijlstra1-5/+8
2012-02-22sched: Make initial SCHED_RR timeslace DEF_TIMESLICEHiroshi Shimamoto1-2/+2
2012-01-27sched/rt: Fix task stack corruption under __ARCH_WANT_INTERRUPTS_ON_CTXSWChanho Min1-0/+5
2011-12-06sched/rt: Code cleanup, remove a redundant function callShan Hai1-1/+1
2011-12-06sched: Use rt.nr_cpus_allowed to recover select_task_rq() cyclesMike Galbraith1-0/+3
2011-11-17sched: Move all scheduler bits into kernel/sched/Peter Zijlstra1-0/+2045