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
2023-08-11
sched/fair: Don't balance task to its current running CPU
Yicong Yang
1
-1
/
+1
2023-04-05
sched/fair: Sanitize vruntime of entity being migrated
Vincent Guittot
1
-11
/
+44
2023-04-05
sched/fair: sanitize vruntime of entity being placed
Zhang Qiao
1
-2
/
+13
2021-07-28
sched/fair: Fix CFS bandwidth hrtimer expiry type
Odin Ugedal
1
-2
/
+2
2021-07-20
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-06-10
sched/fair: Optimize select_idle_cpu
Cheng Jian
1
-3
/
+4
2021-05-22
sched/fair: Fix unfairness caused by missing load decay
Odin Ugedal
1
-3
/
+9
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
-1
/
+9
2020-06-22
sched/fair: Don't NUMA balance for kthreads
Jens Axboe
1
-1
/
+1
2020-03-05
sched/fair: Fix O(nr_cgroups) in the load balancing path
Vincent Guittot
1
-9
/
+34
2020-03-05
sched/fair: Optimize update_blocked_averages()
Vincent Guittot
1
-5
/
+21
2020-02-01
sched/fair: Fix insertion in rq->leaf_cfs_rq_list
Vincent Guittot
1
-5
/
+28
2020-02-01
sched/fair: Add tmp_alone_branch assertion
Peter Zijlstra
1
-55
/
+71
2019-12-13
sched/fair: Scale bandwidth quota and period without losing quota/period rati...
Xuewei Zhang
1
-14
/
+22
2019-12-01
sched/fair: Don't increase sd->balance_interval on newidle balance
Valentin Schneider
1
-2
/
+11
2019-11-12
sched/fair: Fix -Wunused-but-set-variable warnings
Qian Cai
1
-13
/
+6
2019-11-12
sched/fair: Fix low cpu usage with high throttling by removing expiration of ...
Dave Chiluk
1
-65
/
+7
2019-10-05
sched/fair: Use rq_lock/unlock in online_fair_sched_group
Phil Auld
1
-3
/
+3
2019-10-05
sched/fair: Fix imbalance due to CPU affinity
Vincent Guittot
1
-2
/
+3
2019-09-16
sched/fair: Don't assign runtime for throttled cfs_rq
Liangyan
1
-0
/
+5
2019-08-04
sched/fair: Use RCU accessors consistently for ->numa_group
Jann Horn
1
-39
/
+81
2019-08-04
sched/fair: Don't free p->numa_faults with concurrent readers
Jann Horn
1
-4
/
+20
2019-06-04
jump_label: move 'asm goto' support test to Kconfig
Masahiro Yamada
1
-3
/
+3
2019-05-31
sched/nohz: Run NOHZ idle load balancer on HK_FLAG_MISC CPUs
Nicholas Piggin
1
-6
/
+10
2019-05-02
sched/numa: Fix a possible divide-by-zero
Xie XiuQi
1
-0
/
+4
2019-04-27
sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockup
Phil Auld
1
-0
/
+25
2019-04-17
sched/fair: Do not re-read ->h_load_next during hierarchical load calculation
Mel Gorman
1
-3
/
+3
2019-02-12
cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVM
Josh Poimboeuf
1
-0
/
+1
2019-01-13
sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f...
Linus Torvalds
1
-34
/
+9
2018-12-19
sched/pelt: Fix warning and clean up IRQ PELT config
Vincent Guittot
1
-1
/
+1
2018-12-01
sched/fair: Fix cpu_util_wake() for 'execl' type workloads
Patrick Bellasi
1
-14
/
+48
2018-10-16
sched/fair: Fix the min_vruntime update logic in dequeue_entity()
Song Muchun
1
-1
/
+1
2018-10-11
sched/fair: Fix throttle_list starvation with low CFS quota
Phil Auld
1
-3
/
+19
2018-10-02
sched/numa: Migrate pages to local nodes quicker early in the lifetime of a task
Mel Gorman
1
-1
/
+11
2018-10-02
sched/numa: Avoid task migration for small NUMA improvement
Srikar Dronamraju
1
-5
/
+18
2018-10-02
sched/numa: Limit the conditions where scan period is reset
Mel Gorman
1
-2
/
+23
2018-10-02
sched/numa: Reset scan rate whenever task moves across nodes
Srikar Dronamraju
1
-7
/
+19
2018-10-02
sched/numa: Pass destination CPU as a parameter to migrate_task_rq
Srikar Dronamraju
1
-1
/
+1
2018-10-02
sched/numa: Stop multiple tasks from moving to the CPU at the same time
Srikar Dronamraju
1
-0
/
+22
2018-09-10
sched/fair: Fix kernel-doc notation warning
Randy Dunlap
1
-0
/
+1
2018-09-10
sched/fair: Fix load_balance redo for !imbalance
Vincent Guittot
1
-1
/
+1
2018-09-10
sched/fair: Fix scale_rt_capacity() for SMT
Vincent Guittot
1
-3
/
+3
2018-09-10
sched/fair: Fix vruntime_normalized() for remote non-migration wakeup
Steve Muckle
1
-1
/
+2
2018-09-10
sched/pelt: Fix update_blocked_averages() for RT and DL classes
Vincent Guittot
1
-4
/
+10
2018-08-14
Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
1
-0
/
+1
2018-08-05
Merge 4.18-rc7 into master to pick up the KVM dependcy
Thomas Gleixner
1
-23
/
+22
2018-07-25
sched/numa: Move task_numa_placement() closer to numa_migrate_preferred()
Srikar Dronamraju
1
-6
/
+3
2018-07-25
sched/numa: Use group_weights to identify if migration degrades locality
Srikar Dronamraju
1
-8
/
+9
[next]