aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* sched: Extend active balance to accept 'push_task' argumentSrivatsa Vaddagiri2020-12-281-0/+1
* sched: EAS: upmigrate misfit current taskJoonwoo Park2020-12-281-0/+3
* sched: WALT: account cumulative window demandJoonwoo Park2020-12-281-0/+8
* sched: Add missing WALT codeJosh Choo2020-12-281-0/+38
* sched: Remove HMP scheduling and core_ctlJosh Choo2020-12-281-621/+39
* Revert "sched: WALT: account cumulative window demand"Josh Choo2020-12-281-8/+0
* sched/core: Properly fix constant logical operand Clang warningSultan Alsawaf2020-12-281-1/+1
* Merge 4.4.230 into kernel.lnx.4.4.r38-relNathan Chancellor2020-07-091-2/+3
|\
| * sched/rt: Show the 'sched_rr_timeslice' SCHED_RR timeslice tuning knob in mil...Shile Zhang2020-07-091-2/+3
* | Merge 4.4.229 into kernel.lnx.4.4.r38-relNathan Chancellor2020-07-011-1/+2
|\|
| * sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli2020-06-291-1/+2
* | Merge 4.4.195 into kernel.lnx.4.4.r38-relNathan Chancellor2019-10-161-4/+0
|\|
| * sched/core: Fix CPU controller for !RT_GROUP_SCHEDJuri Lelli2019-10-051-4/+0
* | sched/walt: Fix the memory leak of idle task load pointersPavankumar Kondeti2019-06-251-7/+4
* | Merge android-4.4.181 (bd858d7) into msm-4.4Srinivasarao P2019-06-121-1/+8
|\ \
| * | Merge 4.4.181 into android-4.4Greg Kroah-Hartman2019-06-111-1/+8
| |\|
| | * sched/core: Handle overflow in cpu_shares_write_u64Konstantin Khlebnikov2019-06-111-0/+2
| | * sched/core: Check quota and period overflow at usec to nsec conversionKonstantin Khlebnikov2019-06-111-1/+6
* | | Merge android-4.4.180 (71cb827) into msm-4.4Srinivasarao P2019-05-231-0/+24
|\| |
| * | Merge 4.4.180 into android-4.4Greg Kroah-Hartman2019-05-161-0/+24
| |\|
| | * sched: Add sched_smt_active()Ben Hutchings2019-05-161-0/+24
* | | Merge android-4.4.166 (4c4bedf) into msm-4.4Srinivasarao P2018-12-031-2/+2
|\| |
| * | Merge 4.4.166 into android-4.4Greg Kroah-Hartman2018-12-011-2/+2
| |\|
| | * sched/core: Allow __sched_setscheduler() in interrupts when PI is not usedSteven Rostedt (VMware)2018-12-011-2/+2
| * | Merge 4.4.163 into android-4.4Greg Kroah-Hartman2018-11-101-3/+1
| |\|
| | * sched/cgroup: Fix cgroup entity load tracking tear-downPeter Zijlstra2018-11-101-3/+1
* | | Merge android-4.4.142 (8ec9fd8) into msm-4.4Srinivasarao P2018-08-031-4/+0
|\| |
| * | ANDROID: Fix massive cpufreq_times memory leaksSultan Alsawaf2018-07-181-2/+0
| * | ANDROID: Reduce use of #ifdef CONFIG_CPU_FREQ_TIMESConnor O'Brien2018-07-181-2/+0
* | | sched: Add trace point to track preemption disable callersPavankumar Kondeti2018-04-241-1/+37
* | | Merge android-4.4.127 (d6bbe8b) into msm-4.4Srinivasarao P2018-04-201-1/+7
|\| |
| * | Merge 4.4.123 into android-4.4Greg Kroah-Hartman2018-03-221-1/+2
| |\|
| | * sched: Stop resched_cpu() from sending IPIs to offline CPUsPaul E. McKenney2018-03-221-1/+2
| * | ANDROID: cpufreq: track per-task time in stateConnor O'Brien2018-03-061-0/+5
* | | Merge android-4.4.116 (20ddb25) into msm-4.4Srinivasarao P2018-03-011-0/+13
|\| |
| * | Merge 4.4.116 into android-4.4Greg Kroah-Hartman2018-02-201-0/+13
| |\|
| | * sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)2018-02-161-0/+13
* | | Merge android-4.4.115 (aa856bd) into msm-4.4Srinivasarao P2018-02-051-0/+1
|\| |
| * | ANDROID: sched/rt: schedtune: Add boost retention to RTJoel Fernandes2018-02-011-0/+1
* | | Merge android-4.4.114 (fe09418) into msm-4.4Srinivasarao P2018-02-011-0/+2
|\| |
| * | Merge 4.4.114 into android-4.4Greg Kroah-Hartman2018-01-311-0/+2
| |\|
| | * sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksDaniel Bristot de Oliveira2018-01-311-0/+2
* | | Merge "Merge android-4.4.110 (5cc8c2e) into msm-4.4"Linux Build Service Account2018-01-191-2/+2
|\ \ \
| * | | Merge android-4.4.108 (55b3b8c) into msm-4.4Srinivasarao P2018-01-181-2/+2
| |\| |
| | * | Merge 4.4.108 into android-4.4Greg Kroah-Hartman2017-12-271-2/+2
| | |\|
| | | * sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski2017-12-251-1/+1
| | | * sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski2017-12-251-3/+3
* | | | Merge "Merge android-4.4.104 (8bc4213) into msm-4.4"Linux Build Service Account2018-01-111-0/+6
|\| | |
| * | | Merge android-4.4.103 (9fbf3d7) into msm-4.4Srinivasarao P2018-01-021-0/+6
| |\| |
| | * | Merge 4.4.103 into android-4.4Greg Kroah-Hartman2017-11-301-2/+7
| | |\|