aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/cpuidle.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-27cpuidle: Measure idle state durations with monotonic clockJulius Werner1-2/+1
2012-11-15cpuidle: support multiple driversDaniel Lezcano1-13/+23
2012-11-15cpuidle: Set residency to 0 if target Cstate not enterYouquan Song1-0/+4
2012-11-15cpuidle / sysfs: move kobj initialization in the syfs fileDaniel Lezcano1-4/+0
2012-11-15cpuidle / sysfs: change function parameterDaniel Lezcano1-5/+3
2012-10-08ACPI idle, CPU hotplug: Fix NULL pointer dereference during hotplugSrivatsa S. Bhat1-1/+1
2012-07-26Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds1-28/+57
2012-07-26Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuidle-coupled', 'cpuidle-tweaks', 'intel_idle-ivb', 'ost', 'red-hat-bz-772730', 'thermal', 'thermal-spear' and 'turbostat-v2' into releaseLen Brown1-28/+57
2012-07-19Merge branch 'pm-domains'Rafael J. Wysocki1-0/+1
2012-07-10PM / cpuidle: System resume hang fix with cpuidlePreeti U Murthy1-0/+16
2012-07-03PM / Domains: Add preliminary support for cpuidle, v2Rafael J. Wysocki1-0/+1
2012-07-03cpuidle: move field disable from per-driver to per-cpuShuoX Liu1-1/+0
2012-06-02cpuidle: add support for states that affect multiple cpusColin Cross1-1/+14
2012-06-02cpuidle: fix error handling in __cpuidle_register_deviceColin Cross1-4/+9
2012-06-02cpuidle: refactor out cpuidle_enter_stateColin Cross1-13/+29
2012-06-01cpuidle: add checks to avoid NULL pointer dereferenceSrivatsa S. Bhat1-2/+6
2012-06-01cpuidle: remove unused hrtimer_peek_ahead_timers() callSergey Senozhatsky1-9/+0
2012-05-08cpuidle: Use kick_all_cpus_sync()Thomas Gleixner1-12/+1
2012-04-06Merge branches 'idle-fix' and 'misc' into releaseLen Brown1-4/+4
2012-04-06cpuidle: Fix panic in CPU off-lining with no idle driverToshi Kani1-1/+4
2012-03-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds1-8/+89
2012-03-30idle, x86: Allow off-lined CPU to enter deeper C statesBoris Ostrovsky1-0/+28
2012-03-30cpuidle: use the driver's state_count as defaultDaniel Lezcano1-1/+1
2012-03-30cpuidle: add a sysfs entry to disable specific C state for debug purpose.ShuoX Liu1-0/+1
2012-03-21cpuidle: Add common time keeping and irq enablingRobert Lee1-7/+59
2012-02-13cpuidle/tracing: Denote the tracepoints as being in rcu_idle_exit() sectionSteven Rostedt1-4/+4
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