Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8184616f6fcfc98f0ebf083cbf6a43e5efe54e8a
/
drivers
/
cpuidle
f9300ea
Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
f60e230
cpuidle: remove cpuidle_unregister_governor()
by Viresh Kumar
· 11 years ago
d7c7f10
cpuidle: don't call poll_idle_init() for every cpu
by Viresh Kumar
· 11 years ago
1f6b9f7
cpuidle: use drv instead of cpuidle_driver in show_current_driver()
by Viresh Kumar
· 11 years ago
0d09d31
cpuidle: call cpuidle_get_driver() from after taking cpuidle_driver_lock
by Viresh Kumar
· 11 years ago
6d281e9
cpuidle: replace multiline statements with single line in cpuidle_idle_call()
by Viresh Kumar
· 11 years ago
fb11c9c
cpuidle: reduce code duplication inside cpuidle_idle_call()
by Viresh Kumar
· 11 years ago
9b29a86
cpuidle: merge two if() statements for checking error cases
by Viresh Kumar
· 11 years ago
4718266
cpuidle: rearrange __cpuidle_register_device() to keep minimal exit points
by Viresh Kumar
· 11 years ago
b171a85
cpuidle: rearrange code in __cpuidle_driver_init()
by Viresh Kumar
· 11 years ago
e437f3e
cpuidle: make __cpuidle_driver_init() return void
by Viresh Kumar
· 11 years ago
267d4bf
cpuidle: make __cpuidle_device_init() return void
by Viresh Kumar
· 11 years ago
caf4a36
cpuidle: Fix comments in cpuidle core
by Viresh Kumar
· 11 years ago
1ce3c48
ARM: at91: cpuidle: Move driver to drivers/cpuidle
by Daniel Lezcano
· 11 years ago
2c2b24d
ARM: ux500: cpuidle: fix section mismatch
by Daniel Lezcano
· 11 years ago
3e8ceca
ARM: zynq: cpuidle: convert to platform driver
by Daniel Lezcano
· 11 years ago
4aa88fb
ARM: zynq: cpuidle: Remove useless compatibility string
by Daniel Lezcano
· 11 years ago
3880d21
drivers: cpuidle: rename ARM big.LITTLE driver config and makefile entries
by Lorenzo Pieralisi
· 11 years ago
a410146
cpuidle: calxeda: add support to use PSCI calls
by Rob Herring
· 12 years ago
60a66e3
ARM: highbank: cpuidle: convert to platform driver
by Daniel Lezcano
· 11 years ago
34a5eeb
cpuidle: calxeda: add cpu_pm_enter/exit calls
by Rob Herring
· 12 years ago
02b9735
Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
a35c632
Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 11 years ago
3b9c10e
cpuidle: Check the result of cpuidle_get_driver() against NULL
by Daniel Fu
· 11 years ago
9e19b73
cpuidle: coupled: fix race condition between pokes and safe state
by Colin Cross
· 11 years ago
f983827
cpuidle: coupled: abort idle if pokes are pending
by Colin Cross
· 11 years ago
59e9985
cpuidle: coupled: disable interrupts after entering safe state
by Colin Cross
· 11 years ago
aaf75e4
Merge branch 'cpuidle/biglittle' into next/drivers
by Olof Johansson
· 11 years ago
14d2c34
cpuidle: big.LITTLE: vexpress-TC2 CPU idle driver
by Lorenzo Pieralisi
· 11 years ago
51f245b
cpuidle: Change struct menu_device field types
by Tuukka Tikkanen
· 11 years ago
decd51b
cpuidle: Add a comment warning about possible overflow
by Tuukka Tikkanen
· 11 years ago
0e96d5a
cpuidle: Fix variable domains in get_typical_interval()
by Tuukka Tikkanen
· 11 years ago
939e33b
cpuidle: Fix menu_device->intervals type
by Tuukka Tikkanen
· 11 years ago
4cd46bc
cpuidle: CodingStyle: Break up multiple assignments on single line
by Tuukka Tikkanen
· 11 years ago
0d6a7ff
cpuidle: Check called function parameter in get_typical_interval()
by Tuukka Tikkanen
· 11 years ago
017099e
cpuidle: Rearrange code and comments in get_typical_interval()
by Tuukka Tikkanen
· 11 years ago
330647a
cpuidle: Ignore interval prediction result when timer is shorter
by Tuukka Tikkanen
· 11 years ago
81455e7
cpuidle-kirkwood.c: simplify use of devm_ioremap_resource()
by Julia Lawall
· 11 years ago
f1618a7
Merge branch 'cpuidle/arm-next' of git://git.linaro.org/people/dlezcano/linux into pm-cpuidle
by Rafael J. Wysocki
· 11 years ago
ee42f75
Merge back earlier 'pm-cpuidle' material.
by Rafael J. Wysocki
· 11 years ago
75d6137
cpuidle: kirkwood: Make kirkwood_cpuidle_remove function static
by Jingoo Han
· 11 years ago
3e0c190
cpuidle: calxeda: Add missing __iomem annotation
by Jingoo Han
· 11 years ago
1485191
Revert "cpuidle: Quickly notice prediction failure for repeat mode"
by Rafael J. Wysocki
· 11 years ago
228b302
Revert "cpuidle: Quickly notice prediction failure in general case"
by Rafael J. Wysocki
· 11 years ago
9aadfa8
Merge branch 'cpuidle-arm' into pm-cpuidle
by Rafael J. Wysocki
· 11 years ago
d3f2950
ARM: ux500: cpuidle: Move ux500 cpuidle driver to drivers/cpuidle
by Daniel Lezcano
· 11 years ago
b98e01a
cpuidle: Add Kconfig.arm and move calxeda, kirkwood and zynq
by Sahara
· 11 years ago
c878a52
cpuidle: Check if device is already registered
by Daniel Lezcano
· 11 years ago
5df0aa7
cpuidle: Introduce __cpuidle_device_init()
by Daniel Lezcano
· 11 years ago
f6bb51a
cpuidle: Introduce __cpuidle_unregister_device()
by Daniel Lezcano
· 11 years ago
728ce22
cpuidle: Make cpuidle's sysfs directory dynamically allocated
by Daniel Lezcano
· 11 years ago
f89ae89
cpuidle: Fix white space to follow CodingStyle
by Daniel Lezcano
· 11 years ago
10b9d3f
cpuidle: Check cpuidle_enable_device() return value
by Daniel Lezcano
· 11 years ago
137b944
cpuidle: Make it clear that governors cannot be modules
by Daniel Lezcano
· 11 years ago
f991fae
Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
3883cbb
Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 11 years ago
6eed846
cpuidle: calxeda: select ARM_CPU_SUSPEND
by Arnd Bergmann
· 12 years ago
b39b098
cpuidle: Fix ARCH_NEEDS_CPU_IDLE_COUPLED dependency warning
by Daniel Lezcano
· 11 years ago
6d19cb9
cpuidle: Comment the driver's framework code
by Daniel Lezcano
· 11 years ago
82467a5
cpuidle: simplify multiple driver support
by Daniel Lezcano
· 11 years ago
bd2a337
ARM: zynq: Add cpuidle support
by Michal Simek
· 11 years ago
d6f346f
cpuidle: improve governor Kconfig options
by Daniel Lezcano
· 11 years ago
bbc8d77
ARM: introduce common set_auxcr/get_auxcr functions
by Rob Herring
· 12 years ago
a8e39c3
cpuidle: add maintainer entry
by Daniel Lezcano
· 12 years ago
1c192d0
cpuidle: fix comment format
by Daniel Lezcano
· 12 years ago
30dc72c
ARM: kirkwood: cpuidle: use init/exit common routine
by Daniel Lezcano
· 12 years ago
0b210d9
ARM: calxeda: cpuidle: use init/exit common routine
by Daniel Lezcano
· 12 years ago
4c637b2
cpuidle: make a single register function for all
by Daniel Lezcano
· 12 years ago
554c06b
cpuidle: remove en_core_tk_irqen flag
by Daniel Lezcano
· 12 years ago
a06df06
cpuidle: initialize the broadcast timer framework
by Daniel Lezcano
· 12 years ago
488540b
cpuidle: kirkwood: fix coccicheck warnings
by Silviu-Mihai Popescu
· 12 years ago
9a23fe6
cpuidle / kirkwood: remove redundant Kconfig option
by Daniel Lezcano
· 12 years ago
b60e6a0
cpuidle : handle clockevent notify from the cpuidle framework
by Daniel Lezcano
· 12 years ago
bab588f
Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
9cfc94e
cpuidle: kirkwood: Move out of mach directory
by Andrew Lunn
· 12 years ago
43720bd
PM / tracing: remove deprecated power trace API
by Paul Gortmaker
· 12 years ago
8aef33a
cpuidle: remove the power_specified field in the driver
by Daniel Lezcano
· 12 years ago
392370e
cpuidle: fix number of initialized/destroyed states
by Krzysztof Mazur
· 12 years ago
ac34d7c
cpuidle: fix lock contention in the idle path
by Daniel Lezcano
· 12 years ago
92638e2
cpuidle / coupled: fix ready counter decrement
by Sivaram Nair
· 12 years ago
0e5537b
cpuidle: Fix finding state with min power_usage
by Sivaram Nair
· 12 years ago
d027db1
Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
a474a51
cpuidle: Measure idle state durations with monotonic clock
by Julius Werner
· 12 years ago
a093b93
cpuidle: fix a suspicious RCU usage in menu governor
by Li Zhong
· 12 years ago
bf4d1b5
cpuidle: support multiple drivers
by Daniel Lezcano
· 12 years ago
13dd52f
cpuidle: prepare the cpuidle core to handle multiple drivers
by Daniel Lezcano
· 12 years ago
4168203
cpuidle: move driver checking within the lock section
by Daniel Lezcano
· 12 years ago
42f67f2
cpuidle: move driver's refcount to cpuidle
by Daniel Lezcano
· 12 years ago
8f3e995
cpuidle: fixup device.h header in cpuidle.h
by Daniel Lezcano
· 12 years ago
349631e
cpuidle / sysfs: move structure declaration into the sysfs.c file
by Daniel Lezcano
· 12 years ago
c96ca4f
cpuidle: Get typical recent sleep interval
by Youquan Song
· 12 years ago
d73d68d
cpuidle: Set residency to 0 if target Cstate not enter
by Youquan Song
· 12 years ago
e11538d
cpuidle: Quickly notice prediction failure in general case
by Youquan Song
· 12 years ago
69a37be
cpuidle: Quickly notice prediction failure for repeat mode
by Youquan Song
· 12 years ago
e45a00d
cpuidle / sysfs: move kobj initialization in the syfs file
by Daniel Lezcano
· 12 years ago
1aef40e
cpuidle / sysfs: change function parameter
by Daniel Lezcano
· 12 years ago
be6a98d
cpuidle: add Calxeda SOC idle support
by Rob Herring
· 12 years ago
cf31cd1
ACPI idle, CPU hotplug: Fix NULL pointer dereference during hotplug
by Srivatsa S. Bhat
· 12 years ago
ed95347
cpuidle: rename function name "__cpuidle_register_driver", v2
by Daniel Lezcano
· 12 years ago
a77de28
cpuidle: remove some empty lines
by Daniel Lezcano
· 12 years ago
Next »