1. 8fd2910 PM / runtime: Document steps for device removal by Krzysztof Kozlowski · 8 years ago
  2. a436b6a PM / runtime: Add new helper for conditional usage count incrementation by Rafael J. Wysocki · 9 years ago
  3. 019d881 PM / sleep: Allow devices without runtime PM to do direct-complete by Alan Stern · 9 years ago
  4. f6a2fbb PM / runtime: add note about re-calling in during device probe() by Ben Dooks · 9 years ago
  5. 26ceb12 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  6. 3fb1581 ARM: 8199/1: PM / Runtime: Add getter for querying the IRQ safe option v12 by Krzysztof Kozlowski · 10 years ago
  7. 1f999d1 Documentation: power: Fix typo in Documentation/power by Masanari Iida · 10 years ago
  8. cd0c5bd Merge branches 'pnp', 'powercap', 'pm-runtime' and 'pm-opp' by Rafael J. Wysocki · 10 years ago
  9. f71495f PM / sleep: Update device PM documentation to cover direct_complete by Rafael J. Wysocki · 10 years ago
  10. 4ec6a9c PM / runtime: Update documentation to reflect the current code flow by Rafael J. Wysocki · 10 years ago
  11. fe98245 PM / Runtime: s/foo_process_requests/foo_process_next_request/ by Geert Uytterhoeven · 10 years ago
  12. fd6fe82 PM / Runtime: GENERIC_SUBSYS_PM_OPS is gone by Geert Uytterhoeven · 10 years ago
  13. 39c29f3 PM / Runtime: Correct documented return values for generic PM callbacks by Geert Uytterhoeven · 10 years ago
  14. 91e63cc PM / Runtime: Split line longer than 80 characters by Geert Uytterhoeven · 10 years ago
  15. e1a2976 PM / Runtime: dev_pm_info.runtime_error is signed by Geert Uytterhoeven · 10 years ago
  16. ea30994 PM / Runtime: Update documentation around probe|remove|suspend by Ulf Hansson · 11 years ago
  17. d66e6db PM / Runtime: Respect autosuspend when idle triggers suspend by Ulf Hansson · 11 years ago
  18. 43d51af PM / Runtime: Update .runtime_idle() callback documentation by Alan Stern · 11 years ago
  19. 45f0a85 PM / Runtime: Rework the "runtime idle" helper routine by Rafael J. Wysocki · 11 years ago
  20. fbadc58 PM / Runtime: Add new helper function: pm_runtime_active() by ShuoX Liu · 11 years ago
  21. 9f6d8f6 PM: Move disabling/enabling runtime PM to late suspend/early resume by Rafael J. Wysocki · 12 years ago
  22. 35cd133 PM: Run the driver callback directly if the subsystem one is not there by Rafael J. Wysocki · 13 years ago
  23. 9075659 PM / Runtime: Make documentation follow the new behavior of irq_safe by Rafael J. Wysocki · 13 years ago
  24. 5841eb6 PM / Domains: Document how PM domains are used by the PM core by Rafael J. Wysocki · 13 years ago
  25. 886486b PM / Runtime: Automatically retry failed autosuspends by Alan Stern · 13 years ago
  26. 9bd717c Merge branch 'pm-runtime' into pm-for-linus by Rafael J. Wysocki · 13 years ago
  27. 2fb242a PM / Runtime: Update document about callbacks by Ming Lei · 13 years ago
  28. d727b60 Merge branch 'pm-runtime' into pm-for-linus by Rafael J. Wysocki · 13 years ago
  29. 2e6ba51 PM / Runtime: pm_runtime_idle() can be called in atomic context by Ming Lei · 13 years ago
  30. 64584eb PM / Runtime: Correct documentation of pm_runtime_irq_safe() by Rafael J. Wysocki · 13 years ago
  31. 311aab7 PM / Runtime: Add might_sleep() to runtime PM functions by Colin Cross · 13 years ago
  32. 02b2677 PM / Runtime: Allow _put_sync() from interrupts-disabled context by Kevin Hilman · 13 years ago
  33. f3393b6 PM / Runtime: Add new helper function: pm_runtime_status_suspended() by Kevin Hilman · 13 years ago
  34. 62052ab PM / Runtime: Replace "run-time" with "runtime" in documentation by Rafael J. Wysocki · 13 years ago
  35. e358bad PM / Runtime: Improve documentation of enable, disable and barrier by Rafael J. Wysocki · 13 years ago
  36. 1e2ef05 PM: Limit race conditions between runtime PM and system sleep (v2) by Rafael J. Wysocki · 13 years ago
  37. 632e270 PM / Runtime: Return special error code if runtime PM is disabled by Rafael J. Wysocki · 13 years ago
  38. 455716e PM / Runtime: Update documentation of interactions with system sleep by Rafael J. Wysocki · 13 years ago
  39. e529192 PM: Introduce generic "noirq" callback routines for subsystems (v2) by Rafael J. Wysocki · 13 years ago
  40. f5da24d PM / Runtime: Update documentation regarding driver removal by Rafael J. Wysocki · 13 years ago
  41. 5efb54c PM: Documentation: fix typo: pm_runtime_idle_sync() doesn't exist. by Kevin Hilman · 13 years ago
  42. 129b656 PM / Runtime: Update doc: usage count no longer incremented across system PM by Kevin Hilman · 13 years ago
  43. 9659cc0 PM: Make system-wide PM and runtime PM treat subsystems consistently by Rafael J. Wysocki · 13 years ago
  44. c7b61de PM / Runtime: Add synchronous runtime interface for interrupt handlers (v3) by Alan Stern · 14 years ago
  45. f08f5a0 PM / Runtime: Fix pm_runtime_suspended() by Rafael J. Wysocki · 14 years ago
  46. 15bcb91d PM / Runtime: Implement autosuspend support by Alan Stern · 14 years ago
  47. 7490e44 PM / Runtime: Add no_callbacks flag by Alan Stern · 14 years ago
  48. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  49. d690b2c PM: Provide generic subsystem-level callbacks by Rafael J. Wysocki · 14 years ago
  50. 87d1b3e PM / Runtime: Document power.runtime_auto and related functions by Rafael J. Wysocki · 14 years ago
  51. de8164f doc: fix leve -> level typo in pm-runtime doc by Thadeu Lima de Souza Cascardo · 14 years ago
  52. f1212ae PM: Runtime PM documentation update by Alan Stern · 15 years ago
  53. a6ab7aa PM / Runtime: Use device type and device class callbacks by Rafael J. Wysocki · 15 years ago
  54. 7a1a8eb PM: Add flag for devices capable of generating run-time wake-up events by Rafael J. Wysocki · 15 years ago
  55. e1b1903 PM / Runtime: Make documentation of runtime_idle() agree with the code by Rafael J. Wysocki · 15 years ago
  56. 5e928f7 PM: Introduce core framework for run-time PM of I/O devices (rev. 17) by Rafael J. Wysocki · 15 years ago