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