summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2019-06-14Merge tag 'v4.19.50' into v4.19-rtSteven Rostedt (VMware)
2019-06-14Merge tag 'v4.19.47' into v4.19-rtSteven Rostedt (VMware)
2019-06-04jump_label: move 'asm goto' support test to KconfigMasahiro Yamada
2019-05-31sched/nohz: Run NOHZ idle load balancer on HK_FLAG_MISC CPUsNicholas Piggin
2019-05-02sched/numa: Fix a possible divide-by-zeroXie XiuQi
2019-04-28Merge tag 'v4.19.37' into v4.19-rtSteven Rostedt (VMware)
2019-04-27sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld
2019-04-17sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman
2019-02-18Merge tag 'v4.19.23' into linux-4.19.y-rtSebastian Andrzej Siewior
2019-02-12cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf
2019-01-14Merge tag 'v4.19.15' into linux-4.19.y-rtSebastian Andrzej Siewior
2019-01-13sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f...Linus Torvalds
2019-01-09sched/fair: Make the hrtimers non-hard againSebastian Andrzej Siewior
2019-01-09sched/fair: Robustify CFS-bandwidth timer lockingPeter Zijlstra
2019-01-07Merge tag 'v4.19.13' into linux-4.19.y-rtSebastian Andrzej Siewior
2018-12-19sched/pelt: Fix warning and clean up IRQ PELT configVincent Guittot
2018-12-11Merge tag 'v4.19.8' into linux-4.19.y-rtSebastian Andrzej Siewior
2018-12-01sched/fair: Fix cpu_util_wake() for 'execl' type workloadsPatrick Bellasi
2018-10-29sched: Add support for lazy preemptionThomas Gleixner
2018-10-29hrtimer: by timers by default into the softirq contextSebastian Andrzej Siewior
2018-10-29kernel: sched: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior
2018-10-16sched/fair: Fix the min_vruntime update logic in dequeue_entity()Song Muchun
2018-10-11sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld
2018-10-02sched/numa: Migrate pages to local nodes quicker early in the lifetime of a taskMel Gorman
2018-10-02sched/numa: Avoid task migration for small NUMA improvementSrikar Dronamraju
2018-10-02sched/numa: Limit the conditions where scan period is resetMel Gorman
2018-10-02sched/numa: Reset scan rate whenever task moves across nodesSrikar Dronamraju
2018-10-02sched/numa: Pass destination CPU as a parameter to migrate_task_rqSrikar Dronamraju
2018-10-02sched/numa: Stop multiple tasks from moving to the CPU at the same timeSrikar Dronamraju
2018-09-10sched/fair: Fix kernel-doc notation warningRandy Dunlap
2018-09-10sched/fair: Fix load_balance redo for !imbalanceVincent Guittot
2018-09-10sched/fair: Fix scale_rt_capacity() for SMTVincent Guittot
2018-09-10sched/fair: Fix vruntime_normalized() for remote non-migration wakeupSteve Muckle
2018-09-10sched/pelt: Fix update_blocked_averages() for RT and DL classesVincent Guittot
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2018-08-05Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner
2018-07-25sched/numa: Move task_numa_placement() closer to numa_migrate_preferred()Srikar Dronamraju
2018-07-25sched/numa: Use group_weights to identify if migration degrades localitySrikar Dronamraju
2018-07-25sched/numa: Update the scan period without holding the numa_group lockSrikar Dronamraju
2018-07-25sched/numa: Remove numa_has_capacity()Srikar Dronamraju
2018-07-25sched/numa: Modify migrate_swap() to accept additional parametersSrikar Dronamraju
2018-07-25sched/numa: Remove unused task_capacity from 'struct numa_stats'Srikar Dronamraju
2018-07-25sched/numa: Skip nodes that are at 'hoplimit'Srikar Dronamraju
2018-07-25sched/numa: Use task faults only if numa_group is not yet set upSrikar Dronamraju
2018-07-25sched/numa: Set preferred_node based on best_cpuSrikar Dronamraju
2018-07-25sched/numa: Simplify load_too_imbalanced()Srikar Dronamraju
2018-07-25sched/numa: Evaluate move once per nodeSrikar Dronamraju
2018-07-25sched/fair: Remove #ifdefs from scale_rt_capacity()Vincent Guittot
2018-07-16sched/core: Remove the rt_avg codeVincent Guittot
2018-07-16sched/core: Use PELT for scale_rt_capacity()Vincent Guittot