summaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h
Commit message (Expand)AuthorAgeFilesLines
* sched/rt: Change the type of 'sysctl_sched_rt_period' from 'unsigned int' to ...Yajun Deng2023-10-091-1/+1
* sched/deadline: Make dl_rq->pushable_dl_tasks update drive dl_rq->overloadedValentin Schneider2023-09-291-1/+0
* sched/rt: Make rt_rq->pushable_tasks updates drive rto_maskValentin Schneider2023-09-251-2/+0
* sched/fair: Make cfs_rq->throttled_csd_list available on !SMPJosh Don2023-09-241-2/+0
* sched/debug: Remove the /proc/sys/kernel/sched_child_runs_first sysctlSebastian Andrzej Siewior2023-09-211-2/+0
* sched/fair: Rename check_preempt_curr() to wakeup_preempt()Ingo Molnar2023-09-191-2/+2
* sched/headers: Remove duplicated includes in kernel/sched/sched.hGUO Zihua2023-09-181-9/+0
* sched/fair: Ratelimit update to tg->load_avgAaron Lu2023-09-181-0/+1
* sched: Simplify set_user_nice()Peter Zijlstra2023-09-131-0/+5
* Merge tag 'x86-cleanups-2023-08-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-08-281-0/+2
|\
| * Revert "sched/fair: Move unused stub functions to header"Peter Zijlstra2023-07-311-0/+2
* | Merge tag 'sched-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-281-7/+50
|\ \
| * | sched: Simplify wake_up_if_idle()Peter Zijlstra2023-08-141-0/+15
| * | sched: Simplify: migrate_swap_stop()Peter Zijlstra2023-08-141-0/+20
| * | Merge branch 'sched/eevdf' into sched/coreIngo Molnar2023-08-101-6/+9
| |\ \
| | * | sched/fair: Propagate enqueue flags into place_entity()Peter Zijlstra2023-07-191-0/+1
| | * | sched/debug: Rename sysctl_sched_min_granularity to sysctl_sched_base_slicePeter Zijlstra2023-07-191-1/+1
| | * | sched/fair: Commit to EEVDFPeter Zijlstra2023-07-191-5/+0
| | * | sched/fair: Implement an EEVDF-like scheduling policyPeter Zijlstra2023-07-191-1/+3
| | * | sched/fair: Add cfs_rq::avg_vruntimePeter Zijlstra2023-07-191-0/+5
| * | | sched/fair: Block nohz tick_stop when cfs bandwidth in usePhil Auld2023-08-021-0/+2
| * | | sched, cgroup: Restore meaning to hierarchical_quotaPhil Auld2023-08-021-1/+1
| |/ /
| * | sched/topology: Record number of cores in sched groupTim C Chen2023-07-131-0/+1
| * | sched: add throttled time stat for throttled childrenJosh Don2023-07-131-0/+2
| |/
* / sched: add WF_CURRENT_CPU and externise ttwuPeter Oskolkov2023-07-171-5/+8
|/
* Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-06-271-1/+1
|\
| * sched/deadline: Create DL BW alloc, free & check overflow interfaceDietmar Eggemann2023-05-081-1/+1
* | sched/core: Avoid multiple calling update_rq_clock() in __cfsb_csd_unthrottle()Hao Jia2023-06-161-0/+22
* | sched/deadline: Fix bandwidth reclaim equation in GRUBVineeth Pillai2023-06-161-0/+6
* | sched/fair, cpufreq: Introduce 'runnable boosting'Dietmar Eggemann2023-06-051-0/+1
* | sched/fair: Refactor CPU utilization functionsDietmar Eggemann2023-06-051-46/+1
* | sched/deadline: remove unused dl_bandwidthMiaohe Lin2023-05-301-7/+0
* | sched/fair: Move unused stub functions to headerArnd Bergmann2023-05-301-2/+0
* | sched: Make task_vruntime_update() prototype visibleArnd Bergmann2023-05-301-0/+1
* | sched: Add schedule_user() declarationArnd Bergmann2023-05-301-0/+1
* | sched/topology: Check SDF_SHARED_CHILD in highest_flag_domain()Ricardo Neri2023-05-081-3/+19
|/
* sched: Fix performance regression introduced by mm_cidMathieu Desnoyers2023-04-211-31/+208
* sched/core: Avoid selecting the task that is throttled to run when core-sched...Hao Jia2023-03-221-0/+4
* sched/fair: Remove capacity inversion detectionVincent Guittot2023-02-111-19/+0
* sched: Make const-safeMatthew Wilcox (Oracle)2022-12-271-12/+10
* sched: Introduce per-memory-map concurrency IDMathieu Desnoyers2022-12-271-0/+58
* sched: Async unthrottling for cfs bandwidthJosh Don2022-12-271-0/+8
* sched: Enforce user requested affinityWaiman Long2022-10-271-0/+3
* sched: Always preserve the user requested cpumaskWaiman Long2022-10-271-0/+8
* sched: Introduce affinity_contextWaiman Long2022-10-271-4/+7
* sched/fair: Detect capacity inversionQais Yousef2022-10-271-0/+19
* sched/uclamp: Fix fits_capacity() check in feec()Qais Yousef2022-10-271-3/+39
* sched/uclamp: Make task_fits_capacity() use util_fits_cpu()Qais Yousef2022-10-271-0/+9
* sched: Introduce struct balance_callback to avoid CFI mismatchesKees Cook2022-10-171-4/+10
* sched/core: Fix comparison in sched_group_cookie_match()Lin Shengwang2022-10-171-9/+9