aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/governors (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-09cpuidle: extend cpuidle and menu governor to handle dynamic statesAi Li1-7/+16
2010-07-01sched: Cure nr_iowait_cpu() usersPeter Zijlstra1-2/+2
2010-05-25cpuidle: add a repeating pattern detector to the menu governorArjan van de Ven1-1/+59
2010-05-10PM QOS updateMark Gross2-2/+2
2010-05-09cpuidle: Fix incorrect optimizationArjan van de Ven1-5/+4
2010-03-06cpuidle menu: remove 8 bytes of padding on 64 bit buildsRichard Kennedy1-1/+1
2010-01-11drivers/cpuidle/governors/menu.c: fix undefined reference to `__udivdi3'Stephen Hemminger1-3/+9
2009-12-15drivers/cpuidle: Move dereference after NULL testJulia Lawall1-3/+0
2009-09-22cpuidle: menu governor: reduce latency on exitCorrado Zoccolo1-1/+19
2009-09-22cpuidle: fix the menu governor to boost IO performanceArjan van de Ven1-39/+212
2008-12-30cpuidle: Add decaying history logic to menu idle predictorPallipadi, Venkatesh1-1/+9
2008-08-15cpuidle: Make ladder governor honor latency requirements fullyvenkatesh.pallipadi@intel.com1-0/+12
2008-08-15cpuidle: Menu governor fix wrong usage of measured_usvenkatesh.pallipadi@intel.com1-12/+19
2008-08-15cpuidle: Do not use poll_idle unless user asks for itvenkatesh.pallipadi@intel.com2-6/+19
2008-02-05pm qos infrastructure and interfaceMark Gross2-4/+5
2007-10-10cpuidle: consolidate 2.6.22 cpuidle branch into one patchLen Brown3-0/+309