aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpuidle
AgeCommit message (Expand)AuthorFilesLines
2013-07-29Revert "cpuidle: Quickly notice prediction failure for repeat mode"Gravatar Rafael J. Wysocki 1-69/+4
2013-07-29Revert "cpuidle: Quickly notice prediction failure in general case"Gravatar Rafael J. Wysocki 1-34/+1
2013-07-27Merge branch 'cpuidle-arm' into pm-cpuidleGravatar Rafael J. Wysocki 4-16/+173
2013-07-27ARM: ux500: cpuidle: Move ux500 cpuidle driver to drivers/cpuidleGravatar Daniel Lezcano 3-0/+140
2013-07-27cpuidle: Add Kconfig.arm and move calxeda, kirkwood and zynqGravatar Sahara 3-16/+33
2013-07-15cpuidle: Check if device is already registeredGravatar Daniel Lezcano 1-1/+4
2013-07-15cpuidle: Introduce __cpuidle_device_init()Gravatar Daniel Lezcano 1-7/+13
2013-07-15cpuidle: Introduce __cpuidle_unregister_device()Gravatar Daniel Lezcano 1-30/+32
2013-07-15cpuidle: Make cpuidle's sysfs directory dynamically allocatedGravatar Daniel Lezcano 1-15/+48
2013-07-15cpuidle: Fix white space to follow CodingStyleGravatar Daniel Lezcano 1-16/+22
2013-07-15cpuidle: Check cpuidle_enable_device() return valueGravatar Daniel Lezcano 1-8/+9
2013-07-15cpuidle: Make it clear that governors cannot be modulesGravatar Daniel Lezcano 2-22/+2
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 5-132/+307
2013-07-02Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Gravatar Linus Torvalds 1-14/+0
2013-06-24cpuidle: calxeda: select ARM_CPU_SUSPENDGravatar Arnd Bergmann 1-0/+1
2013-06-11cpuidle: Fix ARCH_NEEDS_CPU_IDLE_COUPLED dependency warningGravatar Daniel Lezcano 1-3/+3
2013-06-11cpuidle: Comment the driver's framework codeGravatar Daniel Lezcano 1-6/+126
2013-06-11cpuidle: simplify multiple driver supportGravatar Daniel Lezcano 2-115/+81
2013-06-05ARM: zynq: Add cpuidle supportGravatar Michal Simek 3-0/+91
2013-06-03cpuidle: improve governor Kconfig optionsGravatar Daniel Lezcano 1-9/+7
2013-05-29ARM: introduce common set_auxcr/get_auxcr functionsGravatar Rob Herring 1-14/+0
2013-04-26cpuidle: add maintainer entryGravatar Daniel Lezcano 2-3/+6
2013-04-24cpuidle: fix comment formatGravatar Daniel Lezcano 1-1/+1
2013-04-23ARM: kirkwood: cpuidle: use init/exit common routineGravatar Daniel Lezcano 1-15/+2
2013-04-23ARM: calxeda: cpuidle: use init/exit common routineGravatar Daniel Lezcano 1-51/+1
2013-04-23cpuidle: make a single register function for allGravatar Daniel Lezcano 1-0/+72
2013-04-23cpuidle: remove en_core_tk_irqen flagGravatar Daniel Lezcano 3-56/+18
2013-04-01cpuidle: initialize the broadcast timer frameworkGravatar Daniel Lezcano 1-2/+29
2013-04-01cpuidle: kirkwood: fix coccicheck warningsGravatar Silviu-Mihai Popescu 1-3/+3
2013-04-01cpuidle / kirkwood: remove redundant Kconfig optionGravatar Daniel Lezcano 2-7/+1
2013-04-01cpuidle : handle clockevent notify from the cpuidle frameworkGravatar Daniel Lezcano 1-0/+9
2013-02-21Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 3-0/+113
2013-01-31cpuidle: kirkwood: Move out of mach directoryGravatar Andrew Lunn 3-0/+113
2013-01-26PM / tracing: remove deprecated power trace APIGravatar Paul Gortmaker 1-2/+0
2013-01-15cpuidle: remove the power_specified field in the driverGravatar Daniel Lezcano 3-44/+6
2013-01-11cpuidle: fix number of initialized/destroyed statesGravatar Krzysztof Mazur 1-1/+1
2013-01-03cpuidle: fix lock contention in the idle pathGravatar Daniel Lezcano 1-7/+1
2013-01-03cpuidle / coupled: fix ready counter decrementGravatar Sivaram Nair 1-1/+1
2013-01-03cpuidle: Fix finding state with min power_usageGravatar Sivaram Nair 2-2/+2
2012-12-12Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 3-0/+173
2012-11-27cpuidle: Measure idle state durations with monotonic clockGravatar Julius Werner 1-2/+1
2012-11-23cpuidle: fix a suspicious RCU usage in menu governorGravatar Li Zhong 1-4/+6
2012-11-15cpuidle: support multiple driversGravatar Daniel Lezcano 5-38/+351
2012-11-15cpuidle: prepare the cpuidle core to handle multiple driversGravatar Daniel Lezcano 1-18/+42
2012-11-15cpuidle: move driver checking within the lock sectionGravatar Daniel Lezcano 1-9/+1
2012-11-15cpuidle: move driver's refcount to cpuidleGravatar Daniel Lezcano 1-5/+8
2012-11-15cpuidle: fixup device.h header in cpuidle.hGravatar Daniel Lezcano 2-2/+4
2012-11-15cpuidle / sysfs: move structure declaration into the sysfs.c fileGravatar Daniel Lezcano 1-0/+7
2012-11-15cpuidle: Get typical recent sleep intervalGravatar Youquan Song 1-23/+46
2012-11-15cpuidle: Set residency to 0 if target Cstate not enterGravatar Youquan Song 1-0/+4