aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-18cpuidle: menu: Drop redundant comparisonRafael J. Wysocki1-6/+1
2018-10-12cpuidle: menu: Simplify checks related to the polling stateRafael J. Wysocki1-4/+4
2018-10-04cpuidle: poll_state: Revise loop termination conditionRafael J. Wysocki1-2/+2
2018-10-04cpuidle: menu: Move the latency_req == 0 special case checkRafael J. Wysocki1-7/+1
2018-10-04cpuidle: menu: Avoid computations for very close timersRafael J. Wysocki1-0/+12
2018-10-04cpuidle: menu: Do not update last_state_idx in menu_select()Rafael J. Wysocki1-5/+2
2018-10-04cpuidle: menu: Get rid of first_idx from menu_select()Rafael J. Wysocki1-18/+14
2018-10-04cpuidle: menu: Compute first_idx when latency_req is knownRafael J. Wysocki1-16/+16
2018-10-04cpuidle: menu: Fix wakeup statistics updates for polling stateRafael J. Wysocki2-1/+15
2018-10-03cpuidle: menu: Replace data->predicted_us with local variableRafael J. Wysocki1-12/+11
2018-09-18cpuidle: enter_state: Don't needlessly calculate diff timeFieah Lim1-8/+8
2018-09-18cpuidle: Remove unnecessary wrapper cpuidle_get_last_residency()Fieah Lim2-2/+2
2018-08-25cpuidle: menu: Retain tick when shallow state is selectedRafael J. Wysocki1-1/+12
2018-08-22Merge tag 'pm-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-17/+28
2018-08-20cpuidle: menu: Handle stopped tick more aggressivelyRafael J. Wysocki1-12/+24
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-132/+26
2018-08-16cpuidle: menu: Update stale polling override commentRafael J. Wysocki1-3/+2
2018-08-15cpuidle: menu: Fix white spaceRafael J. Wysocki1-2/+2
2018-07-31powernv/cpuidle: Use parsed device tree values for cpuidle_initAkshay Adiga1-132/+26
2018-06-25ARM: cpuidle: silence error on driver registration failureSudeep Holla1-1/+2
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-6/+26
2018-06-05cpuidle: powernv: Fix promotion from snooze if next state disabledGautham R. Shenoy1-6/+26
2018-05-30cpuidle: governors: Consolidate PM QoS handlingRafael J. Wysocki3-17/+18
2018-05-30cpuidle: governors: Drop redundant checks related to PM QoSRafael J. Wysocki2-4/+2
2018-04-09cpuidle: menu: Avoid selecting shallow states with stopped tickRafael J. Wysocki1-7/+22
2018-04-09cpuidle: menu: Refine idle state selection for running tickRafael J. Wysocki1-2/+25
2018-04-06cpuidle: Return nohz hint from cpuidle_select()Rafael J. Wysocki3-15/+57
2018-03-29cpuidle: poll_state: Avoid invoking local_clock() too oftenRafael J. Wysocki1-0/+6
2018-03-29PM: cpuidle/suspend: Add s2idle usage and time state attributesRafael J. Wysocki2-0/+63
2018-03-29cpuidle: Enable coupled cpuidle support on Exynos3250 platformMarek Szyprowski1-1/+2
2018-03-29cpuidle: poll_state: Add time limit to poll_idle()Rafael J. Wysocki1-1/+10
2018-03-05ARM: cpuidle: Drop memory allocation error message from arm_idle_init_cpu()Markus Elfring1-1/+0
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-4/+14
2018-01-18powerpc/pseries/cpuidle: add polling idle for shared processor guestsNicholas Piggin1-2/+8
2018-01-18cpuidle/powernv: avoid double irq enable coming out of idleNicholas Piggin1-2/+4
2018-01-18cpuidle/powernv: avoid double irq enable coming out of idleNicholas Piggin1-0/+2
2018-01-05cpuidle: Avoid NULL argument in cpuidle_switch_governor()gaurav jindal1-2/+3
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-2/+2
2017-11-13Merge branch 'pm-cpuidle'Rafael J. Wysocki3-69/+105
2017-11-13Merge branch 'pm-qos'Rafael J. Wysocki1-2/+2
2017-11-13powerpc/powernv/idle: Round up latency and residency valuesVaidyanathan Srinivasan1-2/+2
2017-11-08cpuidle: Avoid assignment in if () argumentGaurav Jindal1-3/+5
2017-11-08cpuidle: Clean up cpuidle_enable_device() error handling a bitGaurav Jindal1-1/+4
2017-11-08cpuidle: ladder: Add per CPU PM QoS resume latency supportRamesh Thomas1-0/+7