1. c606850 PM / sleep: Fix memory leak in pm_vt_switch_unregister(). by Masami Ichikawa · 11 years ago
  2. b38f67c Merge branch 'pm-sleep' by Rafael J. Wysocki · 11 years ago
  3. 6a0c7cd PM / Hibernate: Do not crash kernel in free_basic_memory_bitmaps() by Rafael J. Wysocki · 11 years ago
  4. feba070 Merge branch 'pm-sleep' by Rafael J. Wysocki · 11 years ago
  5. fd432b9 PM / hibernate: Avoid overflow in hibernate_preallocate_memory() by Aaron Lu · 11 years ago
  6. 6e0ca95 Merge branch 'pm-sleep' by Rafael J. Wysocki · 11 years ago
  7. 400fc45 Merge branch 'pm-qos' by Rafael J. Wysocki · 11 years ago
  8. d3c345d PM / hibernate: Move software_resume to late_initcall_sync by Russ Dill · 11 years ago
  9. 7bc9b1cf PM / Hibernate: Use bool for boolean fields of struct snapshot_data by Rafael J. Wysocki · 11 years ago
  10. 70fea60 PM / Sleep: Detect device suspend/resume lockup and log event by Benoit Goby · 11 years ago
  11. d4f7ecf PM / QoS: simplify pm_qos_power_write() by Andy Shevchenko · 11 years ago
  12. aab1728 PM / hibernate: Fix user space driven resume regression by Rafael J. Wysocki · 11 years ago
  13. 02b9735 Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  14. c33bc31 mm: use zone_end_pfn() instead of zone_start_pfn+spanned_pages by Xishi Qiu · 11 years ago
  15. 85fb0a1 Merge branch 'acpi-hotplug' by Rafael J. Wysocki · 11 years ago
  16. 2a47550 Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  17. 942f401 PM / hibernate / memory hotplug: Rework mutual exclusion by Rafael J. Wysocki · 11 years ago
  18. 8fd37a4 PM / hibernate: Create memory bitmaps after freezing user space by Rafael J. Wysocki · 11 years ago
  19. e894245 Merge branch 'pm-sleep' by Rafael J. Wysocki · 11 years ago
  20. 40fea92f PM / QoS: Fix workqueue deadlock when using pm_qos_update_request_timeout() by Stephen Boyd · 11 years ago
  21. d6efc2f x86, asmlinkage, power: Make various symbols used by the suspend asm code visible by Andi Kleen · 11 years ago
  22. 2b44c4d freezer: set PF_SUSPEND_TASK flag on tasks that call freeze_processes by Colin Cross · 11 years ago
  23. 3831261 PM / Sleep: increase ftrace coverage in suspend/resume by Brandt, Todd E · 11 years ago
  24. e5248a1 PM / Sleep: avoid 'autosleep' in shutdown progress by Liu ShuoX · 11 years ago
  25. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 12 years ago
  26. 0ed5fd1 mm: use totalram_pages instead of num_physpages at runtime by Jiang Liu · 12 years ago
  27. f991fae Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  28. f317ff9 Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  29. 867a420 Merge branch 'pm-assorted' by Rafael J. Wysocki · 12 years ago
  30. e52cff8 Merge branch 'pm-assorted' by Rafael J. Wysocki · 12 years ago
  31. 9dceefe PM / Sleep: Warn about system time after resume with pm_trace by Shuah Khan · 12 years ago
  32. ae8822b PM / QoS: Add pm_qos_request tracepoints by Sahara · 12 years ago
  33. 247e9ee PM / QoS: Add pm_qos_update_target/flags tracepoints by Sahara · 12 years ago
  34. bb177fe PM / Sleep: Print last wakeup source on failed wakeup_count write by Julius Werner · 12 years ago
  35. d24c2a4 PM / QoS: correct the valid range of pm_qos_class by Sahara · 12 years ago
  36. 9350de06 PM / wakeup: Adjust messaging for wake events during suspend by Bernie Thompson · 12 years ago
  37. 40b3136 Finally eradicate CONFIG_HOTPLUG by Stephen Rothwell · 12 years ago
  38. cd38ca8 PM / Hibernate: print physical addresses consistently with other parts of kernel by Bjorn Helgaas · 12 years ago
  39. cee22a1 workqueues: Introduce new flag WQ_POWER_EFFICIENT for power oriented workqueues by Viresh Kumar · 12 years ago
  40. 18ad0c6 freezer: shorten freezer sleep time using exponential backoff by Colin Cross · 12 years ago
  41. 20a2078c Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  42. 5f56886 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 12 years ago
  43. 28ad585 power/sysrq: fix inconstistent help message of sysrq key by zhangwei(Jovi) · 12 years ago
  44. c26b78a PM / sleep: invalidate TEST_CPUS and TEST_CORE support for freeze state by Zhang Rui · 12 years ago
  45. 08605ac PM / sleep: add TEST_PLATFORM support for freeze state by Zhang Rui · 12 years ago
  46. 0d4a42f Merge tag 'v3.9-rc3' into drm-intel-next-queued by Daniel Vetter · 12 years ago
  47. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  48. f43f627 PM: make VT switching to the suspend console optional v3 by Jesse Barnes · 12 years ago
  49. 957d128 suspend: enable freeze timeout configuration through sys by Li Fei · 12 years ago
  50. 7e73c5a PM: Introduce suspend state PM_SUSPEND_FREEZE by Zhang Rui · 12 years ago
  51. 9f3b795 driver-core: constify data for class_find_device() by Michał Mirosław · 12 years ago
  52. ed1ac6e PM: don't use [delayed_]work_pending() by Tejun Heo · 12 years ago
  53. d206e09 Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  54. 170bb4c Merge branch 'pm-sleep' by Rafael J. Wysocki · 12 years ago
  55. 8316bd7 PM / Hibernate: use rb_entry by Davidlohr Bueso · 12 years ago
  56. 883ee4f PM / sysfs: replace strict_str* with kstrto* by Daniel Walter · 12 years ago
  57. 5d8f72b freezer: change ptrace_stop/do_signal_stop to use freezable_schedule() by Oleg Nesterov · 12 years ago
  58. 5efbe42 PM / QoS: Introduce request and constraint data types for PM QoS flags by Rafael J. Wysocki · 12 years ago
  59. 87a2337 Merge branch 'pm-qos' by Rafael J. Wysocki · 12 years ago
  60. d6a56ae Merge branch 'pm-sleep' by Rafael J. Wysocki · 12 years ago
  61. bbdc18a properly __init-annotate pm_sysrq_init() by Jan Beulich · 12 years ago
  62. c6a57bf PM / QoS: Add return code to pm_qos_get_value function. by Luis Gonzalez Fernandez · 12 years ago
  63. 77f827d PM / Domains: Add power off/on function for system core suspend stage by Rafael J. Wysocki · 12 years ago
  64. 5834ec3 PM / Freezer: Fix small typo "regrigerator" by Sedat Dilek · 12 years ago
  65. 300d373 Revert "NMI watchdog: fix for lockup detector breakage on resume" by Rafael J. Wysocki · 12 years ago
  66. 45226e9 NMI watchdog: fix for lockup detector breakage on resume by Sameer Nanda · 12 years ago
  67. 7100e50 Merge tag 'pm-for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  68. eea03c2 Make wait_for_device_probe() also do scsi_complete_async_scans() by Linus Torvalds · 12 years ago
  69. 11388c8 PM / Sleep: Require CAP_BLOCK_SUSPEND to use wake_lock/wake_unlock by Rafael J. Wysocki · 12 years ago
  70. d8150d3 PM / Hibernate: Print hibernation/thaw progress indicator one line at a time. by Bojan Smojver · 13 years ago
  71. b2df1d4 PM / Sleep: Separate printing suspend times from initcall_debug by Rafael J. Wysocki · 13 years ago
  72. 4b7760b PM / Sleep: add knob for printing device resume times by Sameer Nanda · 13 years ago
  73. 443772d4 ftrace: Disable function tracing during suspend/resume and hibernation, again by Srivatsa S. Bhat · 13 years ago
  74. 62c552c PM / Hibernate: Enable suspend to both for in-kernel hibernation. by Bojan Smojver · 13 years ago
  75. 2df83fa PM / Hibernate: Use get_gendisk to verify partition if resume_file is integer format by Minho Ban · 13 years ago
  76. 4e585d2 PM / Sleep: User space wakeup sources garbage collector Kconfig option by Rafael J. Wysocki · 13 years ago
  77. c73893e PM / Sleep: Make the limit of user space wakeup sources configurable by Rafael J. Wysocki · 13 years ago
  78. 040e5bf PM / Sleep: Fix a mistake in a conditional in autosleep_store() by Arve Hjønnevåg · 13 years ago
  79. b86ff982 PM / Sleep: Add user space interface for manipulating wakeup sources, v3 by Rafael J. Wysocki · 13 years ago
  80. 5585094 PM / Sleep: Add "prevent autosleep time" statistics to wakeup sources by Rafael J. Wysocki · 13 years ago
  81. 7483b4a PM / Sleep: Implement opportunistic sleep, v2 by Rafael J. Wysocki · 13 years ago
  82. 5a21d48 PM / Hibernate: Hibernate/thaw fixes/improvements by Bojan Smojver · 13 years ago
  83. f8262d4 PM / Hibernate: fix the number of pages used for hibernate/thaw buffering by Bojan Smojver · 13 years ago
  84. c4772d1 PM / QoS: add pm_qos_update_request_timeout() API by MyungJoo Ham · 13 years ago
  85. 247bc03 PM / Sleep: Mitigate race between the freezer and request_firmware() by Rafael J. Wysocki · 13 years ago
  86. 1e73203 PM / Sleep: Move disabling of usermode helpers to the freezer by Rafael J. Wysocki · 13 years ago
  87. 7b5179a PM / Hibernate: Disable usermode helpers right before freezing tasks by Rafael J. Wysocki · 13 years ago
  88. c7c66c0 Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  89. 0de9a1e power: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  90. ed819e3 Merge branch 'pm-qos' by Rafael J. Wysocki · 13 years ago
  91. 37f08be PM / Freezer: Remove references to TIF_FREEZE in comments by Marcos Paulo de Souza · 13 years ago
  92. 05b4877 PM / Hibernate: Enable usermodehelpers in hibernate() error path by Srivatsa S. Bhat · 13 years ago
  93. 69f1d47 PM / Hibernate: print physical addresses consistently with other parts of kernel by Bjorn Helgaas · 13 years ago
  94. bc25cf5 PM / Sleep: Drop suspend_stats_update() by Rafael J. Wysocki · 13 years ago
  95. 93e1ee4 PM / Sleep: Make enter_state() in kernel/power/suspend.c static by Rafael J. Wysocki · 13 years ago
  96. 55ae451 PM / Sleep: Unify kerneldoc comments in kernel/power/suspend.c by Rafael J. Wysocki · 13 years ago
  97. 6f585f7 PM / Sleep: Remove unnecessary label from suspend_freeze_processes() by Rafael J. Wysocki · 13 years ago
  98. 6c83b48 PM / Sleep: Do not check wakeup too often in try_to_freeze_tasks() by Rafael J. Wysocki · 13 years ago
  99. a9b542e PM / QoS: unconditionally build the feature by Jean Pihet · 13 years ago
  100. 654b0c9 Merge commit 'pm-fixes-for-3.3-rc3' into pm-qos by Rafael J. Wysocki · 13 years ago