aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle
AgeCommit message (Expand)Author
2020-07-11cpuidle: Fix three reference count leaksQiushi Wu
2020-04-12cpuidle: teo: Fix intervals[] array indexing bugIkjoon Jang
2020-04-12cpuidle: teo: Avoid using "early hits" incorrectlyRafael J. Wysocki
2020-01-31cpuidle: teo: Fix "early hits" handling for disabled idle statesRafael J. Wysocki
2020-01-31cpuidle: teo: Consider hits and misses metrics of disabled statesRafael J. Wysocki
2020-01-31cpuidle: teo: Rename local variable in teo_select()Rafael J. Wysocki
2020-01-31cpuidle: teo: Ignore disabled idle states that are too deepRafael J. Wysocki
2020-01-31cpuidle: Do not unset the driver if it is there alreadyZhenzhong Duan
2019-10-05cpuidle: teo: Allow tick to be stopped if PM QoS is usedRafael J. Wysocki
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 215Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-10cpuidle: Export the next timer expiration for CPUsUlf Hansson
2019-04-01cpuidle: exynos: Unify target residency for AFTR and coupled AFTR statesMarek Szyprowski
2019-03-12cpuidle: governor: Add new governors to cpuidle_governors againRafael J. Wysocki
2019-03-07cpuidle: menu: Avoid overflows when computing varianceRafael J. Wysocki
2019-02-01cpuidle: dt: bail out if the idle-state DT node is not compatibleJoseph Lo
2019-02-01Merge back earlier cpuidle material for v5.1.Rafael J. Wysocki
2019-01-30cpuidle: poll_state: Fix default time limitDoug Smythies
2019-01-16cpuidle: New timer events oriented governor for tickless systemsRafael J. Wysocki
2018-12-27Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-12-12cpuidle: Add 'above' and 'below' idle state metricsRafael J. Wysocki
2018-12-11cpuidle: big.LITTLE: fix refcount leakYangtao Li
2018-12-11cpuidle: Add cpuidle.governor= command line parameterRafael J. Wysocki
2018-12-11cpuidle: poll_state: Disregard disable idle statesRafael J. Wysocki
2018-12-04powerpc/pseries/cpuidle: Fix preempt warningBreno Leitao
2018-11-08ARM: cpuidle: Convert to use cpuidle_register|unregister()Ulf Hansson
2018-11-08ARM: cpuidle: Don't register the driver when back-end init returns -ENXIOUlf Hansson
2018-10-30Merge tag 'pm-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2018-10-26sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner
2018-10-25cpuidle: menu: Remove get_loadavg() from the performance multiplierDaniel Lezcano
2018-10-18cpuidle: menu: Avoid computations when result will be discardedRafael J. Wysocki
2018-10-18cpuidle: menu: Drop redundant comparisonRafael J. Wysocki
2018-10-12cpuidle: menu: Simplify checks related to the polling stateRafael J. Wysocki
2018-10-04cpuidle: poll_state: Revise loop termination conditionRafael J. Wysocki
2018-10-04cpuidle: menu: Move the latency_req == 0 special case checkRafael J. Wysocki
2018-10-04cpuidle: menu: Avoid computations for very close timersRafael J. Wysocki
2018-10-04cpuidle: menu: Do not update last_state_idx in menu_select()Rafael J. Wysocki
2018-10-04cpuidle: menu: Get rid of first_idx from menu_select()Rafael J. Wysocki
2018-10-04cpuidle: menu: Compute first_idx when latency_req is knownRafael J. Wysocki
2018-10-04cpuidle: menu: Fix wakeup statistics updates for polling stateRafael J. Wysocki
2018-10-03cpuidle: menu: Replace data->predicted_us with local variableRafael J. Wysocki
2018-09-18cpuidle: enter_state: Don't needlessly calculate diff timeFieah Lim
2018-09-18cpuidle: Remove unnecessary wrapper cpuidle_get_last_residency()Fieah Lim
2018-08-25cpuidle: menu: Retain tick when shallow state is selectedRafael J. Wysocki
2018-08-22Merge tag 'pm-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds