1. dc2251b cpuidle: Eliminate the CPUIDLE_DRIVER_STATE_START symbol by Rafael J. Wysocki · 7 years ago
  2. 3ed09c9 cpuidle: menu: allow state 0 to be disabled by Nicholas Piggin · 7 years ago
  3. 1827adb Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  4. 03441a3 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h> by Ingo Molnar · 8 years ago
  5. 4f17722 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/loadavg.h> by Ingo Molnar · 8 years ago
  6. 6dbf5ce cpuidle: menu: Avoid taking spinlock for accessing QoS values by Rafael J. Wysocki · 8 years ago
  7. 9908859 cpuidle/menu: add per CPU PM QoS resume latency consideration by Alex Shi · 8 years ago
  8. 8e37e1a cpuidle/menu: stop seeking deeper idle if current state is deep enough by Alex Shi · 8 years ago
  9. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  10. e5f1b24 cpuidle: governors: Remove remaining old module code by Daniel Lezcano · 8 years ago
  11. 0c313cb cpuidle: menu: Fall back to polling if next timer event is near by Rafael J. Wysocki · 9 years ago
  12. e132b9b cpuidle: menu: use high confidence factors only when considering polling by Rik van Riel · 9 years ago
  13. 3b99669 cpuidle: menu: help gcc generate slightly better code by Rasmus Villemoes · 9 years ago
  14. 7024b18 cpuidle: menu: avoid expensive square root computation by Rasmus Villemoes · 9 years ago
  15. 5bb1729 cpuidle: menu: Avoid pointless checks in menu_select() by Rafael J. Wysocki · 9 years ago
  16. 66a5f6b cpuidle: Default to ladder governor on ticking systems by Jean Delvare · 9 years ago
  17. 9c4b286 cpuidle: menu: Fix menu_select() for CPUIDLE_DRIVER_STATE_START == 0 by Rafael J. Wysocki · 9 years ago
  18. efddfd9 cpuidle,menu: smooth out measured_us calculation by Rik van Riel · 9 years ago
  19. a9ceb78 cpuidle,menu: use interactivity_req to disable polling by Rik van Riel · 9 years ago
  20. 7884084 cpuidle,x86: increase forced cut-off for polling to 20us by Rik van Riel · 9 years ago
  21. a802ea9 cpuidle: Check the sign of index in cpuidle_reflect() by Rafael J. Wysocki · 10 years ago
  22. ee3c86f cpuidle: menu: use DIV_ROUND_CLOSEST_ULL() by Javi Merino · 10 years ago
  23. b73026b cpuidle: ladder: Better idle duration measurement without using CPUIDLE_FLAG_TIME_INVALID by Len Brown · 10 years ago
  24. 4108b3d cpuidle: menu: Better idle duration measurement without using CPUIDLE_FLAG_TIME_INVALID by Len Brown · 10 years ago
  25. b82b6cc cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logic by Daniel Lezcano · 10 years ago
  26. 229b686 drivers/cpuidle: Replace __get_cpu_var uses for address calculation by Christoph Lameter · 10 years ago
  27. 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
  28. 158c129 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  29. 372ba8c cpuidle: menu: Lookup CPU runqueues less by Mel Gorman · 10 years ago
  30. 64b4ca5 cpuidle: menu: Call nr_iowait_cpu less times by Mel Gorman · 10 years ago
  31. 107d4f4 cpuidle: menu: Use ktime_to_us instead of reinventing the wheel by Mel Gorman · 10 years ago
  32. ae77930 cpuidle: menu: Use shifts when calculating averages where possible by Mel Gorman · 10 years ago
  33. 1469244 cpuidle: ladder governor - use macro instead of hardcoded value by Mohammad Merajul Islam Molla · 10 years ago
  34. 8804ed1 cpuidle: menu governor - remove unused macro STDDEV_THRESH by Mohammad Merajul Islam Molla · 10 years ago
  35. 2fba537 cpuidle: fix comment by Antonio Ospite · 11 years ago
  36. bed4d59 cpuidle / menu: move repeated correction factor check to init by Chander Kashyap · 11 years ago
  37. 3836785 cpuidle / menu: Return (-1) if there are no suitable states by Rafael J. Wysocki · 11 years ago
  38. 96e9518 cpuidle: Move perf multiplier calculation out of the selection loop by tuukka.tikkanen@linaro.org · 11 years ago
  39. 61c66d6 cpuidle: Do not substract exit latency from assumed sleep length by tuukka.tikkanen@linaro.org · 11 years ago
  40. 7ac2643 cpuidle: Ensure menu coefficients stay within domain by tuukka.tikkanen@linaro.org · 11 years ago
  41. 22695ab cpuidle: Use actual state latency in menu governor by tuukka.tikkanen@linaro.org · 11 years ago
  42. 5dc2f5a cpuidle: rename expected_us to next_timer_us in menu governor by tuukka.tikkanen@linaro.org · 11 years ago
  43. 51f245b cpuidle: Change struct menu_device field types by Tuukka Tikkanen · 11 years ago
  44. decd51b cpuidle: Add a comment warning about possible overflow by Tuukka Tikkanen · 11 years ago
  45. 0e96d5a cpuidle: Fix variable domains in get_typical_interval() by Tuukka Tikkanen · 11 years ago
  46. 939e33b cpuidle: Fix menu_device->intervals type by Tuukka Tikkanen · 11 years ago
  47. 4cd46bc cpuidle: CodingStyle: Break up multiple assignments on single line by Tuukka Tikkanen · 11 years ago
  48. 0d6a7ff cpuidle: Check called function parameter in get_typical_interval() by Tuukka Tikkanen · 11 years ago
  49. 017099e cpuidle: Rearrange code and comments in get_typical_interval() by Tuukka Tikkanen · 11 years ago
  50. 330647a cpuidle: Ignore interval prediction result when timer is shorter by Tuukka Tikkanen · 11 years ago
  51. ee42f75 Merge back earlier 'pm-cpuidle' material. by Rafael J. Wysocki · 11 years ago
  52. 1485191 Revert "cpuidle: Quickly notice prediction failure for repeat mode" by Rafael J. Wysocki · 11 years ago
  53. 228b302 Revert "cpuidle: Quickly notice prediction failure in general case" by Rafael J. Wysocki · 11 years ago
  54. 137b944 cpuidle: Make it clear that governors cannot be modules by Daniel Lezcano · 11 years ago
  55. 8aef33a cpuidle: remove the power_specified field in the driver by Daniel Lezcano · 12 years ago
  56. 0e5537b cpuidle: Fix finding state with min power_usage by Sivaram Nair · 12 years ago
  57. a093b93 cpuidle: fix a suspicious RCU usage in menu governor by Li Zhong · 12 years ago
  58. c96ca4f cpuidle: Get typical recent sleep interval by Youquan Song · 12 years ago
  59. e11538d cpuidle: Quickly notice prediction failure in general case by Youquan Song · 12 years ago
  60. 69a37be cpuidle: Quickly notice prediction failure for repeat mode by Youquan Song · 12 years ago
  61. 66804c1 PM / cpuidle: Make ladder governor use the "disabled" state flag by Rafael J. Wysocki · 12 years ago
  62. 62d6ae8 Honor state disabling in the cpuidle ladder governor by Carsten Emde · 12 years ago
  63. cbc9ef0 PM / Domains: Add preliminary support for cpuidle, v2 by Rafael J. Wysocki · 12 years ago
  64. dc7fd27 cpuidle: move field disable from per-driver to per-cpu by ShuoX Liu · 12 years ago
  65. 02401c0 cpuidle: power_usage should be declared signed integer by Boris Ostrovsky · 13 years ago
  66. 3a53396 cpuidle: add a sysfs entry to disable specific C state for debug purpose. by ShuoX Liu · 13 years ago
  67. 3c00303 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 13 years ago
  68. 46bcfad cpuidle: Single/Global registration of idle states by Deepthi Dharwar · 13 years ago
  69. b25edc4 cpuidle: Remove CPUIDLE_FLAG_IGNORE and dev->prepare() by Deepthi Dharwar · 13 years ago
  70. e978aa7 cpuidle: Move dev->last_residency update to driver enter routine; remove dev->last_state by Deepthi Dharwar · 13 years ago
  71. 70e522a cpuidle: ladder.c needs module.h and not just moduleparam.h by Paul Gortmaker · 13 years ago
  72. 884b17e cpuidle: Add module.h to drivers/cpuidle files as required. by Paul Gortmaker · 13 years ago
  73. e8db0be PM QoS: Move and rename the implementation files by Jean Pihet · 13 years ago
  74. 7467571 cpuidle: menu: fixed wrapping timers at 4.294 seconds by Tero Kristo · 14 years ago
  75. 20e3341 cpuidle: Fix typos by Lucas De Marchi · 14 years ago
  76. 71abbbf cpuidle: extend cpuidle and menu governor to handle dynamic states by Ai Li · 14 years ago
  77. 8c215bd sched: Cure nr_iowait_cpu() users by Peter Zijlstra · 14 years ago
  78. 1f85f87 cpuidle: add a repeating pattern detector to the menu governor by Arjan van de Ven · 15 years ago
  79. ed77134 PM QOS update by Mark Gross · 15 years ago
  80. 1c6fe03 cpuidle: Fix incorrect optimization by Arjan van de Ven · 15 years ago
  81. 56e6943b4 cpuidle menu: remove 8 bytes of padding on 64 bit builds by Richard Kennedy · 15 years ago
  82. 5787536 drivers/cpuidle/governors/menu.c: fix undefined reference to `__udivdi3' by Stephen Hemminger · 15 years ago
  83. faa7b7d drivers/cpuidle: Move dereference after NULL test by Julia Lawall · 15 years ago
  84. 672917d cpuidle: menu governor: reduce latency on exit by Corrado Zoccolo · 15 years ago
  85. 69d2587 cpuidle: fix the menu governor to boost IO performance by Arjan van de Ven · 15 years ago
  86. 816bb61 cpuidle: Add decaying history logic to menu idle predictor by Pallipadi, Venkatesh · 16 years ago
  87. 06d9e90 cpuidle: Make ladder governor honor latency requirements fully by venkatesh.pallipadi@intel.com · 16 years ago
  88. 320eee7 cpuidle: Menu governor fix wrong usage of measured_us by venkatesh.pallipadi@intel.com · 16 years ago
  89. a2bd9202 cpuidle: Do not use poll_idle unless user asks for it by venkatesh.pallipadi@intel.com · 16 years ago
  90. d82b351 pm qos infrastructure and interface by Mark Gross · 17 years ago
  91. 4f86d3a cpuidle: consolidate 2.6.22 cpuidle branch into one patch by Len Brown · 17 years ago