summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+1
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-05-28sched: Add rq::ttwu_pendingPeter Zijlstra1-1/+1
2020-05-28sched: Fix smp_call_function_single_async() usage for ILBPeter Zijlstra1-10/+8
2020-05-28Merge branch 'sched/urgent' into sched/core, to pick up fixIngo Molnar1-1/+1
2020-05-26sched/fair: Don't NUMA balance for kthreadsJens Axboe1-1/+1
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-12/+37
2020-05-19sched/fair: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-19sched/pelt: Sync util/runnable_sum with PELT window when propagatingVincent Guittot1-22/+27
2020-05-19sched/fair: Optimize enqueue_task_fair()Vincent Guittot1-20/+19
2020-05-19Merge branch 'sched/urgent'Peter Zijlstra1-12/+37
2020-05-19sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq listVincent Guittot1-12/+30
2020-05-19sched/fair: Fix enqueue_task_fair() warning some morePhil Auld1-0/+7
2020-05-12sched: Clean up scheduler_ipi()Peter Zijlstra (Intel)1-3/+2
2020-04-30sched/fair: Use __this_cpu_read() in wake_wide()Muchun Song1-1/+1
2020-04-30sched/fair: Mark sched_init_granularity __initMuchun Song1-1/+1
2020-04-30sched/fair: Refill bandwidth before scalingHuaixin Chang1-2/+2
2020-04-30sched: Make newidle_balance() static againChen Yu1-2/+4
2020-04-30sched: Remove checks against SD_LOAD_BALANCEValentin Schneider1-12/+2
2020-04-30sched/fair: find_idlest_group(): Remove unused sd_flag parameterValentin Schneider1-5/+3
2020-04-30sched/fair: Simplify the code of should_we_balance()Peng Wang1-11/+5
2020-04-30sched/fair: Remove distribute_running from CFS bandwidthJosh Don1-12/+1
2020-04-30sched/fair: Eliminate bandwidth race between throttling and distributionPaul Turner1-32/+47
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-2/+1
2020-04-08sched/fair: Fix negative imbalance in imbalance calculationAubrey Li1-0/+8
2020-04-08sched/fair: Fix race between runtime distribution and assignmentHuaixin Chang1-20/+11
2020-04-08sched/fair: Align rq->avg_idle and rq->avg_scan_costValentin Schneider1-5/+2
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual1-1/+1
2020-03-20sched/fair: Fix condition of avg_load calculationTao Zhou1-1/+2
2020-03-20sched/fair: Improve spreading of utilizationVincent Guittot1-0/+8
2020-03-20sched/fair: Fix enqueue_task_fair warningVincent Guittot1-4/+22
2020-03-06sched/fair: Fix reordering of enqueue/dequeue_task_fair()Vincent Guittot1-8/+9
2020-03-06sched/fair: Fix runnable_avg for throttled cfsVincent Guittot1-2/+12
2020-03-06sched/numa: Acquire RCU lock for checking idle cores during NUMA balancingMel Gorman1-0/+2
2020-03-06sched/fair: Fix kernel build warning in test_idle_cores() for !SMT NUMAValentin Schneider1-5/+9
2020-03-06sched/fair: Enable tuning of decay periodThara Gopinath1-1/+14
2020-03-06sched/fair: Update cpu_capacity to reflect thermal pressureThara Gopinath1-0/+7
2020-03-06sched/fair: Enable periodic update of average thermal pressureThara Gopinath1-0/+7
2020-03-06Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-0/+2
2020-02-27sched/fair: Fix statistics for find_idlest_group()Vincent Guittot1-0/+2
2020-02-24sched/numa: Stop an exhastive search if a reasonable swap candidate or idle C...Mel Gorman1-4/+27
2020-02-24sched/numa: Bias swapping tasks based on their preferred nodeMel Gorman1-6/+37
2020-02-24sched/numa: Find an alternative idle CPU if the CPU is part of an active NUMA...Mel Gorman1-18/+22
2020-02-24sched/numa: Prefer using an idle CPU as a migration target instead of compari...Mel Gorman1-17/+102
2020-02-24sched/fair: Take into account runnable_avg to classify groupVincent Guittot1-1/+30
2020-02-24sched/pelt: Add a new runnable average signalVincent Guittot1-7/+70
2020-02-24sched/pelt: Remove unused runnable load averageVincent Guittot1-114/+16
2020-02-24sched/numa: Use similar logic to the load balancer for moving between domains...Mel Gorman1-31/+50
2020-02-24sched/numa: Replace runnable_load_avg by load_avgVincent Guittot1-32/+70