1. cb1f65c PM: s2idle: ACPI: Fix wakeup interrupts handling by Rafael J. Wysocki · 3 years ago
  2. 75242f3 Merge tag 'rtc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 3 years ago
  3. 50a4606 PM: runtime: Simplify locking in pm_runtime_put_suppliers() by Rafael J. Wysocki · 3 years, 1 month ago
  4. e4719b5 Merge back PM core changes for v5.17. by Rafael J. Wysocki · 3 years, 1 month ago
  5. 544e737 PM: sleep: Fix error handling in dpm_prepare() by Rafael J. Wysocki · 3 years, 1 month ago
  6. d1579e6 PM: runtime: Add safety net to supplier device release by Rafael J. Wysocki · 3 years, 1 month ago
  7. c24efa6 PM: runtime: Capture device status before disabling runtime PM by Rafael J. Wysocki · 3 years, 1 month ago
  8. 0dd8d6c rtc: Check return value from mc146818_get_time() by Mateusz Jończyk · 3 years, 1 month ago
  9. 2aa3660 PM: sleep: Avoid calling put_device() under dpm_list_mtx by Rafael J. Wysocki · 3 years, 2 months ago
  10. a2bd7be PM: sleep: Fix runtime PM based cpuidle support by Ulf Hansson · 3 years, 3 months ago
  11. b62b306 Merge branch 'pm-sleep' by Rafael J. Wysocki · 3 years, 2 months ago
  12. 2597141 PM / wakeirq: support enabling wake-up irq after runtime_suspend called by Chunfeng Yun · 3 years, 3 months ago
  13. 23f62d7 PM: sleep: Pause cpuidle later and resume it earlier during system transitions by Rafael J. Wysocki · 3 years, 3 months ago
  14. 8d89835 PM: suspend: Do not pause cpuidle in the suspend-to-idle path by Rafael J. Wysocki · 3 years, 3 months ago
  15. 928265e PM: sleep: Do not let "syscore" devices runtime-suspend during system transitions by Rafael J. Wysocki · 3 years, 3 months ago
  16. c6460da Merge tag 'for-linus-5.15b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 3 years, 4 months ago
  17. 0560204 PM: base: power: don't try to use non-existing RTC for storing data by Juergen Gross · 3 years, 4 months ago
  18. be2d243 Merge branches 'pm-cpufreq', 'pm-sleep' and 'pm-em' by Rafael J. Wysocki · 3 years, 4 months ago
  19. 4a9344c PM: sleep: core: Avoid setting power.must_resume to false by Prasad Sodagudi · 3 years, 4 months ago
  20. d216bfb PM: sleep: wakeirq: drop useless parameter from dev_pm_attach_wake_irq() by Sergey Shtylyov · 3 years, 5 months ago
  21. 75d6e7d Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 3 years, 5 months ago
  22. c6c3c570 Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 5 months ago
  23. bc0d0b1 Merge back new PM domains material for v5.15. by Rafael J. Wysocki · 3 years, 5 months ago
  24. 6561641 PM: domains: Fix domain attach for CONFIG_PM_OPP=n by Geert Uytterhoeven · 3 years, 5 months ago
  25. a649136 PM: runtime: add devm_pm_clk_create helper by Dmitry Baryshkov · 3 years, 6 months ago
  26. b3636a3 PM: runtime: add devm_pm_runtime_enable helper by Dmitry Baryshkov · 3 years, 6 months ago
  27. 3c5a272 PM: domains: Improve runtime PM performance state handling by Dmitry Osipenko · 3 years, 5 months ago
  28. c016baf PM: domains: Add support for 'required-opps' to set default perf state by Rajendra Nayak · 3 years, 5 months ago
  29. 16b0dd4 driver: base: Replace symbolic permissions with octal permissions by Jinchao Wang · 3 years, 7 months ago
  30. 843372d Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-domains' by Rafael J. Wysocki · 3 years, 6 months ago
  31. 40ba55e PM: domains: Shrink locking area of the gpd_list_lock by Stephen Boyd · 3 years, 7 months ago
  32. 75674eb PM: sleep: Use ktime_us_delta() in initcall_debug_report() by Mark-PK Tsai · 3 years, 7 months ago
  33. 22b65d3 Merge branches 'pm-domains' and 'pm-devfreq' by Rafael J. Wysocki · 3 years, 7 months ago
  34. afe94fb Merge branches 'pm-core' and 'pm-sleep' by Rafael J. Wysocki · 3 years, 7 months ago
  35. 63d00be PM: runtime: Allow unassigned ->runtime_suspend|resume callbacks by Ulf Hansson · 3 years, 7 months ago
  36. 5a2bd1b PM: runtime: Improve path in rpm_idle() when no callback by Ulf Hansson · 3 years, 7 months ago
  37. 5937c3c PM: domains: Drop/restore performance state votes for devices at runtime PM by Ulf Hansson · 3 years, 8 months ago
  38. d97fe10 PM: domains: Return early if perf state is already set for the device by Ulf Hansson · 3 years, 8 months ago
  39. 0eef091 PM: domains: Split code in dev_pm_genpd_set_performance_state() by Ulf Hansson · 3 years, 8 months ago
  40. 763663c PM: domains: fix some kernel-doc issues by Yang Yingliang · 3 years, 8 months ago
  41. 558642b PM: wakeirq: Set IRQF_NO_AUTOEN when requesting the IRQ by Tian Tao · 3 years, 8 months ago
  42. c745253 PM: runtime: Fix unpaired parent child_count for force_resume by Tony Lindgren · 3 years, 9 months ago
  43. 59e2c95 Merge branches 'pm-docs' and 'pm-tools' by Rafael J. Wysocki · 3 years, 9 months ago
  44. bf0cc83 Merge branches 'pm-core', 'pm-pci', 'pm-sleep', 'pm-domains' and 'powercap' by Rafael J. Wysocki · 3 years, 9 months ago
  45. e488023 PM: wakeup: remove redundant assignment to variable retval by Colin Ian King · 3 years, 9 months ago
  46. 4da6d76 PM: wakeup: use dev_set_name() directly by Andy Shevchenko · 3 years, 9 months ago
  47. 33b688e PM: clk: remove kernel-doc warning by Pierre-Louis Bossart · 3 years, 10 months ago
  48. beafe82 PM: wakeup: fix kernel-doc warnings and fix typos by Pierre-Louis Bossart · 3 years, 10 months ago
  49. 12c0632 PM: runtime: remove kernel-doc warnings by Pierre-Louis Bossart · 3 years, 10 months ago
  50. 9dfacc5 PM: runtime: Fix race getting/putting suppliers at probe by Adrian Hunter · 3 years, 10 months ago
  51. c0c3344 PM: runtime: Fix ordering in pm_runtime_get_suppliers() by Adrian Hunter · 3 years, 10 months ago
  52. 5244f5e PM: runtime: Defer suspending suppliers by Rafael J. Wysocki · 3 years, 10 months ago
  53. 0cab893 Revert "PM: runtime: Update device status before letting suppliers suspend" by Rafael J. Wysocki · 3 years, 10 months ago
  54. c1df456 PM: domains: Don't runtime resume devices at genpd_prepare() by Ulf Hansson · 3 years, 11 months ago
  55. 44cc89f PM: runtime: Update device status before letting suppliers suspend by Rafael J. Wysocki · 3 years, 11 months ago
  56. 7ac1161 Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 11 months ago
  57. 6621cd2 Merge branches 'pm-sleep', 'pm-core', 'pm-domains' and 'pm-clk' by Rafael J. Wysocki · 4 years ago
  58. bab2d71 PM: domains: Mark fwnodes when their powerdomain is added/removed by Saravana Kannan · 4 years ago
  59. 6dc466d PM: domains: Simplify the calculation of variables by Abaci Team · 4 years ago
  60. 0bfa082 PM: clk: make PM clock layer compatible with clocks that must sleep by Nicolas Pitre · 4 years ago
  61. eb23d91 PM: sleep: Use dev_printk() when possible by Bjorn Helgaas · 4 years ago
  62. 6091b08 drivers: base: power: Fix resposible -> responsible in runtime.c by Bhaskar Chowdhury · 4 years ago
  63. 45fbc46 PM: domains: Add "performance" column to debug summary by Dmitry Osipenko · 4 years ago
  64. 18027d6 PM: domains: Make of_genpd_add_subdomain() return -EPROBE_DEFER by Dmitry Osipenko · 4 years ago
  65. 079c42a PM: domains: Make set_performance_state() callback optional by Dmitry Osipenko · 4 years ago
  66. c79aa08 PM: domains: use device's next wakeup to determine domain idle state by Lina Iyer · 4 years ago
  67. 67e3242 PM: domains: inform PM domain of a device's next wakeup by Lina Iyer · 4 years ago
  68. 10aa694 PM: runtime: Fix resposible -> responsible in runtime.c by Bhaskar Chowdhury · 4 years ago
  69. 42b4ca0 Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap' by Rafael J. Wysocki · 4 years, 1 month ago
  70. 4c5744a Merge branches 'pm-cpuidle' and 'pm-em' by Rafael J. Wysocki · 4 years, 1 month ago
  71. f0f6dba Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm by Rafael J. Wysocki · 4 years, 1 month ago
  72. 718072c PM: domains: create debugfs nodes when adding power domains by Thierry Strudel · 4 years, 1 month ago
  73. e77dcb0 opp: Don't create an OPP table from dev_pm_opp_get_opp_table() by Viresh Kumar · 4 years, 2 months ago
  74. 4e1d9a7 PM: sleep: Add dev_wakeup_path() helper by Patrice Chotard · 4 years, 2 months ago
  75. b9795a3 PM: domains: Enable dev_pm_genpd_suspend|resume() for suspend-to-idle by Ulf Hansson · 4 years, 2 months ago
  76. fc51989 PM: domains: Rename pm_genpd_syscore_poweroff|poweron() by Ulf Hansson · 4 years, 2 months ago
  77. f39ee99 PM: sleep: Print driver flags for all devices during suspend/resume by Chen Yu · 4 years, 3 months ago
  78. d6e3666 PM: runtime: Drop pm_runtime_clean_up_links() by Rafael J. Wysocki · 4 years, 3 months ago
  79. e0e398e PM: runtime: Drop runtime PM references to supplier on link removal by Rafael J. Wysocki · 4 years, 3 months ago
  80. 41f762a Merge tag 'pm-5.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 3 months ago
  81. 71d47b5 Merge branches 'pm-core', 'pm-sleep', 'pm-tools' and 'powercap' by Rafael J. Wysocki · 4 years, 3 months ago
  82. d298787 PM: sleep: remove unreachable break by Tom Rix · 4 years, 3 months ago
  83. 330e393 PM: domains: Fix build error for genpd notifiers by Ulf Hansson · 4 years, 3 months ago
  84. c6a113b PM: domains: enable domain idle state accounting by Lina Iyer · 4 years, 3 months ago
  85. 505a70b PM: domains: Add curly braces to delimit comment + statement block by Geert Uytterhoeven · 4 years, 3 months ago
  86. d4f8138 PM: domains: Add support for PM domain on/off notifiers for genpd by Ulf Hansson · 4 years, 3 months ago
  87. fe15146 Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 3 months ago
  88. 2cf9ba2 Merge branches 'pm-core', 'pm-sleep', 'pm-pci' and 'pm-domains' by Rafael J. Wysocki · 4 years, 3 months ago
  89. 757e2821 Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm by Rafael J. Wysocki · 4 years, 3 months ago
  90. f63816e PM: domains: Allow to abort power off when no ->power_off() callback by Ulf Hansson · 4 years, 4 months ago
  91. 49f618e PM: domains: Rename power state enums for genpd by Ulf Hansson · 4 years, 4 months ago
  92. 948b3ed drivers core: Miscellaneous changes for sysfs_emit by Joe Perches · 4 years, 4 months ago
  93. 27275d3 drivers core: Reindent a couple uses around sysfs_emit by Joe Perches · 4 years, 4 months ago
  94. 973c391 drivers core: Remove strcat uses around sysfs_emit and neaten by Joe Perches · 4 years, 4 months ago
  95. aa83889 drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functions by Joe Perches · 4 years, 4 months ago
  96. d12544fb PM: runtime: Remove link state checks in rpm_get/put_supplier() by Xiang Chen · 4 years, 4 months ago
  97. e3eb6e8 PM: sleep: core: Fix the handling of pending runtime resume requests by Rafael J. Wysocki · 4 years, 5 months ago
  98. dd461cd opp: Allow dev_pm_opp_get_opp_table() to return -EPROBE_DEFER by Stephan Gerhold · 4 years, 6 months ago
  99. 0abf803 PM: runtime: Improve kerneldoc of pm_runtime_get_if_active() by Rafael J. Wysocki · 4 years, 6 months ago
  100. 86ba54f Merge branches 'pm-sleep', 'pm-domains', 'powercap' and 'pm-tools' by Rafael J. Wysocki · 4 years, 6 months ago