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