summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2026-06-11sched/fair: Fix newidle vs core-schedAaron Lu
2026-06-09sched/fair: Fix cpu_util runnable_avg arithmeticHongyan Xia
2026-06-02sched/fair: Unify cfs_rq throttling via account_cfs_rq_runtime()Peter Zijlstra
2026-06-02sched/fair: Move the throttled tasks to a local list in tg_unthrottle_up()K Prateek Nayak
2026-06-02sched/fair: Call update_curr() before unthrottling the hierarchyK Prateek Nayak
2026-06-02sched/fair: Use throttled_csd_list for local unthrottleK Prateek Nayak
2026-06-02sched/fair: Convert cfs bandwidth throttling to use guardsK Prateek Nayak
2026-06-02sched/fair: Allocate cfs_tg_state with percpu allocatorZecheng Li
2026-06-02sched/fair: Remove task_group->se pointer arrayZecheng Li
2026-06-02sched/fair: Co-locate cfs_rq and sched_entity in cfs_tg_stateZecheng Li
2026-06-02Merge branch 'tip/sched/urgent'Peter Zijlstra
2026-05-29sched/fair: Use rq_clock() in update_tg_load_avg() rate-limitRik van Riel
2026-05-26sched: Remove sched_class::pick_next_task()Peter Zijlstra
2026-05-26sched/fair: Add newidle balance to pick_task_fair()Peter Zijlstra
2026-05-19Merge branch 'sched/cache'Peter Zijlstra
2026-05-19sched/fair: Add SIS_UTIL support to select_idle_capacity()K Prateek Nayak
2026-05-19sched/fair: Reject misfit pulls onto busy SMT siblings on asym-capacityAndrea Righi
2026-05-19sched/fair: Prefer fully-idle SMT cores in asym-capacity idle selectionAndrea Righi
2026-05-19sched/fair: Attach sched_domain_shared to sd_asym_cpucapacityK Prateek Nayak
2026-05-19sched/fair: Drop redundant RCU read lock in NOHZ kick pathAndrea Righi
2026-05-19sched: Unify SMT active check via sched_smt_active()Shrikanth Hegde
2026-05-19sched/fair: Add sched_smt_active check for fastpathsShrikanth Hegde
2026-05-19sched: Simplify ifdeffery around cpu_smt_maskShrikanth Hegde
2026-05-19sched/fair: Update util_est after updating util_avg during dequeueVincent Guittot
2026-05-18sched/cache: Fix stale preferred_llc for a new taskChen Yu
2026-05-18sched/cache: Fix checking active load balance by only considering the CFS taskChen Yu
2026-05-18sched/cache: Fix unpaired account_llc_enqueue/dequeueChen Yu
2026-05-18sched/cache: Annotate lockless accesses to mm->sc_stat.cpuChen Yu
2026-05-18sched/cache: Fix potential NULL mm pointer accessChen Yu
2026-05-18sched/cache: Fix rcu warning when accessing sd_llc domainChen Yu
2026-05-18sched/cache: Add user control to adjust the aggressiveness of cache-aware sch...Chen Yu
2026-05-18sched/cache: Avoid cache-aware scheduling for memory-heavy processesChen Yu
2026-05-18sched/cache: Skip cache-aware scheduling for single-threaded processesChen Yu
2026-05-18sched/cache: Disable cache aware scheduling for processes with high thread co...Chen Yu
2026-05-18sched/cache: Allow only 1 thread of the process to calculate the LLC occupancyJianyong Wu
2026-05-06sched/fair: Fix wakeup_preempt_fair() for not waking up taskVincent Guittot
2026-05-06sched/fair: Fix overflow in vruntime_eligible()Zhan Xusheng
2026-04-28sched/fair: Fix wakeup_preempt_fair() vs delayed dequeueVincent Guittot
2026-04-28sched/fair: Fix the negative lag increase fixPeter Zijlstra
2026-04-14Merge tag 'sched-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-04-11Merge branch 'timers/urgent' into timers/coreThomas Gleixner
2026-04-10sched/eevdf: Clear buddies for preempt_shortVincent Guittot
2026-04-09sched/cache: Respect LLC preference in task migration and detachTim Chen
2026-04-09sched/cache: Handle moving single tasks to/from their preferred LLCTim Chen
2026-04-09sched/cache: Add migrate_llc_task migration type for cache-aware balancingTim Chen
2026-04-09sched/cache: Prioritize tasks preferring destination LLC during balancingTim Chen
2026-04-09sched/cache: Check local_group only once in update_sg_lb_stats()Tim Chen
2026-04-09sched/cache: Count tasks prefering destination LLC in a sched groupTim Chen
2026-04-09sched/cache: Calculate the percpu sd task LLC preferenceTim Chen
2026-04-09sched/cache: Track LLC-preferred tasks per runqueueTim Chen