summaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h
AgeCommit message (Expand)Author
2020-04-08sched/core: Remove unused rq::last_load_update_tickVincent Donnefort
2020-04-08sched/fair: Align rq->avg_idle and rq->avg_scan_costValentin Schneider
2020-03-30Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-03-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-03-21sched/swait: Prepare usage in completionsThomas Gleixner
2020-03-20sched: Avoid scale real weight down to zeroMichael Wang
2020-03-06sched/core: Remove rq.hrtick_csd_pendingPeter Xu
2020-03-06sched/deadline: Make two functions staticYu Chen
2020-03-06sched/fair: Enable tuning of decay periodThara Gopinath
2020-03-06sched/pelt: Add support to track thermal pressureThara Gopinath
2020-02-24sched/pelt: Add a new runnable average signalVincent Guittot
2020-02-24sched/pelt: Remove unused runnable load averageVincent Guittot
2020-02-24Merge tag 'v5.6-rc3' into sched/core, to pick up fixes and dependent patchesIngo Molnar
2020-02-20sched/core: Remove for_each_lower_domain()Valentin Schneider
2020-02-11sched/core: Annotate curr pointer in rq with __rcuMadhuparna Bhowmik
2020-02-10sched/fair: Allow a per-CPU kthread waking a task to stack on the same CPU, t...Mel Gorman
2020-01-28x86, sched: Add support for frequency invarianceGiovanni Gherdovich
2019-12-25sched/uclamp: Rename uclamp_util_with() into uclamp_rq_util_with()Valentin Schneider
2019-12-25sched/uclamp: Make uclamp util helpers use and return UL valuesValentin Schneider
2019-12-25sched/uclamp: Remove uclamp_util()Valentin Schneider
2019-11-17sched/uclamp: Fix overzealous type replacementValentin Schneider
2019-11-11sched/core: Further clarify sched_class::set_next_task()Peter Zijlstra
2019-11-11sched/core: Simplify sched_class::pick_next_task()Peter Zijlstra
2019-11-11sched/core: Optimize pick_next_task()Peter Zijlstra
2019-11-08sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra
2019-09-25sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers
2019-09-16Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar
2019-09-03sched/uclamp: Always use 'enum uclamp_id' for clamp_id valuesPatrick Bellasi
2019-09-03sched/uclamp: Propagate parent clampsPatrick Bellasi
2019-09-03sched/uclamp: Extend CPU's cgroup controllerPatrick Bellasi
2019-08-08sched: Rework pick_next_task() slow-pathPeter Zijlstra
2019-08-08sched: Allow put_prev_task() to drop rq->lockPeter Zijlstra
2019-08-08sched/fair: Expose newidle_balance()Peter Zijlstra
2019-08-08sched: Add task_struct pointer to sched_class::set_curr_taskPeter Zijlstra
2019-08-08sched: Rework CPU hotplug task selectionPeter Zijlstra
2019-08-08sched/fair: Fix low cpu usage with high throttling by removing expiration of ...Dave Chiluk
2019-07-31sched/preempt: Use CONFIG_PREEMPTION where appropriateThomas Gleixner
2019-07-25cpusets: Rebuild root domain deadline accounting informationMathieu Poirier
2019-07-25sched/isolation: Prefer housekeeping CPU in local nodeWanpeng Li
2019-07-25sched/fair: Start tracking SCHED_IDLE tasks count in cfs_rqViresh Kumar
2019-06-24sched/uclamp: Add uclamp support to energy_compute()Patrick Bellasi
2019-06-24sched/uclamp: Add uclamp_util_with()Patrick Bellasi
2019-06-24sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasksPatrick Bellasi
2019-06-24sched/uclamp: Enforce last task's UCLAMP_MAXPatrick Bellasi
2019-06-24sched/uclamp: Add CPU's clamp buckets refcountingPatrick Bellasi
2019-06-24sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot
2019-06-17sched/fair: Don't push cfs_bandwith slack timers forwardbsegall@google.com
2019-06-03sched/core: Remove rq->cpu_load[]Dietmar Eggemann
2019-06-03sched/fair: Remove the rq->cpu_load[] update codeDietmar Eggemann
2019-06-03sched/fair: Remove rq->loadDietmar Eggemann