aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-14sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli1-3/+10
2020-10-14sched: Replace zero-length array with flexible-arrayzhuguangqing1-1/+1
2020-08-06sched: Fix use of count for nr_running tracepointPhil Auld1-1/+1
2020-08-01sched: Document arch_scale_*_capacity()Valentin Schneider1-0/+10
2020-07-28sched: Remove duplicated tick_nohz_full_enabled() checkMiaohe Lin1-6/+1
2020-07-22sched: Better document ttwu()Peter Zijlstra1-0/+10
2020-07-08sched: Add a tracepoint to track rq->nr_runningPhil Auld1-0/+10
2020-07-08sched/uclamp: Protect uclamp fast path code with static keyQais Yousef1-2/+45
2020-07-08sched, vmlinux.lds: Increase STRUCT_ALIGNMENT to 64 bytes for GCC-4.9Peter Zijlstra1-1/+2
2020-07-08Merge branch 'sched/urgent'Peter Zijlstra1-1/+1
2020-06-28sched/core: s/WF_ON_RQ/WQ_ON_CPU/Peter Zijlstra1-1/+1
2020-06-25sched: Remove struct sched_class::next fieldSteven Rostedt (VMware)1-1/+0
2020-06-25sched: Have sched_class_highest define by vmlinux.lds.hSteven Rostedt (VMware)1-8/+9
2020-06-15sched/deadline: Make DL capacity-awareLuca Abeni1-0/+15
2020-06-15sched/deadline: Improve admission control for asymmetric CPU capacitiesLuca Abeni1-3/+3
2020-06-15sched/core: Remove redundant 'preempt' param from sched_class->yield_to_task()Dietmar Eggemann1-1/+1
2020-05-28sched: Replace rq::wake_listPeter Zijlstra1-8/+0
2020-05-28sched: Add rq::ttwu_pendingPeter Zijlstra1-1/+3
2020-05-28smp: Optimize send_call_function_single_ipi()Peter Zijlstra1-3/+4
2020-05-28sched: Fix smp_call_function_single_async() usage for ILBPeter Zijlstra1-0/+1
2020-05-25sched/core: Offload wakee task activation if it the wakee is deschedulingMel Gorman1-1/+2
2020-05-19sched: Defend cfs and rt bandwidth quota against overflowHuaixin Chang1-0/+2
2020-05-19sched/fair: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-12sched: Clean up scheduler_ipi()Peter Zijlstra (Intel)1-2/+4
2020-04-30sched: Make newidle_balance() static againChen Yu1-4/+0
2020-04-30sched/fair: Remove distribute_running from CFS bandwidthJosh Don1-1/+0
2020-04-08sched/core: Remove unused rq::last_load_update_tickVincent Donnefort1-1/+0
2020-04-08sched/fair: Align rq->avg_idle and rq->avg_scan_costValentin Schneider1-0/+6
2020-03-30Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2020-03-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+58
2020-03-21sched/swait: Prepare usage in completionsThomas Gleixner1-0/+3
2020-03-20sched: Avoid scale real weight down to zeroMichael Wang1-1/+7
2020-03-06sched/core: Remove rq.hrtick_csd_pendingPeter Xu1-1/+0
2020-03-06sched/deadline: Make two functions staticYu Chen1-2/+0
2020-03-06sched/fair: Enable tuning of decay periodThara Gopinath1-0/+18
2020-03-06sched/pelt: Add support to track thermal pressureThara Gopinath1-0/+3
2020-02-24sched/pelt: Add a new runnable average signalVincent Guittot1-1/+21
2020-02-24sched/pelt: Remove unused runnable load averageVincent Guittot1-5/+2
2020-02-24Merge tag 'v5.6-rc3' into sched/core, to pick up fixes and dependent patchesIngo Molnar1-1/+14
2020-02-20sched/core: Remove for_each_lower_domain()Valentin Schneider1-2/+0
2020-02-11sched/core: Annotate curr pointer in rq with __rcuMadhuparna Bhowmik1-1/+1
2020-02-10sched/fair: Allow a per-CPU kthread waking a task to stack on the same CPU, to fix XFS performance regressionMel Gorman1-0/+13
2020-01-28x86, sched: Add support for frequency invarianceGiovanni Gherdovich1-0/+7
2019-12-25sched/uclamp: Rename uclamp_util_with() into uclamp_rq_util_with()Valentin Schneider1-4/+5
2019-12-25sched/uclamp: Make uclamp util helpers use and return UL valuesValentin Schneider1-7/+7
2019-12-25sched/uclamp: Remove uclamp_util()Valentin Schneider1-9/+0
2019-11-17sched/uclamp: Fix overzealous type replacementValentin Schneider1-1/+1
2019-11-11sched/core: Further clarify sched_class::set_next_task()Peter Zijlstra1-2/+2
2019-11-11sched/core: Simplify sched_class::pick_next_task()Peter Zijlstra1-15/+3
2019-11-11sched/core: Optimize pick_next_task()Peter Zijlstra1-0/+3