aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cpuidle: remove the power_specified field in the driverDaniel Lezcano2013-01-153-44/+6
* cpuidle: fix number of initialized/destroyed statesKrzysztof Mazur2013-01-111-1/+1
* cpuidle: fix lock contention in the idle pathDaniel Lezcano2013-01-031-7/+1
* cpuidle / coupled: fix ready counter decrementSivaram Nair2013-01-031-1/+1
* cpuidle: Fix finding state with min power_usageSivaram Nair2013-01-032-2/+2
* Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-123-0/+173
|\
| * cpuidle: add Calxeda SOC idle supportRob Herring2012-11-073-0/+173
* | cpuidle: Measure idle state durations with monotonic clockJulius Werner2012-11-271-2/+1
* | cpuidle: fix a suspicious RCU usage in menu governorLi Zhong2012-11-221-4/+6
* | cpuidle: support multiple driversDaniel Lezcano2012-11-145-38/+351
* | cpuidle: prepare the cpuidle core to handle multiple driversDaniel Lezcano2012-11-141-18/+42
* | cpuidle: move driver checking within the lock sectionDaniel Lezcano2012-11-141-9/+1
* | cpuidle: move driver's refcount to cpuidleDaniel Lezcano2012-11-141-5/+8
* | cpuidle: fixup device.h header in cpuidle.hDaniel Lezcano2012-11-142-2/+4
* | cpuidle / sysfs: move structure declaration into the sysfs.c fileDaniel Lezcano2012-11-141-0/+7
* | cpuidle: Get typical recent sleep intervalYouquan Song2012-11-141-23/+46
* | cpuidle: Set residency to 0 if target Cstate not enterYouquan Song2012-11-141-0/+4
* | cpuidle: Quickly notice prediction failure in general caseYouquan Song2012-11-141-1/+33
* | cpuidle: Quickly notice prediction failure for repeat modeYouquan Song2012-11-141-5/+70
* | cpuidle / sysfs: move kobj initialization in the syfs fileDaniel Lezcano2012-11-142-6/+5
* | cpuidle / sysfs: change function parameterDaniel Lezcano2012-11-143-16/+8
|/
* ACPI idle, CPU hotplug: Fix NULL pointer dereference during hotplugSrivatsa S. Bhat2012-10-081-1/+1
* cpuidle: rename function name "__cpuidle_register_driver", v2Daniel Lezcano2012-09-211-6/+9
* cpuidle: remove some empty linesDaniel Lezcano2012-09-191-3/+0
* PM / cpuidle: Make ladder governor use the "disabled" state flagRafael J. Wysocki2012-09-031-1/+3
* Honor state disabling in the cpuidle ladder governorCarsten Emde2012-09-031-1/+3
* cpuidle: Prevent null pointer dereference in cpuidle_coupled_cpu_notifyJon Medhurst (Tixy)2012-08-171-1/+1
* cpuidle: coupled: fix sleeping while atomic in cpu notifierColin Cross2012-08-171-0/+12
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-07-265-28/+808
|\
| *---. Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuid...Len Brown2012-07-255-28/+808
| |\ \ \
| | | | * 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/+0
| | | |/ | | |/|
| | | * cpuidle: coupled: add parallel barrier functionColin Cross2012-06-011-0/+37
| | | * cpuidle: add support for states that affect multiple cpusColin Cross2012-06-015-1/+726
| | | * cpuidle: fix error handling in __cpuidle_register_deviceColin Cross2012-06-011-4/+9
| | | * cpuidle: refactor out cpuidle_enter_stateColin Cross2012-06-012-13/+31
| | |/
* | | Merge branch 'pm-domains'Rafael J. Wysocki2012-07-182-1/+3
|\ \ \
| * | | PM / Domains: Add preliminary support for cpuidle, v2Rafael J. Wysocki2012-07-032-1/+3
* | | | PM / cpuidle: System resume hang fix with cpuidlePreeti U Murthy2012-07-101-0/+16
|/ / /
* | | PM / cpuidle: Add driver reference counterRafael J. Wysocki2012-07-031-1/+28
* | | cpuidle: move field disable from per-driver to per-cpuShuoX Liu2012-07-033-12/+15
|/ /
* / cpuidle: Use kick_all_cpus_sync()Thomas Gleixner2012-05-081-12/+1
|/
* Merge branches 'idle-fix' and 'misc' into releaseLen Brown2012-04-062-5/+5
|\
| * Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-03-304-11/+135
| |\
| | * cpuidle: power_usage should be declared signed integerBoris Ostrovsky2012-03-301-1/+1
| * | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-03-051-1/+1
| |\ \
| * | | 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-302-2/+2