index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cpuidle
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-01
Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-33
/
+47
2014-04-01
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-6
/
+8
2014-03-12
cpuidle: delay enabling interrupts until all coupled CPUs leave idle
Paul Burton
1
-1
/
+2
2014-03-07
cpuidle: poll state can measure residency
tuukka.tikkanen@linaro.org
1
-1
/
+1
2014-03-06
cpuidle: Move perf multiplier calculation out of the selection loop
tuukka.tikkanen@linaro.org
1
-5
/
+10
2014-03-06
cpuidle: Do not substract exit latency from assumed sleep length
tuukka.tikkanen@linaro.org
1
-18
/
+26
2014-03-06
cpuidle: Ensure menu coefficients stay within domain
tuukka.tikkanen@linaro.org
1
-0
/
+3
2014-03-06
cpuidle: Use actual state latency in menu governor
tuukka.tikkanen@linaro.org
1
-5
/
+2
2014-03-06
cpuidle: rename expected_us to next_timer_us in menu governor
tuukka.tikkanen@linaro.org
1
-9
/
+9
2014-02-22
cpuidle/powernv: Remove redundant cpuidle_idle_call()
Nicolas Pitre
1
-0
/
+5
2014-02-12
cpuidle/pseries: Fix fallout caused due to cleanup in pseries cpuidle backend...
Preeti U Murthy
1
-0
/
+1
2014-02-11
sched/idle, PPC: Remove redundant cpuidle_idle_call()
Nicolas Pitre
1
-0
/
+5
2014-02-07
cpuidle: Handle clockevents_notify(BROADCAST_ENTER) failure
Preeti U Murthy
1
-6
/
+8
2014-01-29
powerpc/powernv/cpuidle: Back-end cpuidle driver for powernv platform.
Deepthi Dharwar
3
-0
/
+179
2014-01-29
powerpc/pseries/cpuidle: smt-snooze-delay cleanup.
Deepthi Dharwar
1
-17
/
+0
2014-01-29
powerpc/pseries/cpuidle: Remove MAX_IDLE_STATE macro.
Deepthi Dharwar
1
-18
/
+10
2014-01-29
powerpc/pseries/cpuidle: Make cpuidle-pseries backend driver a non-module.
Deepthi Dharwar
1
-14
/
+1
2014-01-29
powerpc/pseries/cpuidle: Use cpuidle_register() for initialisation.
Deepthi Dharwar
1
-67
/
+11
2014-01-29
powerpc/pseries/cpuidle: Move processor_idle.c to drivers/cpuidle.
Deepthi Dharwar
4
-0
/
+381
2013-12-30
ARM/cpuidle: remove __init tag from Calxeda cpuidle probe function
Andre Przywara
1
-1
/
+1
2013-12-03
cpuidle: Check for dev before deregistering it.
Konrad Rzeszutek Wilk
1
-1
/
+1
2013-11-14
Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
10
-143
/
+170
2013-10-30
cpuidle: remove cpuidle_unregister_governor()
Viresh Kumar
1
-43
/
+0
2013-10-30
cpuidle: don't call poll_idle_init() for every cpu
Viresh Kumar
2
-41
/
+42
2013-10-30
cpuidle: use drv instead of cpuidle_driver in show_current_driver()
Viresh Kumar
1
-4
/
+4
2013-10-30
cpuidle: call cpuidle_get_driver() from after taking cpuidle_driver_lock
Viresh Kumar
2
-2
/
+4
2013-10-30
cpuidle: replace multiline statements with single line in cpuidle_idle_call()
Viresh Kumar
1
-4
/
+2
2013-10-30
cpuidle: reduce code duplication inside cpuidle_idle_call()
Viresh Kumar
1
-2
/
+5
2013-10-30
cpuidle: merge two if() statements for checking error cases
Viresh Kumar
1
-4
/
+1
2013-10-30
cpuidle: rearrange __cpuidle_register_device() to keep minimal exit points
Viresh Kumar
1
-5
/
+4
2013-10-30
cpuidle: rearrange code in __cpuidle_driver_init()
Viresh Kumar
1
-6
/
+4
2013-10-30
cpuidle: make __cpuidle_driver_init() return void
Viresh Kumar
1
-8
/
+2
2013-10-30
cpuidle: make __cpuidle_device_init() return void
Viresh Kumar
1
-6
/
+2
2013-10-30
cpuidle: Fix comments in cpuidle core
Viresh Kumar
3
-5
/
+5
2013-10-16
ARM: at91: cpuidle: Move driver to drivers/cpuidle
Daniel Lezcano
3
-0
/
+77
2013-10-07
ARM: ux500: cpuidle: fix section mismatch
Daniel Lezcano
1
-1
/
+1
2013-10-07
ARM: zynq: cpuidle: convert to platform driver
Daniel Lezcano
1
-2
/
+11
2013-10-07
ARM: zynq: cpuidle: Remove useless compatibility string
Daniel Lezcano
1
-4
/
+0
2013-10-07
drivers: cpuidle: rename ARM big.LITTLE driver config and makefile entries
Lorenzo Pieralisi
2
-12
/
+12
2013-10-01
cpuidle: calxeda: add support to use PSCI calls
Rob Herring
2
-34
/
+7
2013-10-01
ARM: highbank: cpuidle: convert to platform driver
Daniel Lezcano
1
-6
/
+12
2013-10-01
cpuidle: calxeda: add cpu_pm_enter/exit calls
Rob Herring
1
-0
/
+4
2013-09-12
Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+2
2013-09-09
Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-0
/
+220
2013-08-30
cpuidle: Check the result of cpuidle_get_driver() against NULL
Daniel Fu
1
-1
/
+2
2013-08-29
cpuidle: coupled: fix race condition between pokes and safe state
Colin Cross
1
-6
/
+14
2013-08-29
cpuidle: coupled: abort idle if pokes are pending
Colin Cross
1
-25
/
+82
2013-08-29
cpuidle: coupled: disable interrupts after entering safe state
Colin Cross
1
-0
/
+2
2013-08-28
Merge branch 'cpuidle/biglittle' into next/drivers
Olof Johansson
3
-0
/
+220
2013-08-28
cpuidle: big.LITTLE: vexpress-TC2 CPU idle driver
Lorenzo Pieralisi
3
-0
/
+220
[next]