aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/cpuidle.c
Commit message (Expand)AuthorAge
* cpuidle: Run tick_broadcast_exit() with disabled interruptsRafael J. Wysocki2015-04-29
* cpuidle: remove state_count field from struct cpuidle_deviceBartlomiej Zolnierkiewicz2015-04-03
* cpuidle / sleep: Use broadcast timer for states that stop local timerRafael J. Wysocki2015-03-05
* cpuidle / sleep: Do sanity checks in cpuidle_enter_freeze() tooRafael J. Wysocki2015-02-28
* idle / sleep: Avoid excessive disabling and enabling interruptsRafael J. Wysocki2015-02-28
* PM / sleep: Make it possible to quiesce timers during suspend-to-idleRafael J. Wysocki2015-02-15
* PM / sleep: Re-implement suspend-to-idle handlingRafael J. Wysocki2015-02-13
* sched: Let the scheduler see CPU idle statesDaniel Lezcano2014-09-24
* cpuidle: Use wake_up_all_idle_cpus() to wake up all idle cpusChuansheng Liu2014-09-19
* cpuidle: move idle traces to cpuidle_enter_state()Sandeep Tripathy2014-07-09
* PM / suspend: Always use deepest C-state in the "freeze" sleep stateRafael J. Wysocki2014-05-06
* cpuidle: Combine cpuidle_enabled() with cpuidle_select()Rafael J. Wysocki2014-04-30
* Merge branch 'sched-idle-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-04-02
|\
| * cpuidle/idle: Move the cpuidle_idle_call function to idle.cDaniel Lezcano2014-03-11
| * idle/cpuidle: Split cpuidle_idle_call main function into smaller functionsDaniel Lezcano2014-03-11
* | Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-01
|\ \ | |/ |/|
| * cpuidle: delay enabling interrupts until all coupled CPUs leave idlePaul Burton2014-03-11
* | cpuidle: Handle clockevents_notify(BROADCAST_ENTER) failurePreeti U Murthy2014-02-07
|/
* cpuidle: Check for dev before deregistering it.Konrad Rzeszutek Wilk2013-12-03
* 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