aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpuidle/governors
AgeCommit message (Expand)AuthorFilesLines
2022-06-14cpuidle: haltpoll: Add trace points for guest_halt_poll_ns grow/shrinkGravatar Eiichi Tsukata 1-0/+3
2021-11-24cpuidle: menu: Fix typo in a commentGravatar Jason Wang 1-1/+1
2021-08-03cpuidle: teo: Rename two local variables in teo_select()Gravatar Rafael J. Wysocki 1-7/+7
2021-08-03cpuidle: teo: Fix alternative idle state lookupGravatar Rafael J. Wysocki 1-13/+27
2021-06-29Merge tag 'pm-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-228/+248
2021-06-17cpuidle: teo: remove unneeded semicolon in teo_select()Gravatar Wan Jiabing 1-1/+1
2021-06-11cpuidle: teo: Use kerneldoc documentation in admin-guideGravatar Rafael J. Wysocki 1-4/+8
2021-06-11cpuidle: teo: Rework most recent idle duration values treatmentGravatar Rafael J. Wysocki 1-83/+70
2021-06-11cpuidle: teo: Change the main idle state selection logicGravatar Rafael J. Wysocki 1-168/+200
2021-06-11cpuidle: teo: Cosmetic modification of teo_select()Gravatar Rafael J. Wysocki 1-11/+7
2021-06-11cpuidle: teo: Cosmetic modifications of teo_update()Gravatar Rafael J. Wysocki 1-6/+7
2021-05-12sched: Make nr_iowait_cpu() return 32-bit valueGravatar Alexey Dobriyan 1-3/+3
2021-04-07cpuidle: menu: Take negative "sleep length" values into accountGravatar Rafael J. Wysocki 1-6/+11
2021-04-07cpuidle: teo: Take negative "sleep length" values into accountGravatar Rafael J. Wysocki 1-7/+15
2021-04-07cpuidle: teo: Adjust handling of very short idle timesGravatar Rafael J. Wysocki 1-17/+15
2020-01-13cpuidle: teo: Fix intervals[] array indexing bugGravatar Ikjoon Jang 1-1/+1
2019-11-15cpuidle: teo: Avoid code duplication in conditionalsGravatar Rafael J. Wysocki 1-5/+8
2019-11-13cpuidle: teo: Avoid using "early hits" incorrectlyGravatar Rafael J. Wysocki 1-4/+17
2019-11-13cpuidle: teo: Exclude cpuidle overhead from computationsGravatar Rafael J. Wysocki 1-1/+8
2019-11-11cpuidle: Use nanoseconds as the unit of timeGravatar Rafael J. Wysocki 4-124/+107
2019-11-06cpuidle: Consolidate disabled state checksGravatar Rafael J. Wysocki 3-11/+6
2019-10-14cpuidle: teo: Fix "early hits" handling for disabled idle statesGravatar Rafael J. Wysocki 1-9/+26
2019-10-14cpuidle: teo: Consider hits and misses metrics of disabled statesGravatar Rafael J. Wysocki 1-4/+21
2019-10-14cpuidle: teo: Rename local variable in teo_select()Gravatar Rafael J. Wysocki 1-10/+9
2019-10-14cpuidle: teo: Ignore disabled idle states that are too deepGravatar Rafael J. Wysocki 1-0/+7
2019-09-11cpuidle-haltpoll: set haltpoll as preferred governorGravatar Joao Martins 1-1/+1
2019-08-10cpuidle: teo: Get rid of redundant check in teo_update()Gravatar Rafael J. Wysocki 1-12/+4
2019-08-05cpuidle: teo: Allow tick to be stopped if PM QoS is usedGravatar Rafael J. Wysocki 1-16/+16
2019-08-05cpuidle: menu: Allow tick to be stopped if PM QoS is usedGravatar Rafael J. Wysocki 1-11/+5
2019-07-30cpuidle: add haltpoll governorGravatar Marcelo Tosatti 2-0/+151
2019-07-30governors: unify last_state_idxGravatar Marcelo Tosatti 3-20/+18
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 215Gravatar Thomas Gleixner 1-3/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-03-07cpuidle: menu: Avoid overflows when computing varianceGravatar Rafael J. Wysocki 1-1/+1
2019-01-16cpuidle: New timer events oriented governor for tickless systemsGravatar Rafael J. Wysocki 2-0/+445
2018-10-30Merge tag 'pm-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 1-19/+6
2018-10-26sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADGravatar Johannes Weiner 1-4/+0
2018-10-25cpuidle: menu: Remove get_loadavg() from the performance multiplierGravatar Daniel Lezcano 1-19/+6
2018-10-18cpuidle: menu: Avoid computations when result will be discardedGravatar Rafael J. Wysocki 1-3/+16
2018-10-18cpuidle: menu: Drop redundant comparisonGravatar Rafael J. Wysocki 1-6/+1
2018-10-12cpuidle: menu: Simplify checks related to the polling stateGravatar Rafael J. Wysocki 1-4/+4
2018-10-04cpuidle: menu: Move the latency_req == 0 special case checkGravatar Rafael J. Wysocki 1-7/+1
2018-10-04cpuidle: menu: Avoid computations for very close timersGravatar Rafael J. Wysocki 1-0/+12
2018-10-04cpuidle: menu: Do not update last_state_idx in menu_select()Gravatar Rafael J. Wysocki 1-5/+2
2018-10-04cpuidle: menu: Get rid of first_idx from menu_select()Gravatar Rafael J. Wysocki 1-18/+14
2018-10-04cpuidle: menu: Compute first_idx when latency_req is knownGravatar Rafael J. Wysocki 1-16/+16
2018-10-04cpuidle: menu: Fix wakeup statistics updates for polling stateGravatar Rafael J. Wysocki 1-0/+10
2018-10-03cpuidle: menu: Replace data->predicted_us with local variableGravatar Rafael J. Wysocki 1-12/+11
2018-09-18cpuidle: Remove unnecessary wrapper cpuidle_get_last_residency()Gravatar Fieah Lim 2-2/+2
2018-08-25cpuidle: menu: Retain tick when shallow state is selectedGravatar Rafael J. Wysocki 1-1/+12