1. 9d066a2 Merge branches 'pm-opp' and 'pm-cpufreq-fixes' by Rafael J. Wysocki · 9 years ago
  2. 79ee2e8 PM / OPP: Add 'UNKNOWN' status for shared_opp in struct opp_table by Viresh Kumar · 9 years ago
  3. 4c2628cd Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-core' by Rafael J. Wysocki · 9 years ago
  4. 3a17fb3 PM / sleep: Handle failures in device_suspend_late() consistently by Rafael J. Wysocki · 9 years ago
  5. 27c4a1c Merge branches 'pm-avs', 'pm-clk', 'powercap' and 'pm-tools' by Rafael J. Wysocki · 9 years ago
  6. aa24781 Merge branches 'pm-core' and 'pm-domains' by Rafael J. Wysocki · 9 years ago
  7. c854120 Merge back new material for v4.7. by Rafael J. Wysocki · 9 years ago
  8. f47b72a PM / OPP: Move CONFIG_OF dependent code in a separate file by Viresh Kumar · 9 years ago
  9. 21f8a99 PM / OPP: Remove useless check by Viresh Kumar · 9 years ago
  10. 411466c PM / OPP: add non-OF versions of dev_pm_opp_{cpumask_, }remove_table by Sudeep Holla · 9 years ago
  11. ddbb74b PM / OPP: pass cpumask by reference by Arnd Bergmann · 9 years ago
  12. 6f707da PM / OPP: Add dev_pm_opp_get_sharing_cpus() by Viresh Kumar · 9 years ago
  13. dde370b PM / OPP: Mark cpumask as const in dev_pm_opp_set_sharing_cpus() by Viresh Kumar · 9 years ago
  14. fba1fbf PM / sleep: Drop unused `info' variable by Thierry Reding · 9 years ago
  15. 164a215 PM / Domains: Drop unnecessary wakeup code from pm_genpd_prepare() by Ulf Hansson · 9 years ago
  16. 624c8df PM / Domains: Remove redundant pm_runtime_get|put*() in pm_genpd_prepare() by Ulf Hansson · 9 years ago
  17. 0b26985 PM / clk: ensure we don't allocate a -ve size of count clks by Colin Ian King · 9 years ago
  18. 46e7a4e PM / OPP: Mark shared-opp for non-dt case by Viresh Kumar · 9 years ago
  19. 2c93104 PM / OPP: Relocate dev_pm_opp_set_sharing_cpus() by Viresh Kumar · 9 years ago
  20. 45ca36a PM / OPP: Add missing doc style comments by Viresh Kumar · 9 years ago
  21. 2d74c6d PM / OPP: Propagate the error returned by _find_opp_table() by Viresh Kumar · 9 years ago
  22. 54eeddb PM / Domains: Remove ->save|restore_state() callbacks by Ulf Hansson · 9 years ago
  23. 795bd2e PM / Domains: Rename pm_genpd_runtime_suspend|resume() by Ulf Hansson · 9 years ago
  24. 9df3921 PM / Domains: Rename stop_ok to suspend_ok for the genpd governor by Ulf Hansson · 9 years ago
  25. 0ae3aee PM / Runtime: Fix error path in pm_runtime_force_resume() by Ulf Hansson · 9 years ago
  26. 16669be PM / wakeirq: fix wakeirq setting after wakup re-configuration from sysfs by Strashko, Grygorii · 9 years ago
  27. 3513ac7 Merge branches 'pm-avs', 'pm-clk', 'pm-devfreq' and 'pm-sleep' by Rafael J. Wysocki · 9 years ago
  28. 02113ba PM / clk: Add support for obtaining clocks from device-tree by Jon Hunter · 9 years ago
  29. 93dffd0 Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-domains' by Rafael J. Wysocki · 9 years ago
  30. 41795a8 PM / Domains: Fix potential NULL pointer dereference by Jon Hunter · 9 years ago
  31. beda5fc PM / Domains: Fix removal of a subdomain by Jon Hunter · 9 years ago
  32. 076395c PM / Domains: Propagate start and restore errors during runtime resume by Laurent Pinchart · 9 years ago
  33. 0ba554e PM / Domains: Join state name and index in debugfs output by Geert Uytterhoeven · 9 years ago
  34. 6954d43 PM / Domains: Restore alignment of slaves in debugfs output by Geert Uytterhoeven · 9 years ago
  35. 2c2709d PM / OPP: Rename structures for clarity by Viresh Kumar · 9 years ago
  36. a5da644 PM / OPP: Fix incorrect comments by Viresh Kumar · 9 years ago
  37. 0c717d0 PM / OPP: Initialize regulator pointer to an error value by Viresh Kumar · 9 years ago
  38. 90e6345 PM / Domains: remove old power on/off latencies by Axel Haslam · 9 years ago
  39. fc5cbf0 PM / Domains: Support for multiple states by Axel Haslam · 9 years ago
  40. c88c395 PM / OPP: Initialize u_volt_min/max to a valid value by Viresh Kumar · 9 years ago
  41. 78ecc56 PM / OPP: Fix NULL pointer dereference crash when disabling OPPs by Jon Hunter · 9 years ago
  42. f972383 PM / sleep: declare __tracedata symbols as char[] rather than char by Eric Biggers · 9 years ago
  43. 6a0712f PM / OPP: Add dev_pm_opp_set_rate() by Viresh Kumar · 9 years ago
  44. d54974c PM / OPP: Manage device clk by Viresh Kumar · 9 years ago
  45. 50f8cfb PM / OPP: Parse clock-latency and voltage-tolerance for v1 bindings by Viresh Kumar · 9 years ago
  46. 2174344 PM / OPP: Introduce dev_pm_opp_get_max_transition_latency() by Viresh Kumar · 9 years ago
  47. 655c9df PM / OPP: Introduce dev_pm_opp_get_max_volt_latency() by Viresh Kumar · 9 years ago
  48. 7d34d56 PM / OPP: Disable OPPs that aren't supported by the regulator by Viresh Kumar · 9 years ago
  49. 9f8ea96 PM / OPP: get/put regulators from OPP core by Viresh Kumar · 9 years ago
  50. 79e2f8d Merge branches 'pm-core' and 'pm-domains' by Rafael J. Wysocki · 9 years ago
  51. e79aee4 PM: Avoid false-positive warnings in dev_pm_domain_set() by Rafael J. Wysocki · 9 years ago
  52. 53af16f PM / Domains: Silence compiler warning for an unused function by Ulf Hansson · 9 years ago
  53. ad1ac94 Merge branches 'pm-cpuidle', 'pm-cpufreq', 'pm-domains' and 'pm-sleep' by Rafael J. Wysocki · 9 years ago
  54. a3d09c7 PM / Domains: Fix typo in comment by Moritz Fischer · 9 years ago
  55. cdb300a PM / Domains: Fix potential deadlock while adding/removing subdomains by Ulf Hansson · 9 years ago
  56. 0106ef5 PM / domains: fix lockdep issue for all subdomains by Marek Szyprowski · 9 years ago
  57. 6efd3f8 Merge branch 'pm-core' by Rafael J. Wysocki · 9 years ago
  58. 9326806 Merge branch 'pm-domains' by Rafael J. Wysocki · 9 years ago
  59. 7f4a370 Merge branch 'pm-opp' by Rafael J. Wysocki · 9 years ago
  60. 92266e1 Merge branches 'pm-pci' and 'pm-core' by Rafael J. Wysocki · 9 years ago
  61. 1e3f28a Merge branch 'acpi-soc' by Rafael J. Wysocki · 9 years ago
  62. aa8e54b PM / sleep: Go direct_complete if driver has no callbacks by Tomeu Vizoso · 9 years ago
  63. 989561d PM / Domains: add setter for dev.pm_domain by Tomeu Vizoso · 9 years ago
  64. c4e4d63 Merge branch 'acpi-soc' into pm-core by Rafael J. Wysocki · 9 years ago
  65. d35818a PM / clk: don't leave clocks enabled when driver not bound by Andy Shevchenko · 9 years ago
  66. 5ff24d6 PM / OPP: Use snprintf() instead of sprintf() by Viresh Kumar · 9 years ago
  67. c6f4811 Merge branch 'pm-opp' into pm-cpufreq by Rafael J. Wysocki · 9 years ago
  68. d9de19b PM / OPP: Set cpu_dev->id in cpumask first by Pi-Cheng Chen · 9 years ago
  69. 4295733 PM / core: fix typo in documentation by Manuel Pégourié-Gonnard · 9 years ago
  70. fd8d8e6 PM / OPP: Fix parsing of opp-microvolt and opp-microamp properties by Bartlomiej Zolnierkiewicz · 9 years ago
  71. 9ad55cd Merge back earlier cpufreq material for v4.5. by Rafael J. Wysocki · 9 years ago
  72. e219aaf Merge back earlier 'pm-domains' material for v4.5. by Rafael J. Wysocki · 9 years ago
  73. a436b6a PM / runtime: Add new helper for conditional usage count incrementation by Rafael J. Wysocki · 9 years ago
  74. f1b9fc5 Merge branches 'powercap', 'pm-cpufreq' and 'pm-domains' by Rafael J. Wysocki · 9 years ago
  75. 68435c0 Merge branch 'pm-opp' into pm-cpufreq by Rafael J. Wysocki · 9 years ago
  76. 01fb4d3 PM / OPP: Parse 'opp-<prop>-<name>' bindings by Viresh Kumar · 9 years ago
  77. 7de36b0 PM / OPP: Parse 'opp-supported-hw' binding by Viresh Kumar · 9 years ago
  78. 24c96dc PM / Domains: export symbols to add/remove devices from genpd by Maruthi Bayyavarapu · 9 years ago
  79. ffe1285 PM / Domains: Allow runtime PM callbacks to be re-used during system PM by Ulf Hansson · 9 years ago
  80. d89d7ff Merge branches 'pm-sleep' and 'pm-runtime' into pm-core by Rafael J. Wysocki · 9 years ago
  81. d441fe2 Merge branches 'pm-domains' and 'pm-cpufreq' by Rafael J. Wysocki · 9 years ago
  82. 265e2cf PM / Domains: Fix bad of_node_put() in failure paths of genpd_dev_pm_attach() by Eric Anholt · 9 years ago
  83. 712caed PM / Domains: Validate cases of a non-bound driver in genpd governor by Ulf Hansson · 9 years ago
  84. 5de85b9 PM / runtime: Re-init runtime PM states at probe error and driver unbind by Ulf Hansson · 9 years ago
  85. 013c074 PM / sleep: prohibit devices probing during suspend/hibernation by Strashko, Grygorii · 9 years ago
  86. dc4e7b1 PM / OPP: Add missing doc comments by Viresh Kumar · 9 years ago
  87. deaa514 PM / OPP: Add debugfs support by Viresh Kumar · 9 years ago
  88. 0aba0ab8 Merge branch 'pm-sleep' by Rafael J. Wysocki · 9 years ago
  89. 6f9b36c PM / wakeirq: check that wake IRQ is valid before accepting it by Dmitry Torokhov · 9 years ago
  90. be23c9d Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  91. f6f18a2 Merge branch 'pm-domains' by Rafael J. Wysocki · 9 years ago
  92. baf51c4 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 9 years ago
  93. b44a3d2a Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  94. 1ede53f Merge branch 'pm-opp' by Rafael J. Wysocki · 9 years ago
  95. 0597e81 PM / OPP: Add opp_rcu_lockdep_assert() to _find_device_opp() by Viresh Kumar · 9 years ago
  96. 4a3a135 PM / OPP: Hold dev_opp_list_lock for writers by Viresh Kumar · 9 years ago
  97. 87b4115 PM / OPP: Protect updates to list_dev with mutex by Viresh Kumar · 9 years ago
  98. 1794ec1 PM / OPP: Propagate error properly from dev_pm_opp_set_sharing_cpus() by Viresh Kumar · 9 years ago
  99. f66477a Merge tag 'clk-for-linus-20151104' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 9 years ago
  100. c75960a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal into thermal-soc by Zhang Rui · 9 years ago