summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2024-05-19Merge tag 'sched-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-05-17Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-17sched/fair: Remove stale FREQUENCY_UTIL commentChristian Loehle
2024-05-17sched/fair: Fix initial util_avg calculationDawei Li
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-24sched/cpufreq: Take cpufreq feedback into accountVincent Guittot
2024-04-24sched/fair: Fix update of rd->sg_overutilizedVincent Guittot
2024-04-24scheduler: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-04-22sched/eevdf: Prevent vlag from going out of bounds in reweight_eevdf()Xuewen Yan
2024-04-22sched/eevdf: Fix miscalculation in reweight_entity() when se is not currTianchen Ding
2024-04-22sched/eevdf: Always update V if se->on_rq when reweightingTianchen Ding
2024-03-29sched/balancing: Simplify the sg_status bitmask and use separate ->overloaded...Ingo Molnar
2024-03-28sched/fair: Rename set_rd_overutilized_status() to set_rd_overutilized()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: Use helper functions to access root_domain::overloadShrikanth Hegde
2024-03-28sched/fair: Check root_domain::overload value before updateShrikanth Hegde
2024-03-28sched/fair: Combine EAS check with root_domain::overutilized accessShrikanth Hegde
2024-03-26sched/fair: Simplify the continue_balancing logic in sched_balance_newidle()Shrikanth Hegde
2024-03-26sched/fair: Introduce is_rd_overutilized() helper function to access root_dom...Shrikanth Hegde
2024-03-26sched/fair: Add EAS checks before updating root_domain::overutilizedShrikanth Hegde
2024-03-25sched/fair: Don't double balance_interval for migrate_misfitQais Yousef
2024-03-25sched/fair: Check if a task has a fitting CPU when updating misfitQais Yousef
2024-03-25Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branchIngo Molnar
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-14sched/fair: Fix typos in commentsIngo Molnar
2024-03-12sched/balancing: Fix a couple of outdated function names in commentsIngo Molnar
2024-03-12sched/balancing: Rename find_idlest_cpu() => sched_balance_find_dst_cpu()Ingo Molnar
2024-03-12sched/balancing: Rename find_idlest_group() => sched_balance_find_dst_group()Ingo Molnar
2024-03-12sched/balancing: Rename find_idlest_group_cpu() => sched_balance_find_dst_gro...Ingo Molnar
2024-03-12sched/balancing: Rename newidle_balance() => sched_balance_newidle()Ingo Molnar
2024-03-12sched/balancing: Rename update_blocked_averages() => sched_balance_update_blo...Ingo Molnar
2024-03-12sched/balancing: Rename find_busiest_group() => sched_balance_find_src_group()Ingo Molnar
2024-03-12sched/balancing: Rename find_busiest_queue() => sched_balance_find_src_rq()Ingo Molnar
2024-03-12sched/balancing: Rename load_balance() => sched_balance_rq()Ingo Molnar
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-03-12sched/balancing: Rename run_rebalance_domains() => sched_balance_softirq()Ingo Molnar
2024-03-12sched/balancing: Update comments in 'struct sg_lb_stats' and 'struct sd_lb_st...Ingo Molnar
2024-03-12sched/balancing: Vertically align the comments of 'struct sg_lb_stats' and 's...Ingo Molnar
2024-03-12sched/balancing: Update run_rebalance_domains() commentsIngo Molnar
2024-03-12sched/balancing: Fix comments (trying to) refer to NOHZ_BALANCE_KICKIngo Molnar
2024-03-12sched/balancing: Change comment formatting to not overlap Git conflict marker...Ingo Molnar
2024-03-12sched/balancing: Change 'enum cpu_idle_type' to have more natural definitionsIngo Molnar
2024-03-12sched/balancing: Switch the 'DEFINE_SPINLOCK(balancing)' spinlock into an 'at...Ingo Molnar
2024-03-04sched/numa, mm: do not try to migrate memory to memoryless nodesByungchul Park
2024-02-28sched/topology: Rename SD_SHARE_PKG_RESOURCES to SD_SHARE_LLCAlex Shi
2024-02-28sched/fair: Check the SD_ASYM_PACKING flag in sched_use_asym_prio()Alex Shi