summaryrefslogtreecommitdiff
path: root/kernel/sched/sched.h
AgeCommit message (Expand)Author
2021-05-14sched/fair: Fix shift-out-of-bounds in load_balance()Valentin Schneider
2021-02-17sched/features: Distinguish between NORMAL and DEADLINE hrtickJuri Lelli
2021-02-17sched/features: Fix hrtick reprogrammingJuri Lelli
2021-02-17sched: Remove USER_PRIO, TASK_USER_PRIO and MAX_USER_PRIODietmar Eggemann
2021-02-17Merge tag 'v5.11' into sched/core, to pick up fixes & refresh the branchIngo Molnar
2021-01-22sched: Prepare to use balance_push in ttwu()Peter Zijlstra
2021-01-14sched/core: Rename schedutil_cpu_util() and allow rest of the kernel to use itViresh Kumar
2021-01-14sched/core: Move schedutil_cpu_util() to core.cViresh Kumar
2020-12-15sched: Optimize finish_lock_switch()Peter Zijlstra
2020-11-24sched: Make migrate_disable/enable() independent of RTThomas Gleixner
2020-11-10sched: Remove select_task_rq()'s sd_flag parameterValentin Schneider
2020-11-10sched: Add WF_TTWU, WF_EXEC wakeup flagsValentin Schneider
2020-11-10Merge branch 'sched/migrate-disable'Peter Zijlstra
2020-11-10sched: Fix migrate_disable() vs rt/dl balancingPeter Zijlstra
2020-11-10sched/core: Make migrate disable and CPU hotplug cooperativeThomas Gleixner
2020-11-10sched: Add migrate_disable()Peter Zijlstra
2020-11-10sched: Massage set_cpus_allowed()Peter Zijlstra
2020-11-10sched/core: Wait for tasks being pushed away on hotplugThomas Gleixner
2020-11-10sched/hotplug: Ensure only per-cpu kthreads run during hotplugPeter Zijlstra
2020-11-10sched: Fix balance_callback()Peter Zijlstra
2020-10-29sched: Remove relyance on STRUCT_ALIGNMENTPeter Zijlstra
2020-10-29sched/deadline: Fix sched_dl_global_validate()Peng Liu
2020-10-29sched/deadline: Optimize 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