summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2020-07-16sched/fair: handle case of task_h_load() returning 0Vincent Guittot
2020-06-28sched/cfs: change initial value of runnable_avgVincent Guittot
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-28sched: Add rq::ttwu_pendingPeter Zijlstra
2020-05-28sched: Fix smp_call_function_single_async() usage for ILBPeter Zijlstra
2020-05-28Merge branch 'sched/urgent' into sched/core, to pick up fixIngo Molnar
2020-05-26sched/fair: Don't NUMA balance for kthreadsJens Axboe
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-19sched/fair: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-19sched/pelt: Sync util/runnable_sum with PELT window when propagatingVincent Guittot
2020-05-19sched/fair: Optimize enqueue_task_fair()Vincent Guittot
2020-05-19Merge branch 'sched/urgent'Peter Zijlstra
2020-05-19sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq listVincent Guittot
2020-05-19sched/fair: Fix enqueue_task_fair() warning some morePhil Auld
2020-05-12sched: Clean up scheduler_ipi()Peter Zijlstra (Intel)
2020-04-30sched/fair: Use __this_cpu_read() in wake_wide()Muchun Song
2020-04-30sched/fair: Mark sched_init_granularity __initMuchun Song
2020-04-30sched/fair: Refill bandwidth before scalingHuaixin Chang
2020-04-30sched: Make newidle_balance() static againChen Yu
2020-04-30sched: Remove checks against SD_LOAD_BALANCEValentin Schneider
2020-04-30sched/fair: find_idlest_group(): Remove unused sd_flag parameterValentin Schneider
2020-04-30sched/fair: Simplify the code of should_we_balance()Peng Wang
2020-04-30sched/fair: Remove distribute_running from CFS bandwidthJosh Don
2020-04-30sched/fair: Eliminate bandwidth race between throttling and distributionPaul Turner
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-04-08sched/fair: Fix negative imbalance in imbalance calculationAubrey Li
2020-04-08sched/fair: Fix race between runtime distribution and assignmentHuaixin Chang
2020-04-08sched/fair: Align rq->avg_idle and rq->avg_scan_costValentin Schneider
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual
2020-03-20sched/fair: Fix condition of avg_load calculationTao Zhou
2020-03-20sched/fair: Improve spreading of utilizationVincent Guittot
2020-03-20sched/fair: Fix enqueue_task_fair warningVincent Guittot
2020-03-06sched/fair: Fix reordering of enqueue/dequeue_task_fair()Vincent Guittot
2020-03-06sched/fair: Fix runnable_avg for throttled cfsVincent Guittot
2020-03-06sched/numa: Acquire RCU lock for checking idle cores during NUMA balancingMel Gorman
2020-03-06sched/fair: Fix kernel build warning in test_idle_cores() for !SMT NUMAValentin Schneider
2020-03-06sched/fair: Enable tuning of decay periodThara Gopinath
2020-03-06sched/fair: Update cpu_capacity to reflect thermal pressureThara Gopinath
2020-03-06sched/fair: Enable periodic update of average thermal pressureThara Gopinath
2020-03-06Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2020-02-27sched/fair: Fix statistics for find_idlest_group()Vincent Guittot
2020-02-24sched/numa: Stop an exhastive search if a reasonable swap candidate or idle C...Mel Gorman
2020-02-24sched/numa: Bias swapping tasks based on their preferred nodeMel Gorman
2020-02-24sched/numa: Find an alternative idle CPU if the CPU is part of an active NUMA...Mel Gorman
2020-02-24sched/numa: Prefer using an idle CPU as a migration target instead of compari...Mel Gorman
2020-02-24sched/fair: Take into account runnable_avg to classify groupVincent Guittot
2020-02-24sched/pelt: Add a new runnable average signalVincent Guittot
2020-02-24sched/pelt: Remove unused runnable load averageVincent Guittot