summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2025-10-29sched/fair: Fix pelt lost idle time detectionVincent Guittot1-13/+13
2025-10-29sched/balancing: Rename newidle_balance() => sched_balance_newidle()Ingo Molnar1-8/+8
2025-09-09cpufreq/sched: Explicitly synchronize limits_changed flag handlingRafael J. Wysocki1-4/+24
2025-08-28sched/deadline: Fix accounting after global limits changeJuri Lelli2-1/+9
2025-08-28sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-0/+19
2025-08-28sched: Change nr_uninterruptible type to unsigned longAruna Ramakrishna2-2/+2
2025-05-02cpufreq/sched: Fix the usage of CPUFREQ_NEED_UPDATE_LIMITSRafael J. Wysocki1-3/+15
2025-04-10sched/deadline: Use online cpus for validating runtimeShrikanth Hegde1-1/+1
2025-04-10sched: Clarify wake_up_q()'s write to task->wake_q.nextJann Horn1-2/+3
2025-03-13sched/fair: Fix potential memory corruption in child_cfs_rq_on_listZecheng Li1-2/+4
2025-03-13sched/core: Prevent rescheduling when interrupts are disabledThomas Gleixner1-1/+1
2025-03-13sched: Don't try to catch up excess steal time.Suleiman Souhlal1-2/+4
2025-03-13cpufreq: schedutil: Fix superfluous updates caused by need_freq_updateSultan Alsawaf (unemployed)1-2/+2
2025-03-13sched/fair: Fix value reported by hot tasks pulled in /proc/schedstatPeter Zijlstra1-4/+13
2025-03-13sched/psi: Use task->psi_flags to clear in CPU migrationChengming Zhou2-19/+5
2024-12-14sched/core: Prevent wakeup of ksoftirqd during idle load balanceK Prateek Nayak1-1/+1
2024-12-14sched/fair: Check idle_cpu() before need_resched() to detect ilb CPU turning ...K Prateek Nayak1-1/+1
2024-12-14sched/fair: Add NOHZ balancer flag for nohz.next_balance updatesValentin Schneider2-11/+21
2024-12-14sched/core: Remove the unnecessary need_resched() check in nohz_csd_func()K Prateek Nayak1-1/+1
2024-08-19sched/smt: Fix unbalance sched_smt_present dec/incYang Yingliang1-0/+1
2024-08-19sched/smt: Introduce sched_smt_present_inc/dec() helperYang Yingliang1-7/+19
2024-08-19sched/cputime: Fix mul_u64_u64_div_u64() precision for cputimeZheng Zucheng1-0/+6
2024-08-19profiling: remove profile=sleep supportTetsuo Handa1-10/+0
2024-08-19sched/fair: Use all little CPUs for CPU-bound workloadsPierre Gondois1-1/+1
2024-08-19sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE t...Tejun Heo3-18/+14
2024-06-16sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_...Cheng Yu1-1/+1
2024-06-16sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_levelVitalii Bursov1-1/+1
2024-06-16sched/fair: Add EAS checks before updating root_domain::overutilizedShrikanth Hegde1-19/+34
2024-03-26sched/fair: Take the scheduling domain into account in select_idle_core()Keisuke Nishimura1-2/+2
2024-03-01sched/fair: Don't balance task to its current running CPUYicong Yang1-1/+1
2024-03-01sched/rt: Disallow writing invalid values to sched_rt_period_usCyril Hrubis1-4/+1
2024-03-01sched/rt: Fix sysctl_sched_rr_timeslice intial valueCyril Hrubis1-1/+1
2024-03-01sched/rt: sysctl_sched_rr_timeslice show default timeslice after resetCyril Hrubis1-0/+3
2024-02-23sched/membarrier: reduce the ability to hammer on sys_membarrierLinus Torvalds1-0/+9
2023-11-20sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra4-3/+17
2023-11-20sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0Qais Yousef1-17/+1
2023-10-19Revert "kernel/sched: Modify initial boot task idle setup"Greg Kroah-Hartman2-2/+1
2023-10-06sched/rt: Fix live lock between select_fallback_rq() and RT pushJoel Fernandes (Google)1-0/+1
2023-10-06kernel/sched: Modify initial boot task idle setupLiam R. Howlett2-1/+2
2023-10-06sched/cpuacct: Optimize away RCU read lockChengming Zhou1-3/+1
2023-08-30cgroup/cpuset: Free DL BW in case can_attach() failsDietmar Eggemann1-15/+2
2023-08-30sched/deadline: Create DL BW alloc, free & check overflow interfaceDietmar Eggemann3-16/+43
2023-08-30sched/cpuset: Keep track of SCHED_DEADLINE task in cpusetsJuri Lelli1-0/+13
2023-08-30sched/cpuset: Bring back cpuset_mutexJuri Lelli1-7/+15
2023-05-11sched: Fix DEBUG && !SCHEDSTATS warnPeter Zijlstra1-1/+2
2023-05-11sched/rt: Fix bad task migration for rt tasksSchspa Shi2-0/+5
2023-05-11sched/fair: Fix inaccurate tally of ttwu_move_affineLibo Chen1-1/+1
2023-05-11sched: Make struct sched_statistics independent of fair sched classYafang Shao7-97/+140
2023-05-11sched/fair: Use __schedstat_set() in set_next_entity()Yafang Shao1-3/+3
2023-04-26sched/fair: Fixes for capacity inversion detectionQais Yousef1-2/+11