summaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | cpuidle: fix broadcast control when broadcast can not be enteredNicholas Piggin2017-09-281-0/+1
| | |/ | |/|
* | | Merge branch 'pm-qos'Rafael J. Wysocki2017-11-131-2/+2
|\ \ \ | | |/ | |/|
| * | PM / QoS: Fix device resume latency frameworkRafael J. Wysocki2017-11-081-2/+2
| |/
* | Update MIPS email addressesPaul Burton2017-11-031-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
|/
* ARM: cpuidle: Avoid memleak if init failStefan Wahren2017-09-191-2/+4
* Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Linus Torvalds2017-09-151-1/+1
|\
| * MIPS: Unify checks for sibling CPUsPaul Burton2017-08-301-1/+1
| * MIPS: Abstract CPU core & VP(E) ID access through accessor functionsPaul Burton2017-08-301-1/+1
* | Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-09-057-67/+72
|\ \
| * \ Merge branch 'pm-sleep'Rafael J. Wysocki2017-09-042-11/+11
| |\ \
| | * | PM / s2idle: Rename ->enter_freeze to ->enter_s2idleRafael J. Wysocki2017-08-112-11/+11
| * | | cpuidle: Make drivers initialize polling stateRafael J. Wysocki2017-08-302-3/+2
| * | | cpuidle: Move polling state initialization code to separate fileRafael J. Wysocki2017-08-303-31/+37
| * | | cpuidle: Eliminate the CPUIDLE_DRIVER_STATE_START symbolRafael J. Wysocki2017-08-303-14/+14
| * | | cpuidle: Convert to using %pOF instead of full_nameRob Herring2017-08-251-10/+10
| | |/ | |/|
* | | smp: Avoid using two cache lines for struct call_single_dataYing Huang2017-08-291-5/+5
|/ /
* | powerpc/powernv/idle: Disable LOSE_FULL_CONTEXT states when stop-api failsGautham R. Shenoy2017-08-081-0/+10
|/
* Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-07-072-28/+47
|\
| * cpuidle: powerpc: no memory barrier after break from idleNicholas Piggin2017-06-282-4/+18
| * cpuidle: powerpc: read mostly for common globalsNicholas Piggin2017-06-282-9/+9
| * cpuidle: powerpc: cpuidle set polling before enabling irqsNicholas Piggin2017-06-282-2/+5
| * powerpc/64s/idle: Move soft interrupt mask logic into C codeNicholas Piggin2017-06-191-7/+5
| * cpuidle-powernv: Allow Deep stop states that don't stop timeGautham R. Shenoy2017-05-301-6/+10
OpenPOWER on IntegriCloud