1. 98f312b Merge tag 'pm-6.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 months ago
  2. 2a56c46 OPP: Fix required_opp_tables for multiple genpds using same table by Viresh Kumar · 11 months ago
  3. 0cebf7cb pmdomain: core: Don't clear suspended_count at genpd_prepare() by Ulf Hansson · 11 months ago
  4. 5af7f59 pmdomain: core: Update the rejected/usage counters at system suspend too by Ulf Hansson · 11 months ago
  5. 4af6bc1 pmdomain: core: constify of_phandle_args in add device and subdomain by Krzysztof Kozlowski · 1 year, 1 month ago
  6. 4d082460 pmdomain: core: constify of_phandle_args in xlate by Krzysztof Kozlowski · 1 year, 1 month ago
  7. 745fe55 pmdomain: core: Print a message when unused power domains are disabled by Konrad Dybcio · 1 year, 2 months ago
  8. 2b391c4 pmdomain: core: Scale down parent/child performance states in reverse order by Stephan Gerhold · 1 year, 2 months ago
  9. 741ba01 pmdomain: core: Move the unused cleanup to a _sync initcall by Konrad Dybcio · 1 year, 2 months ago
  10. 80955ae Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 1 year, 1 month ago
  11. d6948c1 PM: domains: Move genpd and its governor to the pmdomain subsystem by Ulf Hansson · 1 year, 3 months ago[Renamed from drivers/base/power/domain.c]
  12. f871e71 PM: domains: Drop redundant header for genpd by Ulf Hansson · 1 year, 3 months ago
  13. 05ce719 PM: domains: Drop the unused pm_genpd_opp_to_performance_state() by Ulf Hansson · 1 year, 3 months ago
  14. 0a30c0e Merge branch 'opp/pm-domain-scmi' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm into for-next/scmi/updates by Sudeep Holla · 1 year, 5 months ago
  15. 401e092 PM: domains: Implement the ->set_performance_state() callback for genpd by Ulf Hansson · 1 year, 5 months ago
  16. 3dd9151 PM: domains: Allow genpd providers to manage OPP tables directly by its FW by Ulf Hansson · 1 year, 6 months ago
  17. 4384a70 PM: domains: Move the verification of in-params from genpd_add_device() by Ulf Hansson · 1 year, 9 months ago
  18. e5d1c87 PM: domains: fix integer overflow issues in genpd_parse_state() by Nikita Zhandarovich · 1 year, 11 months ago
  19. 1ec35ea Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 2 years ago
  20. 0b6200e PM: domains: fix memory leak with using debugfs_lookup() by Greg Kroah-Hartman · 2 years, 1 month ago
  21. a9236a0 PM: domains: Allow a genpd consumer to require a synced power off by Ulf Hansson · 2 years, 2 months ago
  22. 045e222 Merge tag 'pm-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 2 years, 3 months ago
  23. 8e17b16 Merge tag 'soc-drivers-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 2 years, 3 months ago
  24. ae8ac19 PM: domains: Reverse the order of performance and enabling ops by Abel Vesa · 2 years, 4 months ago
  25. 1498c50 PM: domains: Store the next hrtimer wakeup in genpd by Maulik Shah · 2 years, 5 months ago
  26. ebb486b PM: domains: Power off[on] domain in hibernate .freeze[thaw]_noirq hook by Shawn Guo · 2 years, 4 months ago
  27. d9cc34f PM: domains: Consolidate genpd_restore_noirq() and genpd_resume_noirq() by Shawn Guo · 2 years, 4 months ago
  28. 615db6d PM: domains: Pass generic PM noirq hooks to genpd_finish_suspend() by Shawn Guo · 2 years, 4 months ago
  29. 5616ce7 PM: domains: Drop genpd status manipulation for hibernate restore by Shawn Guo · 2 years, 4 months ago
  30. e0c57a5 PM: domains: Fix handling of unavailable/disabled idle states by Sudeep Holla · 2 years, 4 months ago
  31. 129b60c PM: domains: log failures to register always-on domains by Johan Hovold · 2 years, 5 months ago
  32. e20813d Revert "PM: domains: Delete usage of driver_deferred_probe_check_state()" by Saravana Kannan · 2 years, 7 months ago
  33. cfeafd9 Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 2 years, 7 months ago
  34. 37101d3 PM: domains: Ensure genpd_debugfs_dir exists before remove by Hsin-Yi Wang · 2 years, 8 months ago
  35. 5a46079 PM: domains: Delete usage of driver_deferred_probe_check_state() by Saravana Kannan · 2 years, 9 months ago
  36. b2a92f3 PM: domains: Trust domain-idle-states from DT to be correct by genpd by Ulf Hansson · 2 years, 10 months ago
  37. 6961795 PM: domains: Measure power-on/off latencies in genpd based on a governor by Ulf Hansson · 2 years, 10 months ago
  38. f38d1a6 PM: domains: Allocate governor data dynamically based on a genpd governor by Ulf Hansson · 2 years, 10 months ago
  39. ba43d6d PM: domains: Clean up some code in pm_genpd_init() and genpd_remove() by Ulf Hansson · 2 years, 10 months ago
  40. 622d9b5 PM: domains: Fix initialization of genpd's next_wakeup by Ulf Hansson · 2 years, 10 months ago
  41. a294237 PM: domains: Fixup QoS latency measurements for IRQ safe devices in genpd by Ulf Hansson · 2 years, 10 months ago
  42. 3b84bf3 PM: domains: Measure suspend/resume latencies in genpd based on governor by Ulf Hansson · 2 years, 10 months ago
  43. 9c74f2a PM: domains: Move the next_wakeup variable into the struct gpd_timing_data by Ulf Hansson · 2 years, 10 months ago
  44. 66d29d8 PM: domains: Allocate gpd_timing_data dynamically based on governor by Ulf Hansson · 2 years, 10 months ago
  45. bcc19f6 PM: domains: Skip another warning in irq_safe_dev_in_sleep_domain() by Ulf Hansson · 2 years, 10 months ago
  46. 7a02444 PM: domains: Rename irq_safe_dev_in_no_sleep_domain() in genpd by Ulf Hansson · 2 years, 10 months ago
  47. 3f9ee7d PM: domains: Don't check PM_QOS_FLAG_NO_POWER_OFF in genpd by Ulf Hansson · 2 years, 10 months ago
  48. 27656dc PM: domains: Add GENPD_FLAG_RPM_ALWAYS_ON for the always-on governor by Ulf Hansson · 2 years, 10 months ago
  49. bd40cbb PM: domains: Move genpd's time-accounting to ktime_get_mono_fast_ns() by Ulf Hansson · 2 years, 11 months ago
  50. f6bfe8b PM: domains: Fix sleep-in-atomic bug caused by genpd_debug_remove() by Shawn Guo · 3 years ago
  51. 9a6582b PM: domains: use dev_err_probe() to simplify error handling by Ahmad Fatoum · 3 years ago
  52. e7d90cf PM: domains: Prevent power off for parent unless child is in deepest state by Ulf Hansson · 3 years ago
  53. bc0d0b1 Merge back new PM domains material for v5.15. by Rafael J. Wysocki · 3 years, 6 months ago
  54. 6561641 PM: domains: Fix domain attach for CONFIG_PM_OPP=n by Geert Uytterhoeven · 3 years, 6 months ago
  55. 3c5a272 PM: domains: Improve runtime PM performance state handling by Dmitry Osipenko · 3 years, 6 months ago
  56. c016baf PM: domains: Add support for 'required-opps' to set default perf state by Rajendra Nayak · 3 years, 7 months ago
  57. 40ba55e PM: domains: Shrink locking area of the gpd_list_lock by Stephen Boyd · 3 years, 8 months ago
  58. 5937c3c PM: domains: Drop/restore performance state votes for devices at runtime PM by Ulf Hansson · 3 years, 9 months ago
  59. d97fe10 PM: domains: Return early if perf state is already set for the device by Ulf Hansson · 3 years, 9 months ago
  60. 0eef091 PM: domains: Split code in dev_pm_genpd_set_performance_state() by Ulf Hansson · 3 years, 9 months ago
  61. 763663c PM: domains: fix some kernel-doc issues by Yang Yingliang · 3 years, 10 months ago
  62. c1df456 PM: domains: Don't runtime resume devices at genpd_prepare() by Ulf Hansson · 4 years ago
  63. 7ac1161 Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years ago
  64. bab2d71 PM: domains: Mark fwnodes when their powerdomain is added/removed by Saravana Kannan · 4 years, 1 month ago
  65. 6dc466d PM: domains: Simplify the calculation of variables by Abaci Team · 4 years, 1 month ago
  66. 45fbc46 PM: domains: Add "performance" column to debug summary by Dmitry Osipenko · 4 years, 1 month ago
  67. 18027d6 PM: domains: Make of_genpd_add_subdomain() return -EPROBE_DEFER by Dmitry Osipenko · 4 years, 1 month ago
  68. 079c42a PM: domains: Make set_performance_state() callback optional by Dmitry Osipenko · 4 years, 1 month ago
  69. 67e3242 PM: domains: inform PM domain of a device's next wakeup by Lina Iyer · 4 years, 1 month ago
  70. 42b4ca0 Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap' by Rafael J. Wysocki · 4 years, 3 months ago
  71. 4c5744a Merge branches 'pm-cpuidle' and 'pm-em' by Rafael J. Wysocki · 4 years, 3 months ago
  72. 718072c PM: domains: create debugfs nodes when adding power domains by Thierry Strudel · 4 years, 3 months ago
  73. e77dcb0 opp: Don't create an OPP table from dev_pm_opp_get_opp_table() by Viresh Kumar · 4 years, 4 months ago
  74. 4e1d9a7 PM: sleep: Add dev_wakeup_path() helper by Patrice Chotard · 4 years, 4 months ago
  75. b9795a3 PM: domains: Enable dev_pm_genpd_suspend|resume() for suspend-to-idle by Ulf Hansson · 4 years, 4 months ago
  76. fc51989 PM: domains: Rename pm_genpd_syscore_poweroff|poweron() by Ulf Hansson · 4 years, 4 months ago
  77. 330e393 PM: domains: Fix build error for genpd notifiers by Ulf Hansson · 4 years, 5 months ago
  78. c6a113b PM: domains: enable domain idle state accounting by Lina Iyer · 4 years, 5 months ago
  79. 505a70b PM: domains: Add curly braces to delimit comment + statement block by Geert Uytterhoeven · 4 years, 5 months ago
  80. d4f8138 PM: domains: Add support for PM domain on/off notifiers for genpd by Ulf Hansson · 4 years, 5 months ago
  81. 2cf9ba2 Merge branches 'pm-core', 'pm-sleep', 'pm-pci' and 'pm-domains' by Rafael J. Wysocki · 4 years, 5 months ago
  82. f63816e PM: domains: Allow to abort power off when no ->power_off() callback by Ulf Hansson · 4 years, 5 months ago
  83. 49f618e PM: domains: Rename power state enums for genpd by Ulf Hansson · 4 years, 5 months ago
  84. dd461cd opp: Allow dev_pm_opp_get_opp_table() to return -EPROBE_DEFER by Stephan Gerhold · 4 years, 7 months ago
  85. 8d87ae4 PM: domains: Fix up terminology with parent/child by Kees Cook · 4 years, 8 months ago
  86. 56cb268 PM / Domains: Allow no domain-idle-states DT property in genpd when parsing by Ulf Hansson · 5 years ago
  87. dedd149 PM / Domains: Introduce a genpd OF helper that removes a subdomain by Ulf Hansson · 5 years ago
  88. fe0c2baa PM / Domains: Convert to dev_to_genpd_safe() in genpd_syscore_switch() by Ulf Hansson · 5 years ago
  89. ea71c59 PM / Domains: Implement the ->start() callback for genpd by Ulf Hansson · 5 years ago
  90. 3ea4ca9 PM / Domains: Verify PM domain type in dev_pm_genpd_set_performance_state() by Ulf Hansson · 6 years ago
  91. b3ad17c PM / Domains: Simplify genpd_lookup_dev() by Ulf Hansson · 6 years ago
  92. 0b07ee9 PM / QOS: Pass request type to dev_pm_qos_{add|remove}_notifier() by Viresh Kumar · 6 years ago
  93. bfbfbf7 Merge tag 'pm-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  94. ed61e18 PM / Domains: Add GENPD_FLAG_RPM_ALWAYS_ON flag by Leonard Crestez · 6 years ago
  95. cf482a4 Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  96. f9ccd7c PM / Domains: Allow to attach a CPU via genpd_dev_pm_attach_by_id|name() by Ulf Hansson · 6 years ago
  97. b24e196 PM / Domains: Search for the CPU device outside the genpd lock by Ulf Hansson · 6 years ago
  98. a174920 PM / Domains: Drop unused in-parameter to some genpd functions by Ulf Hansson · 6 years ago
  99. 51dcf74 PM / Domains: Use the base device for driver_deferred_probe_check_state() by Ulf Hansson · 6 years ago
  100. 40aa4db Merge cpuidle material depended on by the subsequent changes. by Rafael J. Wysocki · 6 years ago