summaryrefslogtreecommitdiff
path: root/drivers/cpuidle
AgeCommit message (Expand)Author
2012-11-02cpuidle: Export target residencyAntti P Miettinen
2012-10-19PM / cpuidle: Add driver reference counterRafael J. Wysocki
2012-10-19PM / Domains: Add preliminary support for cpuidle, v2Prashant Gaikwad
2012-09-11cpuidle: Add GCOV_PROFILEJuha Tukkinen
2012-07-23cpuidle: fix error handling in __cpuidle_register_deviceColin Cross
2012-04-24cpuidle: governor: menu: Initialize power usage to maxPrashant Gaikwad
2012-04-18cpuidle: Fix panic in CPU off-lining with no idle driverToshi Kani
2012-04-07cpuidle: fix dev->states and dev->state_count usageVarun Wadekar
2012-04-07Merge branch '3.4-rc1' into android-tegra-nv-3.3-rebasedVarun Wadekar
2012-03-25Revert "cpuidle: Single/Global registration of idle states"Dan Willemsen
2012-03-02Merge commit 'v3.3-rc5' into android-3.3Colin Cross
2012-02-22cpuidle: Default y on powerpc pSeriesBenjamin Herrenschmidt
2012-02-14cpuidle: governor: menu: don't use loadavgColin Cross
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers
2011-11-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2011-11-06cpuidle: Single/Global registration of idle statesDeepthi Dharwar
2011-11-06cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsDeepthi Dharwar
2011-11-06cpuidle: Remove CPUIDLE_FLAG_IGNORE and dev->prepare()Deepthi Dharwar
2011-11-06cpuidle: Move dev->last_residency update to driver enter routine; remove dev-...Deepthi Dharwar
2011-10-31cpuidle: ladder.c needs module.h and not just moduleparam.hPaul Gortmaker
2011-10-31cpuidle: Add module.h to drivers/cpuidle files as required.Paul Gortmaker
2011-08-25PM QoS: Move and rename the implementation filesJean Pihet
2011-08-03cpuidle: stop depending on pm_idleLen Brown
2011-08-03cpuidle: replace xen access to x86 pm_idle and default_idleLen Brown
2011-08-03cpuidle: create bootparam "cpuidle.off=1"Len Brown
2011-05-29Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-05-29cpuidle: menu: fixed wrapping timers at 4.294 secondsTero Kristo
2011-02-15Merge branch 'master' into for-nextJiri Kosina
2011-01-19Kill off warning: ‘inline’ is not at beginning of declarationJesper Juhl
2011-01-12Merge branch 'cpuidle-perf-events' into idle-testLen Brown
2011-01-12Merge branch 'linus' into idle-testLen Brown
2011-01-12cpuidle/x86/perf: fix power:cpu_idle double end events and throw cpu_idle eve...Thomas Renninger
2011-01-12cpuidle: delete NOP CPUIDLE_FLAG_POLLLen Brown
2011-01-12cpuidle: Rename X86 specific idle poll state[0] from C0 to POLLThomas Renninger
2011-01-12cpuidle: Make cpuidle_enable_device() call poll_idle_init()Rafael J. Wysocki
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2011-01-04perf: Clean up power events by introducing new, more generic onesThomas Renninger
2010-12-17drivers: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter
2010-09-28cpuidle: Fix typosLucas De Marchi
2010-08-09cpuidle: extend cpuidle and menu governor to handle dynamic statesAi Li
2010-08-03[CPUFREQ] x86 cpufreq: Make trace_power_frequency cpufreq driver independentThomas Renninger
2010-07-01sched: Cure nr_iowait_cpu() usersPeter Zijlstra
2010-05-28Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2010-05-27cpuidle: make cpuidle_curr_driver staticLen Brown
2010-05-27cpuidle: add cpuidle_unregister_driver() error checkLen Brown
2010-05-25cpuidle: add a repeating pattern detector to the menu governorArjan van de Ven
2010-05-10PM QOS updateMark Gross
2010-05-09cpuidle: Fix incorrect optimizationArjan van de Ven
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy