summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2026-04-18sched: idle: Consolidate the handling of two special casesRafael J. Wysocki
2026-04-18sched: idle: Make skipping governor callbacks more consistentRafael J. Wysocki
2026-03-04sched/rt: Skip currently executing CPU in rto_next_cpu()Chen Jinghuang
2026-01-19sched/deadline: only set free_cpus for online runqueuesDoug Berger
2025-10-29sched/fair: Fix pelt lost idle time detectionVincent Guittot
2025-10-29sched/balancing: Rename newidle_balance() => sched_balance_newidle()Ingo Molnar
2025-09-09cpufreq/sched: Explicitly synchronize limits_changed flag handlingRafael J. Wysocki
2025-08-28sched/deadline: Fix accounting after global limits changeJuri Lelli
2025-08-28sched: Add wrapper for get_wchan() to keep task blockedKees Cook
2025-08-28sched: Change nr_uninterruptible type to unsigned longAruna Ramakrishna
2025-05-02cpufreq/sched: Fix the usage of CPUFREQ_NEED_UPDATE_LIMITSRafael J. Wysocki
2025-04-10sched/deadline: Use online cpus for validating runtimeShrikanth Hegde
2025-04-10sched: Clarify wake_up_q()'s write to task->wake_q.nextJann Horn
2025-03-13sched/fair: Fix potential memory corruption in child_cfs_rq_on_listZecheng Li
2025-03-13sched/core: Prevent rescheduling when interrupts are disabledThomas Gleixner
2025-03-13sched: Don't try to catch up excess steal time.Suleiman Souhlal
2025-03-13cpufreq: schedutil: Fix superfluous updates caused by need_freq_updateSultan Alsawaf (unemployed)
2025-03-13sched/fair: Fix value reported by hot tasks pulled in /proc/schedstatPeter Zijlstra
2025-03-13sched/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/fair: Add NOHZ balancer flag for nohz.next_balance updatesValentin Schneider
2024-12-14sched/core: Remove the unnecessary need_resched() check in nohz_csd_func()K Prateek Nayak
2024-08-19sched/smt: Fix unbalance sched_smt_present dec/incYang Yingliang
2024-08-19sched/smt: Introduce sched_smt_present_inc/dec() helperYang Yingliang
2024-08-19sched/cputime: Fix mul_u64_u64_div_u64() precision for cputimeZheng Zucheng
2024-08-19profiling: remove profile=sleep supportTetsuo Handa
2024-08-19sched/fair: Use all little CPUs for CPU-bound workloadsPierre Gondois
2024-08-19sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE t...Tejun Heo
2024-06-16sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_...Cheng Yu
2024-06-16sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_levelVitalii Bursov
2024-06-16sched/fair: Add EAS checks before updating root_domain::overutilizedShrikanth Hegde
2024-03-26sched/fair: Take the scheduling domain into account in select_idle_core()Keisuke Nishimura
2024-03-01sched/fair: Don't balance task to its current running CPUYicong Yang
2024-03-01sched/rt: Disallow writing invalid values to sched_rt_period_usCyril Hrubis
2024-03-01sched/rt: Fix sysctl_sched_rr_timeslice intial valueCyril Hrubis
2024-03-01sched/rt: sysctl_sched_rr_timeslice show default timeslice after resetCyril 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-10-19Revert "kernel/sched: Modify initial boot task idle setup"Greg Kroah-Hartman
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-10-06sched/cpuacct: Optimize away RCU read lockChengming Zhou
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-05-11sched: Fix DEBUG && !SCHEDSTATS warnPeter Zijlstra
2023-05-11sched/rt: Fix bad task migration for rt tasksSchspa Shi