Age | Commit message (Expand) | Author |
2014-01-29 | powerpc/powernv/cpuidle: Back-end cpuidle driver for powernv platform. | Deepthi Dharwar |
2014-01-29 | powerpc/pseries/cpuidle: smt-snooze-delay cleanup. | Deepthi Dharwar |
2014-01-29 | powerpc/pseries/cpuidle: Remove MAX_IDLE_STATE macro. | Deepthi Dharwar |
2014-01-29 | powerpc/pseries/cpuidle: Make cpuidle-pseries backend driver a non-module. | Deepthi Dharwar |
2014-01-29 | powerpc/pseries/cpuidle: Use cpuidle_register() for initialisation. | Deepthi Dharwar |
2014-01-29 | powerpc/pseries/cpuidle: Move processor_idle.c to drivers/cpuidle. | Deepthi Dharwar |
2013-12-30 | ARM/cpuidle: remove __init tag from Calxeda cpuidle probe function | Andre Przywara |
2013-12-03 | cpuidle: Check for dev before deregistering it. | Konrad Rzeszutek Wilk |
2013-11-14 | Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2013-10-30 | cpuidle: remove cpuidle_unregister_governor() | Viresh Kumar |
2013-10-30 | cpuidle: don't call poll_idle_init() for every cpu | Viresh Kumar |
2013-10-30 | cpuidle: use drv instead of cpuidle_driver in show_current_driver() | Viresh Kumar |
2013-10-30 | cpuidle: call cpuidle_get_driver() from after taking cpuidle_driver_lock | Viresh Kumar |
2013-10-30 | cpuidle: replace multiline statements with single line in cpuidle_idle_call() | Viresh Kumar |
2013-10-30 | cpuidle: reduce code duplication inside cpuidle_idle_call() | Viresh Kumar |
2013-10-30 | cpuidle: merge two if() statements for checking error cases | Viresh Kumar |
2013-10-30 | cpuidle: rearrange __cpuidle_register_device() to keep minimal exit points | Viresh Kumar |
2013-10-30 | cpuidle: rearrange code in __cpuidle_driver_init() | Viresh Kumar |
2013-10-30 | cpuidle: make __cpuidle_driver_init() return void | Viresh Kumar |
2013-10-30 | cpuidle: make __cpuidle_device_init() return void | Viresh Kumar |
2013-10-30 | cpuidle: Fix comments in cpuidle core | Viresh Kumar |
2013-10-16 | ARM: at91: cpuidle: Move driver to drivers/cpuidle | Daniel Lezcano |
2013-10-07 | ARM: ux500: cpuidle: fix section mismatch | Daniel Lezcano |
2013-10-07 | ARM: zynq: cpuidle: convert to platform driver | Daniel Lezcano |
2013-10-07 | ARM: zynq: cpuidle: Remove useless compatibility string | Daniel Lezcano |
2013-10-07 | drivers: cpuidle: rename ARM big.LITTLE driver config and makefile entries | Lorenzo Pieralisi |
2013-10-01 | cpuidle: calxeda: add support to use PSCI calls | Rob Herring |
2013-10-01 | ARM: highbank: cpuidle: convert to platform driver | Daniel Lezcano |
2013-10-01 | cpuidle: calxeda: add cpu_pm_enter/exit calls | Rob Herring |
2013-09-12 | Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2013-09-09 | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2013-08-30 | cpuidle: Check the result of cpuidle_get_driver() against NULL | Daniel Fu |
2013-08-29 | cpuidle: coupled: fix race condition between pokes and safe state | Colin Cross |
2013-08-29 | cpuidle: coupled: abort idle if pokes are pending | Colin Cross |
2013-08-29 | cpuidle: coupled: disable interrupts after entering safe state | Colin Cross |
2013-08-28 | Merge branch 'cpuidle/biglittle' into next/drivers | Olof Johansson |
2013-08-28 | cpuidle: big.LITTLE: vexpress-TC2 CPU idle driver | Lorenzo Pieralisi |
2013-08-23 | cpuidle: Change struct menu_device field types | Tuukka Tikkanen |
2013-08-23 | cpuidle: Add a comment warning about possible overflow | Tuukka Tikkanen |
2013-08-23 | cpuidle: Fix variable domains in get_typical_interval() | Tuukka Tikkanen |
2013-08-23 | cpuidle: Fix menu_device->intervals type | Tuukka Tikkanen |
2013-08-23 | cpuidle: CodingStyle: Break up multiple assignments on single line | Tuukka Tikkanen |
2013-08-23 | cpuidle: Check called function parameter in get_typical_interval() | Tuukka Tikkanen |
2013-08-23 | cpuidle: Rearrange code and comments in get_typical_interval() | Tuukka Tikkanen |
2013-08-23 | cpuidle: Ignore interval prediction result when timer is shorter | Tuukka Tikkanen |
2013-08-14 | cpuidle-kirkwood.c: simplify use of devm_ioremap_resource() | Julia Lawall |
2013-08-14 | Merge branch 'cpuidle/arm-next' of git://git.linaro.org/people/dlezcano/linux... | Rafael J. Wysocki |
2013-08-14 | Merge back earlier 'pm-cpuidle' material. | Rafael J. Wysocki |
2013-08-12 | cpuidle: kirkwood: Make kirkwood_cpuidle_remove function static | Jingoo Han |
2013-08-12 | cpuidle: calxeda: Add missing __iomem annotation | Jingoo Han |