aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2024-03-25sched/fair: Don't double balance_interval for migrate_misfitQais Yousef1-2/+11
2024-03-25sched/topology: Remove root_domain::max_cpu_capacityQais Yousef2-13/+2
2024-03-25sched/fair: Check if a task has a fitting CPU when updating misfitQais Yousef1-16/+50
2024-03-25sched/topology: Export asym_cap_listQais Yousef2-18/+39
2024-03-25Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branchIngo Molnar3-7/+28
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-7/+22
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+6
2024-03-14sched/fair: Fix typos in commentsIngo Molnar1-34/+34
2024-03-12sched/balancing: Fix a couple of outdated function names in commentsIngo Molnar2-2/+2
2024-03-12sched/balancing: Rename find_idlest_cpu() => sched_balance_find_dst_cpu()Ingo Molnar1-3/+3
2024-03-12sched/balancing: Rename find_idlest_group() => sched_balance_find_dst_group()Ingo Molnar1-4/+4
2024-03-12sched/balancing: Rename find_idlest_group_cpu() => sched_balance_find_dst_gro...Ingo Molnar1-3/+3
2024-03-12sched/balancing: Rename newidle_balance() => sched_balance_newidle()Ingo Molnar1-8/+8
2024-03-12sched/balancing: Rename update_blocked_averages() => sched_balance_update_blo...Ingo Molnar2-5/+5
2024-03-12sched/balancing: Rename find_busiest_group() => sched_balance_find_src_group()Ingo Molnar1-7/+7
2024-03-12sched/balancing: Rename find_busiest_queue() => sched_balance_find_src_rq()Ingo Molnar1-3/+3
2024-03-12sched/balancing: Rename load_balance() => sched_balance_rq()Ingo Molnar1-5/+5
2024-03-12sched/balancing: Rename rebalance_domains() => sched_balance_domains()Ingo Molnar2-5/+5
2024-03-12sched/balancing: Rename trigger_load_balance() => sched_balance_trigger()Ingo Molnar3-3/+3
2024-03-12sched/balancing: Rename scheduler_tick() => sched_tick()Ingo Molnar2-3/+3
2024-03-12sched/balancing: Rename run_rebalance_domains() => sched_balance_softirq()Ingo Molnar1-2/+2
2024-03-12sched/balancing: Update comments in 'struct sg_lb_stats' and 'struct sd_lb_st...Ingo Molnar1-10/+9
2024-03-12sched/balancing: Vertically align the comments of 'struct sg_lb_stats' and 's...Ingo Molnar1-18/+18
2024-03-12sched/balancing: Update run_rebalance_domains() commentsIngo Molnar1-3/+6
2024-03-12sched/balancing: Fix comments (trying to) refer to NOHZ_BALANCE_KICKIngo Molnar1-3/+4
2024-03-12sched/balancing: Change comment formatting to not overlap Git conflict marker...Ingo Molnar1-2/+2
2024-03-12sched/debug: Increase SCHEDSTAT_VERSION to 16Ingo Molnar1-1/+1
2024-03-12sched/balancing: Change 'enum cpu_idle_type' to have more natural definitionsIngo Molnar1-15/+12
2024-03-12sched/balancing: Remove reliance on 'enum cpu_idle_type' ordering when iterat...Shrikanth Hegde1-2/+1
2024-03-12sched/balancing: Switch the 'DEFINE_SPINLOCK(balancing)' spinlock into an 'at...Ingo Molnar1-3/+16
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+21
2024-03-11Merge tag 'sched-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-85/+66
2024-03-11Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+0
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-2/+15
2024-03-04sched/numa, mm: do not try to migrate memory to memoryless nodesByungchul Park1-0/+6
2024-03-01sched/idle: Conditionally handle tick broadcast in default_idle_call()Thomas Gleixner1-0/+21
2024-02-28sched/topology: Rename SD_SHARE_PKG_RESOURCES to SD_SHARE_LLCAlex Shi2-15/+15
2024-02-28sched/fair: Check the SD_ASYM_PACKING flag in sched_use_asym_prio()Alex Shi1-9/+7
2024-02-28sched/fair: Rework sched_use_asym_prio() and sched_asym_prefer()Alex Shi1-25/+20
2024-02-28sched/fair: Remove unused parameter from sched_asym()Alex Shi1-4/+2
2024-02-28sched/topology: Remove duplicate descriptions from TOPOLOGY_SD_FLAGSAlex Shi1-4/+5
2024-02-28sched/fair: Simplify the update_sd_pick_busiest() logicDavid Vernet1-9/+3
2024-02-28sched/fair: Do strict inequality check for busiest misfit task groupDavid Vernet1-1/+1
2024-02-28sched/fair: Remove unnecessary goto in update_sd_lb_stats()David Vernet1-6/+1
2024-02-28sched/fair: Take the scheduling domain into account in select_idle_core()Keisuke Nishimura1-2/+2
2024-02-28sched/fair: Take the scheduling domain into account in select_idle_smt()Keisuke Nishimura1-3/+9
2024-02-28sched/fair: Add READ_ONCE() and use existing helper function to access ->avg_irqShrikanth Hegde2-4/+2
2024-02-28sched/fair: Use existing helper functions to access ->avg_rt and ->avg_dlShrikanth Hegde1-4/+4
2024-02-26tick: Assume timekeeping is correctly handed over upon last offline idle callFrederic Weisbecker1-1/+0
2024-02-24sched: Add a new function to compare if two cpus have the same capacityQais Yousef1-0/+11