aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/governors (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-27cpuidle: menu: Avoid taking spinlock for accessing QoS valuesRafael J. Wysocki1-1/+1
2017-01-30cpuidle/menu: add per CPU PM QoS resume latency considerationAlex Shi1-0/+7
2017-01-30cpuidle/menu: stop seeking deeper idle if current state is deep enoughAlex Shi1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-21cpuidle: governors: Remove remaining old module codeDaniel Lezcano2-4/+0
2016-03-21cpuidle: menu: Fall back to polling if next timer event is nearRafael J. Wysocki1-4/+8
2016-03-17cpuidle: menu: use high confidence factors only when considering pollingRik van Riel1-18/+24
2016-02-17cpuidle: menu: help gcc generate slightly better codeRasmus Villemoes1-8/+8
2016-02-17cpuidle: menu: avoid expensive square root computationRasmus Villemoes1-18/+17
2016-01-19cpuidle: menu: Avoid pointless checks in menu_select()Rafael J. Wysocki1-1/+1
2016-01-15cpuidle: Default to ladder governor on ticking systemsJean Delvare1-0/+9
2016-01-14cpuidle: menu: Fix menu_select() for CPUIDLE_DRIVER_STATE_START == 0Rafael J. Wysocki1-9/+12
2015-11-17cpuidle,menu: smooth out measured_us calculationRik van Riel1-1/+3
2015-11-17cpuidle,menu: use interactivity_req to disable pollingRik van Riel1-1/+1
2015-11-17cpuidle,x86: increase forced cut-off for polling to 20usRik van Riel1-1/+1
2015-05-04cpuidle: Check the sign of index in cpuidle_reflect()Rafael J. Wysocki1-2/+2
2015-04-17cpuidle: menu: use DIV_ROUND_CLOSEST_ULL()Javi Merino1-7/+1