1. d7c7f10 cpuidle: don't call poll_idle_init() for every cpu by Viresh Kumar · 11 years ago
  2. 1f6b9f7 cpuidle: use drv instead of cpuidle_driver in show_current_driver() by Viresh Kumar · 11 years ago
  3. 0d09d31 cpuidle: call cpuidle_get_driver() from after taking cpuidle_driver_lock by Viresh Kumar · 11 years ago
  4. 6d281e9 cpuidle: replace multiline statements with single line in cpuidle_idle_call() by Viresh Kumar · 11 years ago
  5. fb11c9c cpuidle: reduce code duplication inside cpuidle_idle_call() by Viresh Kumar · 11 years ago
  6. 9b29a86 cpuidle: merge two if() statements for checking error cases by Viresh Kumar · 11 years ago
  7. 4718266 cpuidle: rearrange __cpuidle_register_device() to keep minimal exit points by Viresh Kumar · 11 years ago
  8. b171a85 cpuidle: rearrange code in __cpuidle_driver_init() by Viresh Kumar · 11 years ago
  9. e437f3e cpuidle: make __cpuidle_driver_init() return void by Viresh Kumar · 11 years ago
  10. 267d4bf cpuidle: make __cpuidle_device_init() return void by Viresh Kumar · 11 years ago
  11. caf4a36 cpuidle: Fix comments in cpuidle core by Viresh Kumar · 11 years ago
  12. 1ce3c48 ARM: at91: cpuidle: Move driver to drivers/cpuidle by Daniel Lezcano · 11 years ago
  13. 2c2b24d ARM: ux500: cpuidle: fix section mismatch by Daniel Lezcano · 11 years ago
  14. 3e8ceca ARM: zynq: cpuidle: convert to platform driver by Daniel Lezcano · 11 years ago
  15. 4aa88fb ARM: zynq: cpuidle: Remove useless compatibility string by Daniel Lezcano · 11 years ago
  16. 3880d21 drivers: cpuidle: rename ARM big.LITTLE driver config and makefile entries by Lorenzo Pieralisi · 11 years ago
  17. a410146 cpuidle: calxeda: add support to use PSCI calls by Rob Herring · 11 years ago
  18. 60a66e3 ARM: highbank: cpuidle: convert to platform driver by Daniel Lezcano · 11 years ago
  19. 34a5eeb cpuidle: calxeda: add cpu_pm_enter/exit calls by Rob Herring · 11 years ago
  20. 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
  21. 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
  22. 3b9c10e cpuidle: Check the result of cpuidle_get_driver() against NULL by Daniel Fu · 11 years ago
  23. 9e19b73 cpuidle: coupled: fix race condition between pokes and safe state by Colin Cross · 11 years ago
  24. f983827 cpuidle: coupled: abort idle if pokes are pending by Colin Cross · 11 years ago
  25. 59e9985 cpuidle: coupled: disable interrupts after entering safe state by Colin Cross · 11 years ago
  26. aaf75e4 Merge branch 'cpuidle/biglittle' into next/drivers by Olof Johansson · 11 years ago
  27. 14d2c34 cpuidle: big.LITTLE: vexpress-TC2 CPU idle driver by Lorenzo Pieralisi · 11 years ago
  28. 51f245b cpuidle: Change struct menu_device field types by Tuukka Tikkanen · 11 years ago
  29. decd51b cpuidle: Add a comment warning about possible overflow by Tuukka Tikkanen · 11 years ago
  30. 0e96d5a cpuidle: Fix variable domains in get_typical_interval() by Tuukka Tikkanen · 11 years ago
  31. 939e33b cpuidle: Fix menu_device->intervals type by Tuukka Tikkanen · 11 years ago
  32. 4cd46bc cpuidle: CodingStyle: Break up multiple assignments on single line by Tuukka Tikkanen · 11 years ago
  33. 0d6a7ff cpuidle: Check called function parameter in get_typical_interval() by Tuukka Tikkanen · 11 years ago
  34. 017099e cpuidle: Rearrange code and comments in get_typical_interval() by Tuukka Tikkanen · 11 years ago
  35. 330647a cpuidle: Ignore interval prediction result when timer is shorter by Tuukka Tikkanen · 11 years ago
  36. 81455e7 cpuidle-kirkwood.c: simplify use of devm_ioremap_resource() by Julia Lawall · 11 years ago
  37. f1618a7 Merge branch 'cpuidle/arm-next' of git://git.linaro.org/people/dlezcano/linux into pm-cpuidle by Rafael J. Wysocki · 11 years ago
  38. ee42f75 Merge back earlier 'pm-cpuidle' material. by Rafael J. Wysocki · 11 years ago
  39. 75d6137 cpuidle: kirkwood: Make kirkwood_cpuidle_remove function static by Jingoo Han · 11 years ago
  40. 3e0c190 cpuidle: calxeda: Add missing __iomem annotation by Jingoo Han · 11 years ago
  41. 1485191 Revert "cpuidle: Quickly notice prediction failure for repeat mode" by Rafael J. Wysocki · 11 years ago
  42. 228b302 Revert "cpuidle: Quickly notice prediction failure in general case" by Rafael J. Wysocki · 11 years ago
  43. 9aadfa8 Merge branch 'cpuidle-arm' into pm-cpuidle by Rafael J. Wysocki · 11 years ago
  44. d3f2950 ARM: ux500: cpuidle: Move ux500 cpuidle driver to drivers/cpuidle by Daniel Lezcano · 11 years ago
  45. b98e01a cpuidle: Add Kconfig.arm and move calxeda, kirkwood and zynq by Sahara · 11 years ago
  46. c878a52 cpuidle: Check if device is already registered by Daniel Lezcano · 11 years ago
  47. 5df0aa7 cpuidle: Introduce __cpuidle_device_init() by Daniel Lezcano · 11 years ago
  48. f6bb51a cpuidle: Introduce __cpuidle_unregister_device() by Daniel Lezcano · 11 years ago
  49. 728ce22 cpuidle: Make cpuidle's sysfs directory dynamically allocated by Daniel Lezcano · 11 years ago
  50. f89ae89 cpuidle: Fix white space to follow CodingStyle by Daniel Lezcano · 11 years ago
  51. 10b9d3f cpuidle: Check cpuidle_enable_device() return value by Daniel Lezcano · 11 years ago
  52. 137b944 cpuidle: Make it clear that governors cannot be modules by Daniel Lezcano · 11 years ago
  53. 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
  54. 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
  55. 6eed846 cpuidle: calxeda: select ARM_CPU_SUSPEND by Arnd Bergmann · 11 years ago
  56. b39b098 cpuidle: Fix ARCH_NEEDS_CPU_IDLE_COUPLED dependency warning by Daniel Lezcano · 11 years ago
  57. 6d19cb9 cpuidle: Comment the driver's framework code by Daniel Lezcano · 11 years ago
  58. 82467a5 cpuidle: simplify multiple driver support by Daniel Lezcano · 11 years ago
  59. bd2a337 ARM: zynq: Add cpuidle support by Michal Simek · 11 years ago
  60. d6f346f cpuidle: improve governor Kconfig options by Daniel Lezcano · 11 years ago
  61. bbc8d77 ARM: introduce common set_auxcr/get_auxcr functions by Rob Herring · 12 years ago
  62. a8e39c3 cpuidle: add maintainer entry by Daniel Lezcano · 11 years ago
  63. 1c192d0 cpuidle: fix comment format by Daniel Lezcano · 11 years ago
  64. 30dc72c ARM: kirkwood: cpuidle: use init/exit common routine by Daniel Lezcano · 11 years ago
  65. 0b210d9 ARM: calxeda: cpuidle: use init/exit common routine by Daniel Lezcano · 11 years ago
  66. 4c637b2 cpuidle: make a single register function for all by Daniel Lezcano · 11 years ago
  67. 554c06b cpuidle: remove en_core_tk_irqen flag by Daniel Lezcano · 11 years ago
  68. a06df06 cpuidle: initialize the broadcast timer framework by Daniel Lezcano · 11 years ago
  69. 488540b cpuidle: kirkwood: fix coccicheck warnings by Silviu-Mihai Popescu · 11 years ago
  70. 9a23fe6 cpuidle / kirkwood: remove redundant Kconfig option by Daniel Lezcano · 11 years ago
  71. b60e6a0 cpuidle : handle clockevent notify from the cpuidle framework by Daniel Lezcano · 11 years ago
  72. bab588f Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  73. 9cfc94e cpuidle: kirkwood: Move out of mach directory by Andrew Lunn · 12 years ago
  74. 43720bd PM / tracing: remove deprecated power trace API by Paul Gortmaker · 12 years ago
  75. 8aef33a cpuidle: remove the power_specified field in the driver by Daniel Lezcano · 12 years ago
  76. 392370e cpuidle: fix number of initialized/destroyed states by Krzysztof Mazur · 12 years ago
  77. ac34d7c cpuidle: fix lock contention in the idle path by Daniel Lezcano · 12 years ago
  78. 92638e2 cpuidle / coupled: fix ready counter decrement by Sivaram Nair · 12 years ago
  79. 0e5537b cpuidle: Fix finding state with min power_usage by Sivaram Nair · 12 years ago
  80. d027db1 Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  81. a474a51 cpuidle: Measure idle state durations with monotonic clock by Julius Werner · 12 years ago
  82. a093b93 cpuidle: fix a suspicious RCU usage in menu governor by Li Zhong · 12 years ago
  83. bf4d1b5 cpuidle: support multiple drivers by Daniel Lezcano · 12 years ago
  84. 13dd52f cpuidle: prepare the cpuidle core to handle multiple drivers by Daniel Lezcano · 12 years ago
  85. 4168203 cpuidle: move driver checking within the lock section by Daniel Lezcano · 12 years ago
  86. 42f67f2 cpuidle: move driver's refcount to cpuidle by Daniel Lezcano · 12 years ago
  87. 8f3e995 cpuidle: fixup device.h header in cpuidle.h by Daniel Lezcano · 12 years ago
  88. 349631e cpuidle / sysfs: move structure declaration into the sysfs.c file by Daniel Lezcano · 12 years ago
  89. c96ca4f cpuidle: Get typical recent sleep interval by Youquan Song · 12 years ago
  90. d73d68d cpuidle: Set residency to 0 if target Cstate not enter by Youquan Song · 12 years ago
  91. e11538d cpuidle: Quickly notice prediction failure in general case by Youquan Song · 12 years ago
  92. 69a37be cpuidle: Quickly notice prediction failure for repeat mode by Youquan Song · 12 years ago
  93. e45a00d cpuidle / sysfs: move kobj initialization in the syfs file by Daniel Lezcano · 12 years ago
  94. 1aef40e cpuidle / sysfs: change function parameter by Daniel Lezcano · 12 years ago
  95. be6a98d cpuidle: add Calxeda SOC idle support by Rob Herring · 12 years ago
  96. cf31cd1 ACPI idle, CPU hotplug: Fix NULL pointer dereference during hotplug by Srivatsa S. Bhat · 12 years ago
  97. ed95347 cpuidle: rename function name "__cpuidle_register_driver", v2 by Daniel Lezcano · 12 years ago
  98. a77de28 cpuidle: remove some empty lines by Daniel Lezcano · 12 years ago
  99. 66804c1 PM / cpuidle: Make ladder governor use the "disabled" state flag by Rafael J. Wysocki · 12 years ago
  100. 62d6ae8 Honor state disabling in the cpuidle ladder governor by Carsten Emde · 12 years ago