aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/rt.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'android-4.14-stable' of https://android.googlesource.com/kernel...Jebaitedneko2022-02-111-5/+18
|\
| * Merge 4.14.263 into android-4.14-stableGreg Kroah-Hartman2022-01-271-5/+18
| |\
| | * sched/rt: Try to restart rt period timer when rt runtime exceededLi Hua2022-01-271-5/+18
| * | ANDROID: sched: WALT: Refactor cumulative runnable average fixupPavankumar Kondeti2019-09-161-0/+3
* | | Merge android-4.14.123 (acd501f) into msm-4.14Blagovest Kolenichev2019-07-231-0/+5
|\| |
| * | Merge 4.14.123 into android-4.14Greg Kroah-Hartman2019-05-311-0/+5
| |\|
| | * sched/rt: Check integer overflow at usec to nsec conversionKonstantin Khlebnikov2019-05-311-0/+5
| * | Merge 4.14.68 into android-4.14Greg Kroah-Hartman2018-09-051-0/+2
| |\|
* | | Merge android-4.14-p.68 (2c79578) into msm-4.14Blagovest Kolenichev2018-10-051-0/+2
|\ \ \
| * \ \ Merge 4.14.68 into android-4.14-pGreg Kroah-Hartman2018-09-051-0/+2
| |\ \ \ | | |/ / | |/| / | | |/
| | * sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHAREHailong Liu2018-09-051-0/+2
* | | Merge android-4.14-p.61 (b7e55e8) into msm-4.14Isaac J. Manjarres2018-08-091-0/+5
|\| |
| * | ANDROID: sched/rt: Add schedtune accounting to rt task enqueue/dequeueChris Redpath2018-07-201-0/+5
* | | Merge android-4.14.51 (a51b40c) into msm-4.14Isaac J. Manjarres2018-06-281-2/+0
|\| |
| * | Merge 4.14.51 into android-4.14Greg Kroah-Hartman2018-06-211-2/+0
| |\|
| | * sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Mathieu Malaterre2018-06-211-2/+0
* | | Merge remote-tracking branch 'remotes/origin/tmp-cb1f148' into msm-4.14Isaac J. Manjarres2018-05-301-0/+2
|\| |
| * | Merge 4.14.45 into android-4.14Greg Kroah-Hartman2018-05-301-0/+2
| |\|
| | * sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso2018-05-301-0/+2
* | | Merge android-4.14.29 (45c8dbe) into msm-4.14Blagovest Kolenichev2018-03-211-1/+1
|\| |
| * | Merge 4.14.28 into android-4.14Greg Kroah-Hartman2018-03-191-1/+1
| |\|
| | * sched: Stop switched_to_rt() from sending IPIs to offline CPUsPaul E. McKenney2018-03-191-1/+1
* | | sched/fair: Ignore energy costs if prev_cpu is overutilizedPuja Gupta2018-03-061-1/+1
* | | sched/rt: Add support for placement boostPavankumar Kondeti2018-03-021-3/+17
* | | sched/rt: Refactor rt_energy_aware_wake_cpu()Pavankumar Kondeti2018-03-021-70/+59
* | | Merge remote-tracking branch 'remotes/origin/tmp-0a91e84' into msm-4.14Isaac J. Manjarres2018-02-211-9/+15
|\| |
| * | Merge 4.14.20 into android-4.14Greg Kroah-Hartman2018-02-171-9/+15
| |\|
| | * sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)2018-02-161-2/+7
| | * sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()Steven Rostedt (VMware)2018-02-161-7/+8
| * | Merge 4.14.8 into android-4.14Greg Kroah-Hartman2018-01-041-1/+7
| |\|
| * | Merge 4.14.3 into android-4.14Greg Kroah-Hartman2018-01-041-201/+115
| |\ \
* | | | sched: avoid migrating when softint on tgt cpu should be shortJohn Dias2018-02-121-4/+8
* | | | sched: avoid scheduling RT threads on cores currently handling softirqsJohn Dias2018-02-121-6/+36
* | | | sched/rt: Add RT class changes snapshotSatya Durga Srinivasu Prabhala2018-02-061-5/+178
* | | | sched: add cpu isolation supportOlav Haugan2018-01-231-3/+8
* | | | sched: Add snapshot of Window Assisted Load Tracking (WALT)Vikram Mulukutla2018-01-221-0/+3
* | | | Merge remote-tracking branch 'remotes/origin/tmp-ad490df' into msm-4.14Runmin Wang2018-01-091-1/+19
|\| | | | |_|/ |/| |
| * | ANDROID: sched: Introduce Window Assisted Load Tracking (WALT)Srivatsa Vaddagiri2017-12-191-0/+8
| * | FROMLIST: sched/rt: add utilization trackingVincent Guittot2017-12-191-0/+9
| * | FROMLIST: sched/fair: Use wake_q length as a hint for wake_wideChris Redpath2017-12-191-1/+2
* | | sched/rt: Do not pull from current CPU if only one CPU to pullSteven Rostedt2017-12-201-1/+7
| |/ |/|
* | sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)2017-11-301-201/+115
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sched: cpufreq: Allow remote cpufreq callbacksViresh Kumar2017-08-011-1/+1
* sched/rt: Move RT related code from sched/core.c to sched/rt.cNicolas Pitre2017-06-231-0/+310
* sched/rt: Minimize rq->lock contention in do_sched_rt_period_timer()Dave Kleikamp2017-05-231-0/+11
* sched/rt: Remove unnecessary condition in push_rt_task()Byungchul Park2017-05-231-1/+1
* sched/rt: Add comments describing the RT IPI pull methodSteven Rostedt (VMware)2017-03-161-0/+81
* sched/core: Remove the tsk_nr_cpus_allowed() wrapperIngo Molnar2017-03-021-12/+12
* sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar2017-03-021-3/+2