summaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle
Commit message (Expand)AuthorAgeFilesLines
* cpuidle: mvebu: Fix the name of the statesGregory CLEMENT2014-06-181-2/+2
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-06-121-5/+3
|\
| * powerpc/cpuidle: Only clear LPCR decrementer wakeup bit on fast sleep entryMichael Neuling2014-06-111-5/+3
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-121-2/+5
|\ \ | |/ |/|
| * Merge commit '3cf2f34' into sched/core, to fix build errorIngo Molnar2014-06-121-1/+1
| |\
| * | cpuidle: Set polling in poll_idleAndy Lutomirski2014-06-051-2/+5
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-06-094-0/+212
|\ \ \
| * | | cpuidle: cpuidle-cps: add MIPS CPS cpuidle driverPaul Burton2014-05-284-0/+212
* | | | Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-043-0/+71
|\ \ \ \
| * \ \ \ Merge branch 'cpuidle/3.16' of git://git.linaro.org/people/daniel.lezcano/lin...Rafael J. Wysocki2014-05-163-0/+71
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | ARM: clps711x: Add cpuidle driverAlexander Shiyan2014-04-303-0/+71
| | |/ /
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-032-21/+51
|\| | |
| * | | PM / suspend: Always use deepest C-state in the "freeze" sleep stateRafael J. Wysocki2014-05-071-1/+44
| * | | cpuidle / menu: move repeated correction factor check to initChander Kashyap2014-05-011-7/+8
| * | | cpuidle / menu: Return (-1) if there are no suitable statesRafael J. Wysocki2014-05-011-1/+1
| * | | cpuidle: Combine cpuidle_enabled() with cpuidle_select()Rafael J. Wysocki2014-05-011-20/+6
| |/ /
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-1/+1
|\ \ \ | | |/ | |/|
| * | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
| |/
* | Merge tag 'drivers-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-023-0/+106
|\ \
| * | ARM: EXYNOS: Move the driver to drivers/cpuidle directoryDaniel Lezcano2014-05-263-0/+106
| |/
* / cpuidle: mvebu: Add initial CPU idle support for Armada 370/XP SoCGregory CLEMENT2014-05-083-0/+99
|/
* Merge branch 'pm-cpuidle'Rafael J. Wysocki2014-04-081-0/+3
|\
| * cpuidle: sysfs: Export target residency informationDaniel Lezcano2014-04-081-0/+3
* | Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-051-1/+1
|\ \
| * | drivers: Enable building of Kirkwood drivers for mach-mvebuAndrew Lunn2014-02-241-1/+1
* | | Merge branch 'sched-idle-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-04-021-51/+56
|\ \ \ | |_|/ |/| |
| * | cpuidle/idle: Move the cpuidle_idle_call function to idle.cDaniel Lezcano2014-03-111-49/+0
| * | idle/cpuidle: Split cpuidle_idle_call main function into smaller functionsDaniel Lezcano2014-03-111-21/+75
| * | Merge branch 'timers/core' into sched/idleIngo Molnar2014-02-281-6/+8
| |\ \
* | \ \ Merge branch 'powernv-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-021-10/+92
|\ \ \ \
| * | | | cpuidle/powernv: Parse device tree to setup idle statesPreeti U Murthy2014-03-051-17/+65
| * | | | cpuidle/powernv: Add "Fast-Sleep" CPU idle statePreeti U Murthy2014-03-051-0/+34
| | |/ / | |/| |
* | | | Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-04-011-1/+1
|\ \ \ \
| * | | | smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker2014-02-241-1/+1
| * | | | smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker2014-02-241-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-013-33/+47
|\ \ \ \
| * | | | cpuidle: delay enabling interrupts until all coupled CPUs leave idlePaul Burton2014-03-121-1/+2
| * | | | cpuidle: poll state can measure residencytuukka.tikkanen@linaro.org2014-03-071-1/+1
| * | | | cpuidle: Move perf multiplier calculation out of the selection looptuukka.tikkanen@linaro.org2014-03-061-5/+10
| * | | | cpuidle: Do not substract exit latency from assumed sleep lengthtuukka.tikkanen@linaro.org2014-03-061-18/+26
| * | | | cpuidle: Ensure menu coefficients stay within domaintuukka.tikkanen@linaro.org2014-03-061-0/+3
| * | | | cpuidle: Use actual state latency in menu governortuukka.tikkanen@linaro.org2014-03-061-5/+2
| * | | | cpuidle: rename expected_us to next_timer_us in menu governortuukka.tikkanen@linaro.org2014-03-061-9/+9
| |/ / /
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-011-6/+8
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | cpuidle: Handle clockevents_notify(BROADCAST_ENTER) failurePreeti U Murthy2014-02-071-6/+8
| |/
* | cpuidle/powernv: Remove redundant cpuidle_idle_call()Nicolas Pitre2014-02-221-0/+5
* | cpuidle/pseries: Fix fallout caused due to cleanup in pseries cpuidle backend...Preeti U Murthy2014-02-121-0/+1
* | sched/idle, PPC: Remove redundant cpuidle_idle_call()Nicolas Pitre2014-02-111-0/+5
|/
* powerpc/powernv/cpuidle: Back-end cpuidle driver for powernv platform.Deepthi Dharwar2014-01-293-0/+179
* powerpc/pseries/cpuidle: smt-snooze-delay cleanup.Deepthi Dharwar2014-01-291-17/+0