summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2018-03-23sched: Export wake_to_idle APISrinivas Girigowda
2018-03-07Merge "sched: add sched_get_cpu_last_busy_time() API"Linux Build Service Account
2018-03-06sched: add sched_get_cpu_last_busy_time() APIPavankumar Kondeti
2018-03-01Merge android-4.4.116 (20ddb25) into msm-4.4Srinivasarao P
2018-02-20Merge 4.4.116 into android-4.4Greg Kroah-Hartman
2018-02-16sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)
2018-02-16sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()Steven Rostedt (VMware)
2018-02-10sched/fair: prevent possible infinite loop in sched_group_energyChris Redpath
2018-02-05Merge android-4.4.115 (aa856bd) into msm-4.4Srinivasarao P
2018-02-01ANDROID: sched/rt: schedtune: Add boost retention to RTJoel Fernandes
2018-02-01Merge android-4.4.114 (fe09418) into msm-4.4Srinivasarao P
2018-01-31Merge 4.4.114 into android-4.4Greg Kroah-Hartman
2018-01-31sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksDaniel Bristot de Oliveira
2018-01-29ANDROID: sched: EAS: check energy_aware() before calling select_energy_cpu_br...Ke Wang
2018-01-24Merge android-4.4.113 (ef588ef) into msm-4.4Srinivasarao P
2018-01-23Merge 4.4.113 into android-4.4Greg Kroah-Hartman
2018-01-23sched/deadline: Zero out positive runtime after throttling constrained tasksXunlei Pang
2018-01-19Merge "Merge android-4.4.110 (5cc8c2e) into msm-4.4"Linux Build Service Account
2018-01-18Merge android-4.4.108 (55b3b8c) into msm-4.4Srinivasarao P
2018-01-18Merge android-4.4.107 (79f138a) into msm-4.4Srinivasarao P
2018-01-18Merge android-4.4.106 (2fea039) into msm-4.4Srinivasarao P
2018-01-18sched: EAS: Initialize push_task as NULL to avoid direct reference on out_unl...Ke Wang
2018-01-11Merge "Merge android-4.4.104 (8bc4213) into msm-4.4"Linux Build Service Account
2018-01-09Merge "sched: Restore previous implementation of check_for_migration()"Linux Build Service Account
2018-01-09Merge "sched: core: Exclude isolated cpus in sched_getaffinity cpumask"Linux Build Service Account
2018-01-09Merge "sched: Update tracepoint to include task info"Linux Build Service Account
2018-01-09Merge "sched: Fix spinlock recursion in sched_exit()"Linux Build Service Account
2018-01-05sched: core: Exclude isolated cpus in sched_getaffinity cpumaskLingutla Chandrasekhar
2018-01-05sched: Restore previous implementation of check_for_migration()Pavankumar Kondeti
2018-01-05sched: Update tracepoint to include task infoPuja Gupta
2018-01-05sched: Fix possible overflow in cpu_cycles_to_freq()Puja Gupta
2018-01-02Merge android-4.4.103 (9fbf3d7) into msm-4.4Srinivasarao P
2017-12-30sched: Fix spinlock recursion in sched_exit()Pavankumar Kondeti
2017-12-27Merge 4.4.108 into android-4.4Greg Kroah-Hartman
2017-12-25sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski
2017-12-25sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski
2017-12-20Merge 4.4.107 into android-4.4Greg Kroah-Hartman
2017-12-20sched/deadline: Use deadline instead of period when calculating overflowSteven Rostedt (VMware)
2017-12-20sched/deadline: Throttle a constrained deadline task activated after the dead...Daniel Bristot de Oliveira
2017-12-20sched/deadline: Make sure the replenishment timer fires in the next periodDaniel Bristot de Oliveira
2017-12-20sched/rt: Do not pull from current CPU if only one CPU to pullSteven Rostedt
2017-12-18BACKPORT: kernel: add kcov code coverageDmitry Vyukov
2017-12-18Merge android-4.4.97 (46d256d) into msm-4.4Srinivasarao P
2017-12-13sched: EAS/WALT: Don't take into account of running task's utilKe Wang
2017-12-12Merge android-4.4.96 (aed4c54) into msm-4.4Blagovest Kolenichev
2017-12-12BACKPORT: schedutil: Reset cached freq if it is not in sync with next_freqViresh Kumar
2017-11-30Merge 4.4.103 into android-4.4Greg Kroah-Hartman
2017-11-30sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)
2017-11-30sched: Make resched_cpu() unconditionalPaul E. McKenney
2017-11-08Revert "ANDROID: sched/rt: schedtune: Add boost retention to RT"Todd Kjos