summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* sched/fair: Use RCU accessors consistently for ->numa_groupJann Horn2019-08-041-39/+81
* sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-08-041-4/+20
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-06-041-3/+3
* sched/nohz: Run NOHZ idle load balancer on HK_FLAG_MISC CPUsNicholas Piggin2019-05-311-6/+10
* sched/numa: Fix a possible divide-by-zeroXie XiuQi2019-05-021-0/+4
* sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld2019-04-271-0/+25
* sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman2019-04-171-3/+3
* cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf2019-02-121-0/+1
* sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f...Linus Torvalds2019-01-131-34/+9Star
* sched/pelt: Fix warning and clean up IRQ PELT configVincent Guittot2018-12-191-1/+1
* sched/fair: Fix cpu_util_wake() for 'execl' type workloadsPatrick Bellasi2018-12-011-14/+48
* 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/+22Star
| |\
| * | 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/+3Star
* | | 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/+3Star
* | | 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/+3Star
* | | 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/+4Star
* | | sched/numa: Simplify load_too_imbalanced()Srikar Dronamraju2018-07-251-18/+2Star
* | | sched/numa: Evaluate move once per nodeSrikar Dronamraju2018-07-251-71/+57Star
* | | sched/fair: Remove #ifdefs from scale_rt_capacity()Vincent Guittot2018-07-251-10/+3Star
* | | sched/core: Remove the rt_avg codeVincent Guittot2018-07-161-2/+0Star
* | | 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/+1Star
* | | 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/+22Star
|\ \ \ | | |/ | |/|
| * | sched/util_est: Fix util_est_dequeue() for throttled cfs_rqVincent Guittot2018-07-031-12/+4Star
| * | 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
| |/