summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-08-041-1/+1
|\
| * Merge branches 'pm-em' and 'pm-core'Rafael J. Wysocki2020-08-031-1/+1
| |\
| | * PM / EM: change name of em_pd_energy to em_cpu_energyLukasz Luba2020-06-241-1/+1
* | | sched/fair: update_pick_idlest() Select group with lowest group_util when idl...Peter Puhov2020-07-221-1/+7
* | | Merge branch 'sched/urgent'Peter Zijlstra2020-07-221-2/+13
|\| |
| * | sched/fair: handle case of task_h_load() returning 0Vincent Guittot2020-07-161-2/+13
* | | sched: Add a tracepoint to track rq->nr_runningPhil Auld2020-07-081-2/+6
* | | Merge branch 'sched/urgent'Peter Zijlstra2020-07-081-1/+1
|\| |
| * | sched/cfs: change initial value of runnable_avgVincent Guittot2020-06-281-1/+1
| |/
* | sched/fair: Optimize dequeue_task_fair()Peng Wang2020-06-251-3/+3
* | sched: Remove struct sched_class::next fieldSteven Rostedt (VMware)2020-06-251-1/+0
* | sched: Force the address order of each sched class descriptorSteven Rostedt (VMware)2020-06-251-1/+2
* | sched/pelt: Cleanup PELT dividerVincent Guittot2020-06-151-14/+18
* | sched/fair: Fix NOHZ next idle balanceVincent Guittot2020-06-151-9/+14
* | sched/debug: Add new tracepoints to track util_estVincent Donnefort2020-06-151-0/+6
* | sched/fair: Remove unused 'sd' parameter from scale_rt_capacity()Dietmar Eggemann2020-06-151-2/+2
* | sched/core: Remove redundant 'preempt' param from sched_class->yield_to_task()Dietmar Eggemann2020-06-151-1/+1
|/
* 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-041-2/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-011-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