summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-2/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-1/+1
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-241-12/+37
| |\ \
| * | | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-2/+1
* | | | sched: Add rq::ttwu_pendingPeter Zijlstra2020-05-281-1/+1
* | | | sched: Fix smp_call_function_single_async() usage for ILBPeter Zijlstra2020-05-281-10/+8
* | | | Merge branch 'sched/urgent' into sched/core, to pick up fixIngo Molnar2020-05-281-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | sched/fair: Don't NUMA balance for kthreadsJens Axboe2020-05-261-1/+1
| | |/ | |/|
* | | sched/fair: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-191-1/+1
* | | sched/pelt: Sync util/runnable_sum with PELT window when propagatingVincent Guittot2020-05-191-22/+27
* | | sched/fair: Optimize enqueue_task_fair()Vincent Guittot2020-05-191-20/+19
* | | Merge branch 'sched/urgent'Peter Zijlstra2020-05-191-12/+37
|\| |
| * | sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq listVincent Guittot2020-05-191-12/+30
| * | sched/fair: Fix enqueue_task_fair() warning some morePhil Auld2020-05-191-0/+7
| |/
* | sched: Clean up scheduler_ipi()Peter Zijlstra (Intel)2020-05-121-3/+2
* | sched/fair: Use __this_cpu_read() in wake_wide()Muchun Song2020-04-301-1/+1
* | sched/fair: Mark sched_init_granularity __initMuchun Song2020-04-301-1/+1
* | sched/fair: Refill bandwidth before scalingHuaixin Chang2020-04-301-2/+2
* | sched: Make newidle_balance() static againChen Yu2020-04-301-2/+4
* | sched: Remove checks against SD_LOAD_BALANCEValentin Schneider2020-04-301-12/+2
* | sched/fair: find_idlest_group(): Remove unused sd_flag parameterValentin Schneider2020-04-301-5/+3
* | sched/fair: Simplify the code of should_we_balance()Peng Wang2020-04-301-11/+5
* | sched/fair: Remove distribute_running from CFS bandwidthJosh Don2020-04-301-12/+1
* | sched/fair: Eliminate bandwidth race between throttling and distributionPaul Turner2020-04-301-32/+47
|/
* sched/fair: Fix negative imbalance in imbalance calculationAubrey Li2020-04-081-0/+8
* sched/fair: Fix race between runtime distribution and assignmentHuaixin Chang2020-04-081-20/+11
* sched/fair: Align rq->avg_idle and rq->avg_scan_costValentin Schneider2020-04-081-5/+2
* mm/vma: make vma_is_accessible() available for general useAnshuman Khandual2020-04-071-1/+1
* sched/fair: Fix condition of avg_load calculationTao Zhou2020-03-201-1/+2
* sched/fair: Improve spreading of utilizationVincent Guittot2020-03-201-0/+8
* sched/fair: Fix enqueue_task_fair warningVincent Guittot2020-03-201-4/+22
* sched/fair: Fix reordering of enqueue/dequeue_task_fair()Vincent Guittot2020-03-061-8/+9
* sched/fair: Fix runnable_avg for throttled cfsVincent Guittot2020-03-061-2/+12
* sched/numa: Acquire RCU lock for checking idle cores during NUMA balancingMel Gorman2020-03-061-0/+2
* sched/fair: Fix kernel build warning in test_idle_cores() for !SMT NUMAValentin Schneider2020-03-061-5/+9
* sched/fair: Enable tuning of decay periodThara Gopinath2020-03-061-1/+14
* sched/fair: Update cpu_capacity to reflect thermal pressureThara Gopinath2020-03-061-0/+7
* sched/fair: Enable periodic update of average thermal pressureThara Gopinath2020-03-061-0/+7
* Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2020-03-061-0/+2
|\
| * sched/fair: Fix statistics for find_idlest_group()Vincent Guittot2020-02-271-0/+2
* | sched/numa: Stop an exhastive search if a reasonable swap candidate or idle C...Mel Gorman2020-02-241-4/+27
* | sched/numa: Bias swapping tasks based on their preferred nodeMel Gorman2020-02-241-6/+37
* | sched/numa: Find an alternative idle CPU if the CPU is part of an active NUMA...Mel Gorman2020-02-241-18/+22
* | sched/numa: Prefer using an idle CPU as a migration target instead of compari...Mel Gorman2020-02-241-17/+102
* | sched/fair: Take into account runnable_avg to classify groupVincent Guittot2020-02-241-1/+30
* | sched/pelt: Add a new runnable average signalVincent Guittot2020-02-241-7/+70
* | sched/pelt: Remove unused runnable load averageVincent Guittot2020-02-241-114/+16
* | sched/numa: Use similar logic to the load balancer for moving between domains...Mel Gorman2020-02-241-31/+50
* | sched/numa: Replace runnable_load_avg by load_avgVincent Guittot2020-02-241-32/+70