summaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle
Commit message (Expand)AuthorAgeFilesLines
* 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
* powerpc/pseries/cpuidle: Remove MAX_IDLE_STATE macro.Deepthi Dharwar2014-01-291-18/+10
* powerpc/pseries/cpuidle: Make cpuidle-pseries backend driver a non-module.Deepthi Dharwar2014-01-291-14/+1
* powerpc/pseries/cpuidle: Use cpuidle_register() for initialisation.Deepthi Dharwar2014-01-291-67/+11
* powerpc/pseries/cpuidle: Move processor_idle.c to drivers/cpuidle.Deepthi Dharwar2014-01-294-0/+381
* ARM/cpuidle: remove __init tag from Calxeda cpuidle probe functionAndre Przywara2013-12-301-1/+1
* cpuidle: Check for dev before deregistering it.Konrad Rzeszutek Wilk2013-12-031-1/+1
* Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-1410-143/+170
|\
| * cpuidle: remove cpuidle_unregister_governor()Viresh Kumar2013-10-301-43/+0
| * cpuidle: don't call poll_idle_init() for every cpuViresh Kumar2013-10-302-41/+42
| * cpuidle: use drv instead of cpuidle_driver in show_current_driver()Viresh Kumar2013-10-301-4/+4
| * cpuidle: call cpuidle_get_driver() from after taking cpuidle_driver_lockViresh Kumar2013-10-302-2/+4
| * cpuidle: replace multiline statements with single line in cpuidle_idle_call()Viresh Kumar2013-10-301-4/+2
| * cpuidle: reduce code duplication inside cpuidle_idle_call()Viresh Kumar2013-10-301-2/+5
| * cpuidle: merge two if() statements for checking error casesViresh Kumar2013-10-301-4/+1
| * cpuidle: rearrange __cpuidle_register_device() to keep minimal exit pointsViresh Kumar2013-10-301-5/+4
| * cpuidle: rearrange code in __cpuidle_driver_init()Viresh Kumar2013-10-301-6/+4
| * cpuidle: make __cpuidle_driver_init() return voidViresh Kumar2013-10-301-8/+2
| * cpuidle: make __cpuidle_device_init() return voidViresh Kumar2013-10-301-6/+2
| * cpuidle: Fix comments in cpuidle coreViresh Kumar2013-10-303-5/+5
| * ARM: at91: cpuidle: Move driver to drivers/cpuidleDaniel Lezcano2013-10-163-0/+77
| * ARM: ux500: cpuidle: fix section mismatchDaniel Lezcano2013-10-071-1/+1
| * ARM: zynq: cpuidle: convert to platform driverDaniel Lezcano2013-10-071-2/+11
| * ARM: zynq: cpuidle: Remove useless compatibility stringDaniel Lezcano2013-10-071-4/+0
| * drivers: cpuidle: rename ARM big.LITTLE driver config and makefile entriesLorenzo Pieralisi2013-10-072-12/+12
* | cpuidle: calxeda: add support to use PSCI callsRob Herring2013-10-012-34/+7
* | ARM: highbank: cpuidle: convert to platform driverDaniel Lezcano2013-10-011-6/+12
* | cpuidle: calxeda: add cpu_pm_enter/exit callsRob Herring2013-10-011-0/+4
|/
* Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-09-121-1/+2
|\
| * cpuidle: Check the result of cpuidle_get_driver() against NULLDaniel Fu2013-08-301-1/+2
* | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-093-0/+220
|\ \ | |/ |/|
| * Merge branch 'cpuidle/biglittle' into next/driversOlof Johansson2013-08-283-0/+220
| |\
| | * cpuidle: big.LITTLE: vexpress-TC2 CPU idle driverLorenzo Pieralisi2013-08-283-0/+220
OpenPOWER on IntegriCloud