summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2025-09-09cpufreq/sched: Explicitly synchronize limits_changed flag handlingRafael J. Wysocki
2025-08-28sched/fair: Bump sd->max_newidle_lb_cost when newidle balance failsChris Mason
2025-07-24sched: Change nr_uninterruptible type to unsigned longAruna Ramakrishna
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-28sched: Clarify wake_up_q()'s write to task->wake_q.nextJann Horn
2025-03-28hrtimer: 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-21sched: Don't try to catch up excess steal time.Suleiman Souhlal
2025-02-21cpufreq: schedutil: Fix superfluous updates caused by need_freq_updateSultan Alsawaf (unemployed)
2025-02-21sched/fair: Fix value reported by hot tasks pulled in /proc/schedstatPeter Zijlstra
2025-02-21sched/psi: Use task->psi_flags to clear in CPU migrationChengming Zhou
2024-12-14sched/core: Prevent wakeup of ksoftirqd during idle load balanceK Prateek Nayak
2024-12-14sched/fair: Check idle_cpu() before need_resched() to detect ilb CPU turning ...K Prateek Nayak
2024-12-14sched/core: Remove the unnecessary need_resched() check in nohz_csd_func()K Prateek Nayak
2024-10-17sched: psi: fix bogus pressure spikes from aggregation raceJohannes Weiner
2024-08-14sched/smt: Fix unbalance sched_smt_present dec/incYang Yingliang
2024-08-14sched/smt: Introduce sched_smt_present_inc/dec() helperYang Yingliang
2024-08-14sched/cputime: Fix mul_u64_u64_div_u64() precision for cputimeZheng Zucheng
2024-08-14profiling: remove profile=sleep supportTetsuo Handa
2024-08-03sched/fair: Use all little CPUs for CPU-bound workloadsPierre Gondois
2024-08-03sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE t...Tejun Heo
2024-08-03rcu/tasks: Fix stale task snaphot for Tasks TraceFrederic Weisbecker
2024-07-18sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpathJohn Stultz
2024-07-18Revert "sched/fair: Make sure to try to detach at least one movable task"Josh Don
2024-06-12sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_...Cheng Yu
2024-06-12sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_levelVitalii Bursov
2024-06-12sched/fair: Add EAS checks before updating root_domain::overutilizedShrikanth Hegde
2024-06-12sched/isolation: Fix boot crash when maxcpus < first housekeeping CPUOleg Nesterov
2024-03-26sched/fair: Take the scheduling domain into account in select_idle_core()Keisuke Nishimura
2024-03-26sched/fair: Take the scheduling domain into account in select_idle_smt()Keisuke Nishimura
2024-03-01sched/rt: sysctl_sched_rr_timeslice show default timeslice after resetCyril Hrubis
2024-03-01sched/rt: Disallow writing invalid values to sched_rt_period_usCyril Hrubis
2024-02-23sched/membarrier: reduce the ability to hammer on sys_membarrierLinus Torvalds
2023-11-20sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra
2023-11-20sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0Qais Yousef
2023-11-20sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0Qais Yousef
2023-11-20sched/fair: Fix cfs_rq_is_decayed() on !SMPChengming Zhou
2023-10-25cpufreq: schedutil: Update next_freq when cpufreq_limits changeXuewen Yan
2023-10-06sched/rt: Fix live lock between select_fallback_rq() and RT pushJoel Fernandes (Google)
2023-10-06kernel/sched: Modify initial boot task idle setupLiam R. Howlett
2023-09-13sched/rt: Fix sysctl_sched_rr_timeslice intial valueCyril Hrubis
2023-08-30cgroup/cpuset: Free DL BW in case can_attach() failsDietmar Eggemann
2023-08-30sched/deadline: Create DL BW alloc, free & check overflow interfaceDietmar Eggemann
2023-08-30sched/cpuset: Keep track of SCHED_DEADLINE task in cpusetsJuri Lelli
2023-08-30sched/cpuset: Bring back cpuset_mutexJuri Lelli
2023-08-23sched/fair: Remove capacity inversion detectionVincent Guittot
2023-08-23sched/fair: unlink misfit task from cpu overutilizedVincent Guittot
2023-07-27sched/psi: use kernfs polling functions for PSI trigger pollingSuren Baghdasaryan