summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-3/+3
* sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f...Linus Torvalds2018-12-301-34/+9
* sched/fair: Fix warning on non-SMP buildOlof Johansson2018-12-271-8/+8
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-12-261-51/+334
|\
| * sched/fair: Select an energy-efficient CPU on task wake-upQuentin Perret2018-12-111-2/+141
| * sched/fair: Introduce an energy estimation helper functionQuentin Perret2018-12-111-0/+76
| * sched/fair: Add over-utilization/tipping point indicatorMorten Rasmussen2018-12-111-2/+57
| * sched/fair: Clean-up update_sg_lb_stats parametersQuentin Perret2018-12-111-16/+11
| * sched/topology: Add lowest CPU asymmetry sched_domain level pointerQuentin Perret2018-12-111-1/+1
| * sched: Fix various typos in commentsIngo Molnar2018-12-031-4/+4
| * sched/fair: Make some variables staticMuchun Song2018-11-121-6/+6
| * sched/core: Create task_has_idle_policy() helperViresh Kumar2018-11-121-5/+5
| * sched/fair: Add lsub_positive() and use it consistentlyPatrick Bellasi2018-11-121-7/+17
| * sched/fair: Mask UTIL_AVG_UNCHANGED usagesPatrick Bellasi2018-11-121-5/+4
| * Merge branch 'sched/urgent' into sched/core, to pick up dependent fixesIngo Molnar2018-11-121-16/+50
| |\
| * | sched/fair: Don't increase sd->balance_interval on newidle balanceValentin Schneider2018-11-041-2/+11
| * | sched/fair: Clean up load_balance() conditionValentin Schneider2018-11-041-3/+3
* | | sched/fair: Clean up comment in nohz_idle_balance()Andrea Parri2018-12-111-3/+1
| |/ |/|
* | sched/fair: Fix cpu_util_wake() for 'execl' type workloadsPatrick Bellasi2018-11-121-14/+48
* | sched/fair: Fix a comment in task_numa_fault()Yi Wang2018-11-051-2/+2
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-10-231-47/+140
|\
| * sched/pelt: Fix warning and clean up IRQ PELT configVincent Guittot2018-10-021-1/+1
| * Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2018-10-021-12/+80
| |\
| * | sched/numa: Remove unused numa_stats::nr_running fieldVincent Guittot2018-09-101-3/+0
| * | sched/numa: Remove unused code from update_numa_stats()Vincent Guittot2018-09-101-20/+1
| * | sched/fair: Don't move tasks to lower capacity CPUs unless necessaryChris Redpath2018-09-101-0/+11
| * | sched/fair: Set rq->rd->overload when misfitValentin Schneider2018-09-101-2/+4
| * | sched/fair: Wrap rq->rd->overload accesses with READ/WRITE_ONCE()Valentin Schneider2018-09-101-3/+3
| * | sched/fair: Change 'prefer_sibling' type to boolValentin Schneider2018-09-101-4/+2
| * | sched/fair: Kick nohz balance if rq->misfit_task_loadValentin Schneider2018-09-101-1/+1
| * | sched/fair: Consider misfit tasks when load-balancingMorten Rasmussen2018-09-101-2/+49
| * | sched/fair: Add sched_group per-CPU max capacityMorten Rasmussen2018-09-101-4/+20
| * | sched/fair: Add 'group_misfit_task' load-balance typeMorten Rasmussen2018-09-101-8/+46
| * | sched/topology: Add static_key for asymmetric CPU capacity optimizationsMorten Rasmussen2018-09-101-0/+3
* | | sched/fair: Fix the min_vruntime update logic in dequeue_entity()Song Muchun2018-10-161-1/+1
* | | sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld2018-10-111-3/+19
* | | sched/numa: Migrate pages to local nodes quicker early in the lifetime of a taskMel Gorman2018-10-021-1/+11
| |/ |/|
* | sched/numa: Avoid task migration for small NUMA improvementSrikar Dronamraju2018-10-021-5/+18
* | sched/numa: Limit the conditions where scan period is resetMel Gorman2018-10-021-2/+23
* | sched/numa: Reset scan rate whenever task moves across nodesSrikar Dronamraju2018-10-021-7/+19
* | sched/numa: Pass destination CPU as a parameter to migrate_task_rqSrikar Dronamraju2018-10-021-1/+1
* | sched/numa: Stop multiple tasks from moving to the CPU at the same timeSrikar Dronamraju2018-10-021-0/+22
|/
* 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
OpenPOWER on IntegriCloud