aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpuidle
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-05cpuidle: powernv: Fix promotion from snooze if next state disabledGravatar Gautham R. Shenoy 1-6/+26
2018-05-30cpuidle: governors: Consolidate PM QoS handlingGravatar Rafael J. Wysocki 3-17/+18
2018-05-30cpuidle: governors: Drop redundant checks related to PM QoSGravatar Rafael J. Wysocki 2-4/+2
2018-04-09cpuidle: menu: Avoid selecting shallow states with stopped tickGravatar Rafael J. Wysocki 1-7/+22
2018-04-09cpuidle: menu: Refine idle state selection for running tickGravatar Rafael J. Wysocki 1-2/+25
2018-04-06cpuidle: Return nohz hint from cpuidle_select()Gravatar Rafael J. Wysocki 3-15/+57
2018-03-29cpuidle: poll_state: Avoid invoking local_clock() too oftenGravatar Rafael J. Wysocki 1-0/+6
2018-03-29PM: cpuidle/suspend: Add s2idle usage and time state attributesGravatar Rafael J. Wysocki 2-0/+63
2018-03-29cpuidle: Enable coupled cpuidle support on Exynos3250 platformGravatar Marek Szyprowski 1-1/+2
2018-03-29cpuidle: poll_state: Add time limit to poll_idle()Gravatar Rafael J. Wysocki 1-1/+10
2018-03-05ARM: cpuidle: Drop memory allocation error message from arm_idle_init_cpu()Gravatar Markus Elfring 1-1/+0
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 2-4/+14
2018-01-18powerpc/pseries/cpuidle: add polling idle for shared processor guestsGravatar Nicholas Piggin 1-2/+8
2018-01-18cpuidle/powernv: avoid double irq enable coming out of idleGravatar Nicholas Piggin 1-2/+4
2018-01-18cpuidle/powernv: avoid double irq enable coming out of idleGravatar Nicholas Piggin 1-0/+2
2018-01-05cpuidle: Avoid NULL argument in cpuidle_switch_governor()Gravatar gaurav jindal 1-2/+3
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-2/+2
2017-11-13Merge branch 'pm-cpuidle'Gravatar Rafael J. Wysocki 3-69/+105
2017-11-13Merge branch 'pm-qos'Gravatar Rafael J. Wysocki 1-2/+2
2017-11-13powerpc/powernv/idle: Round up latency and residency valuesGravatar Vaidyanathan Srinivasan 1-2/+2
2017-11-08cpuidle: Avoid assignment in if () argumentGravatar Gaurav Jindal 1-3/+5
2017-11-08cpuidle: Clean up cpuidle_enable_device() error handling a bitGravatar Gaurav Jindal 1-1/+4
2017-11-08cpuidle: ladder: Add per CPU PM QoS resume latency supportGravatar Ramesh Thomas 1-0/+7
2017-11-08Merge branch 'pm-qos' into pm-cpuidleGravatar Rafael J. Wysocki 1-2/+2
2017-11-08PM / QoS: Fix device resume latency frameworkGravatar Rafael J. Wysocki 1-2/+2
2017-11-03Update MIPS email addressesGravatar Paul Burton 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 5-0/+5
2017-10-14ARM: cpuidle: Refactor rollback operations if init failsGravatar Leo Yan 1-63/+82
2017-10-14ARM: cpuidle: Correct driver unregistration if init failsGravatar Leo Yan 1-9/+13
2017-09-28cpuidle: fix broadcast control when broadcast can not be enteredGravatar Nicholas Piggin 1-0/+1
2017-09-19ARM: cpuidle: Avoid memleak if init failGravatar Stefan Wahren 1-2/+4
2017-09-15Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Gravatar Linus Torvalds 1-1/+1
2017-09-05Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 7-67/+72
2017-09-04Merge branch 'pm-sleep'Gravatar Rafael J. Wysocki 2-11/+11
2017-08-30cpuidle: Make drivers initialize polling stateGravatar Rafael J. Wysocki 2-3/+2
2017-08-30cpuidle: Move polling state initialization code to separate fileGravatar Rafael J. Wysocki 3-31/+37
2017-08-30cpuidle: Eliminate the CPUIDLE_DRIVER_STATE_START symbolGravatar Rafael J. Wysocki 3-14/+14
2017-08-30MIPS: Unify checks for sibling CPUsGravatar Paul Burton 1-1/+1
2017-08-30MIPS: Abstract CPU core & VP(E) ID access through accessor functionsGravatar Paul Burton 1-1/+1
2017-08-29smp: Avoid using two cache lines for struct call_single_dataGravatar Ying Huang 1-5/+5
2017-08-25cpuidle: Convert to using %pOF instead of full_nameGravatar Rob Herring 1-10/+10
2017-08-11PM / s2idle: Rename ->enter_freeze to ->enter_s2idleGravatar Rafael J. Wysocki 2-11/+11