aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/governors (follow)
AgeCommit message (Expand)AuthorFilesLines
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