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