summaryrefslogtreecommitdiff
path: root/drivers/cpuidle/cpuidle.c
AgeCommit message (Expand)Author
2016-06-06cpuidle: Fix cpuidle_state_is_coupled() argument in cpuidle_enter()Daniel Lezcano
2016-06-06cpuidle/coupled: Remove redundant 'dev' argument of cpuidle_state_is_coupled()Xunlei Pang
2016-06-03cpuidle: Indicate when a device has been unregisteredDave Gerlach
2015-04-29cpuidle: Run tick_broadcast_exit() with disabled interruptsRafael J. Wysocki
2015-04-03cpuidle: remove state_count field from struct cpuidle_deviceBartlomiej Zolnierkiewicz
2015-03-05cpuidle / sleep: Use broadcast timer for states that stop local timerRafael J. Wysocki
2015-02-28cpuidle / sleep: Do sanity checks in cpuidle_enter_freeze() tooRafael J. Wysocki
2015-02-28idle / sleep: Avoid excessive disabling and enabling interruptsRafael J. Wysocki
2015-02-15PM / sleep: Make it possible to quiesce timers during suspend-to-idleRafael J. Wysocki
2015-02-13PM / sleep: Re-implement suspend-to-idle handlingRafael J. Wysocki
2014-09-24sched: Let the scheduler see CPU idle statesDaniel Lezcano
2014-09-19cpuidle: Use wake_up_all_idle_cpus() to wake up all idle cpusChuansheng Liu
2014-07-09cpuidle: move idle traces to cpuidle_enter_state()Sandeep Tripathy
2014-05-07PM / suspend: Always use deepest C-state in the "freeze" sleep stateRafael J. Wysocki
2014-05-01cpuidle: Combine cpuidle_enabled() with cpuidle_select()Rafael J. Wysocki
2014-04-02Merge branch 'sched-idle-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-04-01Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-03-12cpuidle: delay enabling interrupts until all coupled CPUs leave idlePaul Burton
2014-03-11cpuidle/idle: Move the cpuidle_idle_call function to idle.cDaniel Lezcano
2014-03-11idle/cpuidle: Split cpuidle_idle_call main function into smaller functionsDaniel Lezcano
2014-02-07cpuidle: Handle clockevents_notify(BROADCAST_ENTER) failurePreeti U Murthy
2013-12-03cpuidle: Check for dev before deregistering it.Konrad Rzeszutek Wilk
2013-10-30cpuidle: don't call poll_idle_init() for every cpuViresh Kumar
2013-10-30cpuidle: replace multiline statements with single line in cpuidle_idle_call()Viresh Kumar
2013-10-30cpuidle: reduce code duplication inside cpuidle_idle_call()Viresh Kumar
2013-10-30cpuidle: merge two if() statements for checking error casesViresh Kumar
2013-10-30cpuidle: rearrange __cpuidle_register_device() to keep minimal exit pointsViresh Kumar
2013-10-30cpuidle: make __cpuidle_device_init() return voidViresh Kumar
2013-10-30cpuidle: Fix comments in cpuidle coreViresh Kumar
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-24cpuidle: 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-04-01cpuidle : handle clockevent notify from the cpuidle frameworkDaniel Lezcano
2013-01-26PM / 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-15cpuidle: support multiple driversDaniel Lezcano
2012-11-15cpuidle: Set residency to 0 if target Cstate not enterYouquan Song
2012-11-15cpuidle / sysfs: move kobj initialization in the syfs fileDaniel Lezcano
2012-11-15cpuidle / sysfs: change function parameterDaniel Lezcano
2012-10-08ACPI 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-19Merge branch 'pm-domains'Rafael J. Wysocki