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