aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/governors (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-26drivers/cpuidle: Replace __get_cpu_var uses for address calculationChristoph Lameter2-5/+5
2014-08-14Merge tag 'pm+acpi-3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-20/+23
2014-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-08-06cpuidle: menu: Lookup CPU runqueues lessMel Gorman1-10/+7
2014-08-06cpuidle: menu: Call nr_iowait_cpu less timesMel Gorman1-7/+8
2014-08-06cpuidle: menu: Use ktime_to_us instead of reinventing the wheelMel Gorman1-4/+1
2014-08-06cpuidle: menu: Use shifts when calculating averages where possibleMel Gorman1-3/+11
2014-07-29cpuidle: ladder governor - use macro instead of hardcoded valueMohammad Merajul Islam Molla1-2/+2
2014-07-28cpuidle: menu governor - remove unused macro STDDEV_THRESHMohammad Merajul Islam Molla1-1/+0
2014-06-19cpuidle: fix commentAntonio Ospite1-1/+1
2014-05-01cpuidle / menu: move repeated correction factor check to initChander Kashyap1-7/+8
2014-05-01cpuidle / menu: Return (-1) if there are no suitable statesRafael J. Wysocki1-1/+1
2014-03-06cpuidle: Move perf multiplier calculation out of the selection looptuukka.tikkanen@linaro.org1-5/+10
2014-03-06cpuidle: Do not substract exit latency from assumed sleep lengthtuukka.tikkanen@linaro.org1-18/+26
2014-03-06cpuidle: Ensure menu coefficients stay within domaintuukka.tikkanen@linaro.org1-0/+3
2014-03-06cpuidle: Use actual state latency in menu governortuukka.tikkanen@linaro.org1-5/+2
2014-03-06cpuidle: rename expected_us to next_timer_us in menu governortuukka.tikkanen@linaro.org1-9/+9
2013-08-23cpuidle: Change struct menu_device field typesTuukka Tikkanen1-11/+17
2013-08-23cpuidle: Add a comment warning about possible overflowTuukka Tikkanen1-0/+9
2013-08-23cpuidle: Fix variable domains in get_typical_interval()Tuukka Tikkanen1-6/+9
2013-08-23cpuidle: Fix menu_device->intervals typeTuukka Tikkanen1-1/+1
2013-08-23cpuidle: CodingStyle: Break up multiple assignments on single lineTuukka Tikkanen1-3/+6
2013-08-23cpuidle: Check called function parameter in get_typical_interval()Tuukka Tikkanen1-5/+13
2013-08-23cpuidle: Rearrange code and comments in get_typical_interval()Tuukka Tikkanen1-13/+15
2013-08-23cpuidle: Ignore interval prediction result when timer is shorterTuukka Tikkanen1-1/+4
2013-08-14Merge back earlier 'pm-cpuidle' material.Rafael J. Wysocki2-22/+2
2013-07-29Revert "cpuidle: Quickly notice prediction failure for repeat mode"Rafael J. Wysocki1-69/+4
2013-07-29Revert "cpuidle: Quickly notice prediction failure in general case"Rafael J. Wysocki1-34/+1
2013-07-15cpuidle: Make it clear that governors cannot be modulesDaniel Lezcano2-22/+2
2013-01-15cpuidle: remove the power_specified field in the driverDaniel Lezcano1-6/+2
2013-01-03cpuidle: Fix finding state with min power_usageSivaram Nair1-1/+1
2012-11-23cpuidle: fix a suspicious RCU usage in menu governorLi Zhong1-4/+6
2012-11-15cpuidle: Get typical recent sleep intervalYouquan Song1-23/+46
2012-11-15cpuidle: Quickly notice prediction failure in general caseYouquan Song1-1/+33
2012-11-15cpuidle: Quickly notice prediction failure for repeat modeYouquan Song1-5/+70
2012-09-04PM / cpuidle: Make ladder governor use the "disabled" state flagRafael J. Wysocki1-1/+3
2012-09-04Honor state disabling in the cpuidle ladder governorCarsten Emde1-1/+3
2012-07-03PM / Domains: Add preliminary support for cpuidle, v2Rafael J. Wysocki1-1/+2
2012-07-03cpuidle: move field disable from per-driver to per-cpuShuoX Liu1-2/+3
2012-03-30cpuidle: power_usage should be declared signed integerBoris Ostrovsky1-1/+1
2012-03-30cpuidle: add a sysfs entry to disable specific C state for debug purpose.ShuoX Liu1-1/+4
2011-11-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds2-23/+47
2011-11-06cpuidle: Single/Global registration of idle statesDeepthi Dharwar2-19/+29
2011-11-06cpuidle: Remove CPUIDLE_FLAG_IGNORE and dev->prepare()Deepthi Dharwar1-2/+0
2011-11-06cpuidle: Move dev->last_residency update to driver enter routine; remove dev->last_stateDeepthi Dharwar2-2/+18
2011-10-31cpuidle: ladder.c needs module.h and not just moduleparam.hPaul Gortmaker1-1/+1
2011-10-31cpuidle: Add module.h to drivers/cpuidle files as required.Paul Gortmaker1-0/+1
2011-08-25PM QoS: Move and rename the implementation filesJean Pihet2-2/+2
2011-05-29cpuidle: menu: fixed wrapping timers at 4.294 secondsTero Kristo1-1/+3
2010-09-28cpuidle: Fix typosLucas De Marchi1-1/+1