aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpuidle
AgeCommit message (Expand)AuthorFilesLines
2012-11-15cpuidle: Quickly notice prediction failure in general caseGravatar Youquan Song 1-1/+33
2012-11-15cpuidle: Quickly notice prediction failure for repeat modeGravatar Youquan Song 1-5/+70
2012-11-15cpuidle / sysfs: move kobj initialization in the syfs fileGravatar Daniel Lezcano 2-6/+5
2012-11-15cpuidle / sysfs: change function parameterGravatar Daniel Lezcano 3-16/+8
2012-11-07cpuidle: add Calxeda SOC idle supportGravatar Rob Herring 3-0/+173
2012-10-08ACPI idle, CPU hotplug: Fix NULL pointer dereference during hotplugGravatar Srivatsa S. Bhat 1-1/+1
2012-09-22cpuidle: rename function name "__cpuidle_register_driver", v2Gravatar Daniel Lezcano 1-6/+9
2012-09-19cpuidle: remove some empty linesGravatar Daniel Lezcano 1-3/+0
2012-09-04PM / cpuidle: Make ladder governor use the "disabled" state flagGravatar Rafael J. Wysocki 1-1/+3
2012-09-04Honor state disabling in the cpuidle ladder governorGravatar Carsten Emde 1-1/+3
2012-08-17cpuidle: Prevent null pointer dereference in cpuidle_coupled_cpu_notifyGravatar Jon Medhurst (Tixy) 1-1/+1
2012-08-17cpuidle: coupled: fix sleeping while atomic in cpu notifierGravatar Colin Cross 1-0/+12
2012-07-26Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 5-28/+808
2012-07-26Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuid...Gravatar Len Brown 5-28/+808
2012-07-19Merge branch 'pm-domains'Gravatar Rafael J. Wysocki 2-1/+3
2012-07-10PM / cpuidle: System resume hang fix with cpuidleGravatar Preeti U Murthy 1-0/+16
2012-07-03PM / Domains: Add preliminary support for cpuidle, v2Gravatar Rafael J. Wysocki 2-1/+3
2012-07-03PM / cpuidle: Add driver reference counterGravatar Rafael J. Wysocki 1-1/+28
2012-07-03cpuidle: move field disable from per-driver to per-cpuGravatar ShuoX Liu 3-12/+15
2012-06-02cpuidle: coupled: add parallel barrier functionGravatar Colin Cross 1-0/+37
2012-06-02cpuidle: add support for states that affect multiple cpusGravatar Colin Cross 5-1/+726
2012-06-02cpuidle: fix error handling in __cpuidle_register_deviceGravatar Colin Cross 1-4/+9
2012-06-02cpuidle: refactor out cpuidle_enter_stateGravatar Colin Cross 2-13/+31
2012-06-01cpuidle: add checks to avoid NULL pointer dereferenceGravatar Srivatsa S. Bhat 1-2/+6
2012-06-01cpuidle: remove unused hrtimer_peek_ahead_timers() callGravatar Sergey Senozhatsky 1-9/+0
2012-05-08cpuidle: Use kick_all_cpus_sync()Gravatar Thomas Gleixner 1-12/+1
2012-04-06Merge branches 'idle-fix' and 'misc' into releaseGravatar Len Brown 2-5/+5
2012-04-06cpuidle: Fix panic in CPU off-lining with no idle driverGravatar Toshi Kani 1-1/+4
2012-03-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 4-11/+135
2012-03-30cpuidle: power_usage should be declared signed integerGravatar Boris Ostrovsky 1-1/+1
2012-03-30idle, x86: Allow off-lined CPU to enter deeper C statesGravatar Boris Ostrovsky 1-0/+28
2012-03-30cpuidle: use the driver's state_count as defaultGravatar Daniel Lezcano 2-2/+2
2012-03-30cpuidle: add a sysfs entry to disable specific C state for debug purpose.Gravatar ShuoX Liu 3-1/+45
2012-03-21cpuidle: Add common time keeping and irq enablingGravatar Robert Lee 1-7/+59
2012-03-05Merge branch 'perf/urgent' into perf/coreGravatar Ingo Molnar 1-1/+1
2012-02-22cpuidle: Default y on powerpc pSeriesGravatar Benjamin Herrenschmidt 1-1/+1
2012-02-13cpuidle/tracing: Denote the tracepoints as being in rcu_idle_exit() sectionGravatar Steven Rostedt 1-4/+4
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemGravatar Kay Sievers 3-49/+47
2011-11-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 5-88/+115
2011-11-06cpuidle: Single/Global registration of idle statesGravatar Deepthi Dharwar 5-53/+68
2011-11-06cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsGravatar Deepthi Dharwar 2-11/+19
2011-11-06cpuidle: Remove CPUIDLE_FLAG_IGNORE and dev->prepare()Gravatar Deepthi Dharwar 2-12/+0
2011-11-06cpuidle: Move dev->last_residency update to driver enter routine; remove dev-...Gravatar Deepthi Dharwar 3-18/+34
2011-10-31cpuidle: ladder.c needs module.h and not just moduleparam.hGravatar Paul Gortmaker 1-1/+1
2011-10-31cpuidle: Add module.h to drivers/cpuidle files as required.Gravatar Paul Gortmaker 2-0/+2
2011-08-25PM QoS: Move and rename the implementation filesGravatar Jean Pihet 3-3/+3
2011-08-03cpuidle: stop depending on pm_idleGravatar Len Brown 1-20/+18
2011-08-03cpuidle: replace xen access to x86 pm_idle and default_idleGravatar Len Brown 1-0/+4
2011-08-03cpuidle: create bootparam "cpuidle.off=1"Gravatar Len Brown 4-0/+17
2011-05-29Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+3