aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpuidle
AgeCommit message (Expand)AuthorFilesLines
2019-10-22cpuidle: haltpoll: Take 'idle=' override into accountGravatar Zhenzhong Duan 1-0/+4
2019-09-17Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 14-71/+419
2019-09-11cpuidle-haltpoll: Enable kvm guest polling when dedicated physical CPUs are a...Gravatar Wanpeng Li 1-1/+2
2019-09-11cpuidle-haltpoll: do not set an owner to allow modunloadGravatar Joao Martins 1-1/+0
2019-09-11cpuidle-haltpoll: return -ENODEV on modinit failureGravatar Joao Martins 1-1/+1
2019-09-11cpuidle-haltpoll: set haltpoll as preferred governorGravatar Joao Martins 2-1/+2
2019-09-11cpuidle: allow governor switch on cpuidle_register_driver()Gravatar Joao Martins 3-3/+31
2019-09-03cpuidle-haltpoll: vcpu hotplug supportGravatar Joao Martins 1-5/+63
2019-08-10cpuidle: teo: Get rid of redundant check in teo_update()Gravatar Rafael J. Wysocki 1-12/+4
2019-08-09PSCI: cpuidle: Refactor CPU suspend power_state parameter handlingGravatar Lorenzo Pieralisi 1-1/+86
2019-08-09ARM: psci: cpuidle: Enable PSCI CPUidle driverGravatar Lorenzo Pieralisi 1-1/+1
2019-08-09ARM: psci: cpuidle: Introduce PSCI CPUidle driverGravatar Lorenzo Pieralisi 3-0/+162
2019-08-09ARM: cpuidle: Remove overzealous error loggingGravatar Lorenzo Pieralisi 1-3/+9
2019-08-09ARM: cpuidle: Remove useless header includeGravatar Lorenzo Pieralisi 1-1/+0
2019-08-05cpuidle: teo: Allow tick to be stopped if PM QoS is usedGravatar Rafael J. Wysocki 1-16/+16
2019-08-05cpuidle: menu: Allow tick to be stopped if PM QoS is usedGravatar Rafael J. Wysocki 1-11/+5
2019-07-30cpuidle-haltpoll: disable host side polling when kvm virtualizedGravatar Marcelo Tosatti 1-1/+8
2019-07-30cpuidle: add haltpoll governorGravatar Marcelo Tosatti 3-0/+162
2019-07-30governors: unify last_state_idxGravatar Marcelo Tosatti 3-20/+18
2019-07-30cpuidle: add poll_limit_ns to cpuidle_device structureGravatar Marcelo Tosatti 3-9/+39
2019-07-30add cpuidle-haltpoll driverGravatar Marcelo Tosatti 3-0/+78
2019-07-18Merge branch 'pm-cpufreq'Gravatar Rafael J. Wysocki 1-1/+1
2019-07-04PM / QOS: Rename __dev_pm_qos_read_value() and dev_pm_qos_raw_read_value()Gravatar Viresh Kumar 1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 5-20/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Gravatar Thomas Gleixner 1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 215Gravatar Thomas Gleixner 1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Gravatar Thomas Gleixner 2-24/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 1-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 2-10/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 5-0/+5
2019-04-10cpuidle: Export the next timer expiration for CPUsGravatar Ulf Hansson 1-2/+17
2019-04-01cpuidle: exynos: Unify target residency for AFTR and coupled AFTR statesGravatar Marek Szyprowski 1-1/+1
2019-03-12cpuidle: governor: Add new governors to cpuidle_governors againGravatar Rafael J. Wysocki 1-0/+1
2019-03-07cpuidle: menu: Avoid overflows when computing varianceGravatar Rafael J. Wysocki 1-1/+1
2019-02-01cpuidle: dt: bail out if the idle-state DT node is not compatibleGravatar Joseph Lo 1-6/+9
2019-02-01Merge back earlier cpuidle material for v5.1.Gravatar Rafael J. Wysocki 3-1/+455
2019-01-30cpuidle: poll_state: Fix default time limitGravatar Doug Smythies 1-1/+1
2019-01-16cpuidle: New timer events oriented governor for tickless systemsGravatar Rafael J. Wysocki 3-1/+455
2018-12-27Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+7
2018-12-12cpuidle: Add 'above' and 'below' idle state metricsGravatar Rafael J. Wysocki 2-1/+36
2018-12-11cpuidle: big.LITTLE: fix refcount leakGravatar Yangtao Li 1-1/+6
2018-12-11cpuidle: Add cpuidle.governor= command line parameterGravatar Rafael J. Wysocki 3-2/+9
2018-12-11cpuidle: poll_state: Disregard disable idle statesGravatar Rafael J. Wysocki 1-1/+10
2018-12-04powerpc/pseries/cpuidle: Fix preempt warningGravatar Breno Leitao 1-1/+7
2018-11-08ARM: cpuidle: Convert to use cpuidle_register|unregister()Gravatar Ulf Hansson 1-27/+3
2018-11-08ARM: cpuidle: Don't register the driver when back-end init returns -ENXIOGravatar Ulf Hansson 1-12/+10
2018-10-30Merge tag 'pm-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 1-19/+6
2018-10-26sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADGravatar Johannes Weiner 1-4/+0
2018-10-25cpuidle: menu: Remove get_loadavg() from the performance multiplierGravatar Daniel Lezcano 1-19/+6
2018-10-18cpuidle: menu: Avoid computations when result will be discardedGravatar Rafael J. Wysocki 1-3/+16