summaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/cpuidle.c
Commit message (Expand)AuthorAgeFilesLines
* cpuidle: Select polling interval based on a c-state with a longer target resi...Mel Gorman2020-12-011-2/+23
* Merge back cpuidle material for 5.10.Rafael J. Wysocki2020-09-281-10/+0
|\
| * cpuidle: Drop misleading comments about RCU usageUlf Hansson2020-09-221-10/+0
* | cpuidle: record state entry rejection statisticsLina Iyer2020-09-231-0/+1
|/
* cpuidle: Allow cpuidle drivers to take over RCU-idlePeter Zijlstra2020-09-161-5/+10
* cpuidle: Make CPUIDLE_FLAG_TLB_FLUSHED genericPeter Zijlstra2020-08-261-0/+4
* sched,idle,rcu: Push rcu_idle deeper into the idle pathPeter Zijlstra2020-08-261-4/+8
* cpuidle: Fixup IRQ statePeter Zijlstra2020-08-261-1/+2
* cpuidle: Rearrange s2idle-specific idle state entry codeRafael J. Wysocki2020-06-251-3/+3
* PM: s2idle: Clear _TIF_POLLING_NRFLAG before suspend to idleChen Yu2020-06-231-1/+2
* PM: QoS: Drop PM_QOS_CPU_DMA_LATENCY notifier chainRafael J. Wysocki2020-02-131-39/+1
* Merge branch 'intel_idle+acpi'Rafael J. Wysocki2020-01-231-1/+5
|\
| * cpuidle: Allow idle states to be disabled by defaultRafael J. Wysocki2019-12-271-1/+5
* | cpuidle: fix cpuidle_find_deepest_state() kerneldoc warningsBenjamin Gaignard2020-01-231-0/+3
|/
* cpuidle: Drop unnecessary type cast in cpuidle_poll_time()Rafael J. Wysocki2019-12-121-1/+1
* cpuidle: use first valid target residency as poll timeMarcelo Tosatti2019-12-091-0/+1
* cpuidle: Drop disabled field from struct cpuidle_stateRafael J. Wysocki2019-11-291-1/+1
* cpuidle: Pass exit latency limit to cpuidle_use_deepest_state()Daniel Lezcano2019-11-201-2/+3
* cpuidle: Allow idle injection to apply exit latency limitDaniel Lezcano2019-11-201-6/+7
* cpuidle: Use nanoseconds as the unit of timeRafael J. Wysocki2019-11-111-19/+17
* cpuidle: Consolidate disabled state checksRafael J. Wysocki2019-11-061-11/+13
* cpuidle: add poll_limit_ns to cpuidle_device structureMarcelo Tosatti2019-07-301-0/+30
* 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/+4
* 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-011-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-08-311-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
| |/