aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/cpuidle.c
Commit message (Expand)AuthorAge
* cpuidle: don't call poll_idle_init() for every cpuViresh Kumar2013-10-29
* cpuidle: replace multiline statements with single line in cpuidle_idle_call()Viresh Kumar2013-10-29
* cpuidle: reduce code duplication inside cpuidle_idle_call()Viresh Kumar2013-10-29
* cpuidle: merge two if() statements for checking error casesViresh Kumar2013-10-29
* cpuidle: rearrange __cpuidle_register_device() to keep minimal exit pointsViresh Kumar2013-10-29
* cpuidle: make __cpuidle_device_init() return voidViresh Kumar2013-10-29
* cpuidle: Fix comments in cpuidle coreViresh Kumar2013-10-29
* cpuidle: Check if device is already registeredDaniel Lezcano2013-07-14
* cpuidle: Introduce __cpuidle_device_init()Daniel Lezcano2013-07-14
* cpuidle: Introduce __cpuidle_unregister_device()Daniel Lezcano2013-07-14
* cpuidle: Check cpuidle_enable_device() return valueDaniel Lezcano2013-07-14
* cpuidle: simplify multiple driver supportDaniel Lezcano2013-06-11
* cpuidle: fix comment formatDaniel Lezcano2013-04-23
* cpuidle: make a single register function for allDaniel Lezcano2013-04-23
* cpuidle: remove en_core_tk_irqen flagDaniel Lezcano2013-04-23
* cpuidle : handle clockevent notify from the cpuidle frameworkDaniel Lezcano2013-03-31
* PM / tracing: remove deprecated power trace APIPaul Gortmaker2013-01-25
* cpuidle: remove the power_specified field in the driverDaniel Lezcano2013-01-15
* cpuidle: Fix finding state with min power_usageSivaram Nair2013-01-03
* cpuidle: Measure idle state durations with monotonic clockJulius Werner2012-11-27
* cpuidle: support multiple driversDaniel Lezcano2012-11-14
* cpuidle: Set residency to 0 if target Cstate not enterYouquan Song2012-11-14
* cpuidle / sysfs: move kobj initialization in the syfs fileDaniel Lezcano2012-11-14
* cpuidle / sysfs: change function parameterDaniel Lezcano2012-11-14
* ACPI idle, CPU hotplug: Fix NULL pointer dereference during hotplugSrivatsa S. Bhat2012-10-08
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-07-26
|\
| *---. Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuid...Len Brown2012-07-26
| |\ \ \
| | | | * cpuidle: add checks to avoid NULL pointer dereferenceSrivatsa S. Bhat2012-06-01
| | | | * cpuidle: remove unused hrtimer_peek_ahead_timers() callSergey Senozhatsky2012-06-01
| | | |/ | | |/|
| | | * cpuidle: add support for states that affect multiple cpusColin Cross2012-06-02
| | | * cpuidle: fix error handling in __cpuidle_register_deviceColin Cross2012-06-02
| | | * cpuidle: refactor out cpuidle_enter_stateColin Cross2012-06-02
| | |/
* | | Merge branch 'pm-domains'Rafael J. Wysocki2012-07-18
|\ \ \
| * | | PM / Domains: Add preliminary support for cpuidle, v2Rafael J. Wysocki2012-07-03
* | | | PM / cpuidle: System resume hang fix with cpuidlePreeti U Murthy2012-07-10
|/ / /
* / / cpuidle: move field disable from per-driver to per-cpuShuoX Liu2012-07-03
|/ /
* / cpuidle: Use kick_all_cpus_sync()Thomas Gleixner2012-05-08
|/
* Merge branches 'idle-fix' and 'misc' into releaseLen Brown2012-04-06
|\
| * Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-03-30
| |\
| * | cpuidle/tracing: Denote the tracepoints as being in rcu_idle_exit() sectionSteven Rostedt2012-02-13
* | | cpuidle: Fix panic in CPU off-lining with no idle driverToshi Kani2012-04-06
| |/ |/|
* | idle, x86: Allow off-lined CPU to enter deeper C statesBoris Ostrovsky2012-03-30
* | cpuidle: use the driver's state_count as defaultDaniel Lezcano2012-03-30
* | cpuidle: add a sysfs entry to disable specific C state for debug purpose.ShuoX Liu2012-03-30
* | cpuidle: Add common time keeping and irq enablingRobert Lee2012-03-21
|/
* cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers2011-12-21
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-11-07
|\
| * cpuidle: Single/Global registration of idle statesDeepthi Dharwar2011-11-06
| * cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsDeepthi Dharwar2011-11-06
| * cpuidle: Remove CPUIDLE_FLAG_IGNORE and dev->prepare()Deepthi Dharwar2011-11-06