summaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/cpuidle.c
Commit message (Expand)AuthorAgeFilesLines
* cpuidle: Export the next timer expiration for CPUsUlf Hansson2019-04-101-2/+17
* cpuidle: Add 'above' and 'below' idle state metricsRafael J. Wysocki2018-12-121-1/+30
* cpuidle: Add cpuidle.governor= command line parameterRafael J. Wysocki2018-12-111-0/+1
* cpuidle: enter_state: Don't needlessly calculate diff timeFieah Lim2018-09-181-8/+8
* cpuidle: Return nohz hint from cpuidle_select()Rafael J. Wysocki2018-04-061-2/+8
* PM: cpuidle/suspend: Add s2idle usage and time state attributesRafael J. Wysocki2018-03-291-0/+9
* cpuidle: Avoid assignment in if () argumentGaurav Jindal2017-11-081-3/+5
* cpuidle: Clean up cpuidle_enable_device() error handling a bitGaurav Jindal2017-11-081-1/+4
* cpuidle: fix broadcast control when broadcast can not be enteredNicholas Piggin2017-09-281-0/+1
* PM / s2idle: Rename ->enter_freeze to ->enter_s2idleRafael J. Wysocki2017-08-111-9/+9
* cpuidle: Fix idle time trackingPeter Zijlstra2017-05-151-0/+1
* cpuidle: check dev before usage in cpuidle_use_deepest_state()Li, Fei2017-05-011-1/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* cpuidle: Add a kerneldoc comment to cpuidle_use_deepest_state()Rafael J. Wysocki2016-12-061-1/+7
* cpuidle: Allow enforcing deepest idle state selectionJacob Pan2016-11-291-1/+12
* cpuidle: Fix last_residency divisionShreyas B. Prabhu2016-07-041-8/+4Star
* cpuidle: Fix cpuidle_state_is_coupled() argument in cpuidle_enter()Daniel Lezcano2016-05-181-1/+1
* cpuidle: Replace ktime_get() with local_clock()Daniel Lezcano2016-04-261-4/+8
* cpuidle: Indicate when a device has been unregisteredDave Gerlach2016-04-091-0/+2
* cpuidle: fix fallback mechanism for suspend to idle in absence of enter_freezeSudeep Holla2016-01-221-1/+1
* sched / idle: Drop default_idle_call() fallback from call_cpuidle()Rafael J. Wysocki2016-01-191-3/+3
* Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-09-021-2/+2
|\
| * cpuidle/coupled: Remove redundant 'dev' argument of cpuidle_state_is_coupled()Xunlei Pang2015-08-281-2/+2
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-011-0/+4
|\ \ | |/ |/|
| * sched/idle: Move latency tracing stop/start calls deeper inside the idle loopLucas Stach2015-07-211-0/+4
* | suspend-to-idle: Prevent RCU from complaining about tick_freeze()Rafael J. Wysocki2015-07-091-2/+7
|/
*-. Merge branches 'pm-sleep' and 'pm-runtime'Rafael J. Wysocki2015-06-191-0/+2
|\ \
| * | PM / sleep: Make suspend-to-idle-specific code depend on CONFIG_SUSPENDRafael J. Wysocki2015-05-191-0/+2
| |/
* | cpuidle: Do not use CPUIDLE_DRIVER_STATE_START in cpuidle.cRafael J. Wysocki2015-05-301-3/+3
* | cpuidle: Select a different state on tick_broadcast_enter() failuresRafael J. Wysocki2015-05-141-5/+15
* | sched / idle: Call default_idle_call() from cpuidle_enter_state()Rafael J. Wysocki2015-05-141-1/+3
* | sched / idle: Call idle_set_state() from cpuidle_enter_state()Rafael J. Wysocki2015-05-141-0/+6
* | cpuidle: Fix the kerneldoc comment for cpuidle_enter_state()Rafael J. Wysocki2015-05-091-1/+1
* | cpuidle: Check the sign of index in cpuidle_reflect()Rafael J. Wysocki2015-05-041-1/+1
|/
* cpuidle: Run tick_broadcast_exit() with disabled interruptsRafael J. Wysocki2015-04-291-0/+16
* cpuidle: remove state_count field from struct cpuidle_deviceBartlomiej Zolnierkiewicz2015-04-031-3/+0Star
* cpuidle / sleep: Use broadcast timer for states that stop local timerRafael J. Wysocki2015-03-051-40/+22Star
* cpuidle / sleep: Do sanity checks in cpuidle_enter_freeze() tooRafael J. Wysocki2015-02-281-7/+16
* idle / sleep: Avoid excessive disabling and enabling interruptsRafael J. Wysocki2015-02-281-3/+3
* PM / sleep: Make it possible to quiesce timers during suspend-to-idleRafael J. Wysocki2015-02-151-5/+44
* PM / sleep: Re-implement suspend-to-idle handlingRafael J. Wysocki2015-02-131-23/+26
* sched: Let the scheduler see CPU idle statesDaniel Lezcano2014-09-241-0/+6
* cpuidle: Use wake_up_all_idle_cpus() to wake up all idle cpusChuansheng Liu2014-09-191-7/+2Star
* cpuidle: move idle traces to cpuidle_enter_state()Sandeep Tripathy2014-07-091-0/+2
* PM / suspend: Always use deepest C-state in the "freeze" sleep stateRafael J. Wysocki2014-05-071-1/+44
* cpuidle: Combine cpuidle_enabled() with cpuidle_select()Rafael J. Wysocki2014-05-011-20/+6Star
* Merge branch 'sched-idle-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-04-031-51/+56
|\
| * cpuidle/idle: Move the cpuidle_idle_call function to idle.cDaniel Lezcano2014-03-111-49/+0Star
| * idle/cpuidle: Split cpuidle_idle_call main function into smaller functionsDaniel Lezcano2014-03-111-21/+75
* | Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-011-1/+2
|\ \ | |/ |/|