summaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/cpuidle.c
Commit message (Expand)AuthorAgeFilesLines
* cpuidle: Measure idle state durations with monotonic clockJulius Werner2012-11-271-2/+1Star
* cpuidle: support multiple driversDaniel Lezcano2012-11-151-13/+23
* cpuidle: Set residency to 0 if target Cstate not enterYouquan Song2012-11-151-0/+4
* cpuidle / sysfs: move kobj initialization in the syfs fileDaniel Lezcano2012-11-151-4/+0Star
* cpuidle / sysfs: change function parameterDaniel Lezcano2012-11-151-5/+3Star
* ACPI idle, CPU hotplug: Fix NULL pointer dereference during hotplugSrivatsa S. Bhat2012-10-091-1/+1
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-07-261-28/+57
|\
| *---. Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuid...Len Brown2012-07-261-28/+57
| |\ \ \
| | | | * cpuidle: add checks to avoid NULL pointer dereferenceSrivatsa S. Bhat2012-06-011-2/+6
| | | | * cpuidle: remove unused hrtimer_peek_ahead_timers() callSergey Senozhatsky2012-06-011-9/+0Star
| | | |/ | | |/|
| | | * cpuidle: add support for states that affect multiple cpusColin Cross2012-06-021-1/+14
| | | * cpuidle: fix error handling in __cpuidle_register_deviceColin Cross2012-06-021-4/+9
| | | * cpuidle: refactor out cpuidle_enter_stateColin Cross2012-06-021-13/+29
| | |/
* | | Merge branch 'pm-domains'Rafael J. Wysocki2012-07-191-0/+1
|\ \ \
| * | | PM / Domains: Add preliminary support for cpuidle, v2Rafael J. Wysocki2012-07-031-0/+1
* | | | PM / cpuidle: System resume hang fix with cpuidlePreeti U Murthy2012-07-101-0/+16
|/ / /
* / / cpuidle: move field disable from per-driver to per-cpuShuoX Liu2012-07-031-1/+0Star
|/ /
* / cpuidle: Use kick_all_cpus_sync()Thomas Gleixner2012-05-081-12/+1Star
|/
* Merge branches 'idle-fix' and 'misc' into releaseLen Brown2012-04-071-4/+4
|\
| * Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-03-311-8/+89
| |\
| * | cpuidle/tracing: Denote the tracepoints as being in rcu_idle_exit() sectionSteven Rostedt2012-02-131-4/+4
* | | cpuidle: Fix panic in CPU off-lining with no idle driverToshi Kani2012-04-061-1/+4
| |/ |/|
* | idle, x86: Allow off-lined CPU to enter deeper C statesBoris Ostrovsky2012-03-301-0/+28
* | cpuidle: use the driver's state_count as defaultDaniel Lezcano2012-03-301-1/+1
* | cpuidle: add a sysfs entry to disable specific C state for debug purpose.ShuoX Liu2012-03-301-0/+1
* | cpuidle: Add common time keeping and irq enablingRobert Lee2012-03-211-7/+59
|/
* cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers2011-12-211-6/+6
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-11-071-58/+28Star
|\
| * cpuidle: Single/Global registration of idle statesDeepthi Dharwar2011-11-071-33/+12Star
| * cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsDeepthi Dharwar2011-11-071-5/+6
| * cpuidle: Remove CPUIDLE_FLAG_IGNORE and dev->prepare()Deepthi Dharwar2011-11-071-10/+0Star
| * cpuidle: Move dev->last_residency update to driver enter routine; remove dev-...Deepthi Dharwar2011-11-071-16/+16
* | cpuidle: Add module.h to drivers/cpuidle files as required.Paul Gortmaker2011-11-011-0/+1
* | PM QoS: Move and rename the implementation filesJean Pihet2011-08-251-1/+1
|/
* cpuidle: stop depending on pm_idleLen Brown2011-08-041-20/+18Star
* cpuidle: replace xen access to x86 pm_idle and default_idleLen Brown2011-08-041-0/+4
* cpuidle: create bootparam "cpuidle.off=1"Len Brown2011-08-041-0/+10
* Merge branch 'cpuidle-perf-events' into idle-testLen Brown2011-01-131-2/+8
|\
| * cpuidle/x86/perf: fix power:cpu_idle double end events and throw cpu_idle eve...Thomas Renninger2011-01-131-2/+8
* | Merge branch 'linus' into idle-testLen Brown2011-01-131-1/+2
|\|
| * Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-081-1/+1
| |\
| | * drivers: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter2010-12-171-1/+1
| * | perf: Clean up power events by introducing new, more generic onesThomas Renninger2011-01-041-0/+1
| |/
* | cpuidle: delete NOP CPUIDLE_FLAG_POLLLen Brown2011-01-121-1/+1
* | cpuidle: Rename X86 specific idle poll state[0] from C0 to POLLThomas Renninger2011-01-121-1/+1
* | cpuidle: Make cpuidle_enable_device() call poll_idle_init()Rafael J. Wysocki2011-01-121-41/+41
|/
* cpuidle: extend cpuidle and menu governor to handle dynamic statesAi Li2010-08-101-0/+31
* [CPUFREQ] x86 cpufreq: Make trace_power_frequency cpufreq driver independentThomas Renninger2010-08-031-1/+1
* cpuidle: make cpuidle_curr_driver staticLen Brown2010-05-281-5/+7
* cpuidle: always return with interrupts enabledKevin Hilman2009-10-291-1/+4