summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2025-03-28sched: Clarify wake_up_q()'s write to task->wake_q.nextJann Horn1-2/+3
2025-03-28hrtimer: Use and report correct timerslack values for realtime tasksFelix Moessbauer1-0/+8
2025-03-13sched/fair: Fix potential memory corruption in child_cfs_rq_on_listZecheng Li1-2/+4
2025-03-07sched/core: Prevent rescheduling when interrupts are disabledThomas Gleixner1-1/+1
2025-02-21sched: Don't try to catch up excess steal time.Suleiman Souhlal1-2/+4
2025-02-21cpufreq: schedutil: Fix superfluous updates caused by need_freq_updateSultan Alsawaf (unemployed)1-2/+2
2025-02-21sched/fair: Fix value reported by hot tasks pulled in /proc/schedstatPeter Zijlstra1-4/+13
2025-02-21sched/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/core: Remove the unnecessary need_resched() check in nohz_csd_func()K Prateek Nayak1-1/+1
2024-10-17sched: psi: fix bogus pressure spikes from aggregation raceJohannes Weiner1-14/+12
2024-08-14sched/smt: Fix unbalance sched_smt_present dec/incYang Yingliang1-0/+1
2024-08-14sched/smt: Introduce sched_smt_present_inc/dec() helperYang Yingliang1-7/+19
2024-08-14sched/cputime: Fix mul_u64_u64_div_u64() precision for cputimeZheng Zucheng1-0/+6
2024-08-14profiling: remove profile=sleep supportTetsuo Handa1-10/+0
2024-08-03sched/fair: Use all little CPUs for CPU-bound workloadsPierre Gondois1-1/+1
2024-08-03sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE t...Tejun Heo3-18/+14
2024-08-03rcu/tasks: Fix stale task snaphot for Tasks TraceFrederic Weisbecker1-7/+7
2024-07-18sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpathJohn Stultz4-10/+30
2024-07-18Revert "sched/fair: Make sure to try to detach at least one movable task"Josh Don1-9/+3
2024-06-12sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_...Cheng Yu1-1/+1
2024-06-12sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_levelVitalii Bursov1-1/+1
2024-06-12sched/fair: Add EAS checks before updating root_domain::overutilizedShrikanth Hegde1-19/+34
2024-06-12sched/isolation: Fix boot crash when maxcpus < first housekeeping CPUOleg Nesterov1-1/+6
2024-03-26sched/fair: Take the scheduling domain into account in select_idle_core()Keisuke Nishimura1-2/+2
2024-03-26sched/fair: Take the scheduling domain into account in select_idle_smt()Keisuke Nishimura1-3/+9
2024-03-01sched/rt: sysctl_sched_rr_timeslice show default timeslice after resetCyril Hrubis1-0/+3
2024-03-01sched/rt: Disallow writing invalid values to sched_rt_period_usCyril Hrubis1-4/+5
2024-02-23sched/membarrier: reduce the ability to hammer on sys_membarrierLinus Torvalds1-0/+6
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-11-20sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0Qais Yousef1-6/+5
2023-11-20sched/fair: Fix cfs_rq_is_decayed() on !SMPChengming Zhou1-1/+1
2023-10-25cpufreq: schedutil: Update next_freq when cpufreq_limits changeXuewen Yan1-1/+2
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-09-13sched/rt: Fix sysctl_sched_rr_timeslice intial valueCyril Hrubis1-1/+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/+14
2023-08-30sched/cpuset: Bring back cpuset_mutexJuri Lelli1-7/+15
2023-08-23sched/fair: Remove capacity inversion detectionVincent Guittot2-98/+5
2023-08-23sched/fair: unlink misfit task from cpu overutilizedVincent Guittot1-23/+82
2023-07-27sched/psi: use kernfs polling functions for PSI trigger pollingSuren Baghdasaryan1-8/+21
2023-07-27sched/psi: Allow unprivileged polling of N*2s periodDomenico Cerasuolo1-67/+108
2023-07-27sched/psi: Extract update_triggers side effectDomenico Cerasuolo1-9/+10
2023-07-27sched/psi: Rename existing poll members in preparationDomenico Cerasuolo1-81/+82
2023-07-27sched/psi: Rearrange polling code in preparationDomenico Cerasuolo1-98/+98
2023-07-27sched/psi: Fix avgs_work re-arm in psi_avgs_work()Chengming Zhou1-3/+27