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