aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/governors
AgeCommit message (Expand)Author
2016-03-21cpuidle: menu: Fall back to polling if next timer event is nearRafael J. Wysocki
2016-03-17cpuidle: menu: use high confidence factors only when considering pollingRik van Riel
2016-02-17cpuidle: menu: help gcc generate slightly better codeRasmus Villemoes
2016-02-17cpuidle: menu: avoid expensive square root computationRasmus Villemoes
2016-01-19cpuidle: menu: Avoid pointless checks in menu_select()Rafael J. Wysocki
2016-01-15cpuidle: Default to ladder governor on ticking systemsJean Delvare
2016-01-14cpuidle: menu: Fix menu_select() for CPUIDLE_DRIVER_STATE_START == 0Rafael J. Wysocki
2015-11-17cpuidle,menu: smooth out measured_us calculationRik van Riel
2015-11-17cpuidle,menu: use interactivity_req to disable pollingRik van Riel
2015-11-17cpuidle,x86: increase forced cut-off for polling to 20usRik van Riel
2015-05-04cpuidle: Check the sign of index in cpuidle_reflect()Rafael J. Wysocki
2015-04-17cpuidle: menu: use DIV_ROUND_CLOSEST_ULL()Javi Merino
2014-12-17cpuidle: ladder: Better idle duration measurement without using CPUIDLE_FLAG_...Len Brown
2014-12-17cpuidle: menu: Better idle duration measurement without using CPUIDLE_FLAG_TI...Len Brown
2014-11-12cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logicDaniel Lezcano
2014-08-26drivers/cpuidle: Replace __get_cpu_var uses for address calculationChristoph Lameter
2014-08-14Merge tag 'pm+acpi-3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-08-06cpuidle: menu: Lookup CPU runqueues lessMel Gorman
2014-08-06cpuidle: menu: Call nr_iowait_cpu less timesMel Gorman
2014-08-06cpuidle: menu: Use ktime_to_us instead of reinventing the wheelMel Gorman
2014-08-06cpuidle: menu: Use shifts when calculating averages where possibleMel Gorman
2014-07-29cpuidle: ladder governor - use macro instead of hardcoded valueMohammad Merajul Islam Molla
2014-07-28cpuidle: menu governor - remove unused macro STDDEV_THRESHMohammad Merajul Islam Molla
2014-06-19cpuidle: fix commentAntonio Ospite
2014-05-01cpuidle / menu: move repeated correction factor check to initChander Kashyap
2014-05-01cpuidle / menu: Return (-1) if there are no suitable statesRafael J. Wysocki
2014-03-06cpuidle: Move perf multiplier calculation out of the selection looptuukka.tikkanen@linaro.org
2014-03-06cpuidle: Do not substract exit latency from assumed sleep lengthtuukka.tikkanen@linaro.org
2014-03-06cpuidle: Ensure menu coefficients stay within domaintuukka.tikkanen@linaro.org
2014-03-06cpuidle: Use actual state latency in menu governortuukka.tikkanen@linaro.org
2014-03-06cpuidle: rename expected_us to next_timer_us in menu governortuukka.tikkanen@linaro.org
2013-08-23cpuidle: Change struct menu_device field typesTuukka Tikkanen
2013-08-23cpuidle: Add a comment warning about possible overflowTuukka Tikkanen
2013-08-23cpuidle: Fix variable domains in get_typical_interval()Tuukka Tikkanen
2013-08-23cpuidle: Fix menu_device->intervals typeTuukka Tikkanen
2013-08-23cpuidle: CodingStyle: Break up multiple assignments on single lineTuukka Tikkanen
2013-08-23cpuidle: Check called function parameter in get_typical_interval()Tuukka Tikkanen
2013-08-23cpuidle: Rearrange code and comments in get_typical_interval()Tuukka Tikkanen
2013-08-23cpuidle: Ignore interval prediction result when timer is shorterTuukka Tikkanen
2013-08-14Merge back earlier 'pm-cpuidle' material.Rafael J. Wysocki
2013-07-29Revert "cpuidle: Quickly notice prediction failure for repeat mode"Rafael J. Wysocki
2013-07-29Revert "cpuidle: Quickly notice prediction failure in general case"Rafael J. Wysocki
2013-07-15cpuidle: Make it clear that governors cannot be modulesDaniel Lezcano
2013-01-15cpuidle: remove the power_specified field in the driverDaniel Lezcano
2013-01-03cpuidle: Fix finding state with min power_usageSivaram Nair
2012-11-23cpuidle: fix a suspicious RCU usage in menu governorLi Zhong
2012-11-15cpuidle: Get typical recent sleep intervalYouquan Song
2012-11-15cpuidle: Quickly notice prediction failure in general caseYouquan Song
2012-11-15cpuidle: Quickly notice prediction failure for repeat modeYouquan Song