aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-26kernel: delete repeated words in commentsGravatar Randy Dunlap 1-1/+1
2021-02-17sched/features: Distinguish between NORMAL and DEADLINE hrtickGravatar Juri Lelli 1-2/+2
2021-02-17rbtree, sched/fair: Use rb_add_cached()Gravatar Peter Zijlstra 1-32/+14
2021-02-17sched/fair: Merge select_idle_core/cpu()Gravatar Mel Gorman 1-40/+59
2021-02-17sched/fair: Remove select_idle_smt()Gravatar Mel Gorman 1-30/+0
2021-01-27sched/fair: Move avg_scan_cost calculations under SIS_PROPGravatar Mel Gorman 1-6/+8
2021-01-27sched/fair: Remove SIS_AVG_CPUGravatar Mel Gorman 1-11/+9
2021-01-27sched/eas: Don't update misfit status if the task is pinnedGravatar Qais Yousef 1-1/+1
2021-01-14sched: Use task_current() instead of 'rq->curr == p'Gravatar Hui Su 1-3/+3
2021-01-14sched/fair: Reduce cases for active balanceGravatar Vincent Guittot 1-22/+23
2021-01-14sched/fair: Don't set LBF_ALL_PINNED unnecessarilyGravatar Vincent Guittot 1-2/+5
2021-01-14sched/fair: Skip idle cfs_rqGravatar Vincent Guittot 1-1/+4
2021-01-14sched/fair: Avoid stale CPU util_est value for schedutil in task dequeueGravatar Xuewen Yan 1-15/+28
2021-01-14sched: Prevent raising SCHED_SOFTIRQ when CPU is !activeGravatar Anna-Maria Behnsen 1-2/+5
2021-01-14sched/core: Rename schedutil_cpu_util() and allow rest of the kernel to use itGravatar Viresh Kumar 1-3/+3
2020-12-11sched/fair: Trivial correction of the newidle_balance() commentGravatar Barry Song 1-1/+1
2020-12-11sched/fair: Clear SMT siblings after determining the core is not idleGravatar Mel Gorman 1-1/+2
2020-12-11sched: Fix kernel-doc markupGravatar Mauro Carvalho Chehab 1-1/+1
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictGravatar Ingo Molnar 1-26/+47
2020-11-24sched: Limit the amount of NUMA imbalance that can exist at fork timeGravatar Mel Gorman 1-2/+15
2020-11-24sched/numa: Allow a floating imbalance between NUMA nodesGravatar Mel Gorman 1-10/+11
2020-11-24sched: Avoid unnecessary calculation of load imbalance at clone timeGravatar Mel Gorman 1-3/+5
2020-11-24sched/numa: Rename nr_running and break out the magic numberGravatar Mel Gorman 1-4/+6
2020-11-22Merge tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+2
2020-11-17sched/fair: Fix overutilized update in enqueue_task_fair()Gravatar Quentin Perret 1-1/+2
2020-11-15Merge tag 'sched-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-25/+45
2020-11-10sched/fair: Dissociate wakeup decisions from SD flag valueGravatar Valentin Schneider 1-3/+2
2020-11-10sched: Remove select_task_rq()'s sd_flag parameterGravatar Valentin Schneider 1-3/+5
2020-11-10sched/fair: Remove superfluous lock section in do_sched_cfs_slack_timer()Gravatar Hui Su 1-3/+0
2020-11-10sched/fair: Prefer prev cpu in asymmetric wakeup pathGravatar Vincent Guittot 1-24/+43
2020-11-10sched/fair: Ensure tasks spreading in LLC during LBGravatar Vincent Guittot 1-1/+2
2020-11-10sched/fair: Reorder throttle_cfs_rq() pathGravatar Peng Wang 1-11/+23
2020-10-29sched/fair: Check for idle core in wake_affineGravatar Julia Lawall 1-0/+3
2020-10-29sched: Remove relyance on STRUCT_ALIGNMENTGravatar Peter Zijlstra 1-2/+2
2020-10-29sched/fair: Exclude the current CPU from find_new_ilb()Gravatar Peter Zijlstra 1-0/+4
2020-10-29sched/fair: Improve the accuracy of sched_stat_wait statisticsGravatar jun qian 1-0/+9
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Gravatar Joe Perches 1-1/+1
2020-10-17task_work: cleanup notification modesGravatar Jens Axboe 1-1/+1
2020-10-03sched/debug: Add new tracepoint to track cpu_capacityGravatar Vincent Donnefort 1-0/+14
2020-10-03sched/fair: Tweak pick_next_entity()Gravatar Peter Oskolkov 1-10/+10
2020-09-25sched/fair: Use dst group while checking imbalance for NUMA balancerGravatar Barry Song 1-4/+4
2020-09-25sched/fair: Minimize concurrent LBs between domain levelGravatar Vincent Guittot 1-0/+9
2020-09-25sched/fair: Relax constraint on task's load during load balanceGravatar Vincent Guittot 1-2/+2
2020-09-25sched/fair: Remove the force parameter of update_tg_load_avg()Gravatar Xianting Tian 1-10/+9
2020-09-25sched/fair: Fix wrong cpu selecting from isolated domainGravatar Xunlei Pang 1-4/+5
2020-09-25sched/numa: Use runnable_avg to classify nodeGravatar Vincent Guittot 1-2/+7
2020-08-26sched/fair: Simplify the work when reweighting entityGravatar Jiang Biao 1-2/+2
2020-08-26sched/fair: Fix wrong negative conversion in find_energy_efficient_cpu()Gravatar Lukasz Luba 1-1/+2
2020-08-26sched/fair: Ignore cache hotness for SMT migrationGravatar Josh Don 1-0/+4
2020-08-03Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-1/+1