summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2024-12-14sched/numa: Fix mm numa_scan_seq based unconditional scanRaghavendra K T1-1/+3
2024-11-08sched/numa: Fix the potential null pointer dereference in task_numa_work()Shawn Wang1-2/+2
2024-11-01sched/core: Disable page allocation in task_tick_mm_cid()Waiman Long1-1/+3
2024-10-10sched: psi: fix bogus pressure spikes from aggregation raceJohannes Weiner1-14/+12
2024-10-04sched/numa: Fix the vma scan starving issueYujie Liu1-0/+9
2024-10-04sched/numa: Complete scanning of inactive VMAs when there is no alternativeMel Gorman1-3/+52
2024-10-04sched/numa: Complete scanning of partial VMAs regardless of PID activityMel Gorman1-3/+15
2024-10-04sched/numa: Move up the access pid reset logicRaghavendra K T1-10/+7
2024-10-04sched/numa: Trace decisions related to skipping VMAsMel Gorman1-4/+13
2024-10-04sched/numa: Rename vma_numab_state::access_pids[] => ::pids_active[], ::next_...Mel Gorman1-6/+6
2024-10-04sched/fair: Make SCHED_IDLE entity be preempted in strict hierarchyTianchen Ding1-13/+9
2024-09-12membarrier: riscv: Add full memory barrier in switch_mm()Andrea Parri1-2/+3
2024-08-29sched/topology: Handle NUMA_NO_NODE in sched_numa_find_nth_cpu()Yury Norov1-0/+3
2024-08-14sched/core: Fix unbalance set_rq_online/offline() in sched_cpu_deactivate()Yang Yingliang1-0/+1
2024-08-14sched/core: Introduce sched_set_rq_on/offline() helperYang Yingliang1-14/+26
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: 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-05-02sched/eevdf: Prevent vlag from going out of bounds in reweight_eevdf()Xuewen Yan1-6/+12
2024-05-02sched/eevdf: Fix miscalculation in reweight_entity() when se is not currTianchen Ding1-5/+6
2024-05-02sched/eevdf: Always update V if se->on_rq when reweightingTianchen Ding1-3/+2
2024-04-27sched: Add missing memory barrier in switch_mm_cidMathieu Desnoyers1-6/+14
2024-04-03sched: Simplify tg_set_cfs_bandwidth()Peter Zijlstra1-19/+19
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: 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
2024-01-25sched/fair: Update min_vruntime for reweight_entity() correctlyYiwei Lin1-10/+10
2023-12-03sched/fair: Fix the decision for load balanceKeisuke Nishimura1-3/+7
2023-12-03sched/eevdf: Fix vruntime adjustment on reweightAbel Wu1-23/+128
2023-11-28sched/core: Fix RQCF_ACT_SKIP leakHao Jia1-4/+1
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-11-20sched/topology: Fix sched_numa_find_nth_cpu() in CPU-less caseYury Norov1-1/+5
2023-10-18sched/eevdf: Fix heap corruption morePeter Zijlstra1-1/+2
2023-10-09sched/eevdf: Fix pick_eevdf()Benjamin Segall1-14/+58
2023-10-09sched/eevdf: Fix min_deadline heap integrityPeter Zijlstra1-0/+1
2023-10-05cpufreq: schedutil: Update next_freq when cpufreq_limits changeXuewen Yan1-1/+2
2023-10-03sched/eevdf: Fix avg_vruntime()Peter Zijlstra1-1/+9