aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/sched/fair.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-18sched/cpufreq: Move the cfs_rq_util_change() call to cpufreq_update_util()Vincent Guittot1-49/+62
2019-11-18Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependenciesIngo Molnar1-9/+20
2019-11-18sched/fair: Add comments for group_type and balancing at SD_NUMA levelVincent Guittot1-4/+31
2019-11-18sched/fair: Fix rework of find_idlest_group()Vincent Guittot1-7/+84
2019-11-13sched/pelt: Fix update of blocked PELT orderingVincent Guittot1-9/+20
2019-11-11sched/core: Further clarify sched_class::set_next_task()Peter Zijlstra1-1/+1
2019-11-11sched/fair: Use mul_u32_u32()Peter Zijlstra1-2/+1
2019-11-11sched/core: Simplify sched_class::pick_next_task()Peter Zijlstra1-1/+6
2019-11-11sched/core: Optimize pick_next_task()Peter Zijlstra1-1/+1
2019-11-11sched/fair: Better document newidle_balance()Peter Zijlstra1-0/+5
2019-11-11Merge tag 'v5.4-rc7' into sched/core, to pick up fixesIngo Molnar1-3/+12
2019-11-08sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra1-3/+12
2019-10-29sched/fair/util_est: Implement faster ramp-up EWMA on utilization increasesPatrick Bellasi1-1/+13
2019-10-21sched/fair: Rework find_idlest_group()Vincent Guittot1-128/+256
2019-10-21sched/fair: Optimize find_idlest_group()Vincent Guittot1-36/+14
2019-10-21sched/fair: Use load instead of runnable load in wakeup pathVincent Guittot1-10/+10
2019-10-21sched/fair: Use utilization to select misfit taskVincent Guittot1-8/+3
2019-10-21sched/fair: Spread out tasks evenly when not overloadedVincent Guittot1-12/+28
2019-10-21sched/fair: Use load instead of runnable load in load_balance()Vincent Guittot1-10/+14
2019-10-21sched/fair: Use rq->nr_running when balancing loadVincent Guittot1-5/+8
2019-10-21sched/fair: Rework load_balance()Vincent Guittot1-209/+402
2019-10-21sched/fair: Remove meaningless imbalance calculationVincent Guittot1-104/+1
2019-10-21sched/fair: Rename sg_lb_stats::sum_nr_running to sum_h_nr_runningVincent Guittot1-16/+16
2019-10-21sched/fair: Clean up asym packingVincent Guittot1-47/+16
2019-10-09sched/fair: Scale bandwidth quota and period without losing quota/period ratio precisionXuewei Zhang1-14/+22
2019-09-25sched/fair: Avoid redundant EAS calculationQuentin Perret1-1/+1
2019-09-25sched/fair: Fix -Wunused-but-set-variable warningsQian Cai1-13/+6
2019-09-25tasks, sched/core: With a grace period after finish_task_switch(), remove unnecessary codeEric W. Biederman1-1/+1
2019-09-17sched/fair: Remove unused cfs_rq_clock_task() functionQian Cai1-16/+0
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-216/+193
2019-09-16Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar1-1/+1
2019-09-13sched/fair: Speed-up energy-aware wake-upsQuentin Perret1-60/+50
2019-09-03sched/fair: Don't assign runtime for throttled cfs_rqLiangyan1-0/+5
2019-08-12sched/fair: Use rq_lock/unlock in online_fair_sched_groupPhil Auld1-3/+3
2019-08-08sched: Rework pick_next_task() slow-pathPeter Zijlstra1-3/+6
2019-08-08sched: Allow put_prev_task() to drop rq->lockPeter Zijlstra1-1/+1
2019-08-08sched/fair: Expose newidle_balance()Peter Zijlstra1-10/+8
2019-08-08sched: Add task_struct pointer to sched_class::set_curr_taskPeter Zijlstra1-3/+14
2019-08-08sched/fair: Fix low cpu usage with high throttling by removing expiration of cpu-local slicesDave Chiluk1-65/+7
2019-07-31sched/preempt: Use CONFIG_PREEMPTION where appropriateThomas Gleixner1-1/+1
2019-07-25sched/fair: Introduce fits_capacity()Viresh Kumar1-10/+8
2019-07-25sched/fair: Fall back to sched-idle CPU if idle CPU isn't foundViresh Kumar1-10/+33
2019-07-25sched/fair: Start tracking SCHED_IDLE tasks count in cfs_rqViresh Kumar1-2/+12
2019-07-25sched/fair: Fix imbalance due to CPU affinityVincent Guittot1-2/+3
2019-07-25sched/fair: Change task_numa_work() storage to staticValentin Schneider1-1/+1
2019-07-25sched/fair: Move task_numa_work() init to init_numa_balancing()Valentin Schneider1-4/+5
2019-07-25sched/fair: Move init_numa_balancing() below task_numa_work()Valentin Schneider1-41/+41
2019-07-25sched/fair: Use RCU accessors consistently for ->numa_groupJann Horn1-39/+81
2019-07-25sched/fair: Don't free p->numa_faults with concurrent readersJann Horn1-4/+20
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-404/+219