summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2019-11-08sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra
2019-10-09sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang
2019-09-25sched/fair: Avoid redundant EAS calculationQuentin Perret
2019-09-25sched/fair: Fix -Wunused-but-set-variable warningsQian Cai
2019-09-25tasks, sched/core: With a grace period after finish_task_switch(), remove unn...Eric W. Biederman
2019-09-17sched/fair: Remove unused cfs_rq_clock_task() functionQian Cai
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-09-16Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar
2019-09-13sched/fair: Speed-up energy-aware wake-upsQuentin Perret
2019-09-03sched/fair: Don't assign runtime for throttled cfs_rqLiangyan
2019-08-12sched/fair: Use rq_lock/unlock in online_fair_sched_groupPhil Auld
2019-08-08sched: Rework pick_next_task() slow-pathPeter Zijlstra
2019-08-08sched: Allow put_prev_task() to drop rq->lockPeter Zijlstra
2019-08-08sched/fair: Expose newidle_balance()Peter Zijlstra
2019-08-08sched: Add task_struct pointer to sched_class::set_curr_taskPeter Zijlstra
2019-08-08sched/fair: Fix low cpu usage with high throttling by removing expiration of ...Dave Chiluk
2019-07-31sched/preempt: Use CONFIG_PREEMPTION where appropriateThomas Gleixner
2019-07-25sched/fair: Introduce fits_capacity()Viresh Kumar
2019-07-25sched/fair: Fall back to sched-idle CPU if idle CPU isn't foundViresh Kumar
2019-07-25sched/fair: Start tracking SCHED_IDLE tasks count in cfs_rqViresh Kumar
2019-07-25sched/fair: Fix imbalance due to CPU affinityVincent Guittot
2019-07-25sched/fair: Change task_numa_work() storage to staticValentin Schneider
2019-07-25sched/fair: Move task_numa_work() init to init_numa_balancing()Valentin Schneider
2019-07-25sched/fair: Move init_numa_balancing() below task_numa_work()Valentin Schneider
2019-07-25sched/fair: Use RCU accessors consistently for ->numa_groupJann Horn
2019-07-25sched/fair: Don't free p->numa_faults with concurrent readersJann Horn
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-06-24sched/uclamp: Add uclamp support to energy_compute()Patrick Bellasi
2019-06-24sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasksPatrick Bellasi
2019-06-24sched/fair: Rename weighted_cpuload() to cpu_runnable_load()Dietmar Eggemann
2019-06-24sched/debug: Add sched_overutilized tracepointQais Yousef
2019-06-24sched/debug: Add new tracepoint to track PELT at se levelQais Yousef
2019-06-24sched/debug: Add new tracepoints to track PELT at rq levelQais Yousef
2019-06-24sched/debug: Add a new sched_trace_*() helper functionsQais Yousef
2019-06-24sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot
2019-06-17x86/percpu, sched/fair: Avoid local_clock()Peter Zijlstra
2019-06-17sched/fair: Don't push cfs_bandwith slack timers forwardbsegall@google.com
2019-06-17sched/fair: Clean up definition of NOHZ blocked load functionsValentin Schneider
2019-06-03sched/fair: Remove sgs->sum_weighted_loadDietmar Eggemann
2019-06-03sched/fair: Replace source_load() & target_load() with weighted_cpuload()Dietmar Eggemann
2019-06-03sched/fair: Remove the rq->cpu_load[] update codeDietmar Eggemann
2019-06-03sched/fair: Remove rq->loadDietmar Eggemann
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior
2019-05-03Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2019-04-29sched/nohz: Run NOHZ idle load balancer on HK_FLAG_MISC CPUsNicholas Piggin
2019-04-25sched/numa: Fix a possible divide-by-zeroXie XiuQi
2019-04-18sched/core: Make some functions staticYueHaibing
2019-04-16sched/core: Unify p->on_rq updatesPeter Zijlstra
2019-04-16sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld
2019-04-16sched/fair: Remove unneeded prototype of capacity_of()Valentin Schneider