summaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle
AgeCommit message (Expand)AuthorLines
2019-10-22cpuidle: haltpoll: Take 'idle=' override into accountZhenzhong Duan-0/+4
2019-09-17Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-71/+419
2019-09-11cpuidle-haltpoll: Enable kvm guest polling when dedicated physical CPUs are a...Wanpeng Li-1/+2
2019-09-11cpuidle-haltpoll: do not set an owner to allow modunloadJoao Martins-1/+0
2019-09-11cpuidle-haltpoll: return -ENODEV on modinit failureJoao Martins-1/+1
2019-09-11cpuidle-haltpoll: set haltpoll as preferred governorJoao Martins-1/+2
2019-09-11cpuidle: allow governor switch on cpuidle_register_driver()Joao Martins-3/+31
2019-09-03cpuidle-haltpoll: vcpu hotplug supportJoao Martins-5/+63
2019-08-10cpuidle: teo: Get rid of redundant check in teo_update()Rafael J. Wysocki-12/+4
2019-08-09PSCI: cpuidle: Refactor CPU suspend power_state parameter handlingLorenzo Pieralisi-1/+86
2019-08-09ARM: psci: cpuidle: Enable PSCI CPUidle driverLorenzo Pieralisi-1/+1
2019-08-09ARM: psci: cpuidle: Introduce PSCI CPUidle driverLorenzo Pieralisi-0/+162
2019-08-09ARM: cpuidle: Remove overzealous error loggingLorenzo Pieralisi-3/+9
2019-08-09ARM: cpuidle: Remove useless header includeLorenzo Pieralisi-1/+0
2019-08-05cpuidle: teo: Allow tick to be stopped if PM QoS is usedRafael J. Wysocki-16/+16
2019-08-05cpuidle: menu: Allow tick to be stopped if PM QoS is usedRafael J. Wysocki-11/+5
2019-07-30cpuidle-haltpoll: disable host side polling when kvm virtualizedMarcelo Tosatti-1/+8
2019-07-30cpuidle: add haltpoll governorMarcelo Tosatti-0/+162
2019-07-30governors: unify last_state_idxMarcelo Tosatti-20/+18
2019-07-30cpuidle: add poll_limit_ns to cpuidle_device structureMarcelo Tosatti-9/+39
2019-07-30add cpuidle-haltpoll driverMarcelo Tosatti-0/+78
2019-07-18Merge branch 'pm-cpufreq'Rafael J. Wysocki-1/+1
2019-07-04PM / QOS: Rename __dev_pm_qos_read_value() and dev_pm_qos_raw_read_value()Viresh Kumar-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-20/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 215Thomas Gleixner-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner-24/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-10/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+5
2019-04-10cpuidle: Export the next timer expiration for CPUsUlf Hansson-2/+17
2019-04-01cpuidle: exynos: Unify target residency for AFTR and coupled AFTR statesMarek Szyprowski-1/+1
2019-03-12cpuidle: governor: Add new governors to cpuidle_governors againRafael J. Wysocki-0/+1
2019-03-07cpuidle: menu: Avoid overflows when computing varianceRafael J. Wysocki-1/+1
2019-02-01cpuidle: dt: bail out if the idle-state DT node is not compatibleJoseph Lo-6/+9
2019-02-01Merge back earlier cpuidle material for v5.1.Rafael J. Wysocki-1/+455
2019-01-30cpuidle: poll_state: Fix default time limitDoug Smythies-1/+1
2019-01-16cpuidle: New timer events oriented governor for tickless systemsRafael J. Wysocki-1/+455
2018-12-27Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+7
2018-12-12cpuidle: Add 'above' and 'below' idle state metricsRafael J. Wysocki-1/+36
2018-12-11cpuidle: big.LITTLE: fix refcount leakYangtao Li-1/+6
2018-12-11cpuidle: Add cpuidle.governor= command line parameterRafael J. Wysocki-2/+9
2018-12-11cpuidle: poll_state: Disregard disable idle statesRafael J. Wysocki-1/+10
2018-12-04powerpc/pseries/cpuidle: Fix preempt warningBreno Leitao-1/+7
2018-11-08ARM: cpuidle: Convert to use cpuidle_register|unregister()Ulf Hansson-27/+3
2018-11-08ARM: cpuidle: Don't register the driver when back-end init returns -ENXIOUlf Hansson-12/+10
2018-10-30Merge tag 'pm-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-19/+6
2018-10-26sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner-4/+0
2018-10-25cpuidle: menu: Remove get_loadavg() from the performance multiplierDaniel Lezcano-19/+6
2018-10-18cpuidle: menu: Avoid computations when result will be discardedRafael J. Wysocki-3/+16