index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
fair.c
Age
Commit message (
Expand
)
Author
2018-07-15
sched/dl: Add dl_rq utilization tracking
Vincent Guittot
2018-07-15
sched/rt: Add rt_rq utilization tracking
Vincent Guittot
2018-07-15
sched/pelt: Move PELT related code in a dedicated file
Vincent Guittot
2018-07-15
sched/fair: Fix util_avg of new tasks for asymmetric systems
Quentin Perret
2018-07-03
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
2018-07-03
sched/util_est: Fix util_est_dequeue() for throttled cfs_rq
Vincent Guittot
2018-07-03
sched/fair: Advance global expiration when period timer is restarted
Xunlei Pang
2018-07-03
sched/fair: Fix bandwidth timer clock drift condition
Xunlei Pang
2018-06-21
sched/fair: Remove stale tg_unthrottle_up() comments
Li RongQing
2018-06-21
sched/smt: Update sched_smt_present at runtime
Peter Zijlstra
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-05-25
sched/fair: Update util_est before updating schedutil
Patrick Bellasi
2018-05-14
sched/core: Distinguish between idle_cpu() calls based on desired effect, int...
Rohit Jain
2018-05-14
sched/numa: Stagger NUMA balancing scan periods for new threads
Mel Gorman
2018-05-14
Merge tag 'v4.17-rc5' into sched/core, to pick up fixes and dependencies
Ingo Molnar
2018-05-13
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-05-12
Revert "sched/numa: Delay retrying placement for automatic NUMA balance after...
Mel Gorman
2018-05-04
sched/fair: Avoid calling sync_entity_load_avg() unnecessarily
Viresh Kumar
2018-05-04
sched/fair: Rearrange select_task_rq_fair() to optimize it
Viresh Kumar
2018-05-03
sched/fair: Fix the update of blocked load when newly idle
Vincent Guittot
2018-04-05
sched/core: Simplify helpers for rq clock update skip requests
Davidlohr Bueso
2018-03-20
sched/fair: Update util_est only on util_avg updates
Patrick Bellasi
2018-03-20
sched/fair: Use util_est in LB and WU paths
Patrick Bellasi
2018-03-20
sched/fair: Add util_est on top of PELT
Patrick Bellasi
2018-03-09
sched/fair: Update blocked load when newly idle
Vincent Guittot
2018-03-09
sched/fair: Move idle_balance()
Peter Zijlstra
2018-03-09
sched/nohz: Merge CONFIG_NO_HZ_COMMON blocks
Peter Zijlstra
2018-03-09
sched/fair: Move rebalance_domains()
Peter Zijlstra
2018-03-09
sched/nohz: Optimize nohz_idle_balance()
Peter Zijlstra
2018-03-09
sched/fair: Reduce the periodic update duration
Vincent Guittot
2018-03-09
sched/nohz: Stop NOHZ stats when decayed
Vincent Guittot
2018-03-09
sched/cpufreq: Provide migration hint
Peter Zijlstra
2018-03-09
sched/nohz: Clean up nohz enter/exit
Peter Zijlstra
2018-03-09
sched/fair: Update blocked load from NEWIDLE
Peter Zijlstra
2018-03-09
sched/fair: Add NOHZ stats balancing
Peter Zijlstra
2018-03-09
sched/fair: Restructure nohz_balance_kick()
Peter Zijlstra
2018-03-09
sched/fair: Add NOHZ_STATS_KICK
Peter Zijlstra
2018-03-09
sched/core: Convert nohz_flags to atomic_t
Peter Zijlstra
2018-03-09
sched/fair: Add ';' after label attributes
Norbert Manthey
2018-03-04
sched/headers: Simplify and clean up header usage in the scheduler
Ingo Molnar
2018-03-03
sched: Clean up and harmonize the coding style of the scheduler code base
Ingo Molnar
2018-02-21
sched/isolation: Offload residual 1Hz scheduler tick
Frederic Weisbecker
2018-02-21
sched/numa: Delay retrying placement for automatic NUMA balance after wake_af...
Mel Gorman
2018-02-21
sched/fair: Consider SD_NUMA when selecting the most idle group to schedule on
Mel Gorman
2018-02-21
sched/fair: Do not migrate due to a sync wakeup on exit
Peter Zijlstra
2018-02-21
sched/fair: Do not migrate on wake_affine_weight() if weights are equal
Mel Gorman
2018-02-21
sched/fair: Defer calculation of 'prev_eff_load' in wake_affine_weight() unti...
Mel Gorman
2018-02-21
sched/fair: Avoid an unnecessary lookup of current CPU ID during wake_affine
Mel Gorman
2018-02-13
sched/fair: Remove stray space in #ifdef
Vincent Guittot
2018-02-06
sched/fair: Use a recently used CPU as an idle candidate and the basis for SIS
Mel Gorman
[prev]
[next]