1. da3493c Merge 4.9.32 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  2. 96d7b43b cpufreq: cpufreq_register_driver() should return -ENODEV if init fails by David Arcari · 7 years ago
  3. a2659b2 Merge 4.9.24 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  4. 5dda157 cpufreq: Bring CPUs up even if cpufreq_online() failed by Chen Yu · 7 years ago
  5. 42c3c88 Merge 4.9.19 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  6. f565084 cpufreq: Restore policy min/max limits on CPU online by Viresh Kumar · 7 years ago
  7. 6bf53d4 Merge 4.9.18 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  8. bb8c61a cpufreq: Fix and clean up show_cpuinfo_cur_freq() by Rafael J. Wysocki · 7 years ago
  9. 8aab20c ANDROID: DEBUG: cpufreq: fix cpu_capacity tracing build for non-smp systems by Amit Pundir · 8 years ago
  10. 2f8ed12 ANDROID: DEBUG: sched,cpufreq: add cpu_capacity change tracepoint by Juri Lelli · 9 years ago
  11. dabce2b ANDROID: cpufreq: introduce cpufreq_driver_is_slow by Michael Turquette · 9 years ago
  12. 4eb9297 ANDROID: cpufreq: Max freq invariant scheduler load-tracking and cpu capacity support by Dietmar Eggemann · 9 years ago
  13. c33be5d ANDROID: cpufreq: Frequency invariant scheduler load-tracking support by Dietmar Eggemann · 9 years ago
  14. 83707ea ANDROID: trace: cpufreq: Add tracing for min/max cpufreq by Ruchi Kandoi · 8 years ago
  15. 597f03f Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  16. 5372e05 cpufreq: Fix up conversion to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  17. 27622b0 cpufreq: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  18. 26619804 cpufreq: create link to policy only for registered CPUs by Viresh Kumar · 8 years ago
  19. 3689ad7 cpufreq: Drop unnecessary check from cpufreq_policy_alloc() by Rafael J. Wysocki · 8 years ago
  20. ae2c1ca cpufreq: export cpufreq_driver_resolve_freq() by Steve Muckle · 8 years ago
  21. abe8bd0 cpufreq: Disallow ->resolve_freq() for drivers providing ->target_index() by Viresh Kumar · 8 years ago
  22. e3c0623 cpufreq: add cpufreq_driver_resolve_freq() by Steve Muckle · 8 years ago
  23. 8d540ea cpufreq: Drop redundant check from cpufreq_update_current_freq() by Rafael J. Wysocki · 8 years ago
  24. 5d1191a Merge back earlier cpufreq material for v4.8. by Rafael J. Wysocki · 8 years ago
  25. 742c87b cpufreq: Avoid false-positive WARN_ON()s in cpufreq_update_policy() by Rafael J. Wysocki · 8 years ago
  26. bb4b993 Merge back earlier cpufreq changes for v4.8. by Rafael J. Wysocki · 8 years ago
  27. d218ed7 cpufreq: Return index from cpufreq_frequency_table_target() by Viresh Kumar · 8 years ago
  28. 2372784 cpufreq: Drop 'freq_table' argument of __target_index() by Viresh Kumar · 8 years ago
  29. 7ab4aab cpufreq: Drop freq-table param to cpufreq_frequency_table_target() by Viresh Kumar · 8 years ago
  30. f8bfc11 cpufreq: Remove cpufreq_frequency_get_table() by Viresh Kumar · 8 years ago
  31. 1aefc75 cpufreq: stats: Make the stats code non-modular by Rafael J. Wysocki · 8 years ago
  32. 910c6e8 cpufreq: Use clamp_val() in __cpufreq_driver_target() by Viresh Kumar · 8 years ago
  33. 388612b cpufreq: Send START policy notification after sending CREATE by Viresh Kumar · 8 years ago
  34. 9a15fb2 cpufreq: Drop the 'initialized' field from struct cpufreq_governor by Rafael J. Wysocki · 8 years ago
  35. e788892 cpufreq: governor: Get rid of governor events by Rafael J. Wysocki · 8 years ago
  36. b9af694 cpufreq: Fix clamp_val() usage in cpufreq_driver_fast_switch() by Rafael J. Wysocki · 8 years ago
  37. a92604b cpufreq: Split cpufreq_governor() into simpler functions by Rafael J. Wysocki · 8 years ago
  38. 9e8c0a8 cpufreq: governor: Check transition latecy at init time only by Rafael J. Wysocki · 8 years ago
  39. d6ff44d cpufreq: governor: CPUFREQ_GOV_LIMITS never fails by Rafael J. Wysocki · 8 years ago
  40. 3834abb cpufreq: simplified goto out in cpufreq_register_driver() by Pankaj Gupta · 8 years ago
  41. 45482c7 cpufreq: governor: CPUFREQ_GOV_STOP never fails by Rafael J. Wysocki · 8 years ago
  42. 36be341 cpufreq: governor: CPUFREQ_GOV_POLICY_EXIT never fails by Rafael J. Wysocki · 8 years ago
  43. da43af9 Merge cpufreq fixes going into v4.6. by Rafael J. Wysocki · 8 years ago
  44. ba41e1b cpufreq: intel_pstate: Fix HWP on boot CPU after system resume by Rafael J. Wysocki · 8 years ago
  45. 1cbc99d Merge back cpufreq changes for v4.7. by Rafael J. Wysocki · 8 years ago
  46. c9d9c92 cpufreq: Abort cpufreq_update_current_freq() for cpufreq_suspended set by Rafael J. Wysocki · 8 years ago
  47. a794d61 cpufreq: Rearrange cpufreq_add_dev() by Rafael J. Wysocki · 8 years ago
  48. cd73e9b cpufreq: Simplify switch () in cpufreq_cpu_callback() by Rafael J. Wysocki · 8 years ago
  49. 6c9d9c8 cpufreq: Call cpufreq_disable_fast_switch() in sugov_exit() by Rafael J. Wysocki · 8 years ago
  50. b7898fd cpufreq: Support for fast frequency switching by Rafael J. Wysocki · 8 years ago
  51. 3bbf8fe cpufreq: Always update current frequency before startig governor by Rafael J. Wysocki · 8 years ago
  52. 999f572 cpufreq: Introduce cpufreq_update_current_freq() by Rafael J. Wysocki · 8 years ago
  53. 0a30076 cpufreq: Introduce cpufreq_start_governor() by Rafael J. Wysocki · 8 years ago
  54. c75361c cpufreq: Make cpufreq_quick_get() safe to call by Richard Cochran · 8 years ago
  55. a5acbfb Merge branch 'pm-cpufreq-governor' into pm-cpufreq by Rafael J. Wysocki · 8 years ago
  56. adaf9fc cpufreq: Move scheduler-related code to the sched directory by Rafael J. Wysocki · 8 years ago
  57. edd4a89 Revert "cpufreq: postfix policy directory with the first CPU in related_cpus" by Viresh Kumar · 8 years ago
  58. 08f511f cpufreq: Reduce cpufreq_update_util() overhead a bit by Rafael J. Wysocki · 8 years ago
  59. 242aa88 cpufreq: Remove 'policy->governor_enabled' by Viresh Kumar · 8 years ago
  60. a1317e0 cpufreq: Rename __cpufreq_governor() to cpufreq_governor() by Viresh Kumar · 8 years ago
  61. 11eb69b cpufreq: Relocate handle_update() to kill its declaration by Viresh Kumar · 8 years ago
  62. 99522fe cpufreq: Remove cpufreq_governor_lock by Viresh Kumar · 8 years ago
  63. 49f1856 cpufreq: Call __cpufreq_governor() with policy->rwsem held by Viresh Kumar · 8 years ago
  64. 69cee71 cpufreq: Merge cpufreq_offline_prepare/finish routines by Viresh Kumar · 8 years ago
  65. 68e80da Revert "cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXIT" by Viresh Kumar · 8 years ago
  66. 34e2c55 cpufreq: Add mechanism for registering utilization update callbacks by Rafael J. Wysocki · 8 years ago
  67. 6019d23 cpufreq: Rearrange __cpufreq_driver_target() by Rafael J. Wysocki · 8 years ago
  68. fd7dc7e cpufreq: simplify for_each_suitable_policy() macro by Eric Biggers · 8 years ago
  69. 63af405 cpufreq: fix comment about return value of cpufreq_register_driver() by Eric Biggers · 8 years ago
  70. 6541aef cpufreq: Drop unnecessary checks from show() and store() by Rafael J. Wysocki · 8 years ago
  71. de1df26 cpufreq: Clean up default and fallback governor setup by Rafael J. Wysocki · 8 years ago
  72. 2dadfd7 cpufreq: Use list_is_last() to check last entry of the policy list by Gautham R Shenoy · 8 years ago
  73. 7a6c79f cpufreq: Simplify core code related to boost support by Rafael J. Wysocki · 8 years ago
  74. 41669da cpufreq: Make cpufreq_boost_supported() static by Rafael J. Wysocki · 8 years ago
  75. 69030dd1 cpufreq: use last policy after online for drivers with ->setpolicy by Srinivas Pandruvada · 8 years ago
  76. f344dae cpufreq: Always remove sysfs cpuX/cpufreq link on ->remove_dev() by Viresh Kumar · 8 years ago
  77. 3510fac cpufreq: postfix policy directory with the first CPU in related_cpus by Viresh Kumar · 9 years ago
  78. 96bdda6 cpufreq: create cpu/cpufreq/policyX directories by Viresh Kumar · 9 years ago
  79. c82bd44 cpufreq: remove cpufreq_sysfs_{create|remove}_file() by Viresh Kumar · 9 years ago
  80. 8eec102 cpufreq: create cpu/cpufreq at boot time by Viresh Kumar · 9 years ago
  81. 0998a03 cpufreq: Use cpumask_copy instead of cpumask_or to copy a mask by Viresh Kumar · 9 years ago
  82. e625742 cpufreq: Drop redundant check for inactive policies by Viresh Kumar · 9 years ago
  83. 55582bc cpufreq: prevent lockup on reading scaling_available_frequencies by Srinivas Pandruvada · 9 years ago
  84. 1f0bd44 cpufreq: acpi-cpufreq: Use cpufreq_cpu_get_raw() in ->get() by Rafael J. Wysocki · 9 years ago
  85. 3e66c4b Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 9 years ago
  86. 201f371 cpufreq: allow cpufreq_generic_suspend() to work without suspend frequency by Bartlomiej Zolnierkiewicz · 9 years ago
  87. 63431f7 cpufreq: Use __func__ to print function's name by Viresh Kumar · 9 years ago
  88. d075a88 cpufreq: staticize cpufreq_cpu_get_raw() by Viresh Kumar · 9 years ago
  89. 0ed537b Merge branch 'pm-opp' into pm-cpufreq by Rafael J. Wysocki · 9 years ago
  90. ae98207 Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  91. ac2a29c Merge branch 'pm-opp' by Rafael J. Wysocki · 9 years ago
  92. 36dfef2 cpufreq: drop !cpufreq_driver check from cpufreq_parse_governor() by Viresh Kumar · 9 years ago
  93. 88dc438 cpufreq: remove redundant 'policy' field from user_policy by Viresh Kumar · 9 years ago
  94. e27f8bd cpufreq: remove redundant 'governor' field from user_policy by Viresh Kumar · 9 years ago
  95. 14ca0bd cpufreq: update user_policy.* on success by Viresh Kumar · 9 years ago
  96. 8fa5b63 cpufreq: use memcpy() to copy policy by Viresh Kumar · 9 years ago
  97. 6bfb7c7 cpufreq: remove redundant CPUFREQ_INCOMPATIBLE notifier event by Viresh Kumar · 9 years ago
  98. 1af115d Merge tag 'driver-core-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  99. 44139ed cpufreq: Allow drivers to enable boost support after registering driver by Viresh Kumar · 9 years ago
  100. 71db87b bus: subsys: update return type of ->remove_dev() to void by Viresh Kumar · 9 years ago