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