1. 7789357 PM / runtime: Use _rcuidle for runtime suspend tracepoints by Paul E. McKenney · 8 years ago
  2. d7737ce PM / runtime: Add _rcuidle suffix to allow rpm_idle() use from idle by Paul E. McKenney · 8 years ago
  3. d44c950 PM / runtime: Add _rcuidle suffix to allow rpm_resume() to be called from idle by Paul E. McKenney · 8 years ago
  4. fa70db3 Merge branches 'pm-core', 'pm-clk', 'pm-domains' and 'pm-pci' by Rafael J. Wysocki · 8 years ago
  5. fe7450b PM / runtime: Asynchronous "idle" in pm_runtime_allow() by Rafael J. Wysocki · 8 years ago
  6. 71723f9 PM / runtime: print error when activating a child to unactive parent by Linus Walleij · 8 years ago
  7. 9f5b527 PM / Runtime: Avoid resuming devices again in pm_runtime_force_resume() by Ulf Hansson · 8 years ago
  8. 0ae3aee PM / Runtime: Fix error path in pm_runtime_force_resume() by Ulf Hansson · 8 years ago
  9. a436b6a PM / runtime: Add new helper for conditional usage count incrementation by Rafael J. Wysocki · 9 years ago
  10. 5de85b9 PM / runtime: Re-init runtime PM states at probe error and driver unbind by Ulf Hansson · 9 years ago
  11. 4990d4f PM / Wakeirq: Add automated device wake IRQ handling by Tony Lindgren · 9 years ago
  12. 56f487c PM / Runtime: Update last_busy in rpm_resume by Tony Lindgren · 9 years ago
  13. d30d819 PM: Drop CONFIG_PM_RUNTIME from the driver core by Rafael J. Wysocki · 10 years ago
  14. dbcd2d7 PM / Runtime: Rework RPM get callback routines by Andrzej Hajda · 10 years ago
  15. 36cc86e Merge branches 'pm-runtime' and 'pm-sleep' by Rafael J. Wysocki · 11 years ago
  16. 7b60894 PM / Runtime: Add missing "it" in comment by Geert Uytterhoeven · 11 years ago
  17. 37f2041 PM: Add pm_runtime_suspend|resume_force functions by Ulf Hansson · 11 years ago
  18. 5f59df7 PM / runtime: Fetch runtime PM callbacks using a macro by Ulf Hansson · 11 years ago
  19. d66e6db PM / Runtime: Respect autosuspend when idle triggers suspend by Ulf Hansson · 11 years ago
  20. 45f0a85 PM / Runtime: Rework the "runtime idle" helper routine by Rafael J. Wysocki · 11 years ago
  21. db28dfa PM / Runtime: Asyncronous idle|suspend parent devices at removal by Ulf Hansson · 11 years ago
  22. db88175 pm / runtime: force memory allocation with no I/O during Runtime PM callbcack by Ming Lei · 12 years ago
  23. e823407 pm / runtime: introduce pm_runtime_set_memalloc_noio() by Ming Lei · 12 years ago
  24. 6f3c77b PM / Runtime: let rpm_resume() succeed if RPM_ACTIVE, even when disabled, v2 by Kevin Hilman · 12 years ago
  25. 55d7ec4 PM / Runtime: Check device PM QoS setting before "no callbacks" check by Rafael J. Wysocki · 12 years ago
  26. 58a34de PM / Runtime: Clear power.deferred_resume on success in rpm_suspend() by Rafael J. Wysocki · 12 years ago
  27. 7f321c2 PM / Runtime: Fix rpm_resume() return value for power.no_callbacks set by Rafael J. Wysocki · 12 years ago
  28. 76e267d PM / Runtime: Remove device fields related to suspend time, v2 by Rafael J. Wysocki · 12 years ago
  29. f2791d7 PM / Runtime: don't forget to wake up waitqueue on failure by Alan Stern · 13 years ago
  30. 0015afa Merge branch 'pm-runtime' into pm-for-linus by Rafael J. Wysocki · 13 years ago
  31. 35cd133 PM: Run the driver callback directly if the subsystem one is not there by Rafael J. Wysocki · 13 years ago
  32. 00dc9ad PM / Runtime: Use device PM QoS constraints (v2) by Rafael J. Wysocki · 13 years ago
  33. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  34. 886486b PM / Runtime: Automatically retry failed autosuspends by Alan Stern · 13 years ago
  35. def0c0a3 PM / Runtime: Fix runtime accounting calculation error by venu byravarasu · 13 years ago
  36. 1b6bc32 drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required. by Paul Gortmaker · 13 years ago
  37. 857b36c PM / Runtime: Handle .runtime_suspend() failure correctly by Ming Lei · 13 years ago
  38. 47d8f0b PM / Runtime: Fix kerneldoc comment for rpm_suspend() by Ming Lei · 13 years ago
  39. c3dc2f1 PM / Runtime: Replace dev_dbg() with trace_rpm_*() by Ming Lei · 13 years ago
  40. ad3c36a PM / Runtime: Don't run callbacks under lock for power.irq_safe set by Rafael J. Wysocki · 13 years ago
  41. 311aab7 PM / Runtime: Add might_sleep() to runtime PM functions by Colin Cross · 13 years ago
  42. 02b2677 PM / Runtime: Allow _put_sync() from interrupts-disabled context by Kevin Hilman · 13 years ago
  43. 2cffff1 PM / Runtime: Consistent utilization of deferred_resume by ShuoX Liu · 13 years ago
  44. 62052ab PM / Runtime: Replace "run-time" with "runtime" in documentation by Rafael J. Wysocki · 13 years ago
  45. 632e270 PM / Runtime: Return special error code if runtime PM is disabled by Rafael J. Wysocki · 13 years ago
  46. 564b905 PM / Domains: Rename struct dev_power_domain to struct dev_pm_domain by Rafael J. Wysocki · 13 years ago
  47. 4d27e9d PM: Make power domain callbacks take precedence over subsystem ones by Rafael J. Wysocki · 13 years ago
  48. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  49. 9659cc0 PM: Make system-wide PM and runtime PM treat subsystems consistently by Rafael J. Wysocki · 14 years ago
  50. 7538e3d PM: Add support for device power domains by Rafael J. Wysocki · 14 years ago
  51. c3810c8 PM / Runtime: Don't enable interrupts while running in_interrupt by Alan Stern · 14 years ago
  52. c7b61de PM / Runtime: Add synchronous runtime interface for interrupt handlers (v3) by Alan Stern · 14 years ago
  53. 78ca7c3 PM / Runtime: Fix typo in status comparison causing warning by Kevin Winchester · 14 years ago
  54. d63be5f PM / Runtime: fix recursive locking warning of lockdep from rpm_resume() by Ming Lei · 14 years ago
  55. f71648d PM / Runtime: Remove idle notification after failing suspend by Rafael J. Wysocki · 14 years ago
  56. 71c6312 PM / Runtime: Reduce code duplication in core helper functions by Rafael J. Wysocki · 14 years ago
  57. 15bcb91d PM / Runtime: Implement autosuspend support by Alan Stern · 14 years ago
  58. 7490e44 PM / Runtime: Add no_callbacks flag by Alan Stern · 14 years ago
  59. 140a6c9 PM / Runtime: Combine runtime PM entry points by Alan Stern · 14 years ago
  60. 1bfee5b PM / Runtime: Merge synchronous and async runtime routines by Alan Stern · 14 years ago
  61. 3f9af05 PM / Runtime: Replace boolean arguments with bitflags by Alan Stern · 14 years ago
  62. 4769373 PM / Runtime: Move code in drivers/base/power/runtime.c by Alan Stern · 14 years ago
  63. 074037e PM / Wakeup: Introduce wakeup source objects and event statistics (v3) by Rafael J. Wysocki · 14 years ago
  64. 8d4b9d1 PM / Runtime: Add runtime PM statistics (v3) by Arjan van de Ven · 14 years ago
  65. 240c733 PM: Allow runtime_suspend methods to call pm_schedule_suspend() by Alan Stern · 15 years ago
  66. 5382363 PM / Runtime: Add sysfs switch for disabling device run-time PM by Rafael J. Wysocki · 15 years ago
  67. a6ab7aa PM / Runtime: Use device type and device class callbacks by Rafael J. Wysocki · 15 years ago
  68. 1d531c1 PM: allow for usage_count > 0 in pm_runtime_get() by Alan Stern · 15 years ago
  69. 965c4ac PM / Runtime: Remove unnecessary braces in __pm_runtime_set_status() by Rafael J. Wysocki · 15 years ago
  70. 0ddf0ed PM / Runtime: Ensure timer_expires is nonzero in pm_schedule_suspend() by Rafael J. Wysocki · 15 years ago
  71. 63c9480 PM / Runtime: Use deferred_resume flag in pm_request_resume by Alan Stern · 15 years ago
  72. bab636b PM / Runtime: Fix lockdep warning in __pm_runtime_set_status() by Rafael J. Wysocki · 15 years ago
  73. 862f89b PM: fix irq enable/disable in runtime PM code by Alan Stern · 15 years ago
  74. 2ddac2a PM: Remove some debug messages producing too much noise by Pavel Machek · 15 years ago
  75. 5e928f7 PM: Introduce core framework for run-time PM of I/O devices (rev. 17) by Rafael J. Wysocki · 15 years ago
  76. 3f8df78 PM: remove deprecated dpm_runtime_* routines by Alan Stern · 17 years ago
  77. 11048dc Power Management: use mutexes instead of semaphores by Matthias Kaehlcke · 17 years ago
  78. 8e9e793 [PATCH] pcmcia: merge suspend into device model by Dominik Brodowski · 19 years ago
  79. 1f1bf13 [PATCH] drivers/base/power/runtime.c: #if 0 dpm_set_power_state() by Adrian Bunk · 19 years ago
  80. 979d519 [PATCH] root hub changes (lesser half) by David Brownell · 19 years ago
  81. ca078ba [PATCH] swsusp: switch pm_message_t to struct by Pavel Machek · 19 years ago
  82. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago