summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2024-10-10sched: psi: fix bogus pressure spikes from aggregation raceJohannes Weiner
2024-10-04sched/numa: Fix the vma scan starving issueYujie Liu
2024-10-04sched/numa: Complete scanning of inactive VMAs when there is no alternativeMel Gorman
2024-10-04sched/numa: Complete scanning of partial VMAs regardless of PID activityMel Gorman
2024-10-04sched/numa: Move up the access pid reset logicRaghavendra K T
2024-10-04sched/numa: Trace decisions related to skipping VMAsMel Gorman
2024-10-04sched/numa: Rename vma_numab_state::access_pids[] => ::pids_active[], ::next_...Mel Gorman
2024-10-04sched/fair: Make SCHED_IDLE entity be preempted in strict hierarchyTianchen Ding
2024-09-12membarrier: riscv: Add full memory barrier in switch_mm()Andrea Parri
2024-08-29sched/topology: Handle NUMA_NO_NODE in sched_numa_find_nth_cpu()Yury Norov
2024-08-14sched/core: Fix unbalance set_rq_online/offline() in sched_cpu_deactivate()Yang Yingliang
2024-08-14sched/core: Introduce sched_set_rq_on/offline() helperYang Yingliang
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: 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-05-02sched/eevdf: Prevent vlag from going out of bounds in reweight_eevdf()Xuewen Yan
2024-05-02sched/eevdf: Fix miscalculation in reweight_entity() when se is not currTianchen Ding
2024-05-02sched/eevdf: Always update V if se->on_rq when reweightingTianchen Ding
2024-04-27sched: Add missing memory barrier in switch_mm_cidMathieu Desnoyers
2024-04-03sched: Simplify tg_set_cfs_bandwidth()Peter Zijlstra
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: Disallow writing invalid values to sched_rt_period_usCyril Hrubis
2024-02-23sched/membarrier: reduce the ability to hammer on sys_membarrierLinus Torvalds
2024-01-25sched/fair: Update min_vruntime for reweight_entity() correctlyYiwei Lin
2023-12-03sched/fair: Fix the decision for load balanceKeisuke Nishimura
2023-12-03sched/eevdf: Fix vruntime adjustment on reweightAbel Wu
2023-11-28sched/core: Fix RQCF_ACT_SKIP leakHao Jia
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-11-20sched/topology: Fix sched_numa_find_nth_cpu() in CPU-less caseYury Norov
2023-10-18sched/eevdf: Fix heap corruption morePeter Zijlstra
2023-10-09sched/eevdf: Fix pick_eevdf()Benjamin Segall
2023-10-09sched/eevdf: Fix min_deadline heap integrityPeter Zijlstra
2023-10-05cpufreq: schedutil: Update next_freq when cpufreq_limits changeXuewen Yan
2023-10-03sched/eevdf: Fix avg_vruntime()Peter Zijlstra
2023-10-03sched/eevdf: Also update slice on placementPeter Zijlstra
2023-09-28sched/rt: Fix live lock between select_fallback_rq() and RT pushJoel Fernandes (Google)
2023-09-19kernel/sched: Modify initial boot task idle setupLiam R. Howlett