aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/governors (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-13cpuidle: teo: Fix intervals[] array indexing bugIkjoon Jang1-1/+1
2019-11-15cpuidle: teo: Avoid code duplication in conditionalsRafael J. Wysocki1-5/+8
2019-11-13cpuidle: teo: Avoid using "early hits" incorrectlyRafael J. Wysocki1-4/+17
2019-11-13cpuidle: teo: Exclude cpuidle overhead from computationsRafael J. Wysocki1-1/+8
2019-11-11cpuidle: Use nanoseconds as the unit of timeRafael J. Wysocki4-124/+107
2019-11-06cpuidle: Consolidate disabled state checksRafael J. Wysocki3-11/+6
2019-10-14cpuidle: teo: Fix "early hits" handling for disabled idle statesRafael J. Wysocki1-9/+26
2019-10-14cpuidle: teo: Consider hits and misses metrics of disabled statesRafael J. Wysocki1-4/+21
2019-10-14cpuidle: teo: Rename local variable in teo_select()Rafael J. Wysocki1-10/+9
2019-10-14cpuidle: teo: Ignore disabled idle states that are too deepRafael J. Wysocki1-0/+7
2019-09-11cpuidle-haltpoll: set haltpoll as preferred governorJoao Martins1-1/+1
2019-08-10cpuidle: teo: Get rid of redundant check in teo_update()Rafael J. Wysocki1-12/+4
2019-08-05cpuidle: teo: Allow tick to be stopped if PM QoS is usedRafael J. Wysocki1-16/+16
2019-08-05cpuidle: menu: Allow tick to be stopped if PM QoS is usedRafael J. Wysocki1-11/+5
2019-07-30cpuidle: add haltpoll governorMarcelo Tosatti2-0/+151
2019-07-30governors: unify last_state_idxMarcelo Tosatti3-20/+18
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 215Thomas Gleixner1-3/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-03-07cpuidle: menu: Avoid overflows when computing varianceRafael J. Wysocki1-1/+1
2019-01-16cpuidle: New timer events oriented governor for tickless systemsRafael J. Wysocki2-0/+445
2018-10-30Merge tag 'pm-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-19/+6
2018-10-26sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner1-4/+0
2018-10-25cpuidle: menu: Remove get_loadavg() from the performance multiplierDaniel Lezcano1-19/+6
2018-10-18cpuidle: menu: Avoid computations when result will be discardedRafael J. Wysocki1-3/+16
2018-10-18cpuidle: menu: Drop redundant comparisonRafael J. Wysocki1-6/+1
2018-10-12cpuidle: menu: Simplify checks related to the polling stateRafael J. Wysocki1-4/+4
2018-10-04cpuidle: menu: Move the latency_req == 0 special case checkRafael J. Wysocki1-7/+1
2018-10-04cpuidle: menu: Avoid computations for very close timersRafael J. Wysocki1-0/+12
2018-10-04cpuidle: menu: Do not update last_state_idx in menu_select()Rafael J. Wysocki1-5/+2
2018-10-04cpuidle: menu: Get rid of first_idx from menu_select()Rafael J. Wysocki1-18/+14
2018-10-04cpuidle: menu: Compute first_idx when latency_req is knownRafael J. Wysocki1-16/+16
2018-10-04cpuidle: menu: Fix wakeup statistics updates for polling stateRafael J. Wysocki1-0/+10
2018-10-03cpuidle: menu: Replace data->predicted_us with local variableRafael J. Wysocki1-12/+11
2018-09-18cpuidle: Remove unnecessary wrapper cpuidle_get_last_residency()Fieah Lim2-2/+2
2018-08-25cpuidle: menu: Retain tick when shallow state is selectedRafael J. Wysocki1-1/+12
2018-08-20cpuidle: menu: Handle stopped tick more aggressivelyRafael J. Wysocki1-12/+24
2018-08-16cpuidle: menu: Update stale polling override commentRafael J. Wysocki1-3/+2
2018-08-15cpuidle: menu: Fix white spaceRafael J. Wysocki1-2/+2
2018-05-30cpuidle: governors: Consolidate PM QoS handlingRafael J. Wysocki2-16/+2
2018-05-30cpuidle: governors: Drop redundant checks related to PM QoSRafael J. Wysocki2-4/+2
2018-04-09cpuidle: menu: Avoid selecting shallow states with stopped tickRafael J. Wysocki1-7/+22
2018-04-09cpuidle: menu: Refine idle state selection for running tickRafael J. Wysocki1-2/+25
2018-04-06cpuidle: Return nohz hint from cpuidle_select()Rafael J. Wysocki2-13/+49
2017-11-08cpuidle: ladder: Add per CPU PM QoS resume latency supportRamesh Thomas1-0/+7
2017-11-08PM / QoS: Fix device resume latency frameworkRafael J. Wysocki1-2/+2
2017-08-30cpuidle: Eliminate the CPUIDLE_DRIVER_STATE_START symbolRafael J. Wysocki2-14/+13
2017-06-29cpuidle: menu: allow state 0 to be disabledNicholas Piggin1-5/+15
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/loadavg.h>Ingo Molnar1-0/+1