summaryrefslogtreecommitdiff
path: root/kernel/sched/rt.c (follow)
Commit message (Expand)AuthorAge
* sched/rt: Show the 'sched_rr_timeslice' SCHED_RR timeslice tuning knob in mil...Shile Zhang2020-07-09
* sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso2018-05-30
* sched: Stop switched_to_rt() from sending IPIs to offline CPUsPaul E. McKenney2018-03-22
* sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)2018-02-16
* sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()Steven Rostedt (VMware)2018-02-16
* sched/rt: Do not pull from current CPU if only one CPU to pullSteven Rostedt2017-12-20
* sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)2017-11-30
* sched/rt: Add a missing rescheduling pointSebastian Andrzej Siewior2017-03-31
* sched/rt: Hide the push_irq_work_func() declarationArnd Bergmann2015-11-23
* sched/rt: Make (do_)balance_runtime() return voidJuri Lelli2015-09-23
* sched: Change the sched_class::set_cpus_allowed() calling contextPeter Zijlstra2015-08-12
* sched: Make sched_class::set_cpus_allowed() unconditionalPeter Zijlstra2015-08-12
* sched/rt: Remove a redundant condition from task_woken_rt()Xunlei Pang2015-08-03
* sched,lockdep: Employ lock pinningPeter Zijlstra2015-06-19
* sched, rt: Convert switched_{from, to}_rt() / prio_changed_rt() to balance ca...Peter Zijlstra2015-06-19
* sched,rt: Remove return value from pull_rt_task()Peter Zijlstra2015-06-19
* sched: Replace post_schedule with a balance callback listPeter Zijlstra2015-06-19
* Merge branch 'timers/core' into sched/hrtimersThomas Gleixner2015-06-19
|\
| * sched,perf: Fix periodic timersPeter Zijlstra2015-05-18
| * sched: Cleanup bandwidth timersPeter Zijlstra2015-04-22
* | sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...Jason Low2015-05-08
|/
* sched/core: Remove unused argument from init_[rt|dl]_rq()Abel Vesa2015-04-02
* sched/rt: Use IPI to trigger RT task push migration instead of pullingSteven Rostedt2015-03-23
* sched/rt: Reduce rq lock contention by eliminating locking of non-feasible ta...Tim Chen2015-01-30
* sched/core: Rework rq->clock update skipsPeter Zijlstra2015-01-14
* sched: Move p->nr_cpus_allowed check to select_task_rq()Wanpeng Li2014-11-16
* Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2014-11-16
|\
| * sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistencyStanislaw Gruszka2014-11-16
* | sched/rt: Clean up check_preempt_equal_prio()Wanpeng Li2014-11-04
|/
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-15
|\
| * percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_tChristoph Lameter2014-08-28
* | sched/rt: Use resched_curr() in task_tick_rt()Kirill Tkhai2014-09-24
* | sched/rt: Remove useless if from cleanup pick_next_task_rt()Kirill Tkhai2014-09-19
* | sched: Add wrapper for checking task_struct::on_rqKirill Tkhai2014-08-20
|/
* sched: Transform resched_task() into resched_curr()Kirill Tkhai2014-07-16
* sched/rt: Enqueue just unthrottled rt_rq back on the stack in __disable_runti...Kirill Tkhai2014-07-05
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-12
|\
| * sched: Remove redundant assignment to "rt_rq" in update_curr_rt(...)Giedrius Rekasius2014-06-05
* | printk: Add printk_deferred_onceJohn Stultz2014-06-04
* | printk: rename printk_sched to printk_deferredJohn Stultz2014-06-04
|/
* sched, nohz: Change rq->nr_running to always use wrappersKirill Tkhai2014-05-22
* sched: Revert commit 4c6c4e38c4e9 ("sched/core: Fix endless loop in pick_next...Kirill Tkhai2014-04-18
* sched/rt: Substract number of tasks of throttled queues from rq->nr_runningKirill Tkhai2014-04-18
* sched/rt: Add accessors rq_of_rt_se()Kirill Tkhai2014-04-18
* sched/rt: Sum number of all children tasks in hierarhy at ->rt_nr_runningKirill Tkhai2014-04-18
* sched/rt: Do not try to push tasks if pinned task switches to RTKirill V Tkhai2014-04-18
* sched: Check for stop task appearance when balancing happensKirill Tkhai2014-04-17
* sched/core: Fix endless loop in pick_next_task()Kirill Tkhai2014-03-11
* sched/rt: Fix picking RT and DL tasks from empty queueKirill Tkhai2014-03-11
* Merge branch 'sched/urgent' into sched/coreIngo Molnar2014-03-11
|\