summaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/governors
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 215Thomas Gleixner2019-05-301-3/+1Star
* 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/+6Star
|\
| * cpuidle: menu: Remove get_loadavg() from the performance multiplierDaniel Lezcano2018-10-251-19/+6Star
* | sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner2018-10-271-4/+0Star
|/
* 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/+1Star
* 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/+1Star
* 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/+2Star
* cpuidle: menu: Get rid of first_idx from menu_select()Rafael J. Wysocki2018-10-041-18/+14Star
* 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/+11Star
* 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
* cpuidle: menu: Update stale polling override commentRafael J. Wysocki2018-08-161-3/+2Star
* cpuidle: menu: Fix white spaceRafael J. Wysocki2018-08-151-2/+2
* cpuidle: governors: Consolidate PM QoS handlingRafael J. Wysocki2018-05-302-16/+2Star
* cpuidle: governors: Drop redundant checks related to PM QoSRafael J. Wysocki2018-05-302-4/+2Star
* cpuidle: menu: Avoid selecting shallow states with stopped tickRafael J. Wysocki2018-04-091-7/+22
* cpuidle: menu: Refine idle state selection for running tickRafael J. Wysocki2018-04-091-2/+25
* cpuidle: Return nohz hint from cpuidle_select()Rafael J. Wysocki2018-04-062-13/+49
* cpuidle: ladder: Add per CPU PM QoS resume latency supportRamesh Thomas2017-11-081-0/+7
* PM / QoS: Fix device resume latency frameworkRafael J. Wysocki2017-11-081-2/+2
* cpuidle: Eliminate the CPUIDLE_DRIVER_STATE_START symbolRafael J. Wysocki2017-08-302-14/+13Star
* cpuidle: menu: allow state 0 to be disabledNicholas Piggin2017-06-291-5/+15
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-031-0/+2
|\
| * sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
| * sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | cpuidle: menu: Avoid taking spinlock for accessing QoS valuesRafael J. Wysocki2017-02-271-1/+1
|/
* cpuidle/menu: add per CPU PM QoS resume latency considerationAlex Shi2017-01-301-0/+7
* cpuidle/menu: stop seeking deeper idle if current state is deep enoughAlex Shi2017-01-301-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* cpuidle: governors: Remove remaining old module codeDaniel Lezcano2016-10-212-4/+0Star
* cpuidle: menu: Fall back to polling if next timer event is nearRafael J. Wysocki2016-03-211-4/+8
* cpuidle: menu: use high confidence factors only when considering pollingRik van Riel2016-03-171-18/+24
* cpuidle: menu: help gcc generate slightly better codeRasmus Villemoes2016-02-171-8/+8
* cpuidle: menu: avoid expensive square root computationRasmus Villemoes2016-02-171-18/+17Star
* cpuidle: menu: Avoid pointless checks in menu_select()Rafael J. Wysocki2016-01-191-1/+1
* cpuidle: Default to ladder governor on ticking systemsJean Delvare2016-01-151-0/+9
* cpuidle: menu: Fix menu_select() for CPUIDLE_DRIVER_STATE_START == 0Rafael J. Wysocki2016-01-141-9/+12
* cpuidle,menu: smooth out measured_us calculationRik van Riel2015-11-171-1/+3
* cpuidle,menu: use interactivity_req to disable pollingRik van Riel2015-11-171-1/+1
* cpuidle,x86: increase forced cut-off for polling to 20usRik van Riel2015-11-171-1/+1
* cpuidle: Check the sign of index in cpuidle_reflect()Rafael J. Wysocki2015-05-041-2/+2