summaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/governors
Commit message (Expand)AuthorAgeFilesLines
* cpuidle: menu: Fix typo in a commentJason Wang2021-11-241-1/+1
* cpuidle: teo: Rename two local variables in teo_select()Rafael J. Wysocki2021-08-031-7/+7
* cpuidle: teo: Fix alternative idle state lookupRafael J. Wysocki2021-08-031-13/+27
* Merge tag 'pm-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-06-291-228/+248
|\
| * cpuidle: teo: remove unneeded semicolon in teo_select()Wan Jiabing2021-06-171-1/+1
| * cpuidle: teo: Use kerneldoc documentation in admin-guideRafael J. Wysocki2021-06-111-4/+8
| * cpuidle: teo: Rework most recent idle duration values treatmentRafael J. Wysocki2021-06-111-83/+70
| * cpuidle: teo: Change the main idle state selection logicRafael J. Wysocki2021-06-111-168/+200
| * cpuidle: teo: Cosmetic modification of teo_select()Rafael J. Wysocki2021-06-111-11/+7
| * cpuidle: teo: Cosmetic modifications of teo_update()Rafael J. Wysocki2021-06-111-6/+7
* | sched: Make nr_iowait_cpu() return 32-bit valueAlexey Dobriyan2021-05-121-3/+3
|/
* cpuidle: menu: Take negative "sleep length" values into accountRafael J. Wysocki2021-04-071-6/+11
* cpuidle: teo: Take negative "sleep length" values into accountRafael J. Wysocki2021-04-071-7/+15
* cpuidle: teo: Adjust handling of very short idle timesRafael J. Wysocki2021-04-071-17/+15
* cpuidle: teo: Fix intervals[] array indexing bugIkjoon Jang2020-01-131-1/+1
* cpuidle: teo: Avoid code duplication in conditionalsRafael J. Wysocki2019-11-151-5/+8
* cpuidle: teo: Avoid using "early hits" incorrectlyRafael J. Wysocki2019-11-131-4/+17
* cpuidle: teo: Exclude cpuidle overhead from computationsRafael J. Wysocki2019-11-131-1/+8
* cpuidle: Use nanoseconds as the unit of timeRafael J. Wysocki2019-11-114-124/+107
* cpuidle: Consolidate disabled state checksRafael J. Wysocki2019-11-063-11/+6
* cpuidle: teo: Fix "early hits" handling for disabled idle statesRafael J. Wysocki2019-10-141-9/+26
* cpuidle: teo: Consider hits and misses metrics of disabled statesRafael J. Wysocki2019-10-141-4/+21
* cpuidle: teo: Rename local variable in teo_select()Rafael J. Wysocki2019-10-141-10/+9
* cpuidle: teo: Ignore disabled idle states that are too deepRafael J. Wysocki2019-10-141-0/+7
* cpuidle-haltpoll: set haltpoll as preferred governorJoao Martins2019-09-111-1/+1
* cpuidle: teo: Get rid of redundant check in teo_update()Rafael J. Wysocki2019-08-101-12/+4
* cpuidle: teo: Allow tick to be stopped if PM QoS is usedRafael J. Wysocki2019-08-051-16/+16
* cpuidle: menu: Allow tick to be stopped if PM QoS is usedRafael J. Wysocki2019-08-051-11/+5
* cpuidle: add haltpoll governorMarcelo Tosatti2019-07-302-0/+151
* governors: unify last_state_idxMarcelo Tosatti2019-07-303-20/+18
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 215Thomas Gleixner2019-05-301-3/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* cpuidle: menu: Avoid overflows when computing varianceRafael J. Wysocki2019-03-071-1/+1
* cpuidle: New timer events oriented governor for tickless systemsRafael J. Wysocki2019-01-162-0/+445
* Merge tag 'pm-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-10-301-19/+6
|\
| * cpuidle: menu: Remove get_loadavg() from the performance multiplierDaniel Lezcano2018-10-251-19/+6
* | sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner2018-10-261-4/+0
|/
* cpuidle: menu: Avoid computations when result will be discardedRafael J. Wysocki2018-10-181-3/+16
* cpuidle: menu: Drop redundant comparisonRafael J. Wysocki2018-10-181-6/+1
* cpuidle: menu: Simplify checks related to the polling stateRafael J. Wysocki2018-10-121-4/+4
* cpuidle: menu: Move the latency_req == 0 special case checkRafael J. Wysocki2018-10-041-7/+1
* cpuidle: menu: Avoid computations for very close timersRafael J. Wysocki2018-10-041-0/+12
* cpuidle: menu: Do not update last_state_idx in menu_select()Rafael J. Wysocki2018-10-041-5/+2
* cpuidle: menu: Get rid of first_idx from menu_select()Rafael J. Wysocki2018-10-041-18/+14
* cpuidle: menu: Compute first_idx when latency_req is knownRafael J. Wysocki2018-10-041-16/+16
* cpuidle: menu: Fix wakeup statistics updates for polling stateRafael J. Wysocki2018-10-041-0/+10
* cpuidle: menu: Replace data->predicted_us with local variableRafael J. Wysocki2018-10-031-12/+11
* cpuidle: Remove unnecessary wrapper cpuidle_get_last_residency()Fieah Lim2018-09-182-2/+2
* cpuidle: menu: Retain tick when shallow state is selectedRafael J. Wysocki2018-08-251-1/+12
* cpuidle: menu: Handle stopped tick more aggressivelyRafael J. Wysocki2018-08-201-12/+24