1. 229b686 drivers/cpuidle: Replace __get_cpu_var uses for address calculation by Christoph Lameter · 10 years ago
  2. c9d2642 Merge tag 'pm+acpi-3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  3. 158c129 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  4. 372ba8c cpuidle: menu: Lookup CPU runqueues less by Mel Gorman · 10 years ago
  5. 64b4ca5 cpuidle: menu: Call nr_iowait_cpu less times by Mel Gorman · 10 years ago
  6. 107d4f4 cpuidle: menu: Use ktime_to_us instead of reinventing the wheel by Mel Gorman · 10 years ago
  7. ae77930 cpuidle: menu: Use shifts when calculating averages where possible by Mel Gorman · 10 years ago
  8. 1469244 cpuidle: ladder governor - use macro instead of hardcoded value by Mohammad Merajul Islam Molla · 10 years ago
  9. 8804ed1 cpuidle: menu governor - remove unused macro STDDEV_THRESH by Mohammad Merajul Islam Molla · 10 years ago
  10. 2fba537 cpuidle: fix comment by Antonio Ospite · 10 years ago
  11. bed4d59 cpuidle / menu: move repeated correction factor check to init by Chander Kashyap · 10 years ago
  12. 3836785 cpuidle / menu: Return (-1) if there are no suitable states by Rafael J. Wysocki · 10 years ago
  13. 96e9518 cpuidle: Move perf multiplier calculation out of the selection loop by tuukka.tikkanen@linaro.org · 10 years ago
  14. 61c66d6 cpuidle: Do not substract exit latency from assumed sleep length by tuukka.tikkanen@linaro.org · 10 years ago
  15. 7ac2643 cpuidle: Ensure menu coefficients stay within domain by tuukka.tikkanen@linaro.org · 10 years ago
  16. 22695ab cpuidle: Use actual state latency in menu governor by tuukka.tikkanen@linaro.org · 10 years ago
  17. 5dc2f5a cpuidle: rename expected_us to next_timer_us in menu governor by tuukka.tikkanen@linaro.org · 10 years ago
  18. 51f245b cpuidle: Change struct menu_device field types by Tuukka Tikkanen · 11 years ago
  19. decd51b cpuidle: Add a comment warning about possible overflow by Tuukka Tikkanen · 11 years ago
  20. 0e96d5a cpuidle: Fix variable domains in get_typical_interval() by Tuukka Tikkanen · 11 years ago
  21. 939e33b cpuidle: Fix menu_device->intervals type by Tuukka Tikkanen · 11 years ago
  22. 4cd46bc cpuidle: CodingStyle: Break up multiple assignments on single line by Tuukka Tikkanen · 11 years ago
  23. 0d6a7ff cpuidle: Check called function parameter in get_typical_interval() by Tuukka Tikkanen · 11 years ago
  24. 017099e cpuidle: Rearrange code and comments in get_typical_interval() by Tuukka Tikkanen · 11 years ago
  25. 330647a cpuidle: Ignore interval prediction result when timer is shorter by Tuukka Tikkanen · 11 years ago
  26. ee42f75 Merge back earlier 'pm-cpuidle' material. by Rafael J. Wysocki · 11 years ago
  27. 1485191 Revert "cpuidle: Quickly notice prediction failure for repeat mode" by Rafael J. Wysocki · 11 years ago
  28. 228b302 Revert "cpuidle: Quickly notice prediction failure in general case" by Rafael J. Wysocki · 11 years ago
  29. 137b944 cpuidle: Make it clear that governors cannot be modules by Daniel Lezcano · 11 years ago
  30. 8aef33a cpuidle: remove the power_specified field in the driver by Daniel Lezcano · 12 years ago
  31. 0e5537b cpuidle: Fix finding state with min power_usage by Sivaram Nair · 12 years ago
  32. a093b93 cpuidle: fix a suspicious RCU usage in menu governor by Li Zhong · 12 years ago
  33. c96ca4f cpuidle: Get typical recent sleep interval by Youquan Song · 12 years ago
  34. e11538d cpuidle: Quickly notice prediction failure in general case by Youquan Song · 12 years ago
  35. 69a37be cpuidle: Quickly notice prediction failure for repeat mode by Youquan Song · 12 years ago
  36. 66804c1 PM / cpuidle: Make ladder governor use the "disabled" state flag by Rafael J. Wysocki · 12 years ago
  37. 62d6ae8 Honor state disabling in the cpuidle ladder governor by Carsten Emde · 12 years ago
  38. cbc9ef0 PM / Domains: Add preliminary support for cpuidle, v2 by Rafael J. Wysocki · 12 years ago
  39. dc7fd27 cpuidle: move field disable from per-driver to per-cpu by ShuoX Liu · 12 years ago
  40. 02401c0 cpuidle: power_usage should be declared signed integer by Boris Ostrovsky · 12 years ago
  41. 3a53396 cpuidle: add a sysfs entry to disable specific C state for debug purpose. by ShuoX Liu · 12 years ago
  42. 3c00303 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 13 years ago
  43. 46bcfad cpuidle: Single/Global registration of idle states by Deepthi Dharwar · 13 years ago
  44. b25edc4 cpuidle: Remove CPUIDLE_FLAG_IGNORE and dev->prepare() by Deepthi Dharwar · 13 years ago
  45. e978aa7 cpuidle: Move dev->last_residency update to driver enter routine; remove dev->last_state by Deepthi Dharwar · 13 years ago
  46. 70e522a cpuidle: ladder.c needs module.h and not just moduleparam.h by Paul Gortmaker · 13 years ago
  47. 884b17e cpuidle: Add module.h to drivers/cpuidle files as required. by Paul Gortmaker · 13 years ago
  48. e8db0be PM QoS: Move and rename the implementation files by Jean Pihet · 13 years ago
  49. 7467571 cpuidle: menu: fixed wrapping timers at 4.294 seconds by Tero Kristo · 13 years ago
  50. 20e3341 cpuidle: Fix typos by Lucas De Marchi · 14 years ago
  51. 71abbbf cpuidle: extend cpuidle and menu governor to handle dynamic states by Ai Li · 14 years ago
  52. 8c215bd sched: Cure nr_iowait_cpu() users by Peter Zijlstra · 14 years ago
  53. 1f85f87 cpuidle: add a repeating pattern detector to the menu governor by Arjan van de Ven · 14 years ago
  54. ed77134 PM QOS update by Mark Gross · 14 years ago
  55. 1c6fe03 cpuidle: Fix incorrect optimization by Arjan van de Ven · 14 years ago
  56. 56e6943b4 cpuidle menu: remove 8 bytes of padding on 64 bit builds by Richard Kennedy · 14 years ago
  57. 5787536 drivers/cpuidle/governors/menu.c: fix undefined reference to `__udivdi3' by Stephen Hemminger · 15 years ago
  58. faa7b7d drivers/cpuidle: Move dereference after NULL test by Julia Lawall · 15 years ago
  59. 672917d cpuidle: menu governor: reduce latency on exit by Corrado Zoccolo · 15 years ago
  60. 69d2587 cpuidle: fix the menu governor to boost IO performance by Arjan van de Ven · 15 years ago
  61. 816bb61 cpuidle: Add decaying history logic to menu idle predictor by Pallipadi, Venkatesh · 16 years ago
  62. 06d9e90 cpuidle: Make ladder governor honor latency requirements fully by venkatesh.pallipadi@intel.com · 16 years ago
  63. 320eee7 cpuidle: Menu governor fix wrong usage of measured_us by venkatesh.pallipadi@intel.com · 16 years ago
  64. a2bd9202 cpuidle: Do not use poll_idle unless user asks for it by venkatesh.pallipadi@intel.com · 16 years ago
  65. d82b351 pm qos infrastructure and interface by Mark Gross · 16 years ago
  66. 4f86d3a cpuidle: consolidate 2.6.22 cpuidle branch into one patch by Len Brown · 17 years ago