summaryrefslogtreecommitdiff
path: root/kernel/sched/rt.c (follow)
Commit message (Expand)AuthorAge
* Merge 4.4.123 into android-4.4Greg Kroah-Hartman2018-03-22
|\
| * sched: Stop switched_to_rt() from sending IPIs to offline CPUsPaul E. McKenney2018-03-22
* | Merge 4.4.116 into android-4.4Greg Kroah-Hartman2018-02-20
|\|
| * 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
* | ANDROID: sched/rt: schedtune: Add boost retention to RTJoel Fernandes2018-02-01
* | Merge 4.4.107 into android-4.4Greg Kroah-Hartman2017-12-20
|\|
| * sched/rt: Do not pull from current CPU if only one CPU to pullSteven Rostedt2017-12-20
* | Merge 4.4.103 into android-4.4Greg Kroah-Hartman2017-11-30
|\|
| * 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
* | Revert "ANDROID: sched/rt: schedtune: Add boost retention to RT"Todd Kjos2017-11-08
* | cpufreq: Drop schedfreq governorViresh Kumar2017-11-07
* | ANDROID: sched/rt: schedtune: Add boost retention to RTJoel Fernandes2017-11-07
* | ANDROID: sched/rt: add schedtune accountingJoel Fernandes2017-11-07
* | FROMLIST: sched/fair: Use wake_q length as a hint for wake_wideBrendan Jackman2017-10-27
* | sched: Update task->on_rq when tasks are moving between runqueuesOlav Haugan2017-10-16
* | sched: backport cpufreq hooks from 4.9-rc4Steve Muckle2017-06-02
* | Merge 4.4.59 into android-4.4Greg Kroah-Hartman2017-04-06
* | sched/rt: Add Kconfig option to enable panicking for RT throttlingMatt Wagantall2016-08-11
* | sched/rt: print RT tasks when RT throttling is activatedMatt Wagantall2016-08-11
* | sched: Introduce Window Assisted Load Tracking (WALT)Srivatsa Vaddagiri2016-08-11
* | sched: rt scheduler sets capacity requirementVincent Guittot2016-05-10
|/
* 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