| Commit message (Expand) | Author | Age |
* | PM / hibernate: Fix user space driven resume regression | Rafael J. Wysocki | 2013-09-30 |
* | Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-09-12 |
|\ |
|
| * | Merge branch 'acpi-hotplug' | Rafael J. Wysocki | 2013-09-10 |
| |\ |
|
| | * | PM / hibernate / memory hotplug: Rework mutual exclusion | Rafael J. Wysocki | 2013-08-30 |
| | * | PM / hibernate: Create memory bitmaps after freezing user space | Rafael J. Wysocki | 2013-08-30 |
* | | | mm: use zone_end_pfn() instead of zone_start_pfn+spanned_pages | Xishi Qiu | 2013-09-11 |
* | | | Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2013-09-04 |
|\ \ \
| |/ /
|/| | |
|
| * | | x86, asmlinkage, power: Make various symbols used by the suspend asm code vis... | Andi Kleen | 2013-08-06 |
* | | | Merge branch 'pm-sleep' | Rafael J. Wysocki | 2013-08-26 |
|\ \ \
| |_|/
|/| | |
|
| * | | PM / Sleep: increase ftrace coverage in suspend/resume | Brandt, Todd E | 2013-07-25 |
* | | | PM / QoS: Fix workqueue deadlock when using pm_qos_update_request_timeout() | Stephen Boyd | 2013-08-13 |
| |/
|/| |
|
* | | freezer: set PF_SUSPEND_TASK flag on tasks that call freeze_processes | Colin Cross | 2013-07-30 |
|/ |
|
* | PM / Sleep: avoid 'autosleep' in shutdown progress | Liu ShuoX | 2013-07-14 |
* | Merge branch 'akpm' (updates from Andrew Morton) | Linus Torvalds | 2013-07-03 |
|\ |
|
| * | mm: use totalram_pages instead of num_physpages at runtime | Jiang Liu | 2013-07-03 |
* | | Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-07-03 |
|\ \
| |/
|/| |
|
| * | Merge branch 'pm-assorted' | Rafael J. Wysocki | 2013-06-29 |
| |\ |
|
| | * | PM / Sleep: Warn about system time after resume with pm_trace | Shuah Khan | 2013-06-27 |
| * | | Merge branch 'pm-assorted' | Rafael J. Wysocki | 2013-06-28 |
| |\| |
|
| | * | PM / QoS: Add pm_qos_request tracepoints | Sahara | 2013-06-24 |
| | * | PM / QoS: Add pm_qos_update_target/flags tracepoints | Sahara | 2013-06-24 |
| | * | PM / Sleep: Print last wakeup source on failed wakeup_count write | Julius Werner | 2013-06-20 |
| | * | PM / QoS: correct the valid range of pm_qos_class | Sahara | 2013-06-20 |
| | * | PM / wakeup: Adjust messaging for wake events during suspend | Bernie Thompson | 2013-06-11 |
| | * | PM / Hibernate: print physical addresses consistently with other parts of kernel | Bjorn Helgaas | 2013-06-03 |
| * | | freezer: shorten freezer sleep time using exponential backoff | Colin Cross | 2013-05-12 |
| |/ |
|
* | | Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2013-07-02 |
|\ \ |
|
| * | | workqueues: Introduce new flag WQ_POWER_EFFICIENT for power oriented workqueues | Viresh Kumar | 2013-05-14 |
| |/ |
|
* / | Finally eradicate CONFIG_HOTPLUG | Stephen Rothwell | 2013-06-03 |
|/ |
|
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2013-05-02 |
|\ |
|
| * | Merge tag 'v3.9-rc3' into drm-intel-next-queued | Daniel Vetter | 2013-03-19 |
| |\ |
|
| * | | PM: make VT switching to the suspend console optional v3 | Jesse Barnes | 2013-02-19 |
* | | | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 2013-04-30 |
|\ \ \ |
|
| * | | | power/sysrq: fix inconstistent help message of sysrq key | zhangwei(Jovi) | 2013-04-30 |
| | |/
| |/| |
|
* | | | PM / sleep: invalidate TEST_CPUS and TEST_CORE support for freeze state | Zhang Rui | 2013-04-05 |
* | | | PM / sleep: add TEST_PLATFORM support for freeze state | Zhang Rui | 2013-04-05 |
|/ / |
|
* | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-02-21 |
|\ \ |
|
| * | | driver-core: constify data for class_find_device() | Michał Mirosław | 2013-02-06 |
| |/ |
|
* | | suspend: enable freeze timeout configuration through sys | Li Fei | 2013-02-09 |
* | | PM: Introduce suspend state PM_SUSPEND_FREEZE | Zhang Rui | 2013-02-09 |
* | | PM: don't use [delayed_]work_pending() | Tejun Heo | 2013-01-25 |
|/ |
|
* | Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2012-12-12 |
|\ |
|
| * | freezer: change ptrace_stop/do_signal_stop to use freezable_schedule() | Oleg Nesterov | 2012-10-26 |
* | | Merge branch 'pm-sleep' | Rafael J. Wysocki | 2012-11-29 |
|\ \ |
|
| * | | PM / Hibernate: use rb_entry | Davidlohr Bueso | 2012-11-14 |
| * | | PM / sysfs: replace strict_str* with kstrto* | Daniel Walter | 2012-11-14 |
| |/ |
|
* / | PM / QoS: Introduce request and constraint data types for PM QoS flags | Rafael J. Wysocki | 2012-10-22 |
|/ |
|
* | Merge branch 'pm-qos' | Rafael J. Wysocki | 2012-09-17 |
|\ |
|
| * | PM / QoS: Add return code to pm_qos_get_value function. | Luis Gonzalez Fernandez | 2012-09-07 |
* | | Merge branch 'pm-sleep' | Rafael J. Wysocki | 2012-09-17 |
|\ \ |
|