aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/governors
AgeCommit message (Expand)Author
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
2012-09-04PM / cpuidle: Make ladder governor use the "disabled" state flagRafael J. Wysocki
2012-09-04Honor state disabling in the cpuidle ladder governorCarsten Emde
2012-07-03PM / Domains: Add preliminary support for cpuidle, v2Rafael J. Wysocki
2012-07-03cpuidle: move field disable from per-driver to per-cpuShuoX Liu
2012-03-30cpuidle: power_usage should be declared signed integerBoris Ostrovsky
2012-03-30cpuidle: add a sysfs entry to disable specific C state for debug purpose.ShuoX Liu
2011-11-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2011-11-06cpuidle: Single/Global registration of idle statesDeepthi Dharwar
2011-11-06cpuidle: Remove CPUIDLE_FLAG_IGNORE and dev->prepare()Deepthi Dharwar
2011-11-06cpuidle: Move dev->last_residency update to driver enter routine; remove dev-...Deepthi Dharwar
2011-10-31cpuidle: ladder.c needs module.h and not just moduleparam.hPaul Gortmaker
2011-10-31cpuidle: Add module.h to drivers/cpuidle files as required.Paul Gortmaker