summaryrefslogtreecommitdiff
path: root/drivers/cpuidle/cpuidle.c
AgeCommit message (Expand)Author
2015-02-10cpuidle: Handle clockevents_notify(BROADCAST_ENTER) failurePreeti U Murthy
2015-02-10cpuidle: replace multiline statements with single line in cpuidle_idle_call()Viresh Kumar
2015-02-10cpuidle: reduce code duplication inside cpuidle_idle_call()Viresh Kumar
2013-12-12cpuidle: Check for dev before deregistering it.Konrad Rzeszutek Wilk
2013-07-15cpuidle: Check if device is already registeredDaniel Lezcano
2013-07-15cpuidle: Introduce __cpuidle_device_init()Daniel Lezcano
2013-07-15cpuidle: Introduce __cpuidle_unregister_device()Daniel Lezcano
2013-07-15cpuidle: Check cpuidle_enable_device() return valueDaniel Lezcano
2013-06-11cpuidle: simplify multiple driver supportDaniel Lezcano
2013-04-23cpuidle: fix comment formatDaniel Lezcano
2013-04-23cpuidle: make a single register function for allDaniel Lezcano
2013-04-23cpuidle: remove en_core_tk_irqen flagDaniel Lezcano
2013-03-31cpuidle : handle clockevent notify from the cpuidle frameworkDaniel Lezcano
2013-01-25PM / tracing: remove deprecated power trace APIPaul Gortmaker
2013-01-15cpuidle: remove the power_specified field in the driverDaniel Lezcano
2013-01-03cpuidle: Fix finding state with min power_usageSivaram Nair
2012-11-27cpuidle: Measure idle state durations with monotonic clockJulius Werner
2012-11-14cpuidle: support multiple driversDaniel Lezcano
2012-11-14cpuidle: Set residency to 0 if target Cstate not enterYouquan Song
2012-11-14cpuidle / sysfs: move kobj initialization in the syfs fileDaniel Lezcano
2012-11-14cpuidle / sysfs: change function parameterDaniel Lezcano
2012-10-09ACPI idle, CPU hotplug: Fix NULL pointer dereference during hotplugSrivatsa S. Bhat
2012-07-26Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2012-07-26Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuid...Len Brown
2012-07-18Merge branch 'pm-domains'Rafael J. Wysocki
2012-07-10PM / cpuidle: System resume hang fix with cpuidlePreeti U Murthy
2012-07-03PM / Domains: Add preliminary support for cpuidle, v2Rafael J. Wysocki
2012-07-03cpuidle: move field disable from per-driver to per-cpuShuoX Liu
2012-06-02cpuidle: add support for states that affect multiple cpusColin Cross
2012-06-02cpuidle: fix error handling in __cpuidle_register_deviceColin Cross
2012-06-02cpuidle: refactor out cpuidle_enter_stateColin Cross
2012-06-01cpuidle: add checks to avoid NULL pointer dereferenceSrivatsa S. Bhat
2012-06-01cpuidle: remove unused hrtimer_peek_ahead_timers() callSergey Senozhatsky
2012-05-08cpuidle: Use kick_all_cpus_sync()Thomas Gleixner
2012-04-07Merge branches 'idle-fix' and 'misc' into releaseLen Brown
2012-04-06cpuidle: Fix panic in CPU off-lining with no idle driverToshi Kani
2012-03-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2012-03-30idle, x86: Allow off-lined CPU to enter deeper C statesBoris Ostrovsky
2012-03-30cpuidle: use the driver's state_count as defaultDaniel Lezcano
2012-03-30cpuidle: add a sysfs entry to disable specific C state for debug purpose.ShuoX Liu
2012-03-21cpuidle: Add common time keeping and irq enablingRobert Lee
2012-02-13cpuidle/tracing: Denote the tracepoints as being in rcu_idle_exit() sectionSteven Rostedt
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers
2011-11-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2011-11-07cpuidle: Single/Global registration of idle statesDeepthi Dharwar
2011-11-07cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsDeepthi Dharwar
2011-11-07cpuidle: Remove CPUIDLE_FLAG_IGNORE and dev->prepare()Deepthi Dharwar
2011-11-07cpuidle: Move dev->last_residency update to driver enter routine; remove dev-...Deepthi Dharwar
2011-10-31cpuidle: Add module.h to drivers/cpuidle files as required.Paul Gortmaker
2011-08-25PM QoS: Move and rename the implementation filesJean Pihet