aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpuidle
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-18cpuidle: menu: Drop redundant comparisonGravatar Rafael J. Wysocki 1-6/+1
2018-10-12cpuidle: menu: Simplify checks related to the polling stateGravatar Rafael J. Wysocki 1-4/+4
2018-10-04cpuidle: poll_state: Revise loop termination conditionGravatar Rafael J. Wysocki 1-2/+2
2018-10-04cpuidle: menu: Move the latency_req == 0 special case checkGravatar Rafael J. Wysocki 1-7/+1
2018-10-04cpuidle: menu: Avoid computations for very close timersGravatar Rafael J. Wysocki 1-0/+12
2018-10-04cpuidle: menu: Do not update last_state_idx in menu_select()Gravatar Rafael J. Wysocki 1-5/+2
2018-10-04cpuidle: menu: Get rid of first_idx from menu_select()Gravatar Rafael J. Wysocki 1-18/+14
2018-10-04cpuidle: menu: Compute first_idx when latency_req is knownGravatar Rafael J. Wysocki 1-16/+16
2018-10-04cpuidle: menu: Fix wakeup statistics updates for polling stateGravatar Rafael J. Wysocki 2-1/+15
2018-10-03cpuidle: menu: Replace data->predicted_us with local variableGravatar Rafael J. Wysocki 1-12/+11
2018-09-18cpuidle: enter_state: Don't needlessly calculate diff timeGravatar Fieah Lim 1-8/+8
2018-09-18cpuidle: Remove unnecessary wrapper cpuidle_get_last_residency()Gravatar Fieah Lim 2-2/+2
2018-08-25cpuidle: menu: Retain tick when shallow state is selectedGravatar Rafael J. Wysocki 1-1/+12
2018-08-22Merge tag 'pm-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 1-17/+28
2018-08-20cpuidle: menu: Handle stopped tick more aggressivelyGravatar Rafael J. Wysocki 1-12/+24
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-132/+26
2018-08-16cpuidle: menu: Update stale polling override commentGravatar Rafael J. Wysocki 1-3/+2
2018-08-15cpuidle: menu: Fix white spaceGravatar Rafael J. Wysocki 1-2/+2
2018-07-31powernv/cpuidle: Use parsed device tree values for cpuidle_initGravatar Akshay Adiga 1-132/+26
2018-06-25ARM: cpuidle: silence error on driver registration failureGravatar Sudeep Holla 1-1/+2
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-6/+26