aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpuidle
AgeCommit message (Expand)AuthorFilesLines
2014-04-05Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 1-1/+1
2014-04-02Merge branch 'sched-idle-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-51/+56
2014-04-02Merge branch 'powernv-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-10/+92
2014-04-01Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2014-04-01Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-33/+47
2014-04-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-6/+8
2014-03-12cpuidle: delay enabling interrupts until all coupled CPUs leave idleGravatar Paul Burton 1-1/+2
2014-03-11cpuidle/idle: Move the cpuidle_idle_call function to idle.cGravatar Daniel Lezcano 1-49/+0
2014-03-11idle/cpuidle: Split cpuidle_idle_call main function into smaller functionsGravatar Daniel Lezcano 1-21/+75
2014-03-07cpuidle: poll state can measure residencyGravatar tuukka.tikkanen@linaro.org 1-1/+1
2014-03-06cpuidle: Move perf multiplier calculation out of the selection loopGravatar tuukka.tikkanen@linaro.org 1-5/+10
2014-03-06cpuidle: Do not substract exit latency from assumed sleep lengthGravatar tuukka.tikkanen@linaro.org 1-18/+26
2014-03-06cpuidle: Ensure menu coefficients stay within domainGravatar tuukka.tikkanen@linaro.org 1-0/+3
2014-03-06cpuidle: Use actual state latency in menu governorGravatar tuukka.tikkanen@linaro.org 1-5/+2
2014-03-06cpuidle: rename expected_us to next_timer_us in menu governorGravatar tuukka.tikkanen@linaro.org 1-9/+9
2014-03-05cpuidle/powernv: Parse device tree to setup idle statesGravatar Preeti U Murthy 1-17/+65
2014-03-05cpuidle/powernv: Add "Fast-Sleep" CPU idle stateGravatar Preeti U Murthy 1-0/+34
2014-02-28Merge branch 'timers/core' into sched/idleGravatar Ingo Molnar 1-6/+8
2014-02-24smp: Rename __smp_call_function_single() to smp_call_function_single_async()Gravatar Frederic Weisbecker 1-1/+1
2014-02-24smp: Remove wait argument from __smp_call_function_single()Gravatar Frederic Weisbecker 1-1/+1
2014-02-24drivers: Enable building of Kirkwood drivers for mach-mvebuGravatar Andrew Lunn 1-1/+1
2014-02-22cpuidle/powernv: Remove redundant cpuidle_idle_call()Gravatar Nicolas Pitre 1-0/+5
2014-02-12cpuidle/pseries: Fix fallout caused due to cleanup in pseries cpuidle backend...Gravatar Preeti U Murthy 1-0/+1
2014-02-11sched/idle, PPC: Remove redundant cpuidle_idle_call()Gravatar Nicolas Pitre 1-0/+5
2014-02-07cpuidle: Handle clockevents_notify(BROADCAST_ENTER) failureGravatar Preeti U Murthy 1-6/+8
2014-01-29powerpc/powernv/cpuidle: Back-end cpuidle driver for powernv platform.Gravatar Deepthi Dharwar 3-0/+179
2014-01-29powerpc/pseries/cpuidle: smt-snooze-delay cleanup.Gravatar Deepthi Dharwar 1-17/+0
2014-01-29powerpc/pseries/cpuidle: Remove MAX_IDLE_STATE macro.Gravatar Deepthi Dharwar 1-18/+10
2014-01-29powerpc/pseries/cpuidle: Make cpuidle-pseries backend driver a non-module.Gravatar Deepthi Dharwar 1-14/+1
2014-01-29powerpc/pseries/cpuidle: Use cpuidle_register() for initialisation.Gravatar Deepthi Dharwar 1-67/+11
2014-01-29powerpc/pseries/cpuidle: Move processor_idle.c to drivers/cpuidle.Gravatar Deepthi Dharwar 4-0/+381
2013-12-30ARM/cpuidle: remove __init tag from Calxeda cpuidle probe functionGravatar Andre Przywara 1-1/+1
2013-12-03cpuidle: Check for dev before deregistering it.Gravatar Konrad Rzeszutek Wilk 1-1/+1
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 10-143/+170
2013-10-30cpuidle: remove cpuidle_unregister_governor()Gravatar Viresh Kumar 1-43/+0
2013-10-30cpuidle: don't call poll_idle_init() for every cpuGravatar Viresh Kumar 2-41/+42
2013-10-30cpuidle: use drv instead of cpuidle_driver in show_current_driver()Gravatar Viresh Kumar 1-4/+4
2013-10-30cpuidle: call cpuidle_get_driver() from after taking cpuidle_driver_lockGravatar Viresh Kumar 2-2/+4
2013-10-30cpuidle: replace multiline statements with single line in cpuidle_idle_call()Gravatar Viresh Kumar 1-4/+2
2013-10-30cpuidle: reduce code duplication inside cpuidle_idle_call()Gravatar Viresh Kumar 1-2/+5
2013-10-30cpuidle: merge two if() statements for checking error casesGravatar Viresh Kumar 1-4/+1
2013-10-30cpuidle: rearrange __cpuidle_register_device() to keep minimal exit pointsGravatar Viresh Kumar 1-5/+4
2013-10-30cpuidle: rearrange code in __cpuidle_driver_init()Gravatar Viresh Kumar 1-6/+4
2013-10-30cpuidle: make __cpuidle_driver_init() return voidGravatar Viresh Kumar 1-8/+2
2013-10-30cpuidle: make __cpuidle_device_init() return voidGravatar Viresh Kumar 1-6/+2
2013-10-30cpuidle: Fix comments in cpuidle coreGravatar Viresh Kumar 3-5/+5
2013-10-16ARM: at91: cpuidle: Move driver to drivers/cpuidleGravatar Daniel Lezcano 3-0/+77
2013-10-07ARM: ux500: cpuidle: fix section mismatchGravatar Daniel Lezcano 1-1/+1
2013-10-07ARM: zynq: cpuidle: convert to platform driverGravatar Daniel Lezcano 1-2/+11
2013-10-07ARM: zynq: cpuidle: Remove useless compatibility stringGravatar Daniel Lezcano 1-4/+0