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
2019-08-04
sched/fair: Don't free p->numa_faults with concurrent readers
Jann Horn
1
-4
/
+20
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-23
sched/fair: Fix bandwidth timer clock drift condition
Xunlei Pang
1
-6
/
+8
2019-01-13
sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f...
Linus Torvalds
1
-34
/
+9
2018-12-05
sched/core: Fix cpu.max vs. cpuhotplug deadlock
Peter Zijlstra
1
-2
/
+2
2018-11-13
sched/fair: Fix the min_vruntime update logic in dequeue_entity()
Song Muchun
1
-1
/
+1
2018-11-10
sched/fair: Fix throttle_list starvation with low CFS quota
Phil Auld
1
-3
/
+19
2018-09-29
sched/fair: Fix vruntime_normalized() for remote non-migration wakeup
Steve Muckle
1
-1
/
+2
2018-09-26
sched/fair: Fix util_avg of new tasks for asymmetric systems
Quentin Perret
1
-4
/
+6
2018-08-15
sched/smt: Update sched_smt_present at runtime
Peter Zijlstra
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-10
sched/core: Ensure load_balance() respects the active_mask
Peter Zijlstra
1
-0
/
+7
2017-10-10
sched/core: Address more wake_affine() regressions
Peter Zijlstra
1
-0
/
+41
2017-10-10
sched/core: Fix wake_affine() performance regression
Peter Zijlstra
1
-111
/
+15
2017-09-13
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+13
2017-09-12
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+2
2017-09-12
sched/fair: Plug hole between hotplug and active_load_balance()
Peter Zijlstra
1
-0
/
+7
2017-09-12
sched/fair: Avoid newidle balance for !active CPUs
Peter Zijlstra
1
-0
/
+6
2017-09-11
sched/fair: Fix nuisance kernel-doc warning
Randy Dunlap
1
-1
/
+1
2017-09-08
sched/fair: replace cfs_rq->rb_leftmost
Davidlohr Bueso
1
-26
/
+13
2017-09-07
sched/fair: Fix wake_affine_llc() balancing rules
Peter Zijlstra
1
-1
/
+1
2017-09-05
Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-3
/
+5
2017-08-10
sched/fair: Fix wake_affine() for !NUMA_BALANCING
Peter Zijlstra
1
-68
/
+122
2017-08-10
sched/numa: Scale scan period with tasks in group and shared/private
Rik van Riel
1
-25
/
+86
2017-08-10
sched/numa: Slow down scan rate if shared faults dominate
Rik van Riel
1
-14
/
+25
2017-08-10
sched/pelt: Fix false running accounting
Vincent Guittot
1
-0
/
+12
2017-08-10
sched/fair: Drop always true parameter of update_cfs_rq_load_avg()
Viresh Kumar
1
-8
/
+7
2017-08-10
sched/fair: Avoid checking cfs_rq->nr_running twice
Viresh Kumar
1
-7
/
+9
2017-08-10
sched/fair: Pass 'rq' to weighted_cpuload()
Viresh Kumar
1
-14
/
+14
2017-08-10
sched/fair: Call cpufreq update util handlers less frequently on UP
Viresh Kumar
1
-24
/
+24
2017-08-01
sched: cpufreq: Allow remote cpufreq callbacks
Viresh Kumar
1
-3
/
+5
2017-07-05
sched/fair: Fix load_balance() affinity redo path
Jeffrey Hugo
1
-12
/
+20
2017-06-29
sched/numa: Hide numa_wake_affine() from UP build
Thomas Gleixner
1
-0
/
+2
2017-06-24
sched/fair: Remove effective_load()
Rik van Riel
1
-123
/
+1
2017-06-24
sched/numa: Implement NUMA node level wake_affine()
Rik van Riel
1
-59
/
+71
2017-06-24
sched/fair: Simplify wake_affine() for the single socket case
Rik van Riel
1
-1
/
+12
2017-06-24
sched/numa: Override part of migrate_degrades_locality() when idle balancing
Rik van Riel
1
-0
/
+4
2017-06-22
sched/fair: Spare idle load balancing on nohz_full CPUs
Frederic Weisbecker
1
-0
/
+4
2017-06-20
Merge branch 'WIP.sched/core' into sched/core
Ingo Molnar
1
-1
/
+1
2017-06-20
sched/fair: WARN() and refuse to set buddy when !se->on_rq
Daniel Axtens
1
-2
/
+8
2017-06-11
sched/fair: Fix typo in printk message
Marcin Nowakowski
1
-1
/
+1
2017-06-08
sched/core: Implement new approach to scale select_idle_cpu()
Peter Zijlstra
1
-5
/
+16
2017-05-23
sched/numa: Use down_read_trylock() for the mmap_sem
Vlastimil Babka
1
-1
/
+2
2017-05-15
sched/fair: Fix O(nr_cgroups) in load balance path
Tejun Heo
1
-8
/
+34
2017-05-15
sched/fair: Use task_groups instead of leaf_cfs_rq_list to walk all cfs_rqs
Peter Zijlstra
1
-5
/
+25
2017-05-15
sched/topology: Rename sched_group_cpus()
Peter Zijlstra
1
-10
/
+10
2017-05-15
sched/topology: Rename sched_group_mask()
Peter Zijlstra
1
-3
/
+1
[next]