aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-11sched/fair: Fix newidle vs core-schedAaron Lu1-0/+3
2026-06-09sched/fair: Fix cpu_util runnable_avg arithmeticHongyan Xia1-8/+15
2026-06-02sched/fair: Unify cfs_rq throttling via account_cfs_rq_runtime()Peter Zijlstra1-55/+46
2026-06-02sched/fair: Move the throttled tasks to a local list in tg_unthrottle_up()K Prateek Nayak1-2/+21
2026-06-02sched/fair: Call update_curr() before unthrottling the hierarchyK Prateek Nayak1-2/+19
2026-06-02sched/fair: Use throttled_csd_list for local unthrottleK Prateek Nayak1-17/+15
2026-06-02sched/fair: Convert cfs bandwidth throttling to use guardsK Prateek Nayak1-103/+90
2026-06-02sched/fair: Allocate cfs_tg_state with percpu allocatorZecheng Li1-32/+22
2026-06-02sched/fair: Remove task_group->se pointer arrayZecheng Li1-16/+9
2026-06-02sched/fair: Co-locate cfs_rq and sched_entity in cfs_tg_stateZecheng Li1-12/+6
2026-06-02Merge branch 'tip/sched/urgent'Peter Zijlstra1-7/+37
2026-05-29sched/fair: Use rq_clock() in update_tg_load_avg() rate-limitRik van Riel1-2/+2
2026-05-26sched: Remove sched_class::pick_next_task()Peter Zijlstra1-92/+47
2026-05-26sched/fair: Add newidle balance to pick_task_fair()Peter Zijlstra1-23/+15
2026-05-19Merge branch 'sched/cache'Peter Zijlstra1-15/+1130
2026-05-19sched/fair: Add SIS_UTIL support to select_idle_capacity()K Prateek Nayak1-0/+19
2026-05-19sched/fair: Reject misfit pulls onto busy SMT siblings on asym-capacityAndrea Righi1-1/+10
2026-05-19sched/fair: Prefer fully-idle SMT cores in asym-capacity idle selectionAndrea Righi1-6/+114
2026-05-19sched/fair: Attach sched_domain_shared to sd_asym_cpucapacityK Prateek Nayak1-8/+14
2026-05-19sched/fair: Drop redundant RCU read lock in NOHZ kick pathAndrea Righi1-27/+11
2026-05-19sched: Unify SMT active check via sched_smt_active()Shrikanth Hegde1-1/+1
2026-05-19sched/fair: Add sched_smt_active check for fastpathsShrikanth Hegde1-5/+4
2026-05-19sched: Simplify ifdeffery around cpu_smt_maskShrikanth Hegde1-35/+0
2026-05-19sched/fair: Update util_est after updating util_avg during dequeueVincent Guittot1-96/+92
2026-05-18sched/cache: Fix stale preferred_llc for a new taskChen Yu1-0/+5
2026-05-18sched/cache: Fix checking active load balance by only considering the CFS taskChen Yu1-2/+3
2026-05-18sched/cache: Fix unpaired account_llc_enqueue/dequeueChen Yu1-3/+28
2026-05-18sched/cache: Annotate lockless accesses to mm->sc_stat.cpuChen Yu1-14/+15
2026-05-18sched/cache: Fix potential NULL mm pointer accessChen Yu1-2/+3
2026-05-18sched/cache: Fix rcu warning when accessing sd_llc domainChen Yu1-1/+1
2026-05-18sched/cache: Add user control to adjust the aggressiveness of cache-aware sch...Chen Yu1-8/+60
2026-05-18sched/cache: Avoid cache-aware scheduling for memory-heavy processesChen Yu1-3/+59
2026-05-18sched/cache: Skip cache-aware scheduling for single-threaded processesChen Yu1-4/+16
2026-05-18sched/cache: Disable cache aware scheduling for processes with high thread co...Chen Yu1-5/+43
2026-05-18sched/cache: Allow only 1 thread of the process to calculate the LLC occupancyJianyong Wu1-0/+11
2026-05-06sched/fair: Fix wakeup_preempt_fair() for not waking up taskVincent Guittot1-2/+3
2026-05-06sched/fair: Fix overflow in vruntime_eligible()Zhan Xusheng1-5/+34
2026-04-28sched/fair: Fix wakeup_preempt_fair() vs delayed dequeueVincent Guittot1-13/+14
2026-04-28sched/fair: Fix the negative lag increase fixPeter Zijlstra1-5/+10
2026-04-14Merge tag 'sched-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-151/+362
2026-04-11Merge branch 'timers/urgent' into timers/coreThomas Gleixner1-7/+3
2026-04-10sched/eevdf: Clear buddies for preempt_shortVincent Guittot1-2/+4
2026-04-09sched/cache: Respect LLC preference in task migration and detachTim Chen1-5/+78
2026-04-09sched/cache: Handle moving single tasks to/from their preferred LLCTim Chen1-1/+53
2026-04-09sched/cache: Add migrate_llc_task migration type for cache-aware balancingTim Chen1-1/+37
2026-04-09sched/cache: Prioritize tasks preferring destination LLC during balancingTim Chen1-1/+78
2026-04-09sched/cache: Check local_group only once in update_sg_lb_stats()Tim Chen1-8/+10
2026-04-09sched/cache: Count tasks prefering destination LLC in a sched groupTim Chen1-0/+17
2026-04-09sched/cache: Calculate the percpu sd task LLC preferenceTim Chen1-0/+24
2026-04-09sched/cache: Track LLC-preferred tasks per runqueueTim Chen1-3/+44