index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
rt.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
sched: Remove redundant assignment to "rt_rq" in update_curr_rt(...)
Giedrius Rekasius
2014-06-05
1
-2
/
+1
*
|
printk: Add printk_deferred_once
John Stultz
2014-06-04
1
-7
/
+1
*
|
printk: rename printk_sched to printk_deferred
John Stultz
2014-06-04
1
-1
/
+1
|
/
*
sched, nohz: Change rq->nr_running to always use wrappers
Kirill Tkhai
2014-05-22
1
-2
/
+2
*
sched: Revert commit 4c6c4e38c4e9 ("sched/core: Fix endless loop in pick_next...
Kirill Tkhai
2014-04-18
1
-0
/
+10
*
sched/rt: Substract number of tasks of throttled queues from rq->nr_running
Kirill Tkhai
2014-04-18
1
-12
/
+61
*
sched/rt: Add accessors rq_of_rt_se()
Kirill Tkhai
2014-04-18
1
-2
/
+15
*
sched/rt: Sum number of all children tasks in hierarhy at ->rt_nr_running
Kirill Tkhai
2014-04-18
1
-2
/
+13
*
sched/rt: Do not try to push tasks if pinned task switches to RT
Kirill V Tkhai
2014-04-18
1
-2
/
+2
*
sched: Check for stop task appearance when balancing happens
Kirill Tkhai
2014-04-17
1
-3
/
+4
*
sched/core: Fix endless loop in pick_next_task()
Kirill Tkhai
2014-03-11
1
-10
/
+0
*
sched/rt: Fix picking RT and DL tasks from empty queue
Kirill Tkhai
2014-03-11
1
-0
/
+7
*
Merge branch 'sched/urgent' into sched/core
Ingo Molnar
2014-03-11
1
-0
/
+8
|
\
|
*
sched/deadline: Prevent rt_time growth to infinity
Juri Lelli
2014-02-27
1
-0
/
+8
*
|
sched: Guarantee task priority in pick_next_task()
Peter Zijlstra
2014-02-27
1
-1
/
+9
*
|
sched/rt: Make init_sched_rt_calss() __init
Li Zefan
2014-02-22
1
-1
/
+1
*
|
sched: Remove some #ifdeffery
Peter Zijlstra
2014-02-21
1
-11
/
+30
*
|
sched: Fix hotplug task migration
Peter Zijlstra
2014-02-21
1
-2
/
+1
*
|
sched: Push down pre_schedule() and idle_balance()
Peter Zijlstra
2014-02-11
1
-8
/
+8
*
|
sched: Push put_prev_task() into pick_next_task()
Peter Zijlstra
2014-02-10
1
-11
/
+16
|
/
*
sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logic
Juri Lelli
2014-01-13
1
-1
/
+1
*
sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entities
Kirill Tkhai
2013-12-17
1
-0
/
+14
*
sched/rt: Fix task_tick_rt() comment
Li Bin
2013-10-26
1
-2
/
+2
*
sched/rt: Add missing rmb()
Peter Zijlstra
2013-10-16
1
-1
/
+9
*
sched/numa: Introduce migrate_swap()
Peter Zijlstra
2013-10-09
1
-4
/
+1
*
sched/rt: Remove redundant nr_cpus_allowed test
Shawn Bohrer
2013-10-06
1
-2
/
+1
*
sched/rt: Simplify pull_rt_task() logic and remove .leaf_rt_rq_list
Kirill Tkhai
2013-06-19
1
-66
/
+16
*
sched: Use an accessor to read the rq clock
Frederic Weisbecker
2013-05-28
1
-4
/
+4
*
sched: Remove redundant update_runtime notifier
Neil Zhang
2013-05-28
1
-40
/
+0
*
sched: Use this_rq() helper
Nathan Zimmer
2013-05-10
1
-1
/
+1
*
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2013-02-19
1
-9
/
+17
|
\
|
*
sched/rt: Add a tuning knob to allow changing SCHED_RR timeslice
Clark Williams
2013-02-07
1
-2
/
+4
|
*
sched/rt: Further simplify pick_rt_task()
Kirill Tkhai
2013-02-03
1
-2
/
+1
|
*
sched/rt: Do not account zero delta_exec in update_curr_rt()
Kirill Tkhai
2013-01-31
1
-2
/
+2
|
*
sched/rt: Avoid updating RT entry timeout twice within one tick period
Ying Xue
2013-01-25
1
-1
/
+5
|
*
sched/rt: Add reschedule check to switched_from_rt()
Kirill Tkhai
2013-01-24
1
-2
/
+5
*
|
sched/rt: Use root_domain of rt_rq not current processor
Shawn Bohrer
2013-01-25
1
-1
/
+1
|
/
*
sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSW
Peter Zijlstra
2012-09-13
1
-5
/
+0
*
sched: Unthrottle rt runqueues in __disable_runtime()
Peter Boonstoppel
2012-09-04
1
-0
/
+1
*
sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttled
Mike Galbraith
2012-08-13
1
-0
/
+13
*
sched/rt: Fix lockdep annotation within find_lock_lowest_rq()
Peter Zijlstra
2012-06-06
1
-1
/
+1
*
sched/rt: Fix SCHED_RR across cgroups
Colin Cross
2012-05-30
1
-5
/
+10
*
sched: Move nr_cpus_allowed out of 'struct sched_rt_entity'
Peter Zijlstra
2012-05-30
1
-15
/
+21
*
Merge branch 'tip/sched/core' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Ingo Molnar
2012-04-14
1
-30
/
+26
|
\
|
*
sched_rt: Avoid unnecessary dequeue and enqueue of pushable tasks in set_cpus...
Kirill Tkhai
2012-04-12
1
-30
/
+26
*
|
sched/rt: Improve pick_next_highest_task_rt()
Michael J Wang
2012-03-27
1
-1
/
+1
|
/
*
printk/sched: Introduce special printk_sched() for those awkward moments
Peter Zijlstra
2012-03-12
1
-1
/
+7
*
sched/rt: Do not throttle when PI boosting
Peter Zijlstra
2012-03-01
1
-2
/
+18
*
sched/rt: Keep period timer ticking when rt throttling is active
Peter Zijlstra
2012-03-01
1
-5
/
+8
*
sched: Make initial SCHED_RR timeslace DEF_TIMESLICE
Hiroshi Shimamoto
2012-02-22
1
-2
/
+2
[prev]
[next]