index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
rt.c
Age
Commit message (
Expand
)
Author
2014-05-22
sched, nohz: Change rq->nr_running to always use wrappers
Kirill Tkhai
2014-04-18
sched: Revert commit 4c6c4e38c4e9 ("sched/core: Fix endless loop in pick_next...
Kirill Tkhai
2014-04-18
sched/rt: Substract number of tasks of throttled queues from rq->nr_running
Kirill Tkhai
2014-04-18
sched/rt: Add accessors rq_of_rt_se()
Kirill Tkhai
2014-04-18
sched/rt: Sum number of all children tasks in hierarhy at ->rt_nr_running
Kirill Tkhai
2014-04-18
sched/rt: Do not try to push tasks if pinned task switches to RT
Kirill V Tkhai
2014-04-17
sched: Check for stop task appearance when balancing happens
Kirill Tkhai
2014-03-11
sched/core: Fix endless loop in pick_next_task()
Kirill Tkhai
2014-03-11
sched/rt: Fix picking RT and DL tasks from empty queue
Kirill Tkhai
2014-03-11
Merge branch 'sched/urgent' into sched/core
Ingo Molnar
2014-02-27
sched: Guarantee task priority in pick_next_task()
Peter Zijlstra
2014-02-27
sched/deadline: Prevent rt_time growth to infinity
Juri Lelli
2014-02-22
sched/rt: Make init_sched_rt_calss() __init
Li Zefan
2014-02-21
sched: Remove some #ifdeffery
Peter Zijlstra
2014-02-21
sched: Fix hotplug task migration
Peter Zijlstra
2014-02-11
sched: Push down pre_schedule() and idle_balance()
Peter Zijlstra
2014-02-10
sched: Push put_prev_task() into pick_next_task()
Peter Zijlstra
2014-01-13
sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logic
Juri Lelli
2013-12-17
sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entities
Kirill Tkhai
2013-10-26
sched/rt: Fix task_tick_rt() comment
Li Bin
2013-10-16
sched/rt: Add missing rmb()
Peter Zijlstra
2013-10-09
sched/numa: Introduce migrate_swap()
Peter Zijlstra
2013-10-06
sched/rt: Remove redundant nr_cpus_allowed test
Shawn Bohrer
2013-06-19
sched/rt: Simplify pull_rt_task() logic and remove .leaf_rt_rq_list
Kirill Tkhai
2013-05-28
sched: Use an accessor to read the rq clock
Frederic Weisbecker
2013-05-28
sched: Remove redundant update_runtime notifier
Neil Zhang
2013-05-10
sched: Use this_rq() helper
Nathan Zimmer
2013-02-19
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2013-02-07
sched/rt: Add a tuning knob to allow changing SCHED_RR timeslice
Clark Williams
2013-02-03
sched/rt: Further simplify pick_rt_task()
Kirill Tkhai
2013-01-31
sched/rt: Do not account zero delta_exec in update_curr_rt()
Kirill Tkhai
2013-01-25
sched/rt: Avoid updating RT entry timeout twice within one tick period
Ying Xue
2013-01-25
sched/rt: Use root_domain of rt_rq not current processor
Shawn Bohrer
2013-01-24
sched/rt: Add reschedule check to switched_from_rt()
Kirill Tkhai
2012-09-13
sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSW
Peter Zijlstra
2012-09-04
sched: Unthrottle rt runqueues in __disable_runtime()
Peter Boonstoppel
2012-08-13
sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttled
Mike Galbraith
2012-06-06
sched/rt: Fix lockdep annotation within find_lock_lowest_rq()
Peter Zijlstra
2012-05-30
sched/rt: Fix SCHED_RR across cgroups
Colin Cross
2012-05-30
sched: Move nr_cpus_allowed out of 'struct sched_rt_entity'
Peter Zijlstra
2012-04-14
Merge branch 'tip/sched/core' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Ingo Molnar
2012-04-12
sched_rt: Avoid unnecessary dequeue and enqueue of pushable tasks in set_cpus...
Kirill Tkhai
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
[prev]
[next]