aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-21Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-0/+113
2013-01-31cpuidle: kirkwood: Move out of mach directoryAndrew Lunn3-0/+113
2013-01-26PM / tracing: remove deprecated power trace APIPaul Gortmaker1-2/+0
2013-01-15cpuidle: remove the power_specified field in the driverDaniel Lezcano3-44/+6
2013-01-11cpuidle: fix number of initialized/destroyed statesKrzysztof Mazur1-1/+1
2013-01-03cpuidle: fix lock contention in the idle pathDaniel Lezcano1-7/+1
2013-01-03cpuidle / coupled: fix ready counter decrementSivaram Nair1-1/+1
2013-01-03cpuidle: Fix finding state with min power_usageSivaram Nair2-2/+2
2012-12-12Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-0/+173
2012-11-27cpuidle: Measure idle state durations with monotonic clockJulius Werner1-2/+1
2012-11-23cpuidle: fix a suspicious RCU usage in menu governorLi Zhong1-4/+6
2012-11-15cpuidle: support multiple driversDaniel Lezcano5-38/+351
2012-11-15cpuidle: prepare the cpuidle core to handle multiple driversDaniel Lezcano1-18/+42
2012-11-15cpuidle: move driver checking within the lock sectionDaniel Lezcano1-9/+1
2012-11-15cpuidle: move driver's refcount to cpuidleDaniel Lezcano1-5/+8
2012-11-15cpuidle: fixup device.h header in cpuidle.hDaniel Lezcano2-2/+4
2012-11-15cpuidle / sysfs: move structure declaration into the sysfs.c fileDaniel Lezcano1-0/+7
2012-11-15cpuidle: Get typical recent sleep intervalYouquan Song1-23/+46
2012-11-15cpuidle: Set residency to 0 if target Cstate not enterYouquan Song1-0/+4
2012-11-15cpuidle: Quickly notice prediction failure in general caseYouquan Song1-1/+33
2012-11-15cpuidle: Quickly notice prediction failure for repeat modeYouquan Song1-5/+70
2012-11-15cpuidle / sysfs: move kobj initialization in the syfs fileDaniel Lezcano2-6/+5
2012-11-15cpuidle / sysfs: change function parameterDaniel Lezcano3-16/+8
2012-11-07cpuidle: add Calxeda SOC idle supportRob Herring3-0/+173
2012-10-08ACPI idle, CPU hotplug: Fix NULL pointer dereference during hotplugSrivatsa S. Bhat1-1/+1
2012-09-22cpuidle: rename function name "__cpuidle_register_driver", v2Daniel Lezcano1-6/+9
2012-09-19cpuidle: remove some empty linesDaniel Lezcano1-3/+0
2012-09-04PM / cpuidle: Make ladder governor use the "disabled" state flagRafael J. Wysocki1-1/+3
2012-09-04Honor state disabling in the cpuidle ladder governorCarsten Emde1-1/+3
2012-08-17cpuidle: Prevent null pointer dereference in cpuidle_coupled_cpu_notifyJon Medhurst (Tixy)1-1/+1
2012-08-17cpuidle: coupled: fix sleeping while atomic in cpu notifierColin Cross1-0/+12
2012-07-26Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds5-28/+808
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 Brown5-28/+808
2012-07-19Merge branch 'pm-domains'Rafael J. Wysocki2-1/+3
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. Wysocki2-1/+3
2012-07-03PM / cpuidle: Add driver reference counterRafael J. Wysocki1-1/+28
2012-07-03cpuidle: move field disable from per-driver to per-cpuShuoX Liu3-12/+15
2012-06-02cpuidle: coupled: add parallel barrier functionColin Cross1-0/+37
2012-06-02cpuidle: add support for states that affect multiple cpusColin Cross5-1/+726
2012-06-02cpuidle: fix error handling in __cpuidle_register_deviceColin Cross1-4/+9
2012-06-02cpuidle: refactor out cpuidle_enter_stateColin Cross2-13/+31
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 Brown2-5/+5
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 Torvalds4-11/+135
2012-03-30cpuidle: power_usage should be declared signed integerBoris Ostrovsky1-1/+1
2012-03-30idle, x86: Allow off-lined CPU to enter deeper C statesBoris Ostrovsky1-0/+28