aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h
AgeCommit message (Expand)Author
2023-08-30sched/deadline: Create DL BW alloc, free & check overflow interfaceDietmar Eggemann
2023-04-26sched/fair: Detect capacity inversionQais Yousef
2023-04-26sched/uclamp: Fix fits_capacity() check in feec()Qais Yousef
2023-04-26sched/uclamp: Make task_fits_capacity() use util_fits_cpu()Qais Yousef
2022-08-21sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy()Dietmar Eggemann
2022-06-09sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rqChengming Zhou
2021-09-15sched/deadline: Fix reset_on_fork reporting of DL tasksQuentin Perret
2021-07-20sched/uclamp: Ignore max aggregation if rq is idleXuewen Yan
2021-05-14sched/fair: Fix shift-out-of-bounds in load_balance()Valentin Schneider
2021-03-07sched/features: Fix hrtick reprogrammingJuri Lelli
2020-12-30sched/deadline: Fix sched_dl_global_validate()Peng Liu
2020-10-14sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli
2020-10-14sched: Replace zero-length array with flexible-arrayzhuguangqing
2020-08-06sched: Fix use of count for nr_running tracepointPhil Auld
2020-08-01sched: Document arch_scale_*_capacity()Valentin Schneider
2020-07-28sched: Remove duplicated tick_nohz_full_enabled() checkMiaohe Lin
2020-07-22sched: Better document ttwu()Peter Zijlstra
2020-07-08sched: Add a tracepoint to track rq->nr_runningPhil Auld
2020-07-08sched/uclamp: Protect uclamp fast path code with static keyQais Yousef
2020-07-08sched, vmlinux.lds: Increase STRUCT_ALIGNMENT to 64 bytes for GCC-4.9Peter Zijlstra
2020-07-08Merge branch 'sched/urgent'Peter Zijlstra
2020-06-28sched/core: s/WF_ON_RQ/WQ_ON_CPU/Peter Zijlstra
2020-06-25sched: Remove struct sched_class::next fieldSteven Rostedt (VMware)
2020-06-25sched: Have sched_class_highest define by vmlinux.lds.hSteven Rostedt (VMware)
2020-06-15sched/deadline: Make DL capacity-awareLuca Abeni
2020-06-15sched/deadline: Improve admission control for asymmetric CPU capacitiesLuca Abeni
2020-06-15sched/core: Remove redundant 'preempt' param from sched_class->yield_to_task()Dietmar Eggemann
2020-05-28sched: Replace rq::wake_listPeter Zijlstra
2020-05-28sched: Add rq::ttwu_pendingPeter Zijlstra
2020-05-28smp: Optimize send_call_function_single_ipi()Peter Zijlstra
2020-05-28sched: Fix smp_call_function_single_async() usage for ILBPeter Zijlstra
2020-05-25sched/core: Offload wakee task activation if it the wakee is deschedulingMel Gorman
2020-05-19sched: Defend cfs and rt bandwidth quota against overflowHuaixin Chang
2020-05-19sched/fair: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-12sched: Clean up scheduler_ipi()Peter Zijlstra (Intel)
2020-04-30sched: Make newidle_balance() static againChen Yu
2020-04-30sched/fair: Remove distribute_running from CFS bandwidthJosh Don
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