summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2026-03-25sched: idle: Consolidate the handling of two special casesRafael J. Wysocki
2026-03-25sched/fair: Fix pelt clock sync when entering idleVincent Guittot
2026-03-25sched: idle: Make skipping governor callbacks more consistentRafael J. Wysocki
2026-03-04sched/rt: Skip currently executing CPU in rto_next_cpu()Chen Jinghuang
2026-02-11sched/rt: Fix race in push_rt_taskHarshit Agarwal
2026-01-11sched/fair: Proportional newidle balancePeter Zijlstra (Intel)
2026-01-11sched/fair: Small cleanup to update_newidle_cost()Peter Zijlstra
2026-01-11sched/fair: Small cleanup to sched_balance_newidle()Peter Zijlstra
2026-01-11sched/fair: Revert max_newidle_lb_cost bumpPeter Zijlstra
2026-01-11sched/deadline: only set free_cpus for online runqueuesDoug Berger
2026-01-11sched/fair: Forfeit vruntime on yieldFernand Sieber
2025-11-24sched/fair: Use all little CPUs for CPU-bound workloadsPierre Gondois
2025-11-24sched/pelt: Avoid underestimation of task utilizationVincent Guittot
2025-10-29sched: Remove never used code in mm_cid_get()Andy Shevchenko
2025-10-23sched/fair: Fix pelt lost idle time detectionVincent Guittot
2025-10-23sched/balancing: Rename newidle_balance() => sched_balance_newidle()Ingo Molnar
2025-10-19sched/deadline: Fix race in push_dl_task()Harshit Agarwal
2025-09-09sched: Fix sched_numa_find_nth_cpu() if mask offlineChristian Loehle
2025-08-28sched/fair: Fix frequency selection for non-invariant caseVincent Guittot
2025-08-28cpufreq/schedutil: Use a fixed reference frequencyVincent Guittot
2025-08-28sched/fair: Bump sd->max_newidle_lb_cost when newidle balance failsChris Mason
2025-08-15freezer,sched: Use saved_state to reduce some spurious wakeupsElliot Berman
2025-08-15sched/core: Remove ifdeffery for saved_stateElliot Berman
2025-08-15sched/psi: Fix psi_seq initializationPeter Zijlstra
2025-08-15sched/psi: Optimize psi_group_change() cpu_clock() usagePeter Zijlstra
2025-07-24sched: Change nr_uninterruptible type to unsigned longAruna Ramakrishna
2025-06-04sched: Reduce the default slice to avoid tasks getting an extra tickzihan zhou
2025-05-02cpufreq/sched: Explicitly synchronize limits_changed flag handlingRafael J. Wysocki
2025-05-02sched/cpufreq: Rework schedutil governor performance estimationVincent Guittot
2025-05-02sched/topology: Consolidate and clean up access to a CPU's max compute capacityVincent Guittot
2025-04-25cpufreq/sched: Fix the usage of CPUFREQ_NEED_UPDATE_LIMITSRafael J. Wysocki
2025-04-10sched/deadline: Use online cpus for validating runtimeShrikanth Hegde
2025-03-28Revert "sched/core: Reduce cost of sched_move_task when config autogroup"Dietmar Eggemann
2025-03-22sched: Clarify wake_up_q()'s write to task->wake_q.nextJann Horn
2025-03-22sched/debug: Provide slice length for fair tasksChristian Loehle
2025-03-22hrtimer: Use and report correct timerslack values for realtime tasksFelix Moessbauer
2025-03-13sched/fair: Fix potential memory corruption in child_cfs_rq_on_listZecheng Li
2025-03-07sched/core: Prevent rescheduling when interrupts are disabledThomas Gleixner
2025-02-17sched: Don't try to catch up excess steal time.Suleiman Souhlal
2025-02-08cpufreq: schedutil: Fix superfluous updates caused by need_freq_updateSultan Alsawaf (unemployed)
2025-02-08sched/topology: Rename 'DIE' domain to 'PKG'Peter Zijlstra
2025-02-08sched/fair: Fix value reported by hot tasks pulled in /proc/schedstatPeter Zijlstra
2025-01-09sched: Initialize idle tasks only onceThomas Gleixner
2024-12-14sched/deadline: Fix warning in migrate_enable for boosted tasksWander Lairson Costa
2024-12-14sched/deadline: Move bandwidth accounting into {en,de}queue_dl_entityPeter Zijlstra
2024-12-14sched/deadline: Collect sched_dl_entity initializationPeter Zijlstra
2024-12-14sched: Unify more update_curr*()Peter Zijlstra
2024-12-14sched: Remove vruntime from trace_sched_stat_runtime()Peter Zijlstra
2024-12-14sched: Unify runtime accounting across classesPeter Zijlstra
2024-12-14sched/fair: Rename check_preempt_curr() to wakeup_preempt()Ingo Molnar