summaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle
Commit message (Expand)AuthorAgeFilesLines
* 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
* cpuidle: menu: Simplify checks related to the polling stateRafael J. Wysocki2018-10-121-4/+4
* cpuidle: poll_state: Revise loop termination conditionRafael J. Wysocki2018-10-041-2/+2
* cpuidle: menu: Move the latency_req == 0 special case checkRafael J. Wysocki2018-10-041-7/+1
* cpuidle: menu: Avoid computations for very close timersRafael J. Wysocki2018-10-041-0/+12
* cpuidle: menu: Do not update last_state_idx in menu_select()Rafael J. Wysocki2018-10-041-5/+2
* cpuidle: menu: Get rid of first_idx from menu_select()Rafael J. Wysocki2018-10-041-18/+14
* cpuidle: menu: Compute first_idx when latency_req is knownRafael J. Wysocki2018-10-041-16/+16
* cpuidle: menu: Fix wakeup statistics updates for polling stateRafael J. Wysocki2018-10-042-1/+15
* cpuidle: menu: Replace data->predicted_us with local variableRafael J. Wysocki2018-10-031-12/+11
* cpuidle: enter_state: Don't needlessly calculate diff timeFieah Lim2018-09-181-8/+8
* cpuidle: Remove unnecessary wrapper cpuidle_get_last_residency()Fieah Lim2018-09-182-2/+2
* cpuidle: menu: Retain tick when shallow state is selectedRafael J. Wysocki2018-08-251-1/+12
* Merge tag 'pm-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-08-221-17/+28
|\
| * cpuidle: menu: Handle stopped tick more aggressivelyRafael J. Wysocki2018-08-201-12/+24
| * cpuidle: menu: Update stale polling override commentRafael J. Wysocki2018-08-161-3/+2
| * cpuidle: menu: Fix white spaceRafael J. Wysocki2018-08-151-2/+2
* | Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-171-132/+26
|\ \ | |/ |/|
| * powernv/cpuidle: Use parsed device tree values for cpuidle_initAkshay Adiga2018-07-311-132/+26
* | ARM: cpuidle: silence error on driver registration failureSudeep Holla2018-06-251-1/+2
|/
* Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-071-6/+26
|\
| * cpuidle: powernv: Fix promotion from snooze if next state disabledGautham R. Shenoy2018-06-051-6/+26
* | cpuidle: governors: Consolidate PM QoS handlingRafael J. Wysocki2018-05-303-17/+18
* | cpuidle: governors: Drop redundant checks related to PM QoSRafael J. Wysocki2018-05-302-4/+2
|/
* cpuidle: menu: Avoid selecting shallow states with stopped tickRafael J. Wysocki2018-04-091-7/+22
* cpuidle: menu: Refine idle state selection for running tickRafael J. Wysocki2018-04-091-2/+25
* cpuidle: Return nohz hint from cpuidle_select()Rafael J. Wysocki2018-04-063-15/+57
* cpuidle: poll_state: Avoid invoking local_clock() too oftenRafael J. Wysocki2018-03-291-0/+6
* PM: cpuidle/suspend: Add s2idle usage and time state attributesRafael J. Wysocki2018-03-292-0/+63
* cpuidle: Enable coupled cpuidle support on Exynos3250 platformMarek Szyprowski2018-03-291-1/+2
* cpuidle: poll_state: Add time limit to poll_idle()Rafael J. Wysocki2018-03-291-1/+10
* ARM: cpuidle: Drop memory allocation error message from arm_idle_init_cpu()Markus Elfring2018-03-051-1/+0
* Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-02-022-4/+14
|\
| * powerpc/pseries/cpuidle: add polling idle for shared processor guestsNicholas Piggin2018-01-181-2/+8
| * cpuidle/powernv: avoid double irq enable coming out of idleNicholas Piggin2018-01-181-2/+4
| * cpuidle/powernv: avoid double irq enable coming out of idleNicholas Piggin2018-01-181-0/+2
* | cpuidle: Avoid NULL argument in cpuidle_switch_governor()gaurav jindal2018-01-051-2/+3
|/
* Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-161-2/+2
|\
| * powerpc/powernv/idle: Round up latency and residency valuesVaidyanathan Srinivasan2017-11-131-2/+2
* | Merge branch 'pm-cpuidle'Rafael J. Wysocki2017-11-133-69/+105
|\ \
| * | cpuidle: Avoid assignment in if () argumentGaurav Jindal2017-11-081-3/+5
| * | cpuidle: Clean up cpuidle_enable_device() error handling a bitGaurav Jindal2017-11-081-1/+4
| * | cpuidle: ladder: Add per CPU PM QoS resume latency supportRamesh Thomas2017-11-081-0/+7
| * | Merge branch 'pm-qos' into pm-cpuidleRafael J. Wysocki2017-11-081-2/+2
| |\ \
| * | | ARM: cpuidle: Refactor rollback operations if init failsLeo Yan2017-10-141-63/+82
| * | | ARM: cpuidle: Correct driver unregistration if init failsLeo Yan2017-10-141-9/+13
OpenPOWER on IntegriCloud