aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpuidle
AgeCommit message (Expand)AuthorFilesLines
2010-05-25cpuidle: add a repeating pattern detector to the menu governorGravatar Arjan van de Ven 1-1/+59
2010-05-10PM QOS updateGravatar Mark Gross 2-2/+2
2010-05-09cpuidle: Fix incorrect optimizationGravatar Arjan van de Ven 1-5/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeGravatar Emese Revfy 1-2/+2
2010-03-07sysdev: Pass attribute in sysdev_class attributes show/storeGravatar Andi Kleen 1-0/+4
2010-03-06cpuidle menu: remove 8 bytes of padding on 64 bit buildsGravatar Richard Kennedy 1-1/+1
2010-01-11drivers/cpuidle/governors/menu.c: fix undefined reference to `__udivdi3'Gravatar Stephen Hemminger 1-3/+9
2009-12-15drivers/cpuidle: Move dereference after NULL testGravatar Julia Lawall 1-3/+0
2009-11-09tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed"Gravatar Uwe Kleine-König 1-2/+2
2009-10-29cpuidle: always return with interrupts enabledGravatar Kevin Hilman 1-1/+4
2009-09-22cpuidle: menu governor: reduce latency on exitGravatar Corrado Zoccolo 1-1/+19
2009-09-22cpuidle: fix the menu governor to boost IO performanceGravatar Arjan van de Ven 1-39/+212
2009-09-19tracing, x86, cpuidle: Move the end point of a C state in the power tracerGravatar Arjan van de Ven 1-0/+2
2008-12-30cpuidle: Add decaying history logic to menu idle predictorGravatar Pallipadi, Venkatesh 1-1/+9
2008-11-09regression: disable timer peek-ahead for 2.6.28Gravatar Arjan van de Ven 1-1/+3
2008-10-23Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/sc...Gravatar Linus Torvalds 1-0/+7
2008-10-16cpuidle: upon BIOS bug, default to default_idle rather than pollingGravatar Venkatesh Pallipadi 1-0/+4
2008-10-16cpuidle: use last_state which can reflect the actual state enteredGravatar Venkatesh Pallipadi 1-1/+4
2008-09-11hrtimer: peek at the timer queue just before going idleGravatar Arjan van de Ven 1-0/+7
2008-08-15cpuidle: Make ladder governor honor latency requirements fullyGravatar venkatesh.pallipadi@intel.com 1-0/+12
2008-08-15cpuidle: Menu governor fix wrong usage of measured_usGravatar venkatesh.pallipadi@intel.com 1-12/+19
2008-08-15cpuidle: Do not use poll_idle unless user asks for itGravatar venkatesh.pallipadi@intel.com 2-6/+19
2008-08-12cpuidle: make sysfs attributes sysdev class attributesGravatar Rabin Vincent 1-14/+15
2008-07-28ACPI/CPUIDLE: prevent setting pm_idle to NULLGravatar Thomas Gleixner 1-1/+1
2008-07-21sysdev: Pass the attribute to the low level sysdev show/store functionGravatar Andi Kleen 1-3/+7
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentGravatar Jens Axboe 1-1/+1
2008-06-11cpuidle acpi driver: fix oops on AC<->DCGravatar Venkatesh Pallipadi 1-5/+35
2008-03-26cpuidle: fix 100% C0 statistics regressionGravatar Venki Pallipadi 1-1/+1
2008-03-26cpuidle: fix cpuidle time and usage overflowGravatar Yi Yang 2-3/+9
2008-02-14ACPI, cpuidle: Clarify C-state description in sysfsGravatar Venkatesh Pallipadi 2-4/+13
2008-02-09cpuidle: build fix for non-x86Gravatar Venki Pallipadi 1-1/+12
2008-02-07Revert "cpuidle: build fix for non-x86"Gravatar Len Brown 1-1/+1
2008-02-07Merge branches 'release', 'cpuidle-2.6.25' and 'idle' into releaseGravatar Len Brown 2-3/+44
2008-02-07cpuidle: Add a poll_idle methodGravatar venkatesh.pallipadi@intel.com 1-0/+41
2008-02-05pm qos infrastructure and interfaceGravatar Mark Gross 3-6/+10
2008-01-31cpuidle: build fix for non-x86Gravatar Kevin Hilman 1-1/+1
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Gravatar Greg Kroah-Hartman 1-2/+2
2008-01-24Kobject: change drivers/cpuidle/sysfs.c to use kobject_init_and_addGravatar Greg Kroah-Hartman 1-8/+9
2007-11-19ACPI: CONFIG_CPU_IDLE=ACPI by defaultGravatar len.brown@intel.com 1-2/+2
2007-10-29cpuidle: remove unused exportsGravatar Adrian Bunk 2-4/+0
2007-10-10cpuidle: consolidate 2.6.22 cpuidle branch into one patchGravatar Len Brown 10-0/+1220