summaryrefslogtreecommitdiff
path: root/kernel/sched/sched.h
AgeCommit message (Expand)Author
2024-07-11Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar
2024-07-04sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE t...Tejun Heo
2024-07-01sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpathJohn Stultz
2024-06-05sched/headers: Move struct pre-declarations to the beginning of the headerIngo Molnar
2024-06-05sched/core: Clean up kernel/sched/sched.h a bitIngo Molnar
2024-05-27sched: Fix spelling in commentsIngo Molnar
2024-05-27sched/syscalls: Split out kernel/sched/syscalls.c from kernel/sched/core.cIngo Molnar
2024-05-13Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-04-24sched/pelt: Remove shift of thermal clockVincent Guittot
2024-04-24sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...Vincent Guittot
2024-04-16sched: Add missing memory barrier in switch_mm_cidMathieu Desnoyers
2024-03-29sched/balancing: Simplify the sg_status bitmask and use separate ->overloaded...Ingo Molnar
2024-03-28sched/fair: Rename SG_OVERLOAD to SG_OVERLOADEDIngo Molnar
2024-03-28sched/fair: Rename {set|get}_rd_overload() to {set|get}_rd_overloaded()Ingo Molnar
2024-03-28sched/fair: Rename root_domain::overload to ::overloadedIngo Molnar
2024-03-28sched/fair: Use helper functions to access root_domain::overloadShrikanth Hegde
2024-03-25sched/topology: Remove root_domain::max_cpu_capacityQais Yousef
2024-03-25sched/topology: Export asym_cap_listQais Yousef
2024-03-12sched/balancing: Rename rebalance_domains() => sched_balance_domains()Ingo Molnar
2024-03-12sched/balancing: Rename trigger_load_balance() => sched_balance_trigger()Ingo Molnar
2024-02-28sched/fair: Add READ_ONCE() and use existing helper function to access ->avg_irqShrikanth Hegde
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-12-10sched: fair: move unused stub functions to headerArnd Bergmann
2023-11-23sched/cpufreq: Rework iowait boostVincent Guittot
2023-11-23sched/cpufreq: Rework schedutil governor performance estimationVincent Guittot
2023-11-15sched/deadline: Introduce deadline serversPeter Zijlstra
2023-11-15sched/deadline: Move bandwidth accounting into {en,de}queue_dl_entityPeter Zijlstra
2023-11-15sched/deadline: Collect sched_dl_entity initializationPeter Zijlstra
2023-11-15sched: Unify runtime accounting across classesPeter Zijlstra
2023-11-15sched/eevdf: Sort the rbtree by virtual deadlineAbel Wu
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