1. 3d66c6b Merge tag 'pm+acpi-4.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  2. 33068b6 Merge branches 'pm-cpufreq' and 'pm-cpuidle' by Rafael J. Wysocki · 8 years ago
  3. 539a4c4 cpufreq: governor: Always schedule work on the CPU running update by Rafael J. Wysocki · 8 years ago
  4. 3bbf8fe cpufreq: Always update current frequency before startig governor by Rafael J. Wysocki · 8 years ago
  5. 999f572 cpufreq: Introduce cpufreq_update_current_freq() by Rafael J. Wysocki · 8 years ago
  6. 0a30076 cpufreq: Introduce cpufreq_start_governor() by Rafael J. Wysocki · 8 years ago
  7. 1b02898 cpufreq: powernv: Add sysfs attributes to show throttle stats by Shilpasri G Bhat · 8 years ago
  8. ac13b99 cpufreq: acpi-cpufreq: make Intel/AMD MSR access, io port access static by Jisheng Zhang · 8 years ago
  9. 3e5963b cpufreq: powernv: Define per_cpu chip pointer to optimize hot-path by Michael Neuling · 8 years ago
  10. 46e595a Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  11. 33b3d2e Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  12. ed72662 cpufreq: acpi-cpufreq: Clean up hot plug notifier callback by Richard Cochran · 8 years ago
  13. fdfdb2b intel_pstate: Do not call wrmsrl_on_cpu() with disabled interrupts by Rafael J. Wysocki · 8 years ago
  14. c75361c cpufreq: Make cpufreq_quick_get() safe to call by Richard Cochran · 8 years ago
  15. 4ed3900 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 8 years ago
  16. 4fec7ad intel_pstate: Do not skip samples partially by Rafael J. Wysocki · 8 years ago
  17. 8fa520a intel_pstate: Remove freq calculation from intel_pstate_calc_busy() by Philippe Longepe · 8 years ago
  18. 7349ec0 intel_pstate: Move intel_pstate_calc_busy() into get_target_pstate_use_performance() by Philippe Longepe · 8 years ago
  19. a158bed intel_pstate: Optimize calculation for max/min_perf_adj by Philippe Longepe · 8 years ago
  20. b54a0df intel_pstate: Remove extra conversions in pid calculation by Philippe Longepe · 8 years ago
  21. a5acbfb Merge branch 'pm-cpufreq-governor' into pm-cpufreq by Rafael J. Wysocki · 8 years ago
  22. adaf9fc cpufreq: Move scheduler-related code to the sched directory by Rafael J. Wysocki · 8 years ago
  23. edd4a89 Revert "cpufreq: postfix policy directory with the first CPU in related_cpus" by Viresh Kumar · 8 years ago
  24. 08f511f cpufreq: Reduce cpufreq_update_util() overhead a bit by Rafael J. Wysocki · 8 years ago
  25. e6f0365 cpufreq: Select IRQ_WORK if CPU_FREQ_GOV_COMMON is set by Rafael J. Wysocki · 8 years ago
  26. 242aa88 cpufreq: Remove 'policy->governor_enabled' by Viresh Kumar · 8 years ago
  27. a1317e0 cpufreq: Rename __cpufreq_governor() to cpufreq_governor() by Viresh Kumar · 8 years ago
  28. 11eb69b cpufreq: Relocate handle_update() to kill its declaration by Viresh Kumar · 8 years ago
  29. f737236 cpufreq: governor: Drop unnecessary checks from show() and store() by Viresh Kumar · 8 years ago
  30. 27de348 cpufreq: governor: Fix race in dbs_update_util_handler() by Rafael J. Wysocki · 8 years ago
  31. 94ab5e0 cpufreq: governor: Make gov_set_update_util() static by Rafael J. Wysocki · 8 years ago
  32. 1112e9d cpufreq: governor: Narrow down the dbs_data_mutex coverage by Rafael J. Wysocki · 8 years ago
  33. e3f5ed9 cpufreq: governor: Make dbs_data_mutex static by Rafael J. Wysocki · 8 years ago
  34. 47ebaac cpufreq: governor: Relocate definitions of tuners structures by Rafael J. Wysocki · 8 years ago
  35. 8c8f77f cpufreq: governor: Move per-CPU data to the common code by Rafael J. Wysocki · 8 years ago
  36. 7d5a995 cpufreq: governor: Make governor private data per-policy by Rafael J. Wysocki · 8 years ago
  37. d1db75f cpufreq: ondemand: Rework the handling of powersave bias updates by Rafael J. Wysocki · 8 years ago
  38. a33cce1 cpufreq: governor: Fix CPU load information updates via ->store by Rafael J. Wysocki · 8 years ago
  39. 76c5f66 cpufreq: ondemand: Drop one more callback from struct od_ops by Rafael J. Wysocki · 8 years ago
  40. 8434dad cpufreq: governor: Drop unused governor callback and data fields by Rafael J. Wysocki · 8 years ago
  41. 702c9e5 cpufreq: governor: Add a ->start callback for governors by Rafael J. Wysocki · 8 years ago
  42. 8847e03 cpufreq: governor: Move io_is_busy to struct dbs_data by Rafael J. Wysocki · 8 years ago
  43. 574ef14 cpufreq: governor: Close dbs_data update race condition by Rafael J. Wysocki · 8 years ago
  44. 8eb055d cpufreq: ondemand: Drop unused callback from struct od_ops by Rafael J. Wysocki · 8 years ago
  45. a7f35cf cpufreq: ondemand: Simplify od_update() slightly by Rafael J. Wysocki · 8 years ago
  46. 07aa440 cpufreq: governor: Use microseconds in sample delay computations by Rafael J. Wysocki · 8 years ago
  47. 6e96c5b cpufreq: ondemand: Simplify conditionals in od_dbs_timer() by Rafael J. Wysocki · 8 years ago
  48. 57dc3bc cpufreq: governor: Move rate_mult to struct policy_dbs by Rafael J. Wysocki · 8 years ago
  49. 78347cd cpufreq: governor: Reset sample delay in store_sampling_rate() by Rafael J. Wysocki · 8 years ago
  50. 4cccf75 cpufreq: governor: Get rid of the ->gov_check_cpu callback by Rafael J. Wysocki · 8 years ago
  51. 57eb832 cpufreq: governor: Clean up load-related computations by Rafael J. Wysocki · 8 years ago
  52. 679b8fe cpufreq: governor: Fix nice contribution computation in dbs_check_cpu() by Rafael J. Wysocki · 8 years ago
  53. e4db281 cpufreq: governor: Avoid atomic operations in hot paths by Rafael J. Wysocki · 8 years ago
  54. f62b937 cpufreq: governor: Simplify gov_cancel_work() slightly by Rafael J. Wysocki · 8 years ago
  55. b9db427 cpufreq: governor: Avoid irq_work_queue_on() crash on non-SMP ARM by Rafael J. Wysocki · 8 years ago
  56. a23d6d1 cpufreq: ondemand: Rearrange od_dbs_timer() to avoid updating delay by Viresh Kumar · 8 years ago
  57. aded387 cpufreq: conservative: Update sample_delay_ns immediately by Viresh Kumar · 8 years ago
  58. 581c214 cpufreq: governor: No need to manage state machine now by Viresh Kumar · 8 years ago
  59. 99522fe cpufreq: Remove cpufreq_governor_lock by Viresh Kumar · 8 years ago
  60. 49f1856 cpufreq: Call __cpufreq_governor() with policy->rwsem held by Viresh Kumar · 8 years ago
  61. 69cee71 cpufreq: Merge cpufreq_offline_prepare/finish routines by Viresh Kumar · 8 years ago
  62. c54df07 cpufreq: governor: Create and traverse list of policy_dbs to avoid deadlock by Viresh Kumar · 8 years ago
  63. 68e80da Revert "cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXIT" by Viresh Kumar · 8 years ago
  64. fd8ddc4 cpufreq: governor: Drop unused macros for creating governor tunable attributes by Viresh Kumar · 8 years ago
  65. c443563 cpufreq: governor: New sysfs show/store callbacks for governor tunables by Viresh Kumar · 8 years ago
  66. ff4b178 cpufreq: governor: Move common tunables to 'struct dbs_data' by Viresh Kumar · 8 years ago
  67. d0684d3 cpufreq: governor: Create generic macro for common tunables by Viresh Kumar · 8 years ago
  68. fafd5e8 cpufreq: governor: Drop pointless goto from cpufreq_governor_init() by Rafael J. Wysocki · 8 years ago
  69. 686cc63 cpufreq: governor: Rename skip_work to work_count by Rafael J. Wysocki · 8 years ago
  70. cea6a9e cpufreq: governor: Symmetrize cpu_dbs_info initialization and cleanup by Rafael J. Wysocki · 8 years ago
  71. bc50547 cpufreq: governor: Rearrange governor data structures by Rafael J. Wysocki · 8 years ago
  72. e975189 cpufreq: governor: Simplify cpufreq_governor_limits() by Rafael J. Wysocki · 8 years ago
  73. d10b5eb cpufreq: governor: Drop cpu argument from dbs_check_cpu() by Rafael J. Wysocki · 8 years ago
  74. e40e7b2 cpufreq: governor: Rename cpu_common_dbs_info to policy_dbs_info by Rafael J. Wysocki · 8 years ago
  75. ea59ee0d cpufreq: governor: Drop the gov pointer from struct dbs_data by Rafael J. Wysocki · 8 years ago
  76. 906a6e5 cpufreq: governor: Rework cpufreq_governor_dbs() by Rafael J. Wysocki · 8 years ago
  77. 7bdad34 cpufreq: governor: Rename some data types and variables by Rafael J. Wysocki · 8 years ago
  78. af92618 cpufreq: governor: Put governor structure into common_dbs_data by Rafael J. Wysocki · 8 years ago
  79. 5da3dd1 cpufreq: governor: Avoid passing dbs_data pointers around unnecessarily by Rafael J. Wysocki · 8 years ago
  80. 2bb8d94 cpufreq: governor: Use common mutex for dbs_data protection by Rafael J. Wysocki · 8 years ago
  81. 9be4fd2 cpufreq: governor: Replace timers with utilization update callbacks by Rafael J. Wysocki · 8 years ago
  82. a4675fb cpufreq: intel_pstate: Replace timers with utilization update callbacks by Rafael J. Wysocki · 8 years ago
  83. 34e2c55 cpufreq: Add mechanism for registering utilization update callbacks by Rafael J. Wysocki · 8 years ago
  84. ed757a2 cpufreq: acpi-cpufreq: Make read and write operations more efficient by Rafael J. Wysocki · 8 years ago
  85. 3c2002a cpufreq: mediatek: allow building as a module by Arnd Bergmann · 8 years ago
  86. ddd30ef cpufreq: qoriq: allow building as module with THERMAL=m by Arnd Bergmann · 8 years ago
  87. 1c277ca Merge tag 'pxa-for-4.6' of https://github.com/rjarzmik/linux into next/soc by Arnd Bergmann · 8 years ago
  88. c5e29ea cpufreq: powernv: Fix bugs in powernv_cpufreq_{init/exit} by Shilpasri G Bhat · 8 years ago
  89. f05c966 cpufreq: intel_pstate: disable HWP notifications by Srinivas Pandruvada · 8 years ago
  90. 7791e4a cpufreq: intel_pstate: Enable HWP by default by Srinivas Pandruvada · 8 years ago
  91. 9a909a1 cpufreq: acpi-cpufreq: Drop pointless label from acpi_cpufreq_target() by Rafael J. Wysocki · 8 years ago
  92. 6019d23 cpufreq: Rearrange __cpufreq_driver_target() by Rafael J. Wysocki · 8 years ago
  93. 6997e17 Merge tag 'samsung-drivers-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into next/drivers by Olof Johansson · 8 years ago
  94. 41cfd64 intel_pstate: Update frequencies of policy->cpus only from ->set_policy() by Viresh Kumar · 8 years ago
  95. fd7dc7e cpufreq: simplify for_each_suitable_policy() macro by Eric Biggers · 8 years ago
  96. 63af405 cpufreq: fix comment about return value of cpufreq_register_driver() by Eric Biggers · 8 years ago
  97. 6541aef cpufreq: Drop unnecessary checks from show() and store() by Rafael J. Wysocki · 8 years ago
  98. dd02a3d cpufreq: dt: No need to allocate resources anymore by Viresh Kumar · 8 years ago
  99. df2c8ec cpufreq: dt: No need to fetch voltage-tolerance by Viresh Kumar · 8 years ago
  100. 78c3ba5 cpufreq: dt: Use dev_pm_opp_set_rate() to switch frequency by Viresh Kumar · 8 years ago