summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bitmap-for-6.10v2' of https://github.com/norov/linuxLinus Torvalds2024-05-211-4/+2
|\
| * sched/topology: Optimize topology_span_sane()Kyle Meyer2024-05-091-4/+2
* | Merge tag 'sched-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-05-194-6/+8
|\ \
| * | sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_...Cheng Yu2024-05-171-1/+1
| * | sched/fair: Remove stale FREQUENCY_UTIL commentChristian Loehle2024-05-171-2/+2
| * | sched/fair: Fix initial util_avg calculationDawei Li2024-05-171-2/+3
| * | sched/debug: Dump domains' levelVitalii Bursov2024-05-171-0/+1
| * | sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_levelVitalii Bursov2024-05-171-1/+1
* | | Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-176-6/+0
|\ \ \ | |/ / |/| |
| * | scheduler: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-04-246-6/+0
| |/
* | Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-139-323/+379
|\ \
| * | sched/pelt: Remove shift of thermal clockVincent Guittot2024-04-243-27/+3
| * | sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...Vincent Guittot2024-04-245-34/+34
| * | sched/cpufreq: Take cpufreq feedback into accountVincent Guittot2024-04-241-20/+25
| * | sched/fair: Fix update of rd->sg_overutilizedVincent Guittot2024-04-241-1/+1
| * | sched/vtime: Get rid of generic vtime_task_switch() implementationAlexander Gordeev2024-04-171-13/+0
| * | sched/balancing: Simplify the sg_status bitmask and use separate ->overloaded...Ingo Molnar2024-03-292-29/+24
| * | sched/fair: Rename set_rd_overutilized_status() to set_rd_overutilized()Ingo Molnar2024-03-281-4/+4
| * | sched/fair: Rename SG_OVERLOAD to SG_OVERLOADEDIngo Molnar2024-03-282-5/+5
| * | sched/fair: Rename {set|get}_rd_overload() to {set|get}_rd_overloaded()Ingo Molnar2024-03-282-6/+6
| * | sched/fair: Rename root_domain::overload to ::overloadedIngo Molnar2024-03-281-3/+3
| * | sched/fair: Use helper functions to access root_domain::overloadShrikanth Hegde2024-03-282-5/+14
| * | sched/fair: Check root_domain::overload value before updateShrikanth Hegde2024-03-281-1/+2
| * | sched/fair: Combine EAS check with root_domain::overutilized accessShrikanth Hegde2024-03-281-13/+7
| * | sched/fair: Simplify the continue_balancing logic in sched_balance_newidle()Shrikanth Hegde2024-03-261-5/+5
| * | sched/fair: Introduce is_rd_overutilized() helper function to access root_dom...Shrikanth Hegde2024-03-261-3/+12
| * | sched/fair: Add EAS checks before updating root_domain::overutilizedShrikanth Hegde2024-03-261-19/+34
| * | sched/fair: Don't double balance_interval for migrate_misfitQais Yousef2024-03-251-2/+11
| * | sched/topology: Remove root_domain::max_cpu_capacityQais Yousef2024-03-252-13/+2
| * | sched/fair: Check if a task has a fitting CPU when updating misfitQais Yousef2024-03-251-16/+50
| * | sched/topology: Export asym_cap_listQais Yousef2024-03-252-18/+39
| * | Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branchIngo Molnar2024-03-253-7/+28
| |\|
| * | sched/fair: Fix typos in commentsIngo Molnar2024-03-141-34/+34
| * | sched/balancing: Fix a couple of outdated function names in commentsIngo Molnar2024-03-122-2/+2
| * | sched/balancing: Rename find_idlest_cpu() => sched_balance_find_dst_cpu()Ingo Molnar2024-03-121-3/+3
| * | sched/balancing: Rename find_idlest_group() => sched_balance_find_dst_group()Ingo Molnar2024-03-121-4/+4
| * | sched/balancing: Rename find_idlest_group_cpu() => sched_balance_find_dst_gro...Ingo Molnar2024-03-121-3/+3
| * | sched/balancing: Rename newidle_balance() => sched_balance_newidle()Ingo Molnar2024-03-121-8/+8
| * | sched/balancing: Rename update_blocked_averages() => sched_balance_update_blo...Ingo Molnar2024-03-122-5/+5
| * | sched/balancing: Rename find_busiest_group() => sched_balance_find_src_group()Ingo Molnar2024-03-121-7/+7
| * | sched/balancing: Rename find_busiest_queue() => sched_balance_find_src_rq()Ingo Molnar2024-03-121-3/+3
| * | sched/balancing: Rename load_balance() => sched_balance_rq()Ingo Molnar2024-03-121-5/+5
| * | sched/balancing: Rename rebalance_domains() => sched_balance_domains()Ingo Molnar2024-03-122-5/+5
| * | sched/balancing: Rename trigger_load_balance() => sched_balance_trigger()Ingo Molnar2024-03-123-3/+3
| * | sched/balancing: Rename scheduler_tick() => sched_tick()Ingo Molnar2024-03-122-3/+3
| * | sched/balancing: Rename run_rebalance_domains() => sched_balance_softirq()Ingo Molnar2024-03-121-2/+2
| * | sched/balancing: Update comments in 'struct sg_lb_stats' and 'struct sd_lb_st...Ingo Molnar2024-03-121-10/+9
| * | sched/balancing: Vertically align the comments of 'struct sg_lb_stats' and 's...Ingo Molnar2024-03-121-18/+18
| * | sched/balancing: Update run_rebalance_domains() commentsIngo Molnar2024-03-121-3/+6
| * | sched/balancing: Fix comments (trying to) refer to NOHZ_BALANCE_KICKIngo Molnar2024-03-121-3/+4