Age | Commit message (Expand) | Author |
2014-04-08 | Merge branch 'pm-cpuidle' | Rafael J. Wysocki |
2014-04-08 | cpuidle: sysfs: Export target residency information | Daniel Lezcano |
2014-04-05 | Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds |
2014-04-02 | Merge branch 'sched-idle-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2014-04-02 | Merge branch 'powernv-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2014-04-01 | Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block | Linus Torvalds |
2014-04-01 | Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2014-04-01 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2014-03-12 | cpuidle: delay enabling interrupts until all coupled CPUs leave idle | Paul Burton |
2014-03-11 | cpuidle/idle: Move the cpuidle_idle_call function to idle.c | Daniel Lezcano |
2014-03-11 | idle/cpuidle: Split cpuidle_idle_call main function into smaller functions | Daniel Lezcano |
2014-03-07 | cpuidle: poll state can measure residency | tuukka.tikkanen@linaro.org |
2014-03-06 | cpuidle: Move perf multiplier calculation out of the selection loop | tuukka.tikkanen@linaro.org |
2014-03-06 | cpuidle: Do not substract exit latency from assumed sleep length | tuukka.tikkanen@linaro.org |
2014-03-06 | cpuidle: Ensure menu coefficients stay within domain | tuukka.tikkanen@linaro.org |
2014-03-06 | cpuidle: Use actual state latency in menu governor | tuukka.tikkanen@linaro.org |
2014-03-06 | cpuidle: rename expected_us to next_timer_us in menu governor | tuukka.tikkanen@linaro.org |
2014-03-05 | cpuidle/powernv: Parse device tree to setup idle states | Preeti U Murthy |
2014-03-05 | cpuidle/powernv: Add "Fast-Sleep" CPU idle state | Preeti U Murthy |
2014-02-28 | Merge branch 'timers/core' into sched/idle | Ingo Molnar |
2014-02-24 | smp: Rename __smp_call_function_single() to smp_call_function_single_async() | Frederic Weisbecker |
2014-02-24 | smp: Remove wait argument from __smp_call_function_single() | Frederic Weisbecker |
2014-02-24 | drivers: Enable building of Kirkwood drivers for mach-mvebu | Andrew Lunn |
2014-02-22 | cpuidle/powernv: Remove redundant cpuidle_idle_call() | Nicolas Pitre |
2014-02-12 | cpuidle/pseries: Fix fallout caused due to cleanup in pseries cpuidle backend... | Preeti U Murthy |
2014-02-11 | sched/idle, PPC: Remove redundant cpuidle_idle_call() | Nicolas Pitre |
2014-02-07 | cpuidle: Handle clockevents_notify(BROADCAST_ENTER) failure | Preeti U Murthy |
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 |