1. 3a02f8c PM: core: Fix device_pm_check_callbacks() by Rafael J. Wysocki · 7 years ago
  2. 6f75c3f PM / sleep: don't suspend parent when async child suspend_{noirq, late} fails by Brian Norris · 8 years ago
  3. 3a17fb3 PM / sleep: Handle failures in device_suspend_late() consistently by Rafael J. Wysocki · 8 years ago
  4. fba1fbf PM / sleep: Drop unused `info' variable by Thierry Reding · 8 years ago
  5. aa8e54b PM / sleep: Go direct_complete if driver has no callbacks by Tomeu Vizoso · 8 years ago
  6. 013c074 PM / sleep: prohibit devices probing during suspend/hibernation by Strashko, Grygorii · 9 years ago
  7. 019d881 PM / sleep: Allow devices without runtime PM to do direct-complete by Alan Stern · 9 years ago
  8. 0d85fd4 Merge branch 'pm-wakeirq' by Rafael J. Wysocki · 9 years ago
  9. 32e8d68 PM / sleep: trace_device_pm_callback coverage in dpm_prepare/complete by Todd E Brandt · 9 years ago
  10. 4990d4f PM / Wakeirq: Add automated device wake IRQ handling by Tony Lindgren · 9 years ago
  11. 431d452 PM / sleep: add pm-trace support for suspending phase by Zhonghui Fu · 9 years ago
  12. 246ef76 PM / Sleep: fix async suspend_late/freeze_late error handling by Imre Deak · 10 years ago
  13. 2a8a8ce PM / sleep: Export dpm_suspend_late/noirq() and dpm_resume_early/noirq() by Rafael J. Wysocki · 10 years ago
  14. 58c256a PM / sleep: fix kernel-doc warnings in drivers/base/power/main.c by Randy Dunlap · 10 years ago
  15. e8bca47 PM / sleep: trace events for device PM callbacks by Todd E Brandt · 10 years ago
  16. bb3632c PM / sleep: trace events for suspend/resume by Todd E Brandt · 10 years ago
  17. aae4518 PM / sleep: Mechanism to avoid resuming runtime-suspended devices unnecessarily by Rafael J. Wysocki · 10 years ago
  18. 5a2d853 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 10 years ago
  19. 2f0aea9 cpufreq: suspend governors on system suspend/hibernate by Viresh Kumar · 10 years ago
  20. de377b3 PM / sleep: Asynchronous threads for suspend_late by Liu, Chuansheng · 10 years ago
  21. 28b6fd6 PM / sleep: Asynchronous threads for suspend_noirq by Liu, Chuansheng · 10 years ago
  22. 9e5e791 PM / sleep: Asynchronous threads for resume_early by Liu, Chuansheng · 10 years ago
  23. 76569fa PM / sleep: Asynchronous threads for resume_noirq by Liu, Chuansheng · 10 years ago
  24. 3d2699b PM / sleep: Two flags for async suspend_noirq and suspend_late by Liu, Chuansheng · 10 years ago
  25. 12205a4 Revert "cpufreq: suspend governors on system suspend/hibernate" by Rafael J. Wysocki · 11 years ago
  26. 7cdcec9 Merge branches 'pm-cpuidle' and 'pm-cpufreq' by Rafael J. Wysocki · 11 years ago
  27. 5a87182 cpufreq: suspend governors on system suspend/hibernate by Viresh Kumar · 11 years ago
  28. 82023bb Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  29. 77aa265 Merge branch 'pm-runtime' by Rafael J. Wysocki · 11 years ago
  30. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  31. aa1b9f1 PM / Runtime: Fix error path for prepare by Ulf Hansson · 11 years ago
  32. 70fea60 PM / Sleep: Detect device suspend/resume lockup and log event by Benoit Goby · 11 years ago
  33. 5364467 PM / Sleep: new trace event to print device suspend and resume times by Shuah Khan · 11 years ago
  34. af93933 PM / Runtime: Asyncronous idle|suspend devices at system resume by Ulf Hansson · 11 years ago
  35. 37530f2 PM / QoS: Remove device PM QoS sysfs attributes at the right place by Rafael J. Wysocki · 11 years ago
  36. 9f6d8f6 PM: Move disabling/enabling runtime PM to late suspend/early resume by Rafael J. Wysocki · 12 years ago
  37. 16642a2 Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  38. 057d51a Merge branch 'pm-sleep' by Rafael J. Wysocki · 12 years ago
  39. 88d2613 PM: Prevent runtime suspend during system resume by Alan Stern · 12 years ago
  40. 997a031 PM / Sleep: use resume event when call dpm_resume_early by Feng Hong · 12 years ago
  41. dbf3741 PM / Domains: Move syscore flag from subsys data to struct device by Rafael J. Wysocki · 12 years ago
  42. e91c11b PM: Reorganize device PM initialization by Rafael J. Wysocki · 12 years ago
  43. dfe3212 PM / Sleep: introduce dpm_for_each_dev by Ming Lei · 12 years ago
  44. 382e159 Merge branch 'pm-sleep' by Rafael J. Wysocki · 12 years ago
  45. 064b021 PM / Sleep: call early resume handlers when suspend_noirq fails by Colin Cross · 12 years ago
  46. d52fdf1 Merge branch 'pm-sleep' by Rafael J. Wysocki · 12 years ago
  47. 7664e96 PM / Sleep: Add missing static storage class specifiers in main.c by Sachin Kamat · 12 years ago
  48. 8651f97 PM / cpuidle: System resume hang fix with cpuidle by Preeti U Murthy · 12 years ago
  49. b2df1d4 PM / Sleep: Separate printing suspend times from initcall_debug by Rafael J. Wysocki · 12 years ago
  50. 4b7760b PM / Sleep: add knob for printing device resume times by Sameer Nanda · 12 years ago
  51. 1f758b2 PM / Sleep: Prevent waiting forever on asynchronous suspend after abort by Mandeep Singh Baines · 12 years ago
  52. 52d136c PM / Sleep: Look for wakeup events in later stages of device suspend by Rafael J. Wysocki · 12 years ago
  53. cf579df PM / Sleep: Introduce "late suspend" and "early resume" of devices by Rafael J. Wysocki · 12 years ago
  54. 35cd133 PM: Run the driver callback directly if the subsystem one is not there by Rafael J. Wysocki · 13 years ago
  55. 9cf519d PM / Sleep: Make pm_op() and pm_noirq_op() return callback pointers by Rafael J. Wysocki · 13 years ago
  56. 0c6aebe PM / Sleep: Unify diagnostic messages from device suspend/resume by Rafael J. Wysocki · 13 years ago
  57. 64e94aa PM / Sleep: Simplify device_suspend_noirq() by Rafael J. Wysocki · 13 years ago
  58. d74e278a PM / Sleep: Remove unnecessary label and jumps to it form PM core code by Rafael J. Wysocki · 13 years ago
  59. 8b258cc PM Sleep: Do not extend wakeup paths to devices with ignore_children set by Rafael J. Wysocki · 13 years ago
  60. 1b6bc32 drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required. by Paul Gortmaker · 13 years ago
  61. d033e07 Merge branch 'pm-domains' into pm-for-linus by Rafael J. Wysocki · 13 years ago
  62. 4ca46ff PM / Sleep: Mark devices involved in wakeup signaling during suspend by Rafael J. Wysocki · 13 years ago
  63. 2a77c46 PM / Suspend: Add statistics debugfs file for suspend to RAM by ShuoX Liu · 13 years ago
  64. 1a9a915 PM / QoS: Add function dev_pm_qos_read_value() (v3) by Rafael J. Wysocki · 13 years ago
  65. 91ff4cb PM QoS: Implement per-device PM QoS constraints by Jean Pihet · 13 years ago
  66. 1e2ef05 PM: Limit race conditions between runtime PM and system sleep (v2) by Rafael J. Wysocki · 13 years ago
  67. 564b905 PM / Domains: Rename struct dev_power_domain to struct dev_pm_domain by Rafael J. Wysocki · 13 years ago
  68. 6d0e0e8 PM: Fix async resume following suspend failure by Alan Stern · 13 years ago
  69. f76b168b PM: Rename dev_pm_info.in_suspend to is_prepared by Alan Stern · 13 years ago
  70. 91e7c75 PM: Allow drivers to allocate memory from .prepare() callbacks safely by Rafael J. Wysocki · 13 years ago
  71. 4d27e9d PM: Make power domain callbacks take precedence over subsystem ones by Rafael J. Wysocki · 13 years ago
  72. 22110fa PM / Wakeup: Fix initialization of wakeup-related device sysfs files by Rafael J. Wysocki · 13 years ago
  73. 1f112ce PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKS by Rafael J. Wysocki · 13 years ago
  74. 9659cc0 PM: Make system-wide PM and runtime PM treat subsystems consistently by Rafael J. Wysocki · 13 years ago
  75. 7538e3d PM: Add support for device power domains by Rafael J. Wysocki · 13 years ago
  76. e866500 PM: Allow pm_runtime_suspend() to succeed during system suspend by Rafael J. Wysocki · 13 years ago
  77. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  78. 5c1a07a PM: Use dev_name() in core device suspend and resume routines by Rafael J. Wysocki · 14 years ago
  79. b64959e PM: Permit registration of parentless devices during system suspend by Rafael J. Wysocki · 14 years ago
  80. b8c76f6 PM: Replace the device power.status field with a bit field by Rafael J. Wysocki · 14 years ago
  81. 5b219a5 PM: Remove redundant checks from core device resume routines by Rafael J. Wysocki · 14 years ago
  82. 8a43a9a PM: Use a different list of devices for each stage of device suspend by Rafael J. Wysocki · 14 years ago
  83. 2cbb3ce PM: Avoid compiler warning in pm_noirq_op() by Rafael J. Wysocki · 14 years ago
  84. d83f905 PM: Use pm_wakeup_pending() in __device_suspend() by Rafael J. Wysocki · 14 years ago
  85. a2867e0 PM / Wakeup: Replace pm_check_wakeup_events() with pm_wakeup_pending() by Rafael J. Wysocki · 14 years ago
  86. 1e75227 PM: Prevent dpm_prepare() from returning errors unnecessarily by Rafael J. Wysocki · 14 years ago
  87. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  88. d08a5ac PM: Allow devices to be removed during late suspend and early resume by Rafael J. Wysocki · 14 years ago
  89. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  90. 098dff7 PM: Fix potential issue with failing asynchronous suspend by Rafael J. Wysocki · 14 years ago
  91. 074037e PM / Wakeup: Introduce wakeup source objects and event statistics (v3) by Rafael J. Wysocki · 14 years ago
  92. 0702d9e PM: Fix signed/unsigned warning in dpm_show_time() by Kevin Cernekee · 14 years ago
  93. 152e1d5 PM: Prevent waiting forever on asynchronous resume after failing suspend by Colin Cross · 14 years ago
  94. c125e96 PM: Make it possible to avoid races between wakeup and system sleep by Rafael J. Wysocki · 14 years ago
  95. e7176a3 power: support _noirq actions on device types and classes by Dominik Brodowski · 14 years ago
  96. 8e9394c Driver core: create lock/unlock functions for struct device by Greg Kroah-Hartman · 14 years ago
  97. f8824ce PM: Allow device drivers to use dpm_wait() by Rafael J. Wysocki · 14 years ago
  98. 97df8c1 PM: Start asynchronous resume threads upfront by Rafael J. Wysocki · 14 years ago
  99. 0e06b4a PM: Add a switch for disabling/enabling asynchronous suspend/resume by Rafael J. Wysocki · 14 years ago
  100. 5af84b8 PM: Asynchronous suspend and resume of devices by Rafael J. Wysocki · 14 years ago