index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
fair.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-06
sched/fair: Fix wakeup_preempt_fair() for not waking up task
Vincent Guittot
1
-2
/
+3
2026-05-06
sched/fair: Fix overflow in vruntime_eligible()
Zhan Xusheng
1
-5
/
+34
2026-04-28
sched/fair: Fix wakeup_preempt_fair() vs delayed dequeue
Vincent Guittot
1
-13
/
+14
2026-04-28
sched/fair: Fix the negative lag increase fix
Peter Zijlstra
1
-5
/
+10
2026-04-14
Merge tag 'sched-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-151
/
+362
2026-04-11
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
1
-7
/
+3
2026-04-10
sched/eevdf: Clear buddies for preempt_short
Vincent Guittot
1
-2
/
+4
2026-04-07
sched/fair: Avoid overflow in enqueue_entity()
K Prateek Nayak
1
-2
/
+30
2026-04-03
sched/fair: Prevent negative lag increase during delayed dequeue
Vincent Guittot
1
-22
/
+34
2026-04-03
sched: Move attach_one_task and attach_task helpers to sched.h
John Stultz
1
-26
/
+0
2026-04-02
Merge branch 'sched/urgent' into sched/core, to resolve conflicts
Ingo Molnar
1
-7
/
+3
2026-04-02
sched/fair: Fix zero_vruntime tracking fix
Peter Zijlstra
1
-7
/
+3
2026-03-24
sched/fair: Get this cpu once in find_new_ilb()
Shrikanth Hegde
1
-2
/
+2
2026-03-21
Merge tag 'v7.0-rc4' into timers/core, to resolve conflict
Ingo Molnar
1
-38
/
+112
2026-03-18
sched/fair: Simplify SIS_UTIL handling in select_idle_cpu()
K Prateek Nayak
1
-11
/
+16
2026-03-18
sched/fair: Simplify the entry condition for update_idle_cpu_scan()
K Prateek Nayak
1
-6
/
+4
2026-03-18
sched/fair: Remove superfluous rcu_read_lock() in the wakeup path
K Prateek Nayak
1
-21
/
+12
2026-03-12
sched/fair: Fix comma operator misuse in NUMA fault accounting
Zhan Xusheng
1
-1
/
+1
2026-02-27
sched/fair: Make hrtick resched hard
Peter Zijlstra (Intel)
1
-1
/
+1
2026-02-27
sched/fair: Simplify hrtick_update()
Peter Zijlstra (Intel)
1
-8
/
+4
2026-02-27
sched/eevdf: Fix HRTICK duration
Peter Zijlstra
1
-14
/
+27
2026-02-23
sched/fair: Skip SCHED_IDLE rq for SCHED_IDLE task
Christian Loehle
1
-13
/
+19
2026-02-23
sched/fair: Filter false overloaded_group case for EAS
Vincent Guittot
1
-5
/
+13
2026-02-23
sched/fair: Update overutilized detection
Vincent Guittot
1
-3
/
+2
2026-02-23
sched/fair: Use full weight to __calc_delta()
Peter Zijlstra
1
-0
/
+7
2026-02-23
sched/fair: Revert 6d71a9c61604 ("sched/fair: Fix EEVDF entity placement bug ...
Peter Zijlstra
1
-24
/
+124
2026-02-23
sched/fair: Increase weight bits for avg_vruntime
Peter Zijlstra
1
-19
/
+77
2026-02-23
sched/fair: More complex proportional newidle balance
Peter Zijlstra
1
-2
/
+25
2026-02-23
sched/core: Fix wakeup_preempt's next_class tracking
Peter Zijlstra
1
-2
/
+2
2026-02-23
sched/fair: Fix lag clamp
Peter Zijlstra
1
-4
/
+35
2026-02-23
sched/eevdf: Update se->vprot in reweight_entity()
Wang Tao
1
-0
/
+12
2026-02-23
sched/fair: Only set slice protection at pick time
Peter Zijlstra
1
-5
/
+6
2026-02-23
sched/fair: Fix zero_vruntime tracking
Peter Zijlstra
1
-27
/
+57
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-3
/
+3
2026-02-10
Merge tag 'sched-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-203
/
+208
2026-02-10
Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+6
2026-02-03
Merge branch 'v6.19-rc8'
Peter Zijlstra
1
-17
/
+1
2026-01-23
sched/fair: Revert force wakeup preemption
Vincent Guittot
1
-10
/
+0
2026-01-21
sched/fair: Fix pelt clock sync when entering idle
Vincent Guittot
1
-6
/
+0
2026-01-15
sched/fair: Remove nohz.nr_cpus and use weight of cpumask instead
Shrikanth Hegde
1
-4
/
+1
2026-01-15
sched/fair: Change likelyhood of nohz.nr_cpus
Shrikanth Hegde
1
-2
/
+2
2026-01-15
sched/fair: Move checking for nohz cpus after time check
Shrikanth Hegde
1
-7
/
+16
2026-01-15
sched/fair: Fix math notation errors in avg_vruntime comment
Zhan Xusheng
1
-2
/
+2
2026-01-11
treewide: Update email address
Thomas Gleixner
1
-1
/
+1
2026-01-08
sched/fair: Use cpumask_weight_and() in sched_balance_find_dst_group()
Yury Norov (NVIDIA)
1
-4
/
+3
2026-01-08
sched/fair: Simplify task_numa_find_cpu()
Yury Norov (NVIDIA)
1
-5
/
+2
2026-01-08
sched/fair: Drop useless cpumask_empty() in find_energy_efficient_cpu()
Yury Norov (NVIDIA)
1
-3
/
+1
2026-01-05
sched: Enable context analysis for core.c and fair.c
Marco Elver
1
-1
/
+6
2025-12-19
sched/fair: Fix sched_avg fold
Peter Zijlstra
1
-2
/
+4
[next]