index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
fair.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched/core: Simplify helpers for rq clock update skip requests
Davidlohr Bueso
2018-04-05
1
-1
/
+1
*
sched/fair: Update util_est only on util_avg updates
Patrick Bellasi
2018-03-20
1
-4
/
+38
*
sched/fair: Use util_est in LB and WU paths
Patrick Bellasi
2018-03-20
1
-14
/
+70
*
sched/fair: Add util_est on top of PELT
Patrick Bellasi
2018-03-20
1
-6
/
+116
*
sched/fair: Update blocked load when newly idle
Vincent Guittot
2018-03-09
1
-18
/
+87
*
sched/fair: Move idle_balance()
Peter Zijlstra
2018-03-09
1
-114
/
+114
*
sched/nohz: Merge CONFIG_NO_HZ_COMMON blocks
Peter Zijlstra
2018-03-09
1
-6
/
+4
*
sched/fair: Move rebalance_domains()
Peter Zijlstra
2018-03-09
1
-118
/
+118
*
sched/nohz: Optimize nohz_idle_balance()
Peter Zijlstra
2018-03-09
1
-5
/
+4
*
sched/fair: Reduce the periodic update duration
Vincent Guittot
2018-03-09
1
-4
/
+17
*
sched/nohz: Stop NOHZ stats when decayed
Vincent Guittot
2018-03-09
1
-20
/
+96
*
sched/cpufreq: Provide migration hint
Peter Zijlstra
2018-03-09
1
-12
/
+19
*
sched/nohz: Clean up nohz enter/exit
Peter Zijlstra
2018-03-09
1
-36
/
+37
*
sched/fair: Update blocked load from NEWIDLE
Peter Zijlstra
2018-03-09
1
-6
/
+43
*
sched/fair: Add NOHZ stats balancing
Peter Zijlstra
2018-03-09
1
-12
/
+19
*
sched/fair: Restructure nohz_balance_kick()
Peter Zijlstra
2018-03-09
1
-107
/
+111
*
sched/fair: Add NOHZ_STATS_KICK
Peter Zijlstra
2018-03-09
1
-17
/
+35
*
sched/core: Convert nohz_flags to atomic_t
Peter Zijlstra
2018-03-09
1
-8
/
+15
*
sched/fair: Add ';' after label attributes
Norbert Manthey
2018-03-09
1
-1
/
+1
*
sched/headers: Simplify and clean up header usage in the scheduler
Ingo Molnar
2018-03-04
1
-15
/
+1
*
sched: Clean up and harmonize the coding style of the scheduler code base
Ingo Molnar
2018-03-03
1
-94
/
+89
*
sched/isolation: Offload residual 1Hz scheduler tick
Frederic Weisbecker
2018-02-21
1
-1
/
+6
*
sched/numa: Delay retrying placement for automatic NUMA balance after wake_af...
Mel Gorman
2018-02-21
1
-1
/
+56
*
sched/fair: Consider SD_NUMA when selecting the most idle group to schedule on
Mel Gorman
2018-02-21
1
-0
/
+12
*
sched/fair: Do not migrate due to a sync wakeup on exit
Peter Zijlstra
2018-02-21
1
-1
/
+1
*
sched/fair: Do not migrate on wake_affine_weight() if weights are equal
Mel Gorman
2018-02-21
1
-1
/
+10
*
sched/fair: Defer calculation of 'prev_eff_load' in wake_affine_weight() unti...
Mel Gorman
2018-02-21
1
-1
/
+1
*
sched/fair: Avoid an unnecessary lookup of current CPU ID during wake_affine
Mel Gorman
2018-02-21
1
-3
/
+2
*
sched/fair: Remove stray space in #ifdef
Vincent Guittot
2018-02-13
1
-2
/
+2
*
sched/fair: Use a recently used CPU as an idle candidate and the basis for SIS
Mel Gorman
2018-02-06
1
-2
/
+20
*
sched/fair: Do not migrate if the prev_cpu is idle
Mel Gorman
2018-02-06
1
-1
/
+7
*
sched/fair: Restructure wake_affine*() to return a CPU id
Mel Gorman
2018-02-06
1
-18
/
+17
*
sched/fair: Remove unnecessary parameters from wake_affine_idle()
Mel Gorman
2018-02-06
1
-5
/
+3
*
sched/core: Optimize update_stats_*()
Peter Zijlstra
2018-02-06
1
-16
/
+16
*
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-01-30
1
-19
/
+20
|
\
|
*
sched/deadline: Make bandwidth enforcement scale-invariant
Juri Lelli
2018-01-10
1
-2
/
+0
|
*
sched/cpufreq: Remove arch_scale_freq_capacity()'s 'sd' parameter
Juri Lelli
2018-01-10
1
-1
/
+1
|
*
sched/fair: Only immediately migrate tasks due to interrupts if prev and targ...
Mel Gorman
2018-01-10
1
-3
/
+9
|
*
sched/fair: Correct obsolete comment about cpufreq_update_util()
Joel Fernandes
2018-01-10
1
-3
/
+1
|
*
sched/fair: Remove impossible condition from find_idlest_group_cpu()
Joel Fernandes
2018-01-10
1
-1
/
+1
|
*
sched/fair: Consider RT/IRQ pressure in capacity_spare_wake()
Joel Fernandes
2018-01-10
1
-1
/
+1
|
*
sched/fair: Use 'unsigned long' for utilization, consistently
Patrick Bellasi
2018-01-10
1
-5
/
+5
|
*
sched/fair: Remove unused 'curr' parameter from wakeup_gran
Cheng Jian
2017-12-08
1
-3
/
+2
*
|
sched/core: Fix cpu.max vs. cpuhotplug deadlock
Peter Zijlstra
2018-01-24
1
-2
/
+2
|
/
*
sched/fair: Update and fix the runnable propagation rule
Vincent Guittot
2017-12-06
1
-29
/
+73
*
Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2017-11-15
1
-1
/
+1
|
\
|
*
cpuacct: Introduce cgroup_account_cputime[_field]()
Tejun Heo
2017-09-25
1
-1
/
+1
*
|
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
2017-11-08
1
-0
/
+1
|
\
\
|
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
|
|
sched/isolation: Introduce housekeeping flags
Frederic Weisbecker
2017-10-27
1
-1
/
+1
[next]