summaryrefslogtreecommitdiff
path: root/kernel/sched/sched.h
AgeCommit message (Expand)AuthorFilesLines
2021-04-21sched: Warn on long periods of pending need_reschedPaul Turner1-0/+10
2021-04-17sched/debug: Rename the sched_debug parameter to sched_verbosePeter Zijlstra1-1/+1
2021-04-16sched,debug: Convert sysctl sched_domains to debugfsPeter Zijlstra1-7/+3
2021-04-16sched,preempt: Move preempt_dynamic to debug.cPeter Zijlstra1-2/+9
2021-04-16sched: Move SCHED_DEBUG sysctl to debugfsPeter Zijlstra1-0/+2
2021-04-16sched: Use cpu_dying() to fix balance_push vs hotplug-rollbackPeter Zijlstra1-1/+0
2021-03-22sched: Fix various typosIngo Molnar1-4/+4
2021-03-10sched: Optimize __calc_delta()Clement Courbet1-0/+1
2021-03-06sched/fair: Fix shift-out-of-bounds in load_balance()Valentin Schneider1-0/+7
2021-03-06sched/fair: Trigger the update of blocked load on newly idle cpuVincent Guittot1-0/+7
2021-02-17sched/features: Distinguish between NORMAL and DEADLINE hrtickJuri Lelli1-2/+24
2021-02-17sched/features: Fix hrtick reprogrammingJuri Lelli1-0/+1
2021-02-17sched: Remove USER_PRIO, TASK_USER_PRIO and MAX_USER_PRIODietmar Eggemann1-1/+1
2021-02-17Merge tag 'v5.11' into sched/core, to pick up fixes & refresh the branchIngo Molnar1-0/+1
2021-01-22sched: Prepare to use balance_push in ttwu()Peter Zijlstra1-0/+1
2021-01-14sched/core: Rename schedutil_cpu_util() and allow rest of the kernel to use itViresh Kumar1-5/+5
2021-01-14sched/core: Move schedutil_cpu_util() to core.cViresh Kumar1-11/+1
2020-12-15sched: Optimize finish_lock_switch()Peter Zijlstra1-8/+5
2020-11-24sched: Make migrate_disable/enable() independent of RTThomas Gleixner1-2/+2
2020-11-10sched: Remove select_task_rq()'s sd_flag parameterValentin Schneider1-1/+1
2020-11-10sched: Add WF_TTWU, WF_EXEC wakeup flagsValentin Schneider1-7/+14
2020-11-10Merge branch 'sched/migrate-disable'Peter Zijlstra1-3/+56
2020-11-10sched: Fix migrate_disable() vs rt/dl balancingPeter Zijlstra1-0/+32
2020-11-10sched/core: Make migrate disable and CPU hotplug cooperativeThomas Gleixner1-0/+4
2020-11-10sched: Add migrate_disable()Peter Zijlstra1-2/+4
2020-11-10sched: Massage set_cpus_allowed()Peter Zijlstra1-2/+5
2020-11-10sched/core: Wait for tasks being pushed away on hotplugThomas Gleixner1-0/+4
2020-11-10sched/hotplug: Ensure only per-cpu kthreads run during hotplugPeter Zijlstra1-1/+6
2020-11-10sched: Fix balance_callback()Peter Zijlstra1-0/+3
2020-10-29sched: Remove relyance on STRUCT_ALIGNMENTPeter Zijlstra1-2/+15
2020-10-29sched/deadline: Fix sched_dl_global_validate()Peng Liu1-24/+18
2020-10-29sched/deadline: Optimize sched_dl_global_validate()Peng Liu1-0/+9
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