summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* sched/fair: Fix kernel-doc notation warningRandy Dunlap2018-09-101-0/+1
* sched/fair: Fix load_balance redo for !imbalanceVincent Guittot2018-09-101-1/+1
* sched/fair: Fix scale_rt_capacity() for SMTVincent Guittot2018-09-101-3/+3
* sched/fair: Fix vruntime_normalized() for remote non-migration wakeupSteve Muckle2018-09-101-1/+2
* sched/pelt: Fix update_blocked_averages() for RT and DL classesVincent Guittot2018-09-101-4/+10
* Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-08-141-0/+1
|\
| * Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner2018-08-051-23/+22
| |\
| * | sched/smt: Update sched_smt_present at runtimePeter Zijlstra2018-06-211-0/+1
* | | sched/numa: Move task_numa_placement() closer to numa_migrate_preferred()Srikar Dronamraju2018-07-251-6/+3
* | | sched/numa: Use group_weights to identify if migration degrades localitySrikar Dronamraju2018-07-251-8/+9
* | | sched/numa: Update the scan period without holding the numa_group lockSrikar Dronamraju2018-07-251-2/+2
* | | sched/numa: Remove numa_has_capacity()Srikar Dronamraju2018-07-251-33/+3
* | | sched/numa: Modify migrate_swap() to accept additional parametersSrikar Dronamraju2018-07-251-1/+2
* | | sched/numa: Remove unused task_capacity from 'struct numa_stats'Srikar Dronamraju2018-07-251-5/+3
* | | sched/numa: Skip nodes that are at 'hoplimit'Srikar Dronamraju2018-07-251-1/+1
* | | sched/numa: Use task faults only if numa_group is not yet set upSrikar Dronamraju2018-07-251-10/+10
* | | sched/numa: Set preferred_node based on best_cpuSrikar Dronamraju2018-07-251-6/+4
* | | sched/numa: Simplify load_too_imbalanced()Srikar Dronamraju2018-07-251-18/+2
* | | sched/numa: Evaluate move once per nodeSrikar Dronamraju2018-07-251-71/+57
* | | sched/fair: Remove #ifdefs from scale_rt_capacity()Vincent Guittot2018-07-251-10/+3
* | | sched/core: Remove the rt_avg codeVincent Guittot2018-07-161-2/+0
* | | sched/core: Use PELT for scale_rt_capacity()Vincent Guittot2018-07-161-22/+22
* | | sched/irq: Add IRQ utilization trackingVincent Guittot2018-07-151-3/+10
* | | sched/dl: Add dl_rq utilization trackingVincent Guittot2018-07-151-3/+8
* | | sched/rt: Add rt_rq utilization trackingVincent Guittot2018-07-151-1/+14
* | | sched/pelt: Move PELT related code in a dedicated fileVincent Guittot2018-07-151-332/+1
* | | sched/fair: Fix util_avg of new tasks for asymmetric systemsQuentin Perret2018-07-151-4/+6
* | | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2018-07-031-23/+22
|\ \ \ | | |/ | |/|
| * | sched/util_est: Fix util_est_dequeue() for throttled cfs_rqVincent Guittot2018-07-031-12/+4
| * | sched/fair: Advance global expiration when period timer is restartedXunlei Pang2018-07-031-5/+10
| * | sched/fair: Fix bandwidth timer clock drift conditionXunlei Pang2018-07-031-6/+8
| |/
* / sched/fair: Remove stale tg_unthrottle_up() commentsLi RongQing2018-06-211-1/+0
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* sched/fair: Update util_est before updating schedutilPatrick Bellasi2018-05-251-1/+8
* sched/core: Distinguish between idle_cpu() calls based on desired effect, int...Rohit Jain2018-05-141-10/+10
* sched/numa: Stagger NUMA balancing scan periods for new threadsMel Gorman2018-05-141-0/+41
* Merge tag 'v4.17-rc5' into sched/core, to pick up fixes and dependenciesIngo Molnar2018-05-141-56/+1
|\
| * Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-05-131-1/+1
| |\
| * | Revert "sched/numa: Delay retrying placement for automatic NUMA balance after...Mel Gorman2018-05-121-56/+1
* | | sched/fair: Avoid calling sync_entity_load_avg() unnecessarilyViresh Kumar2018-05-041-9/+7
* | | sched/fair: Rearrange select_task_rq_fair() to optimize itViresh Kumar2018-05-041-21/+16
| |/ |/|
* | sched/fair: Fix the update of blocked load when newly idleVincent Guittot2018-05-031-1/+1
|/
* sched/core: Simplify helpers for rq clock update skip requestsDavidlohr Bueso2018-04-051-1/+1
* sched/fair: Update util_est only on util_avg updatesPatrick Bellasi2018-03-201-4/+38
* sched/fair: Use util_est in LB and WU pathsPatrick Bellasi2018-03-201-14/+70
* sched/fair: Add util_est on top of PELTPatrick Bellasi2018-03-201-6/+116
* sched/fair: Update blocked load when newly idleVincent Guittot2018-03-091-18/+87
* sched/fair: Move idle_balance()Peter Zijlstra2018-03-091-114/+114
* sched/nohz: Merge CONFIG_NO_HZ_COMMON blocksPeter Zijlstra2018-03-091-6/+4
* sched/fair: Move rebalance_domains()Peter Zijlstra2018-03-091-118/+118