aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-08sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra1-3/+12
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
2019-06-24sched/uclamp: Add uclamp support to energy_compute()Patrick Bellasi1-6/+34
2019-06-24sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasksPatrick Bellasi1-0/+4
2019-06-24sched/fair: Rename weighted_cpuload() to cpu_runnable_load()Dietmar Eggemann1-21/+21
2019-06-24sched/debug: Add sched_overutilized tracepointQais Yousef1-2/+8
2019-06-24sched/debug: Add new tracepoint to track PELT at se levelQais Yousef1-0/+1
2019-06-24sched/debug: Add new tracepoints to track PELT at rq levelQais Yousef1-0/+6
2019-06-24sched/debug: Add a new sched_trace_*() helper functionsQais Yousef1-0/+99
2019-06-24sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot1-3/+3
2019-06-17x86/percpu, sched/fair: Avoid local_clock()Peter Zijlstra1-2/+3
2019-06-17sched/fair: Don't push cfs_bandwith slack timers forwardbsegall@google.com1-0/+7
2019-06-17sched/fair: Clean up definition of NOHZ blocked load functionsValentin Schneider1-10/+16
2019-06-03sched/fair: Remove sgs->sum_weighted_loadDietmar Eggemann1-3/+1
2019-06-03sched/fair: Replace source_load() & target_load() with weighted_cpuload()Dietmar Eggemann1-86/+4
2019-06-03sched/fair: Remove the rq->cpu_load[] update codeDietmar Eggemann1-255/+0
2019-06-03sched/fair: Remove rq->loadDietmar Eggemann1-5/+2
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior1-17/+17
2019-05-03Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-0/+29
2019-04-29sched/nohz: Run NOHZ idle load balancer on HK_FLAG_MISC CPUsNicholas Piggin1-6/+10
2019-04-25sched/numa: Fix a possible divide-by-zeroXie XiuQi1-0/+4
2019-04-18sched/core: Make some functions staticYueHaibing1-1/+1
2019-04-16sched/core: Unify p->on_rq updatesPeter Zijlstra1-2/+0
2019-04-16sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld1-0/+25
2019-04-16sched/fair: Remove unneeded prototype of capacity_of()Valentin Schneider1-1/+0