1. 531b5c9 sched/topology: Make Energy Aware Scheduling depend on schedutil by Quentin Perret · 6 years ago
  2. 0e7ea2f cpufreq: remove unnecessary unlikely() by Igor Stoppa · 6 years ago
  3. 9b3d9bb cpufreq: Fix a circular lock dependency problem by Waiman Long · 6 years ago
  4. 601b218 cpufreq: trace frequency limits change by Ruchi Kandoi · 6 years ago
  5. cc85de3 cpufreq: Use static SRCU initializer by Sebastian Andrzej Siewior · 6 years ago
  6. c7d1f11 cpufreq: Fix new policy initialization during limits updates via sysfs by Tao Wang · 6 years ago
  7. 20b5324 cpufreq: optimize cpufreq_notify_transition() by Viresh Kumar · 6 years ago
  8. 92c99d1 cpufreq: Don't validate cpufreq table from cpufreq_generic_init() by Viresh Kumar · 7 years ago
  9. d417e06 cpufreq: Validate frequency table in the core by Viresh Kumar · 7 years ago
  10. b24b647 cpufreq: Reorder cpufreq_online() error code path by Viresh Kumar · 7 years ago
  11. 703cbaa cpufreq: Skip cpufreq resume if it's not suspended by Bo Yan · 7 years ago
  12. a8b149d cpufreq: Fix governor module removal race by Rafael J. Wysocki · 7 years ago
  13. 70d1ff7 cpufreq: Drop pointless return statement by Rafael J. Wysocki · 7 years ago
  14. ae0ff89 cpufreq: Pass policy pointer to cpufreq_parse_governor() by Rafael J. Wysocki · 7 years ago
  15. 045149e cpufreq: Clean up cpufreq_parse_governor() by Rafael J. Wysocki · 7 years ago
  16. e7d5459 cpufreq: provide default frequency-invariance setter function by Dietmar Eggemann · 7 years ago
  17. 08a1000 Merge branch 'pm-cpufreq-sched' by Rafael J. Wysocki · 7 years ago
  18. e948bc8 cpufreq: Cap the default transition delay value to 10 ms by Viresh Kumar · 7 years ago
  19. 209887e cpufreq: Return 0 from ->fast_switch() on errors by Viresh Kumar · 7 years ago
  20. fc4c709 cpufreq: Allow dynamic switching with CPUFREQ_ETERNAL latency by Viresh Kumar · 7 years ago
  21. fe829ed cpufreq: Add CPUFREQ_NO_AUTO_DYNAMIC_SWITCHING cpufreq driver flag by Viresh Kumar · 7 years ago
  22. ed4676e cpufreq: Replace "max_transition_latency" with "dynamic_switching" by Viresh Kumar · 7 years ago
  23. aa7519a cpufreq: Use transition_delay_us for legacy governors as well by Viresh Kumar · 7 years ago
  24. 408c986 Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  25. 9a9594e Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  26. f8475ce x86: use common aperfmperf_khz_on_cpu() to calculate KHz using APERF/MPERF by Len Brown · 7 years ago
  27. 6c77003 cpufreq: cpufreq_register_driver() should return -ENODEV if init fails by David Arcari · 7 years ago
  28. a92551e cpufreq: Use cpuhp_setup_state_nocalls_cpuslocked() by Sebastian Andrzej Siewior · 7 years ago
  29. c4a3fa2 cpufreq: Bring CPUs up even if cpufreq_online() failed by Chen Yu · 7 years ago
  30. 2f0ba79 cpufreq: Fix creation of symbolic links to policy directories by Rafael J. Wysocki · 8 years ago
  31. ff01047 cpufreq: Restore policy min/max limits on CPU online by Viresh Kumar · 8 years ago
  32. 9b4f603 cpufreq: Fix and clean up show_cpuinfo_cur_freq() by Rafael J. Wysocki · 8 years ago
  33. fd8e57d Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 8 years ago
  34. d82f269 cpufreq: Add the "cpufreq.off=1" cmdline option by Len Brown · 8 years ago
  35. 02c3de1 Merge tag 'pm-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  36. f451014 cpufreq: Do not clear real_cpus mask on policy init by Rafael J. Wysocki · 8 years ago
  37. 052f573 cpufreq: Remove CPUFREQ_START notifier event by Viresh Kumar · 8 years ago
  38. f9f41e3 cpufreq: Remove policy create/remove notifiers by Viresh Kumar · 8 years ago
  39. 7fb1327 sched/cputime: Convert kcpustat to nsecs by Frederic Weisbecker · 8 years ago
  40. 30248fe cpufreq: Make cpufreq_update_policy() void by Rafael J. Wysocki · 8 years ago
  41. 182e36a cpufreq: Avoid using inactive policies by Rafael J. Wysocki · 8 years ago
  42. 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
  43. 5372e05 cpufreq: Fix up conversion to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  44. 27622b0 cpufreq: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  45. 26619804 cpufreq: create link to policy only for registered CPUs by Viresh Kumar · 8 years ago
  46. 3689ad7 cpufreq: Drop unnecessary check from cpufreq_policy_alloc() by Rafael J. Wysocki · 8 years ago
  47. ae2c1ca cpufreq: export cpufreq_driver_resolve_freq() by Steve Muckle · 8 years ago
  48. abe8bd0 cpufreq: Disallow ->resolve_freq() for drivers providing ->target_index() by Viresh Kumar · 8 years ago
  49. e3c0623 cpufreq: add cpufreq_driver_resolve_freq() by Steve Muckle · 8 years ago
  50. 8d540ea cpufreq: Drop redundant check from cpufreq_update_current_freq() by Rafael J. Wysocki · 8 years ago
  51. 5d1191a Merge back earlier cpufreq material for v4.8. by Rafael J. Wysocki · 8 years ago
  52. 742c87b cpufreq: Avoid false-positive WARN_ON()s in cpufreq_update_policy() by Rafael J. Wysocki · 8 years ago
  53. bb4b993 Merge back earlier cpufreq changes for v4.8. by Rafael J. Wysocki · 8 years ago
  54. d218ed7 cpufreq: Return index from cpufreq_frequency_table_target() by Viresh Kumar · 8 years ago
  55. 2372784 cpufreq: Drop 'freq_table' argument of __target_index() by Viresh Kumar · 8 years ago
  56. 7ab4aab cpufreq: Drop freq-table param to cpufreq_frequency_table_target() by Viresh Kumar · 8 years ago
  57. f8bfc11 cpufreq: Remove cpufreq_frequency_get_table() by Viresh Kumar · 8 years ago
  58. 1aefc75 cpufreq: stats: Make the stats code non-modular by Rafael J. Wysocki · 8 years ago
  59. 910c6e8 cpufreq: Use clamp_val() in __cpufreq_driver_target() by Viresh Kumar · 8 years ago
  60. 388612b cpufreq: Send START policy notification after sending CREATE by Viresh Kumar · 8 years ago
  61. 9a15fb2 cpufreq: Drop the 'initialized' field from struct cpufreq_governor by Rafael J. Wysocki · 8 years ago
  62. e788892 cpufreq: governor: Get rid of governor events by Rafael J. Wysocki · 8 years ago
  63. b9af694 cpufreq: Fix clamp_val() usage in cpufreq_driver_fast_switch() by Rafael J. Wysocki · 8 years ago
  64. a92604b cpufreq: Split cpufreq_governor() into simpler functions by Rafael J. Wysocki · 8 years ago
  65. 9e8c0a8 cpufreq: governor: Check transition latecy at init time only by Rafael J. Wysocki · 8 years ago
  66. d6ff44d cpufreq: governor: CPUFREQ_GOV_LIMITS never fails by Rafael J. Wysocki · 8 years ago
  67. 3834abb cpufreq: simplified goto out in cpufreq_register_driver() by Pankaj Gupta · 8 years ago
  68. 45482c7 cpufreq: governor: CPUFREQ_GOV_STOP never fails by Rafael J. Wysocki · 8 years ago
  69. 36be341 cpufreq: governor: CPUFREQ_GOV_POLICY_EXIT never fails by Rafael J. Wysocki · 8 years ago
  70. da43af9 Merge cpufreq fixes going into v4.6. by Rafael J. Wysocki · 8 years ago
  71. ba41e1b cpufreq: intel_pstate: Fix HWP on boot CPU after system resume by Rafael J. Wysocki · 8 years ago
  72. 1cbc99d Merge back cpufreq changes for v4.7. by Rafael J. Wysocki · 8 years ago
  73. c9d9c92 cpufreq: Abort cpufreq_update_current_freq() for cpufreq_suspended set by Rafael J. Wysocki · 8 years ago
  74. a794d61 cpufreq: Rearrange cpufreq_add_dev() by Rafael J. Wysocki · 8 years ago
  75. cd73e9b cpufreq: Simplify switch () in cpufreq_cpu_callback() by Rafael J. Wysocki · 8 years ago
  76. 6c9d9c8 cpufreq: Call cpufreq_disable_fast_switch() in sugov_exit() by Rafael J. Wysocki · 8 years ago
  77. b7898fd cpufreq: Support for fast frequency switching by Rafael J. Wysocki · 8 years ago
  78. 3bbf8fe cpufreq: Always update current frequency before startig governor by Rafael J. Wysocki · 9 years ago
  79. 999f572 cpufreq: Introduce cpufreq_update_current_freq() by Rafael J. Wysocki · 9 years ago
  80. 0a30076 cpufreq: Introduce cpufreq_start_governor() by Rafael J. Wysocki · 9 years ago
  81. c75361c cpufreq: Make cpufreq_quick_get() safe to call by Richard Cochran · 9 years ago
  82. a5acbfb Merge branch 'pm-cpufreq-governor' into pm-cpufreq by Rafael J. Wysocki · 9 years ago
  83. adaf9fc cpufreq: Move scheduler-related code to the sched directory by Rafael J. Wysocki · 9 years ago
  84. edd4a89 Revert "cpufreq: postfix policy directory with the first CPU in related_cpus" by Viresh Kumar · 9 years ago
  85. 08f511f cpufreq: Reduce cpufreq_update_util() overhead a bit by Rafael J. Wysocki · 9 years ago
  86. 242aa88 cpufreq: Remove 'policy->governor_enabled' by Viresh Kumar · 9 years ago
  87. a1317e0 cpufreq: Rename __cpufreq_governor() to cpufreq_governor() by Viresh Kumar · 9 years ago
  88. 11eb69b cpufreq: Relocate handle_update() to kill its declaration by Viresh Kumar · 9 years ago
  89. 99522fe cpufreq: Remove cpufreq_governor_lock by Viresh Kumar · 9 years ago
  90. 49f1856 cpufreq: Call __cpufreq_governor() with policy->rwsem held by Viresh Kumar · 9 years ago
  91. 69cee71 cpufreq: Merge cpufreq_offline_prepare/finish routines by Viresh Kumar · 9 years ago
  92. 68e80da Revert "cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXIT" by Viresh Kumar · 9 years ago
  93. 34e2c55 cpufreq: Add mechanism for registering utilization update callbacks by Rafael J. Wysocki · 9 years ago
  94. 6019d23 cpufreq: Rearrange __cpufreq_driver_target() by Rafael J. Wysocki · 9 years ago
  95. fd7dc7e cpufreq: simplify for_each_suitable_policy() macro by Eric Biggers · 9 years ago
  96. 63af405 cpufreq: fix comment about return value of cpufreq_register_driver() by Eric Biggers · 9 years ago
  97. 6541aef cpufreq: Drop unnecessary checks from show() and store() by Rafael J. Wysocki · 9 years ago
  98. de1df26 cpufreq: Clean up default and fallback governor setup by Rafael J. Wysocki · 9 years ago
  99. 2dadfd7 cpufreq: Use list_is_last() to check last entry of the policy list by Gautham R Shenoy · 9 years ago
  100. 7a6c79f cpufreq: Simplify core code related to boost support by Rafael J. Wysocki · 9 years ago