index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
fair.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2018-07-25
sched/numa: Update the scan period without holding the numa_group lock
Srikar Dronamraju
1
-2
/
+2
2018-07-25
sched/numa: Remove numa_has_capacity()
Srikar Dronamraju
1
-33
/
+3
2018-07-25
sched/numa: Modify migrate_swap() to accept additional parameters
Srikar Dronamraju
1
-1
/
+2
2018-07-25
sched/numa: Remove unused task_capacity from 'struct numa_stats'
Srikar Dronamraju
1
-5
/
+3
2018-07-25
sched/numa: Skip nodes that are at 'hoplimit'
Srikar Dronamraju
1
-1
/
+1
2018-07-25
sched/numa: Use task faults only if numa_group is not yet set up
Srikar Dronamraju
1
-10
/
+10
2018-07-25
sched/numa: Set preferred_node based on best_cpu
Srikar Dronamraju
1
-6
/
+4
2018-07-25
sched/numa: Simplify load_too_imbalanced()
Srikar Dronamraju
1
-18
/
+2
2018-07-25
sched/numa: Evaluate move once per node
Srikar Dronamraju
1
-71
/
+57
2018-07-25
sched/fair: Remove #ifdefs from scale_rt_capacity()
Vincent Guittot
1
-10
/
+3
2018-07-16
sched/core: Remove the rt_avg code
Vincent Guittot
1
-2
/
+0
2018-07-16
sched/core: Use PELT for scale_rt_capacity()
Vincent Guittot
1
-22
/
+22
2018-07-15
sched/irq: Add IRQ utilization tracking
Vincent Guittot
1
-3
/
+10
2018-07-15
sched/dl: Add dl_rq utilization tracking
Vincent Guittot
1
-3
/
+8
2018-07-15
sched/rt: Add rt_rq utilization tracking
Vincent Guittot
1
-1
/
+14
2018-07-15
sched/pelt: Move PELT related code in a dedicated file
Vincent Guittot
1
-332
/
+1
2018-07-15
sched/fair: Fix util_avg of new tasks for asymmetric systems
Quentin Perret
1
-4
/
+6
2018-07-03
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
1
-23
/
+22
2018-07-03
sched/util_est: Fix util_est_dequeue() for throttled cfs_rq
Vincent Guittot
1
-12
/
+4
2018-07-03
sched/fair: Advance global expiration when period timer is restarted
Xunlei Pang
1
-5
/
+10
2018-07-03
sched/fair: Fix bandwidth timer clock drift condition
Xunlei Pang
1
-6
/
+8
2018-06-21
sched/fair: Remove stale tg_unthrottle_up() comments
Li RongQing
1
-1
/
+0
2018-06-21
sched/smt: Update sched_smt_present at runtime
Peter Zijlstra
1
-0
/
+1
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-2
/
+2
2018-05-25
sched/fair: Update util_est before updating schedutil
Patrick Bellasi
1
-1
/
+8
2018-05-14
sched/core: Distinguish between idle_cpu() calls based on desired effect, int...
Rohit Jain
1
-10
/
+10
2018-05-14
sched/numa: Stagger NUMA balancing scan periods for new threads
Mel Gorman
1
-0
/
+41
2018-05-14
Merge tag 'v4.17-rc5' into sched/core, to pick up fixes and dependencies
Ingo Molnar
1
-56
/
+1
2018-05-13
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2018-05-12
Revert "sched/numa: Delay retrying placement for automatic NUMA balance after...
Mel Gorman
1
-56
/
+1
2018-05-04
sched/fair: Avoid calling sync_entity_load_avg() unnecessarily
Viresh Kumar
1
-9
/
+7
2018-05-04
sched/fair: Rearrange select_task_rq_fair() to optimize it
Viresh Kumar
1
-21
/
+16
2018-05-03
sched/fair: Fix the update of blocked load when newly idle
Vincent Guittot
1
-1
/
+1
2018-04-05
sched/core: Simplify helpers for rq clock update skip requests
Davidlohr Bueso
1
-1
/
+1
2018-03-20
sched/fair: Update util_est only on util_avg updates
Patrick Bellasi
1
-4
/
+38
2018-03-20
sched/fair: Use util_est in LB and WU paths
Patrick Bellasi
1
-14
/
+70
2018-03-20
sched/fair: Add util_est on top of PELT
Patrick Bellasi
1
-6
/
+116
2018-03-09
sched/fair: Update blocked load when newly idle
Vincent Guittot
1
-18
/
+87
2018-03-09
sched/fair: Move idle_balance()
Peter Zijlstra
1
-114
/
+114
2018-03-09
sched/nohz: Merge CONFIG_NO_HZ_COMMON blocks
Peter Zijlstra
1
-6
/
+4
2018-03-09
sched/fair: Move rebalance_domains()
Peter Zijlstra
1
-118
/
+118
2018-03-09
sched/nohz: Optimize nohz_idle_balance()
Peter Zijlstra
1
-5
/
+4
2018-03-09
sched/fair: Reduce the periodic update duration
Vincent Guittot
1
-4
/
+17
2018-03-09
sched/nohz: Stop NOHZ stats when decayed
Vincent Guittot
1
-20
/
+96
2018-03-09
sched/cpufreq: Provide migration hint
Peter Zijlstra
1
-12
/
+19
2018-03-09
sched/nohz: Clean up nohz enter/exit
Peter Zijlstra
1
-36
/
+37
[next]