aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/cpuidle.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers1-6/+6
2011-11-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds1-58/+28
2011-11-06cpuidle: Single/Global registration of idle statesDeepthi Dharwar1-33/+12
2011-11-06cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsDeepthi Dharwar1-5/+6
2011-11-06cpuidle: Remove CPUIDLE_FLAG_IGNORE and dev->prepare()Deepthi Dharwar1-10/+0
2011-11-06cpuidle: Move dev->last_residency update to driver enter routine; remove dev->last_stateDeepthi Dharwar1-16/+16
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 Pihet1-1/+1
2011-08-03cpuidle: stop depending on pm_idleLen Brown1-20/+18
2011-08-03cpuidle: replace xen access to x86 pm_idle and default_idleLen Brown1-0/+4
2011-08-03cpuidle: create bootparam "cpuidle.off=1"Len Brown1-0/+10
2011-01-12Merge branch 'cpuidle-perf-events' into idle-testLen Brown1-2/+8
2011-01-12Merge branch 'linus' into idle-testLen Brown1-1/+2
2011-01-12cpuidle/x86/perf: fix power:cpu_idle double end events and throw cpu_idle events from the cpuidle layerThomas Renninger1-2/+8
2011-01-12cpuidle: delete NOP CPUIDLE_FLAG_POLLLen Brown1-1/+1
2011-01-12cpuidle: Rename X86 specific idle poll state[0] from C0 to POLLThomas Renninger1-1/+1
2011-01-12cpuidle: Make cpuidle_enable_device() call poll_idle_init()Rafael J. Wysocki1-41/+41
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2011-01-04perf: Clean up power events by introducing new, more generic onesThomas Renninger1-0/+1
2010-12-17drivers: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter1-1/+1
2010-08-09cpuidle: extend cpuidle and menu governor to handle dynamic statesAi Li1-0/+31
2010-08-03[CPUFREQ] x86 cpufreq: Make trace_power_frequency cpufreq driver independentThomas Renninger1-1/+1
2010-05-27cpuidle: make cpuidle_curr_driver staticLen Brown1-5/+7
2009-10-29cpuidle: always return with interrupts enabledKevin Hilman1-1/+4
2009-09-19tracing, x86, cpuidle: Move the end point of a C state in the power tracerArjan van de Ven1-0/+2
2008-11-09regression: disable timer peek-ahead for 2.6.28Arjan van de Ven1-1/+3
2008-10-23Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+7
2008-10-16cpuidle: upon BIOS bug, default to default_idle rather than pollingVenkatesh Pallipadi1-0/+4
2008-10-16cpuidle: use last_state which can reflect the actual state enteredVenkatesh Pallipadi1-1/+4
2008-09-11hrtimer: peek at the timer queue just before going idleArjan van de Ven1-0/+7
2008-07-28ACPI/CPUIDLE: prevent setting pm_idle to NULLThomas Gleixner1-1/+1
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe1-1/+1
2008-06-11cpuidle acpi driver: fix oops on AC<->DCVenkatesh Pallipadi1-5/+35
2008-03-26cpuidle: fix 100% C0 statistics regressionVenki Pallipadi1-1/+1
2008-03-26cpuidle: fix cpuidle time and usage overflowYi Yang1-1/+1
2008-02-14ACPI, cpuidle: Clarify C-state description in sysfsVenkatesh Pallipadi1-1/+2
2008-02-09cpuidle: build fix for non-x86Venki Pallipadi1-1/+12
2008-02-07Revert "cpuidle: build fix for non-x86"Len Brown1-1/+1
2008-02-07Merge branches 'release', 'cpuidle-2.6.25' and 'idle' into releaseLen Brown1-1/+42
2008-02-07cpuidle: Add a poll_idle methodvenkatesh.pallipadi@intel.com1-0/+41
2008-02-05pm qos infrastructure and interfaceMark Gross1-2/+5
2008-01-31cpuidle: build fix for non-x86Kevin Hilman1-1/+1
2007-10-29cpuidle: remove unused exportsAdrian Bunk1-1/+0
2007-10-10cpuidle: consolidate 2.6.22 cpuidle branch into one patchLen Brown1-0/+295