summaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-09-1714-71/+419
|\
| * cpuidle-haltpoll: Enable kvm guest polling when dedicated physical CPUs are a...Wanpeng Li2019-09-111-1/+2
| * cpuidle-haltpoll: do not set an owner to allow modunloadJoao Martins2019-09-111-1/+0
| * cpuidle-haltpoll: return -ENODEV on modinit failureJoao Martins2019-09-111-1/+1
| * cpuidle-haltpoll: set haltpoll as preferred governorJoao Martins2019-09-112-1/+2
| * cpuidle: allow governor switch on cpuidle_register_driver()Joao Martins2019-09-113-3/+31
| * cpuidle-haltpoll: vcpu hotplug supportJoao Martins2019-09-031-5/+63
| * cpuidle: teo: Get rid of redundant check in teo_update()Rafael J. Wysocki2019-08-101-12/+4
| * cpuidle: teo: Allow tick to be stopped if PM QoS is usedRafael J. Wysocki2019-08-051-16/+16
| * cpuidle: menu: Allow tick to be stopped if PM QoS is usedRafael J. Wysocki2019-08-051-11/+5
| * cpuidle-haltpoll: disable host side polling when kvm virtualizedMarcelo Tosatti2019-07-301-1/+8
| * cpuidle: add haltpoll governorMarcelo Tosatti2019-07-303-0/+162
| * governors: unify last_state_idxMarcelo Tosatti2019-07-303-20/+18
| * cpuidle: add poll_limit_ns to cpuidle_device structureMarcelo Tosatti2019-07-303-9/+39
| * add cpuidle-haltpoll driverMarcelo Tosatti2019-07-303-0/+78
* | PSCI: cpuidle: Refactor CPU suspend power_state parameter handlingLorenzo Pieralisi2019-08-091-1/+86
* | ARM: psci: cpuidle: Enable PSCI CPUidle driverLorenzo Pieralisi2019-08-091-1/+1
* | ARM: psci: cpuidle: Introduce PSCI CPUidle driverLorenzo Pieralisi2019-08-093-0/+162
* | ARM: cpuidle: Remove overzealous error loggingLorenzo Pieralisi2019-08-091-3/+9
* | ARM: cpuidle: Remove useless header includeLorenzo Pieralisi2019-08-091-1/+0
|/
* Merge branch 'pm-cpufreq'Rafael J. Wysocki2019-07-181-1/+1
|\
| * PM / QOS: Rename __dev_pm_qos_read_value() and dev_pm_qos_raw_read_value()Viresh Kumar2019-07-041-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-195-20/+5
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-051-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 215Thomas Gleixner2019-05-301-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-302-24/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-302-10/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-215-0/+5
* cpuidle: Export the next timer expiration for CPUsUlf Hansson2019-04-101-2/+17
* cpuidle: exynos: Unify target residency for AFTR and coupled AFTR statesMarek Szyprowski2019-04-011-1/+1
* cpuidle: governor: Add new governors to cpuidle_governors againRafael J. Wysocki2019-03-121-0/+1
* cpuidle: menu: Avoid overflows when computing varianceRafael J. Wysocki2019-03-071-1/+1
* cpuidle: dt: bail out if the idle-state DT node is not compatibleJoseph Lo2019-02-011-6/+9
* Merge back earlier cpuidle material for v5.1.Rafael J. Wysocki2019-02-013-1/+455
|\
| * cpuidle: New timer events oriented governor for tickless systemsRafael J. Wysocki2019-01-163-1/+455
* | cpuidle: poll_state: Fix default time limitDoug Smythies2019-01-301-1/+1
|/
* Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-12-271-1/+7
|\
| * powerpc/pseries/cpuidle: Fix preempt warningBreno Leitao2018-12-041-1/+7
* | cpuidle: Add 'above' and 'below' idle state metricsRafael J. Wysocki2018-12-122-1/+36
* | cpuidle: big.LITTLE: fix refcount leakYangtao Li2018-12-111-1/+6
* | cpuidle: Add cpuidle.governor= command line parameterRafael J. Wysocki2018-12-113-2/+9
* | cpuidle: poll_state: Disregard disable idle statesRafael J. Wysocki2018-12-111-1/+10
* | ARM: cpuidle: Convert to use cpuidle_register|unregister()Ulf Hansson2018-11-081-27/+3
* | ARM: cpuidle: Don't register the driver when back-end init returns -ENXIOUlf Hansson2018-11-081-12/+10
|/
* Merge tag 'pm-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-10-301-19/+6
|\
| * cpuidle: menu: Remove get_loadavg() from the performance multiplierDaniel Lezcano2018-10-251-19/+6
* | sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner2018-10-261-4/+0
|/
* cpuidle: menu: Avoid computations when result will be discardedRafael J. Wysocki2018-10-181-3/+16
* cpuidle: menu: Drop redundant comparisonRafael J. Wysocki2018-10-181-6/+1