index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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-01-11
sched/fair: Proportional newidle balance
Peter Zijlstra
1
-4
/
+40
2026-01-11
sched/fair: Small cleanup to update_newidle_cost()
Peter Zijlstra
1
-4
/
+7
2026-01-11
sched/fair: Small cleanup to sched_balance_newidle()
Peter Zijlstra
1
-4
/
+6
2026-01-08
sched/eevdf: Fix min_vruntime vs avg_vruntime
Peter Zijlstra
1
-89
/
+25
2026-01-08
sched/core: Add comment explaining force-idle vruntime snapshots
Peter Zijlstra
1
-0
/
+181
2026-01-08
sched/proxy: Yield the donor task
Fernand Sieber
1
-1
/
+1
2026-01-02
sched/fair: Revert max_newidle_lb_cost bump
Peter Zijlstra
1
-16
/
+3
2025-12-18
sched/fair: Fix unfairness caused by stalled tg_load_avg_contrib when the las...
xupengbo
1
-0
/
+3
2025-12-18
sched/fair: Forfeit vruntime on yield
Fernand Sieber
1
-1
/
+13
2025-11-06
sched/fair: Prevent cfs_rq from being unthrottled with zero runtime_remaining
Aaron Lu
1
-9
/
+6
2025-10-22
sched/fair: Start a cfs_rq on throttled hierarchy with PELT clock throttled
K Prateek Nayak
1
-0
/
+12
2025-10-14
sched/fair: Fix pelt lost idle time detection
Vincent Guittot
1
-13
/
+13
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-5
/
+5
2025-09-30
Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-199
/
+290
2025-09-29
Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2025-09-25
sched/deadline: Fix dl_server getting stuck
Peter Zijlstra
1
-6
/
+1
2025-09-15
sched/fair: Do not balance task to a throttled cfs_rq
Aaron Lu
1
-4
/
+18
2025-09-15
sched/fair: Do not special case tasks in throttled hierarchy
Aaron Lu
1
-4
/
+4
2025-09-15
sched/fair: update_cfs_group() for throttled cfs_rqs
Aaron Lu
1
-3
/
+0
2025-09-15
sched/fair: Propagate load for throttled cfs_rq
Aaron Lu
1
-8
/
+18
2025-09-13
mm: replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversion
Ye Liu
1
-3
/
+2
2025-09-13
mm: memory-tiering: fix PGPROMOTE_CANDIDATE counting
Ruan Shiyang
1
-2
/
+3
2025-09-03
sched/fair: Get rid of throttled_lb_pair()
Aaron Lu
1
-31
/
+4
2025-09-03
sched/fair: Task based throttle time accounting
Aaron Lu
1
-25
/
+31
2025-09-03
sched/fair: Switch to task based throttle model
Valentin Schneider
1
-164
/
+177
2025-09-03
sched/fair: Implement throttle task work and related helpers
Valentin Schneider
1
-0
/
+65
2025-09-03
sched/fair: Add related data structure for task based throttle
Valentin Schneider
1
-0
/
+13
2025-09-01
copy_process: pass clone_flags as u64 across calltree
Simon Schuster
1
-1
/
+1
2025-07-14
sched: Start blocked_on chain processing in find_proxy_task()
Peter Zijlstra
1
-2
/
+10
2025-07-14
sched: Fix runtime accounting w/ split exec & sched contexts
John Stultz
1
-14
/
+28
2025-07-14
sched: Move update_curr_task logic into update_curr_se
John Stultz
1
-17
/
+9
2025-07-14
sched/topology: Remove sched_domain_topology_level::flags
K Prateek Nayak
1
-3
/
+3
2025-07-09
sched/fair: Always trigger resched at the end of a protected period
Vincent Guittot
1
-9
/
+1
2025-07-09
sched/fair: Fix entity's lag with run to parity
Vincent Guittot
1
-3
/
+13
2025-07-09
sched/fair: Limit run to parity to the min slice of enqueued entities
Vincent Guittot
1
-4
/
+6
2025-07-09
sched/fair: Remove spurious shorter slice preemption
Vincent Guittot
1
-30
/
+14
2025-07-09
sched/fair: Fix NO_RUN_TO_PARITY case
Vincent Guittot
1
-11
/
+20
2025-07-09
sched/fair: Use protect_slice() instead of direct comparison
Vincent Guittot
1
-1
/
+1
2025-07-09
sched/deadline: Less agressive dl_server handling
Peter Zijlstra
1
-9
/
+0
2025-07-09
sched/fair: Bump sd->max_newidle_lb_cost when newidle balance fails
Chris Mason
1
-3
/
+16
2025-06-18
sched/core: Reorganize cgroup bandwidth control interface file writes
Tejun Heo
1
-2
/
+2
2025-06-18
sched/fair: Move max_cfs_quota_period decl and default_cfs_period() def from ...
Tejun Heo
1
-11
/
+0
2025-06-13
sched/smp: Make SMP unconditional
Ingo Molnar
1
-115
/
+0
2025-06-13
sched: Clean up and standardize #if/#else/#endif markers in sched/fair.c
Ingo Molnar
1
-55
/
+56
2025-06-11
sched/eevdf: Correct the comment in place_entity
wang wei
1
-1
/
+1
2025-06-02
Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+2
2025-05-31
sched/numa: fix task swap by skipping kernel threads
Libo Chen
1
-1
/
+2
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+9
2025-05-26
Merge tag 'sched-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-14
/
+19
2025-05-21
sched/util_est: Simplify condition for util_est_{en,de}queue()
Xuewen Yan
1
-2
/
+2
[next]