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
2014-03-23
sched: Fix double normalization of vruntime
George McCollister
1
-4
/
+4
2014-01-15
sched: Guarantee new group-entities always have weight
Paul Turner
1
-1
/
+2
2014-01-15
sched: Fix hrtimer_cancel()/rq->lock deadlock
Ben Segall
1
-4
/
+11
2014-01-15
sched: Fix cfs_bandwidth misuse of hrtimer_expires_remaining
Ben Segall
1
-3
/
+11
2014-01-15
sched: Fix race on toggling cfs_bandwidth_used
Ben Segall
1
-7
/
+9
2014-01-09
sched: numa: skip inaccessible VMAs
Mel Gorman
1
-0
/
+7
2013-12-20
sched: Avoid throttle_cfs_rq() racing with period_timer stopping
Ben Segall
1
-0
/
+2
2013-10-01
sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...
Daisuke Nishimura
1
-5
/
+9
2013-08-20
sched: Ensure update_cfs_shares() is called for parents of continuously-runni...
Peter Zijlstra
1
-0
/
+1
2013-05-02
Merge commit '8700c95adb03' into timers/nohz
Frederic Weisbecker
1
-50
/
+81
2013-04-26
sched: Fix init NOHZ_IDLE flag
Vincent Guittot
1
-10
/
+16
2013-04-24
sched: Prevent to re-select dst-cpu in load_balance()
Joonsoo Kim
1
-18
/
+15
2013-04-24
sched: Rename load_balance_tmpmask to load_balance_mask
Joonsoo Kim
1
-2
/
+2
2013-04-24
sched: Move up affinity check to mitigate useless redoing overhead
Joonsoo Kim
1
-9
/
+7
2013-04-24
sched: Don't consider other cpus in our group in case of NEWLY_IDLE
Joonsoo Kim
1
-1
/
+14
2013-04-24
sched: Explicitly cpu_idle_type checking in rebalance_domains()
Joonsoo Kim
1
-3
/
+4
2013-04-24
sched: Change position of resched_cpu() in load_balance()
Joonsoo Kim
1
-5
/
+5
2013-04-21
sched: Fix wrong rq's runnable_avg update with rt tasks
Vincent Guittot
1
-2
/
+21
2013-04-10
sched: Fix comment in rebalance_domains()
Libin
1
-1
/
+1
2013-04-10
sched: Simplify can_migrate_task()
Zhang Hang
1
-7
/
+4
2013-04-03
nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON
Frederic Weisbecker
1
-5
/
+5
2013-03-14
sched: Fix variable name misnomer, add comments
Andrei Epure
1
-4
/
+5
2013-03-11
sched: Spelling fix
Andrei Epure
1
-1
/
+1
2013-03-06
sched: Make default_scale_freq_power() static
Li Zefan
1
-3
/
+3
2013-02-19
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-18
/
+9
2013-02-04
sched: Fix select_idle_sibling() bouncing cow syndrome
Mike Galbraith
1
-14
/
+7
2013-01-25
sched: Fix warning in kernel/sched/fair.c
Arnd Bergmann
1
-1
/
+1
2013-01-24
sched/fair: Set se->vruntime directly in place_entity()
Viresh Kumar
1
-3
/
+1
2013-01-24
sched: Fix the broken sched_rr_get_interval()
Zhu Yanhai
1
-1
/
+1
2012-12-20
sched: numa: ksm: fix oops in task_numa_placment()
Hugh Dickins
1
-1
/
+4
2012-12-17
sched: numa: Fix build error if CONFIG_NUMA_BALANCING && !CONFIG_TRANSPARENT_...
Mel Gorman
1
-1
/
+1
2012-12-16
Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+227
2012-12-14
Revert "sched: Update_cfs_shares at period edge"
Linus Torvalds
1
-10
/
+8
2012-12-11
mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node
Mel Gorman
1
-0
/
+18
2012-12-11
mm: sched: numa: Control enabling and disabling of NUMA balancing
Mel Gorman
1
-0
/
+3
2012-12-11
mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrate
Mel Gorman
1
-8
/
+21
2012-12-11
sched: numa: Slowly increase the scanning period as NUMA faults are handled
Mel Gorman
1
-1
/
+10
2012-12-11
mm: numa: Rate limit setting of pte_numa if node is saturated
Mel Gorman
1
-0
/
+9
2012-12-11
mm: sched: numa: Implement slow start for working set sampling
Peter Zijlstra
1
-0
/
+5
2012-12-11
sched, numa, mm: Count WS scanning against present PTEs, not virtual memory r...
Mel Gorman
1
-15
/
+21
2012-12-11
mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) rate
Peter Zijlstra
1
-13
/
+52
2012-12-11
mm: numa: Add fault driven placement and migration
Peter Zijlstra
1
-0
/
+125
2012-11-18
Merge branch 'sched/urgent' into sched/core
Ingo Molnar
1
-1
/
+1
2012-10-24
sched: Describe CFS load-balancer
Peter Zijlstra
1
-2
/
+116
2012-10-24
sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking
Paul Turner
1
-2
/
+11
2012-10-24
sched: Make __update_entity_runnable_avg() fast
Paul Turner
1
-24
/
+101
2012-10-24
sched: Update_cfs_shares at period edge
Paul Turner
1
-8
/
+10
2012-10-24
sched: Refactor update_shares_cpu() -> update_blocked_avgs()
Paul Turner
1
-27
/
+23
2012-10-24
sched: Replace update_shares weight distribution with per-entity computation
Paul Turner
1
-133
/
+24
2012-10-24
sched: Maintain runnable averages across throttled periods
Paul Turner
1
-10
/
+40
[next]