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
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2021-07-25
sched/fair: Fix CFS bandwidth hrtimer expiry type
Odin Ugedal
1
-2
/
+2
2021-07-14
sched/fair: Fix ascii art by relpacing tabs
Odin Ugedal
1
-4
/
+4
2021-06-16
sched/fair: Make sure to update tg contrib for blocked load
Vincent Guittot
1
-1
/
+1
2021-05-19
sched/fair: Fix unfairness caused by missing load decay
Odin Ugedal
1
-3
/
+9
2021-05-11
sched/fair: Ignore percpu threads for imbalance pulls
Lingutla Chandrasekhar
1
-0
/
+4
2021-03-04
sched/eas: Don't update misfit status if the task is pinned
Qais Yousef
1
-1
/
+1
2020-12-08
sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq list
Vincent Guittot
1
-8
/
+28
2020-11-24
sched/fair: Fix overutilized update in enqueue_task_fair()
Quentin Perret
1
-1
/
+2
2020-10-29
sched/fair: Fix wrong cpu selecting from isolated domain
Xunlei Pang
1
-4
/
+5
2020-10-01
sched/fair: Eliminate bandwidth race between throttling and distribution
Paul Turner
1
-32
/
+47
2020-08-19
sched/fair: Fix NOHZ next idle balance
Vincent Guittot
1
-9
/
+14
2020-07-22
sched/fair: handle case of task_h_load() returning 0
Vincent Guittot
1
-2
/
+14
2020-06-22
sched/fair: Refill bandwidth before scaling
Huaixin Chang
1
-2
/
+2
2020-06-17
sched/fair: Don't NUMA balance for kthreads
Jens Axboe
1
-1
/
+1
2020-05-27
sched/fair: Fix enqueue_task_fair() warning some more
Phil Auld
1
-0
/
+7
2020-05-27
sched/fair: Fix reordering of enqueue/dequeue_task_fair()
Vincent Guittot
1
-8
/
+9
2020-05-27
sched/fair: Reorder enqueue/dequeue_task_fair path
Vincent Guittot
1
-22
/
+20
2020-04-17
sched/fair: Fix enqueue_task_fair warning
Vincent Guittot
1
-4
/
+22
2020-03-05
sched/fair: Optimize select_idle_cpu
Cheng Jian
1
-3
/
+4
2020-01-26
sched/cpufreq: Move the cfs_rq_util_change() call to cpufreq_update_util()
Vincent Guittot
1
-49
/
+62
2020-01-26
sched/core: Further clarify sched_class::set_next_task()
Peter Zijlstra
1
-1
/
+1
2019-11-13
sched/pelt: Fix update of blocked PELT ordering
Vincent Guittot
1
-9
/
+20
2019-11-08
sched: Fix pick_next_task() vs 'change' pattern race
Peter Zijlstra
1
-3
/
+12
2019-10-09
sched/fair: Scale bandwidth quota and period without losing quota/period rati...
Xuewei Zhang
1
-14
/
+22
2019-09-25
sched/fair: Avoid redundant EAS calculation
Quentin Perret
1
-1
/
+1
2019-09-25
sched/fair: Fix -Wunused-but-set-variable warnings
Qian Cai
1
-13
/
+6
2019-09-25
tasks, sched/core: With a grace period after finish_task_switch(), remove unn...
Eric W. Biederman
1
-1
/
+1
2019-09-17
sched/fair: Remove unused cfs_rq_clock_task() function
Qian Cai
1
-16
/
+0
2019-09-16
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-216
/
+193
2019-09-16
Merge branch 'sched/rt' into sched/core, to pick up -rt changes
Ingo Molnar
1
-1
/
+1
2019-09-13
sched/fair: Speed-up energy-aware wake-ups
Quentin Perret
1
-60
/
+50
2019-09-03
sched/fair: Don't assign runtime for throttled cfs_rq
Liangyan
1
-0
/
+5
2019-08-12
sched/fair: Use rq_lock/unlock in online_fair_sched_group
Phil Auld
1
-3
/
+3
2019-08-08
sched: Rework pick_next_task() slow-path
Peter Zijlstra
1
-3
/
+6
2019-08-08
sched: Allow put_prev_task() to drop rq->lock
Peter Zijlstra
1
-1
/
+1
2019-08-08
sched/fair: Expose newidle_balance()
Peter Zijlstra
1
-10
/
+8
2019-08-08
sched: Add task_struct pointer to sched_class::set_curr_task
Peter Zijlstra
1
-3
/
+14
2019-08-08
sched/fair: Fix low cpu usage with high throttling by removing expiration of ...
Dave Chiluk
1
-65
/
+7
2019-07-31
sched/preempt: Use CONFIG_PREEMPTION where appropriate
Thomas Gleixner
1
-1
/
+1
2019-07-25
sched/fair: Introduce fits_capacity()
Viresh Kumar
1
-10
/
+8
2019-07-25
sched/fair: Fall back to sched-idle CPU if idle CPU isn't found
Viresh Kumar
1
-10
/
+33
2019-07-25
sched/fair: Start tracking SCHED_IDLE tasks count in cfs_rq
Viresh Kumar
1
-2
/
+12
2019-07-25
sched/fair: Fix imbalance due to CPU affinity
Vincent Guittot
1
-2
/
+3
2019-07-25
sched/fair: Change task_numa_work() storage to static
Valentin Schneider
1
-1
/
+1
2019-07-25
sched/fair: Move task_numa_work() init to init_numa_balancing()
Valentin Schneider
1
-4
/
+5
2019-07-25
sched/fair: Move init_numa_balancing() below task_numa_work()
Valentin Schneider
1
-41
/
+41
2019-07-25
sched/fair: Use RCU accessors consistently for ->numa_group
Jann Horn
1
-39
/
+81
2019-07-25
sched/fair: Don't free p->numa_faults with concurrent readers
Jann Horn
1
-4
/
+20
2019-07-08
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-404
/
+219
2019-06-24
sched/uclamp: Add uclamp support to energy_compute()
Patrick Bellasi
1
-6
/
+34
[next]