summaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h
Commit message (Expand)AuthorAgeFilesLines
* sched: Warn on long periods of pending need_reschedPaul Turner2021-04-211-0/+10
* sched/debug: Rename the sched_debug parameter to sched_verbosePeter Zijlstra2021-04-171-1/+1
* sched,debug: Convert sysctl sched_domains to debugfsPeter Zijlstra2021-04-161-7/+3
* sched,preempt: Move preempt_dynamic to debug.cPeter Zijlstra2021-04-161-2/+9
* sched: Move SCHED_DEBUG sysctl to debugfsPeter Zijlstra2021-04-161-0/+2
* sched: Use cpu_dying() to fix balance_push vs hotplug-rollbackPeter Zijlstra2021-04-161-1/+0
* sched: Fix various typosIngo Molnar2021-03-221-4/+4
* sched: Optimize __calc_delta()Clement Courbet2021-03-101-0/+1
* sched/fair: Fix shift-out-of-bounds in load_balance()Valentin Schneider2021-03-061-0/+7
* sched/fair: Trigger the update of blocked load on newly idle cpuVincent Guittot2021-03-061-0/+7
* sched/features: Distinguish between NORMAL and DEADLINE hrtickJuri Lelli2021-02-171-2/+24
* sched/features: Fix hrtick reprogrammingJuri Lelli2021-02-171-0/+1
* sched: Remove USER_PRIO, TASK_USER_PRIO and MAX_USER_PRIODietmar Eggemann2021-02-171-1/+1
* Merge tag 'v5.11' into sched/core, to pick up fixes & refresh the branchIngo Molnar2021-02-171-0/+1
|\
| * sched: Prepare to use balance_push in ttwu()Peter Zijlstra2021-01-221-0/+1
* | sched/core: Rename schedutil_cpu_util() and allow rest of the kernel to use itViresh Kumar2021-01-141-5/+5
* | sched/core: Move schedutil_cpu_util() to core.cViresh Kumar2021-01-141-11/+1
|/
* sched: Optimize finish_lock_switch()Peter Zijlstra2020-12-151-8/+5
* sched: Make migrate_disable/enable() independent of RTThomas Gleixner2020-11-241-2/+2
* sched: Remove select_task_rq()'s sd_flag parameterValentin Schneider2020-11-101-1/+1
* sched: Add WF_TTWU, WF_EXEC wakeup flagsValentin Schneider2020-11-101-7/+14
* Merge branch 'sched/migrate-disable'Peter Zijlstra2020-11-101-3/+56
|\
| * sched: Fix migrate_disable() vs rt/dl balancingPeter Zijlstra2020-11-101-0/+32
| * sched/core: Make migrate disable and CPU hotplug cooperativeThomas Gleixner2020-11-101-0/+4
| * sched: Add migrate_disable()Peter Zijlstra2020-11-101-2/+4
| * sched: Massage set_cpus_allowed()Peter Zijlstra2020-11-101-2/+5
| * sched/core: Wait for tasks being pushed away on hotplugThomas Gleixner2020-11-101-0/+4
| * sched/hotplug: Ensure only per-cpu kthreads run during hotplugPeter Zijlstra2020-11-101-1/+6
| * sched: Fix balance_callback()Peter Zijlstra2020-11-101-0/+3
* | sched: Remove relyance on STRUCT_ALIGNMENTPeter Zijlstra2020-10-291-2/+15
* | sched/deadline: Fix sched_dl_global_validate()Peng Liu2020-10-291-24/+18
* | sched/deadline: Optimize sched_dl_global_validate()Peng Liu2020-10-291-0/+9
|/
* sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli2020-10-141-3/+10
* sched: Replace zero-length array with flexible-arrayzhuguangqing2020-10-141-1/+1
* sched: Fix use of count for nr_running tracepointPhil Auld2020-08-061-1/+1
* sched: Document arch_scale_*_capacity()Valentin Schneider2020-08-011-0/+10
* sched: Remove duplicated tick_nohz_full_enabled() checkMiaohe Lin2020-07-281-6/+1
* sched: Better document ttwu()Peter Zijlstra2020-07-221-0/+10
* sched: Add a tracepoint to track rq->nr_runningPhil Auld2020-07-081-0/+10
* sched/uclamp: Protect uclamp fast path code with static keyQais Yousef2020-07-081-2/+45
* sched, vmlinux.lds: Increase STRUCT_ALIGNMENT to 64 bytes for GCC-4.9Peter Zijlstra2020-07-081-1/+2
* Merge branch 'sched/urgent'Peter Zijlstra2020-07-081-1/+1
|\
| * sched/core: s/WF_ON_RQ/WQ_ON_CPU/Peter Zijlstra2020-06-281-1/+1
* | sched: Remove struct sched_class::next fieldSteven Rostedt (VMware)2020-06-251-1/+0
* | sched: Have sched_class_highest define by vmlinux.lds.hSteven Rostedt (VMware)2020-06-251-8/+9
* | sched/deadline: Make DL capacity-awareLuca Abeni2020-06-151-0/+15
* | sched/deadline: Improve admission control for asymmetric CPU capacitiesLuca Abeni2020-06-151-3/+3
* | sched/core: Remove redundant 'preempt' param from sched_class->yield_to_task()Dietmar Eggemann2020-06-151-1/+1
|/
* sched: Replace rq::wake_listPeter Zijlstra2020-05-281-8/+0
* sched: Add rq::ttwu_pendingPeter Zijlstra2020-05-281-1/+3