aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)AuthorFilesLines
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-07sched/fair: Avoid overflow in enqueue_entity()K Prateek Nayak1-2/+30
2026-04-03sched/fair: Prevent negative lag increase during delayed dequeueVincent Guittot1-22/+34
2026-04-03sched: Move attach_one_task and attach_task helpers to sched.hJohn Stultz1-26/+0
2026-04-02Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar1-7/+3
2026-04-02sched/fair: Fix zero_vruntime tracking fixPeter Zijlstra1-7/+3
2026-03-24sched/fair: Get this cpu once in find_new_ilb()Shrikanth Hegde1-2/+2
2026-03-21Merge tag 'v7.0-rc4' into timers/core, to resolve conflictIngo Molnar1-38/+112
2026-03-18sched/fair: Simplify SIS_UTIL handling in select_idle_cpu()K Prateek Nayak1-11/+16
2026-03-18sched/fair: Simplify the entry condition for update_idle_cpu_scan()K Prateek Nayak1-6/+4
2026-03-18sched/fair: Remove superfluous rcu_read_lock() in the wakeup pathK Prateek Nayak1-21/+12
2026-03-12sched/fair: Fix comma operator misuse in NUMA fault accountingZhan Xusheng1-1/+1
2026-02-27sched/fair: Make hrtick resched hardPeter Zijlstra (Intel)1-1/+1
2026-02-27sched/fair: Simplify hrtick_update()Peter Zijlstra (Intel)1-8/+4
2026-02-27sched/eevdf: Fix HRTICK durationPeter Zijlstra1-14/+27
2026-02-23sched/fair: Skip SCHED_IDLE rq for SCHED_IDLE taskChristian Loehle1-13/+19
2026-02-23sched/fair: Filter false overloaded_group case for EASVincent Guittot1-5/+13
2026-02-23sched/fair: Update overutilized detectionVincent Guittot1-3/+2
2026-02-23sched/fair: Use full weight to __calc_delta()Peter Zijlstra1-0/+7
2026-02-23sched/fair: Revert 6d71a9c61604 ("sched/fair: Fix EEVDF entity placement bug ...Peter Zijlstra1-24/+124
2026-02-23sched/fair: Increase weight bits for avg_vruntimePeter Zijlstra1-19/+77
2026-02-23sched/fair: More complex proportional newidle balancePeter Zijlstra1-2/+25
2026-02-23sched/core: Fix wakeup_preempt's next_class trackingPeter Zijlstra1-2/+2
2026-02-23sched/fair: Fix lag clampPeter Zijlstra1-4/+35
2026-02-23sched/eevdf: Update se->vprot in reweight_entity()Wang Tao1-0/+12
2026-02-23sched/fair: Only set slice protection at pick timePeter Zijlstra1-5/+6
2026-02-23sched/fair: Fix zero_vruntime trackingPeter Zijlstra1-27/+57
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-3/+3
2026-02-10Merge tag 'sched-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-203/+208
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+6
2026-02-03Merge branch 'v6.19-rc8'Peter Zijlstra1-17/+1
2026-01-23sched/fair: Revert force wakeup preemptionVincent Guittot1-10/+0
2026-01-21sched/fair: Fix pelt clock sync when entering idleVincent Guittot1-6/+0
2026-01-15sched/fair: Remove nohz.nr_cpus and use weight of cpumask insteadShrikanth Hegde1-4/+1
2026-01-15sched/fair: Change likelyhood of nohz.nr_cpusShrikanth Hegde1-2/+2
2026-01-15sched/fair: Move checking for nohz cpus after time checkShrikanth Hegde1-7/+16
2026-01-15sched/fair: Fix math notation errors in avg_vruntime commentZhan Xusheng1-2/+2
2026-01-11treewide: Update email addressThomas Gleixner1-1/+1
2026-01-08sched/fair: Use cpumask_weight_and() in sched_balance_find_dst_group()Yury Norov (NVIDIA)1-4/+3
2026-01-08sched/fair: Simplify task_numa_find_cpu()Yury Norov (NVIDIA)1-5/+2
2026-01-08sched/fair: Drop useless cpumask_empty() in find_energy_efficient_cpu()Yury Norov (NVIDIA)1-3/+1
2026-01-05sched: Enable context analysis for core.c and fair.cMarco Elver1-1/+6
2025-12-19sched/fair: Fix sched_avg foldPeter Zijlstra1-2/+4