summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sched-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-07-111-3/+4
|\
| * sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal2021-07-021-2/+2
| * sched/fair: Sync load_sum with load_avg after dequeueVincent Guittot2021-07-021-1/+2
* | Merge tag 'sched-urgent-2021-06-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-06-301-3/+3
|\|
| * sched/fair: Ensure _sum and _avg values stay consistentOdin Ugedal2021-06-281-3/+3
* | Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-281-126/+314
|\|
| * sched/fair: Introduce the burstable CFS controllerHuaixin Chang2021-06-241-4/+10
| * sched: Change task_struct::statePeter Zijlstra2021-06-181-4/+7
| * Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar2021-06-181-30/+37
| |\
| * | sched/fair: Age the average idle timePeter Zijlstra2021-06-171-4/+21
| * | sched/cpufreq: Consider reduced CPU capacity in energy calculationLukasz Luba2021-06-171-1/+1
| * | sched/fair: Take thermal pressure into account while estimating energyLukasz Luba2021-06-171-3/+8
| * | sched/fair: Return early from update_tg_cfs_load() if delta == 0Dietmar Eggemann2021-06-171-1/+4
| * | sched/pelt: Check that *_avg are null when *_sum areVincent Guittot2021-06-171-0/+9
| * | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2021-06-031-9/+14
| |\ \
| * | | sched/fair: Fix ascii art by relpacing tabsOdin Ugedal2021-06-011-4/+4
| * | | sched: Fix leftover comment typosIngo Molnar2021-05-121-3/+3
| * | | sched: Migration changes for core schedulingAubrey Li2021-05-121-6/+23
| * | | sched/fair: Snapshot the min_vruntime of CPUs on force idleJoel Fernandes (Google)2021-05-121-0/+75
| * | | sched/fair: Fix forced idle sibling starvation corner caseVineeth Pillai2021-05-121-0/+40
| * | | sched: Basic tracking of matching tasksPeter Zijlstra2021-05-121-46/+0
| * | | sched: Introduce sched_class::pick_task()Peter Zijlstra2021-05-121-3/+37
| * | | sched: Optimize rq_lockp() usagePeter Zijlstra2021-05-121-1/+1
| * | | sched: Wrap rq::lock accessPeter Zijlstra2021-05-121-18/+17
| * | | sched/fair: Add a few assertionsPeter Zijlstra2021-05-121-2/+9
| * | | sched/fair: Fix negative energy delta in find_energy_efficient_cpu()Pierre Gondois2021-05-121-12/+15
| * | | sched/fair: Only compute base_energy_pd if necessaryPierre Gondois2021-05-121-17/+24
| * | | sched,fair: Skip newidle_balance if a wakeup is pendingRik van Riel2021-05-121-1/+10
* | | | sched/fair: Ensure that the CFS parent is added after unthrottlingRik van Riel2021-06-221-0/+28
| |_|/ |/| |
* | | sched/fair: Correctly insert cfs_rq's to list on unthrottleOdin Ugedal2021-06-141-19/+25
* | | sched/fair: Fix util_est UTIL_AVG_UNCHANGED handlingDietmar Eggemann2021-06-031-2/+3
| |/ |/|
* | sched/pelt: Ensure that *_sum is always synced with *_avgVincent Guittot2021-06-031-2/+8
* | sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot2021-05-311-1/+1
* | sched/fair: Keep load_avg and load_sum syncedVincent Guittot2021-05-311-6/+5
|/
* sched/fair: Fix clearing of has_idle_cores flag in select_idle_cpu()Gautham R. Shenoy2021-05-121-1/+1
* sched/fair: Fix unfairness caused by missing load decayOdin Ugedal2021-05-061-3/+9
* kthread: Fix PF_KTHREAD vs to_kthread() racePeter Zijlstra2021-04-211-1/+1
* sched/fair: Move update_nohz_stats() to the CONFIG_NO_HZ_COMMON block to simp...YueHaibing2021-04-201-22/+18
* sched,fair: Alternative sched_slice()Peter Zijlstra2021-04-161-1/+11
* sched: Move SCHED_DEBUG sysctl to debugfsPeter Zijlstra2021-04-161-7/+2
* sched/fair: Introduce a CPU capacity comparison helperValentin Schneider2021-04-091-23/+10
* sched/fair: Clean up active balance nr_balance_failed trickeryValentin Schneider2021-04-091-16/+15
* sched/fair: Ignore percpu threads for imbalance pullsLingutla Chandrasekhar2021-04-091-0/+4
* sched/fair: Bring back select_idle_smt(), but differentlyRik van Riel2021-04-091-12/+43
* sched/fair: Reduce long-tail newly idle balance costAubrey Li2021-03-231-0/+9
* sched/fair: Optimize test_idle_cores() for !SMTBarry Song2021-03-231-3/+5
* sched: Fix various typosIngo Molnar2021-03-221-9/+9
* sched: Optimize __calc_delta()Clement Courbet2021-03-101-8/+11
* sched/pelt: Fix task util_est update filteringVincent Donnefort2021-03-061-3/+12
* sched/fair: Fix shift-out-of-bounds in load_balance()Valentin Schneider2021-03-061-2/+1