index
:
linux
mybooklive
mybooklive-3.16.y
mybooklive-amatus
Linux kernel source tree
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
rt.c
Age
Commit message (
Expand
)
Author
2014-02-13
sched/rt: Avoid updating RT entry timeout twice within one tick period
Ying Xue
2014-02-13
sched: Unthrottle rt runqueues in __disable_runtime()
Peter Boonstoppel
2014-02-13
sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttled
Mike Galbraith
2014-02-13
sched/rt: Fix SCHED_RR across cgroups
Colin Cross
2014-01-08
sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entities
Kirill Tkhai
2013-02-11
sched/rt: Use root_domain of rt_rq not current processor
Shawn Bohrer
2012-03-27
sched/rt: Improve pick_next_highest_task_rt()
Michael J Wang
2012-03-12
printk/sched: Introduce special printk_sched() for those awkward moments
Peter Zijlstra
2012-03-01
sched/rt: Do not throttle when PI boosting
Peter Zijlstra
2012-03-01
sched/rt: Keep period timer ticking when rt throttling is active
Peter Zijlstra
2012-02-22
sched: Make initial SCHED_RR timeslace DEF_TIMESLICE
Hiroshi Shimamoto
2012-01-27
sched/rt: Fix task stack corruption under __ARCH_WANT_INTERRUPTS_ON_CTXSW
Chanho Min
2011-12-06
sched/rt: Code cleanup, remove a redundant function call
Shan Hai
2011-12-06
sched: Use rt.nr_cpus_allowed to recover select_task_rq() cycles
Mike Galbraith
2011-11-17
sched: Move all scheduler bits into kernel/sched/
Peter Zijlstra