1. 1c2e988 pm: device: De-couple device pm from system pm by Flavio Ceolin · 10 months ago
  2. c65be0c pm: Exclude device pm path when it is not needed by Flavio Ceolin · 10 months ago
  3. 2f99ff5 pm: Disable device pm per power state by Flavio Ceolin · 10 months ago
  4. 4c5ee9b pm: system: Restore clock after sleep by Flavio Ceolin · 10 months ago
  5. 1860dd9 pm: system: Resume devices in pm_system_resume by Flavio Ceolin · 10 months ago
  6. f7437ac pm: Move z_pm_save_idle_exit to pm subsys by Flavio Ceolin · 10 months ago
  7. 6a962fb pm: re-program timer HW only when the exit latency is not zero by Dong Wang · 11 months ago
  8. 3b895064 pm: Remove state lock/unlock API by Flavio Ceolin · 12 months ago
  9. e2058a9 pm: Fix a corner case when policy returns NULL by Flavio Ceolin · 1 year ago
  10. b9d4b9d pm: Remove CURRENT_CPU macro by Flavio Ceolin · 1 year, 2 months ago
  11. 6cb1ff6 pm: Move settting timeout to after suspending devices by Mahesh Mahadevan · 1 year, 3 months ago
  12. fcf50ed kernel: move timeout_q.h to kernel/include by Anas Nashif · 1 year, 6 months ago
  13. e1eedd1 pm: require pm_state_set/pm_exit_post_ops by Gerard Marull-Paretas · 1 year, 8 months ago
  14. 4f29930 pm: Fix cpus active count by Flavio Ceolin · 1 year, 10 months ago
  15. eec299c pm: Use TYPE_SECTION macros for pm_device_slots by Kumar Gala · 2 years ago
  16. d20ab8c subsys/pm: Use correct timeout API by Andy Ross · 2 years, 1 month ago
  17. ae97eae pm: Error with handling z_cpus_active count by Mahesh Mahadevan · 2 years, 2 months ago
  18. 21a7c2d pm: don't suspend unready devices when entering low power states by Corey Wharton · 2 years, 3 months ago
  19. dd03af6 pm: Rework usage of CONFIG_MP_NUM_CPUS to CONFIG_MP_MAX_NUM_CPUS by Kumar Gala · 2 years, 5 months ago
  20. 1608c8a pm: Introduce CONFIG_PM_DEVICE_RUNTIME_EXCLUSIVE by Carlo Caione · 2 years, 9 months ago
  21. f232db4 pm: Avoid unnecessary check in SMP by Flavio Ceolin · 2 years, 9 months ago
  22. 2cd49ca pm: Fix possible assertion when resuming by Flavio Ceolin · 2 years, 9 months ago
  23. 8cb33df pm: remove redundant <zephyr/zephyr.h> includes by Gerard Marull-Paretas · 2 years, 9 months ago
  24. bbb8c91 pm: Fix possible race condition in multicore by Flavio Ceolin · 2 years, 11 months ago
  25. 2b02843 pm: Remove unnecessary goto by Flavio Ceolin · 2 years, 11 months ago
  26. 5113c14 subsystems: migrate includes to <zephyr/...> by Gerard Marull-Paretas · 2 years, 11 months ago
  27. 47ae656 all: Deprecate UTIL_LISTIFY and replace with LISTIFY by Krzysztof Chruscinski · 3 years, 1 month ago
  28. 78454e5 pm: Rename pm_power_state_exit_post_ops by Flavio Ceolin · 3 years, 1 month ago
  29. f74c38e pm: Rename pm_power_state_next_get by Flavio Ceolin · 3 years, 1 month ago
  30. 6142fcb pm: Rename pm_power_state_force by Flavio Ceolin · 3 years, 1 month ago
  31. 89fee61 pm: Rename pm_power_state_set by Flavio Ceolin · 3 years, 1 month ago
  32. c5894df pm: Change parameters of pm_power_state_{set,exit_post_ops} by Carlo Caione · 3 years, 1 month ago
  33. 8143f20 pm: Rename exit_pos_ops to pm_exit_pos_ops by Carlo Caione · 3 years, 1 month ago
  34. 11f1dd2 pm: Reference pm_state_info only by pointer by Carlo Caione · 3 years, 1 month ago
  35. 350014d pm: Clear the forced flag in the error path by Flavio Ceolin · 3 years, 2 months ago
  36. 2e9589b pm: Just check the forced flag by Flavio Ceolin · 3 years, 2 months ago
  37. fdf7465 pm: Fix multithread issue with force state by Flavio Ceolin · 3 years, 2 months ago
  38. 06bdd10 pm: Better name for cpus state variable by Flavio Ceolin · 3 years, 2 months ago
  39. baf50b5 pm: Proper initialize cpu power states by Flavio Ceolin · 3 years, 2 months ago
  40. 696caa0 pm: policy: return a reference to the next state by Gerard Marull-Paretas · 3 years, 2 months ago
  41. 03232f9 pm: policy: residency: add compile time checks for timings by Gerard Marull-Paretas · 3 years, 3 months ago
  42. 0a32ead pm: Account device pm state lock by Flavio Ceolin · 3 years, 3 months ago
  43. 5af3bbb pm: remove irrelevant type qualifier on pm_power_state_next_get by Emil Lindqvist · 3 years, 4 months ago
  44. 5417612 pm: Fix idle post ops on multicore by Flavio Ceolin · 3 years, 4 months ago
  45. 623ed5a pm: Remove invalid comments by Flavio Ceolin · 3 years, 4 months ago
  46. 6c914de pm: tracing: Correct compilation for tracing by Abe Kohandel · 3 years, 4 months ago
  47. 6451626 pm: Use pm_device_action_run instead of state_set by Flavio Ceolin · 3 years, 4 months ago
  48. ec8f0ac pm: power.c -> pm.c by Gerard Marull-Paretas · 3 years, 4 months ago[Renamed from subsys/pm/power.c]
  49. e6b8849 pm: stats: pm_(start|stop)_timer -> pm_stats_(start|stop) by Gerard Marull-Paretas · 3 years, 4 months ago
  50. 7baed3d pm: move stats code into its own file by Gerard Marull-Paretas · 3 years, 4 months ago
  51. cd7ae8e pm: define PM_STATE_COUNT to obtain number of states by Gerard Marull-Paretas · 3 years, 4 months ago
  52. e2f33dd pm: optimize resource usage by Gerard Marull-Paretas · 3 years, 4 months ago
  53. 252aaf7 pm: suspend: Simplify exit logic by Flavio Ceolin · 3 years, 4 months ago
  54. 4998c52 pm: Make pm_power_state_force multicore aware by Flavio Ceolin · 3 years, 4 months ago
  55. c34df14 pm: Fix device resume order by Flavio Ceolin · 3 years, 5 months ago
  56. 9452650 pm: Handle devices with device runtime enabled by Flavio Ceolin · 3 years, 5 months ago
  57. b83128e pm: Keep track of active states on state_force by Flavio Ceolin · 3 years, 5 months ago
  58. d3a1549 pm: Keep cpu power state consistent by Flavio Ceolin · 3 years, 5 months ago
  59. 05c17b8 pm: Remove _handle_device_abort by Flavio Ceolin · 3 years, 5 months ago
  60. 9ddcf25 pm: smp: Properly handle device pm on SMP by Flavio Ceolin · 3 years, 5 months ago
  61. 9444480 pm: Better return type for pm_system_suspend by Flavio Ceolin · 3 years, 5 months ago
  62. 8c3d9af pm: Change pm_power_state_next_get to support SMP by Flavio Ceolin · 3 years, 5 months ago
  63. dd152c2 pm: policy: Add cpu information in the API by Flavio Ceolin · 3 years, 5 months ago
  64. 9765e93 pm: Track power state per cpu by Flavio Ceolin · 3 years, 5 months ago
  65. e05247a pm: Change post_ops_done type to boolean by Flavio Ceolin · 3 years, 5 months ago
  66. 81f1225 pm: device: Remove the need of a private header by Flavio Ceolin · 3 years, 5 months ago
  67. faa06ac pm: improve logging by Gerard Marull-Paretas · 3 years, 5 months ago
  68. e6d832d pm: Simplify pm_system_suspend by Flavio Ceolin · 3 years, 5 months ago
  69. 9239fd4 pm: device: Simplify device pm states by Flavio Ceolin · 3 years, 5 months ago
  70. a507f60 pm: Add a new function to query the next power state by Flavio Ceolin · 3 years, 5 months ago
  71. f523c33 pm: Use stats subsys for tracking system states by Tom Burdick · 3 years, 5 months ago
  72. 90db5b7 pm: Fixes a data race in the debug stats on SMP by Tom Burdick · 3 years, 6 months ago
  73. 93de9b1 pm: stop handling devices on PM_STATE_RUNTIME_IDLE by Gerard Marull-Paretas · 3 years, 6 months ago
  74. 7aa6fe1 pm: system: Suspend devices on STATE_SOFT_OFF by Flavio Ceolin · 3 years, 7 months ago
  75. f039cc4 pm: refine defination of pm_dump_debug_info() by Meng xianglin · 3 years, 7 months ago
  76. dd54a8d pm: Avoid weak function clash by Flavio Ceolin · 3 years, 8 months ago
  77. 4f60988 pm: Fix policy manager header by Flavio Ceolin · 3 years, 9 months ago
  78. 3dad4a0 pm: device: Get rid of z_pm_core_devices by Flavio Ceolin · 3 years, 10 months ago
  79. eccda68 power: trace power events by Anas Nashif · 3 years, 10 months ago
  80. 99cbee3 pm: move power subsystem to pm by Gerard Marull-Paretas · 3 years, 11 months ago[Renamed from subsys/power/power.c]
  81. 25bb163 pm: reorganize headers by Gerard Marull-Paretas · 3 years, 11 months ago
  82. 11ac18a power: Add an assert for an unexpected condition by Flavio Ceolin · 4 years ago
  83. cdcd2df power: Consider the exit latency required by an idle state by Flavio Ceolin · 4 years ago
  84. 9817058 power: Fix unbalanced scheduler lock by Flavio Ceolin · 4 years ago
  85. 58a0ba6 power: unlock the scheduler in the pm_system_suspend by Francois Ramu · 4 years ago
  86. 87c6311 power: Send exit notification after post_ops callback by Flavio Ceolin · 4 years ago
  87. 6091f0f power: Avoid duplicated code by Flavio Ceolin · 4 years ago
  88. 220848c power: pm_power_state_exit_post_ops has to unlock irqs by Flavio Ceolin · 4 years ago
  89. 98dbea0 power: Get rid of deep sleep and sleep concepts by Flavio Ceolin · 4 years, 1 month ago
  90. 741141e power: Send state changes notification after device PM by Flavio Ceolin · 4 years, 1 month ago
  91. e277134 power: Remove unnecessary pm_idle_exit_notification_disable api by Flavio Ceolin · 4 years, 1 month ago
  92. af99c90 power: Remove unnecessary pm_system_mgr function by Flavio Ceolin · 4 years, 1 month ago
  93. 5c5172d power: Effectively allow forcing a state by Flavio Ceolin · 4 years, 1 month ago
  94. 8872526 power: Fix power states length by Flavio Ceolin · 4 years, 1 month ago
  95. 321ce7f power: Use substate-id in pm subsystem by Flavio Ceolin · 4 years, 2 months ago
  96. 9d7ddc1 power: Create necessary function stubs by Flavio Ceolin · 4 years, 2 months ago
  97. d21cfd5 power: Remove power management conditionals from code by Flavio Ceolin · 4 years, 2 months ago
  98. 579f704 power: Move pm subsystem to new power states by Flavio Ceolin · 4 years, 2 months ago
  99. 2b49266 power: Add notifier API by Flavio Ceolin · 4 years, 3 months ago
  100. 91715af power: Reducing the scope of a private function by Flavio Ceolin · 4 years, 3 months ago