summaryrefslogtreecommitdiff
path: root/kernel/sched/sched.h
AgeCommit message (Expand)Author
2023-10-24sched/fair: Remove SIS_PROPPeter Zijlstra
2023-10-24sched/fair: Scan cluster before scanning LLC in wake-up pathBarry Song
2023-10-24sched: Add cpus_share_resources APIBarry Song
2023-10-10sched/headers: Remove comment referring to rq::cpu_load, since this has been ...Colin Ian King
2023-10-09sched/topology: Move the declaration of 'schedutil_gov' to kernel/sched/sched.hIngo Molnar
2023-10-09sched/topology: Consolidate and clean up access to a CPU's max compute capacityVincent Guittot
2023-10-09sched/rt: Change the type of 'sysctl_sched_rt_period' from 'unsigned int' to ...Yajun Deng
2023-09-29sched/deadline: Make dl_rq->pushable_dl_tasks update drive dl_rq->overloadedValentin Schneider
2023-09-25sched/rt: Make rt_rq->pushable_tasks updates drive rto_maskValentin Schneider
2023-09-24sched/fair: Make cfs_rq->throttled_csd_list available on !SMPJosh Don
2023-09-21sched/debug: Remove the /proc/sys/kernel/sched_child_runs_first sysctlSebastian Andrzej Siewior
2023-09-19sched/fair: Rename check_preempt_curr() to wakeup_preempt()Ingo Molnar
2023-09-18sched/headers: Remove duplicated includes in kernel/sched/sched.hGUO Zihua
2023-09-18sched/fair: Ratelimit update to tg->load_avgAaron Lu
2023-09-13sched: Simplify set_user_nice()Peter Zijlstra
2023-08-28Merge tag 'x86-cleanups-2023-08-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-08-28Merge tag 'sched-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-14sched: Simplify wake_up_if_idle()Peter Zijlstra
2023-08-14sched: Simplify: migrate_swap_stop()Peter Zijlstra
2023-08-10Merge branch 'sched/eevdf' into sched/coreIngo Molnar
2023-08-02sched/fair: Block nohz tick_stop when cfs bandwidth in usePhil Auld
2023-08-02sched, cgroup: Restore meaning to hierarchical_quotaPhil Auld
2023-07-31Revert "sched/fair: Move unused stub functions to header"Peter Zijlstra
2023-07-19sched/fair: Propagate enqueue flags into place_entity()Peter Zijlstra
2023-07-19sched/debug: Rename sysctl_sched_min_granularity to sysctl_sched_base_slicePeter Zijlstra
2023-07-19sched/fair: Commit to EEVDFPeter Zijlstra
2023-07-19sched/fair: Implement an EEVDF-like scheduling policyPeter Zijlstra
2023-07-19sched/fair: Add cfs_rq::avg_vruntimePeter Zijlstra
2023-07-17sched: add WF_CURRENT_CPU and externise ttwuPeter Oskolkov
2023-07-13sched/topology: Record number of cores in sched groupTim C Chen
2023-07-13sched: add throttled time stat for throttled childrenJosh Don
2023-06-27Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-06-16sched/core: Avoid multiple calling update_rq_clock() in __cfsb_csd_unthrottle()Hao Jia
2023-06-16sched/deadline: Fix bandwidth reclaim equation in GRUBVineeth Pillai
2023-06-05sched/fair, cpufreq: Introduce 'runnable boosting'Dietmar Eggemann
2023-06-05sched/fair: Refactor CPU utilization functionsDietmar Eggemann
2023-05-30sched/deadline: remove unused dl_bandwidthMiaohe Lin
2023-05-30sched/fair: Move unused stub functions to headerArnd Bergmann
2023-05-30sched: Make task_vruntime_update() prototype visibleArnd Bergmann
2023-05-30sched: Add schedule_user() declarationArnd Bergmann
2023-05-08sched/deadline: Create DL BW alloc, free & check overflow interfaceDietmar Eggemann
2023-05-08sched/topology: Check SDF_SHARED_CHILD in highest_flag_domain()Ricardo Neri
2023-04-21sched: Fix performance regression introduced by mm_cidMathieu Desnoyers
2023-03-22sched/core: Avoid selecting the task that is throttled to run when core-sched...Hao Jia
2023-02-11sched/fair: Remove capacity inversion detectionVincent Guittot
2022-12-27sched: Make const-safeMatthew Wilcox (Oracle)
2022-12-27sched: Introduce per-memory-map concurrency IDMathieu Desnoyers
2022-12-27sched: Async unthrottling for cfs bandwidthJosh Don
2022-10-27sched: Enforce user requested affinityWaiman Long
2022-10-27sched: Always preserve the user requested cpumaskWaiman Long