1. 4ed3900 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 9 years ago
  2. 4fec7ad intel_pstate: Do not skip samples partially by Rafael J. Wysocki · 9 years ago
  3. 8fa520a intel_pstate: Remove freq calculation from intel_pstate_calc_busy() by Philippe Longepe · 9 years ago
  4. 7349ec0 intel_pstate: Move intel_pstate_calc_busy() into get_target_pstate_use_performance() by Philippe Longepe · 9 years ago
  5. a158bed intel_pstate: Optimize calculation for max/min_perf_adj by Philippe Longepe · 9 years ago
  6. b54a0df intel_pstate: Remove extra conversions in pid calculation by Philippe Longepe · 9 years ago
  7. a5acbfb Merge branch 'pm-cpufreq-governor' into pm-cpufreq by Rafael J. Wysocki · 9 years ago
  8. adaf9fc cpufreq: Move scheduler-related code to the sched directory by Rafael J. Wysocki · 9 years ago
  9. edd4a89 Revert "cpufreq: postfix policy directory with the first CPU in related_cpus" by Viresh Kumar · 9 years ago
  10. 08f511f cpufreq: Reduce cpufreq_update_util() overhead a bit by Rafael J. Wysocki · 9 years ago
  11. e6f0365 cpufreq: Select IRQ_WORK if CPU_FREQ_GOV_COMMON is set by Rafael J. Wysocki · 9 years ago
  12. 242aa88 cpufreq: Remove 'policy->governor_enabled' by Viresh Kumar · 9 years ago
  13. a1317e0 cpufreq: Rename __cpufreq_governor() to cpufreq_governor() by Viresh Kumar · 9 years ago
  14. 11eb69b cpufreq: Relocate handle_update() to kill its declaration by Viresh Kumar · 9 years ago
  15. f737236 cpufreq: governor: Drop unnecessary checks from show() and store() by Viresh Kumar · 9 years ago
  16. 27de348 cpufreq: governor: Fix race in dbs_update_util_handler() by Rafael J. Wysocki · 9 years ago
  17. 94ab5e0 cpufreq: governor: Make gov_set_update_util() static by Rafael J. Wysocki · 9 years ago
  18. 1112e9d cpufreq: governor: Narrow down the dbs_data_mutex coverage by Rafael J. Wysocki · 9 years ago
  19. e3f5ed9 cpufreq: governor: Make dbs_data_mutex static by Rafael J. Wysocki · 9 years ago
  20. 47ebaac cpufreq: governor: Relocate definitions of tuners structures by Rafael J. Wysocki · 9 years ago
  21. 8c8f77f cpufreq: governor: Move per-CPU data to the common code by Rafael J. Wysocki · 9 years ago
  22. 7d5a995 cpufreq: governor: Make governor private data per-policy by Rafael J. Wysocki · 9 years ago
  23. d1db75f cpufreq: ondemand: Rework the handling of powersave bias updates by Rafael J. Wysocki · 9 years ago
  24. a33cce1 cpufreq: governor: Fix CPU load information updates via ->store by Rafael J. Wysocki · 9 years ago
  25. 76c5f66 cpufreq: ondemand: Drop one more callback from struct od_ops by Rafael J. Wysocki · 9 years ago
  26. 8434dad cpufreq: governor: Drop unused governor callback and data fields by Rafael J. Wysocki · 9 years ago
  27. 702c9e5 cpufreq: governor: Add a ->start callback for governors by Rafael J. Wysocki · 9 years ago
  28. 8847e03 cpufreq: governor: Move io_is_busy to struct dbs_data by Rafael J. Wysocki · 9 years ago
  29. 574ef14 cpufreq: governor: Close dbs_data update race condition by Rafael J. Wysocki · 9 years ago
  30. 8eb055d cpufreq: ondemand: Drop unused callback from struct od_ops by Rafael J. Wysocki · 9 years ago
  31. a7f35cf cpufreq: ondemand: Simplify od_update() slightly by Rafael J. Wysocki · 9 years ago
  32. 07aa440 cpufreq: governor: Use microseconds in sample delay computations by Rafael J. Wysocki · 9 years ago
  33. 6e96c5b cpufreq: ondemand: Simplify conditionals in od_dbs_timer() by Rafael J. Wysocki · 9 years ago
  34. 57dc3bc cpufreq: governor: Move rate_mult to struct policy_dbs by Rafael J. Wysocki · 9 years ago
  35. 78347cd cpufreq: governor: Reset sample delay in store_sampling_rate() by Rafael J. Wysocki · 9 years ago
  36. 4cccf75 cpufreq: governor: Get rid of the ->gov_check_cpu callback by Rafael J. Wysocki · 9 years ago
  37. 57eb832 cpufreq: governor: Clean up load-related computations by Rafael J. Wysocki · 9 years ago
  38. 679b8fe cpufreq: governor: Fix nice contribution computation in dbs_check_cpu() by Rafael J. Wysocki · 9 years ago
  39. e4db281 cpufreq: governor: Avoid atomic operations in hot paths by Rafael J. Wysocki · 9 years ago
  40. f62b937 cpufreq: governor: Simplify gov_cancel_work() slightly by Rafael J. Wysocki · 9 years ago
  41. b9db427 cpufreq: governor: Avoid irq_work_queue_on() crash on non-SMP ARM by Rafael J. Wysocki · 9 years ago
  42. a23d6d1 cpufreq: ondemand: Rearrange od_dbs_timer() to avoid updating delay by Viresh Kumar · 9 years ago
  43. aded387 cpufreq: conservative: Update sample_delay_ns immediately by Viresh Kumar · 9 years ago
  44. 581c214 cpufreq: governor: No need to manage state machine now by Viresh Kumar · 9 years ago
  45. 99522fe cpufreq: Remove cpufreq_governor_lock by Viresh Kumar · 9 years ago
  46. 49f1856 cpufreq: Call __cpufreq_governor() with policy->rwsem held by Viresh Kumar · 9 years ago
  47. 69cee71 cpufreq: Merge cpufreq_offline_prepare/finish routines by Viresh Kumar · 9 years ago
  48. c54df07 cpufreq: governor: Create and traverse list of policy_dbs to avoid deadlock by Viresh Kumar · 9 years ago
  49. 68e80da Revert "cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXIT" by Viresh Kumar · 9 years ago
  50. fd8ddc4 cpufreq: governor: Drop unused macros for creating governor tunable attributes by Viresh Kumar · 9 years ago
  51. c443563 cpufreq: governor: New sysfs show/store callbacks for governor tunables by Viresh Kumar · 9 years ago
  52. ff4b178 cpufreq: governor: Move common tunables to 'struct dbs_data' by Viresh Kumar · 9 years ago
  53. d0684d3 cpufreq: governor: Create generic macro for common tunables by Viresh Kumar · 9 years ago
  54. fafd5e8 cpufreq: governor: Drop pointless goto from cpufreq_governor_init() by Rafael J. Wysocki · 9 years ago
  55. 686cc63 cpufreq: governor: Rename skip_work to work_count by Rafael J. Wysocki · 9 years ago
  56. cea6a9e cpufreq: governor: Symmetrize cpu_dbs_info initialization and cleanup by Rafael J. Wysocki · 9 years ago
  57. bc50547 cpufreq: governor: Rearrange governor data structures by Rafael J. Wysocki · 9 years ago
  58. e975189 cpufreq: governor: Simplify cpufreq_governor_limits() by Rafael J. Wysocki · 9 years ago
  59. d10b5eb cpufreq: governor: Drop cpu argument from dbs_check_cpu() by Rafael J. Wysocki · 9 years ago
  60. e40e7b2 cpufreq: governor: Rename cpu_common_dbs_info to policy_dbs_info by Rafael J. Wysocki · 9 years ago
  61. ea59ee0d cpufreq: governor: Drop the gov pointer from struct dbs_data by Rafael J. Wysocki · 9 years ago
  62. 906a6e5 cpufreq: governor: Rework cpufreq_governor_dbs() by Rafael J. Wysocki · 9 years ago
  63. 7bdad34 cpufreq: governor: Rename some data types and variables by Rafael J. Wysocki · 9 years ago
  64. af92618 cpufreq: governor: Put governor structure into common_dbs_data by Rafael J. Wysocki · 9 years ago
  65. 5da3dd1 cpufreq: governor: Avoid passing dbs_data pointers around unnecessarily by Rafael J. Wysocki · 9 years ago
  66. 2bb8d94 cpufreq: governor: Use common mutex for dbs_data protection by Rafael J. Wysocki · 9 years ago
  67. 9be4fd2 cpufreq: governor: Replace timers with utilization update callbacks by Rafael J. Wysocki · 9 years ago
  68. a4675fb cpufreq: intel_pstate: Replace timers with utilization update callbacks by Rafael J. Wysocki · 9 years ago
  69. 34e2c55 cpufreq: Add mechanism for registering utilization update callbacks by Rafael J. Wysocki · 9 years ago
  70. ed757a2 cpufreq: acpi-cpufreq: Make read and write operations more efficient by Rafael J. Wysocki · 9 years ago
  71. 3c2002a cpufreq: mediatek: allow building as a module by Arnd Bergmann · 9 years ago
  72. ddd30ef cpufreq: qoriq: allow building as module with THERMAL=m by Arnd Bergmann · 9 years ago
  73. c5e29ea cpufreq: powernv: Fix bugs in powernv_cpufreq_{init/exit} by Shilpasri G Bhat · 9 years ago
  74. f05c966 cpufreq: intel_pstate: disable HWP notifications by Srinivas Pandruvada · 9 years ago
  75. 7791e4a cpufreq: intel_pstate: Enable HWP by default by Srinivas Pandruvada · 9 years ago
  76. 9a909a1 cpufreq: acpi-cpufreq: Drop pointless label from acpi_cpufreq_target() by Rafael J. Wysocki · 9 years ago
  77. 6019d23 cpufreq: Rearrange __cpufreq_driver_target() by Rafael J. Wysocki · 9 years ago
  78. 41cfd64 intel_pstate: Update frequencies of policy->cpus only from ->set_policy() by Viresh Kumar · 9 years ago
  79. fd7dc7e cpufreq: simplify for_each_suitable_policy() macro by Eric Biggers · 9 years ago
  80. 63af405 cpufreq: fix comment about return value of cpufreq_register_driver() by Eric Biggers · 9 years ago
  81. 6541aef cpufreq: Drop unnecessary checks from show() and store() by Rafael J. Wysocki · 9 years ago
  82. dd02a3d cpufreq: dt: No need to allocate resources anymore by Viresh Kumar · 9 years ago
  83. df2c8ec cpufreq: dt: No need to fetch voltage-tolerance by Viresh Kumar · 9 years ago
  84. 78c3ba5 cpufreq: dt: Use dev_pm_opp_set_rate() to switch frequency by Viresh Kumar · 9 years ago
  85. 755b888 cpufreq: dt: Reuse dev_pm_opp_get_max_transition_latency() by Viresh Kumar · 9 years ago
  86. 6def6ea cpufreq: dt: Unsupported OPPs are already disabled by Viresh Kumar · 9 years ago
  87. 050794a cpufreq: dt: Pass regulator name to the OPP core by Viresh Kumar · 9 years ago
  88. 391d9ae cpufreq: dt: OPP layers handles clock-latency for V1 bindings as well by Viresh Kumar · 9 years ago
  89. 457e99e6 cpufreq: dt: Rename 'need_update' to 'opp_v1' by Viresh Kumar · 9 years ago
  90. 896d6a4 cpufreq: dt: Convert few pr_debug/err() calls to dev_dbg/err() by Viresh Kumar · 9 years ago
  91. c89f268 cpufreq: powernv: Replace pr_info with trace print for throttle event by Shilpasri G Bhat · 9 years ago
  92. 96c4726 cpufreq: powernv: Remove cpu_to_chip_id() from hot-path by Shilpasri G Bhat · 9 years ago
  93. 6d167a4 cpufreq: powernv: Hot-plug safe the kworker thread by Shilpasri G Bhat · 9 years ago
  94. 86622cb cpufreq: powernv: Free 'chips' on module exit by Shilpasri G Bhat · 9 years ago
  95. de1df26 cpufreq: Clean up default and fallback governor setup by Rafael J. Wysocki · 9 years ago
  96. ad1ac94 Merge branches 'pm-cpuidle', 'pm-cpufreq', 'pm-domains' and 'pm-sleep' by Rafael J. Wysocki · 9 years ago
  97. b331bc2 cpufreq: cpufreq-dt: avoid uninitialized variable warnings: by Arnd Bergmann · 9 years ago
  98. fb2a24a cpufreq: pxa2xx: fix pxa_cpufreq_change_voltage prototype by Arnd Bergmann · 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. e4b133c cpufreq: Fix NULL reference crash while accessing policy->governor_data by Viresh Kumar · 9 years ago