| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] swsusp: Do not fail if resume device is not set | Rafael J. Wysocki | 2007-01-05 | 2 | -7/+9 |
* | Pull bugfix into test branch | Len Brown | 2006-12-16 | 2 | -4/+6 |
|\ |
|
| * | ACPI: S4: Use "platform" rather than "shutdown" mode by default | Rafael J. Wysocki | 2006-11-01 | 2 | -4/+6 |
* | | Driver core: deprecate PM_LEGACY, default it to N | David Brownell | 2006-12-13 | 1 | -4/+5 |
* | | [PATCH] PM: Fix SMP races in the freezer | Rafael J. Wysocki | 2006-12-13 | 1 | -7/+10 |
* | | [PATCH] PM: Fix freezing of stopped tasks | Rafael J. Wysocki | 2006-12-13 | 1 | -6/+6 |
* | | [PATCH] struct seq_operations and struct file_operations constification | Helge Deller | 2006-12-07 | 1 | -1/+1 |
* | | [PATCH] Export pm_suspend for the shared APM emulation | Ralf Baechle | 2006-12-07 | 1 | -1/+2 |
* | | [PATCH] swsusp: kill write-only variable | Pavel Machek | 2006-12-07 | 1 | -3/+1 |
* | | [PATCH] PM: Fix swsusp debug mode testproc | Rafael J. Wysocki | 2006-12-07 | 1 | -1/+1 |
* | | [PATCH] swsusp: Fix labels | Rafael J. Wysocki | 2006-12-07 | 5 | -11/+11 |
* | | [PATCH] swsusp: Fix coding style in suspend.c | Rafael J. Wysocki | 2006-12-07 | 1 | -1/+2 |
* | | [PATCH] swsusp: Untangle freeze_processes | Rafael J. Wysocki | 2006-12-07 | 1 | -30/+54 |
* | | [PATCH] swsusp: Untangle thaw_processes | Rafael J. Wysocki | 2006-12-07 | 1 | -22/+27 |
* | | [PATCH] convert pm_sem to a mutex | Stephen Hemminger | 2006-12-07 | 4 | -26/+28 |
* | | [PATCH] suspend to disk fails if gdb is suspended with a traced child | Rafael J. Wysocki | 2006-12-07 | 1 | -1/+3 |
* | | [PATCH] swsusp: Measure memory shrinking time | Rafael J. Wysocki | 2006-12-07 | 3 | -22/+39 |
* | | [PATCH] swsusp: Support i386 systems with PAE or without PSE | Rafael J. Wysocki | 2006-12-07 | 1 | -1/+1 |
* | | [PATCH] swsusp: thaw userspace and kernel space separately | Nigel Cunningham | 2006-12-07 | 1 | -7/+18 |
* | | [PATCH] swsusp: clean up whitespace in freezer output | Nigel Cunningham | 2006-12-07 | 1 | -8/+8 |
* | | [PATCH] swsusp: quieten Freezer if !CONFIG_PM_DEBUG | Nigel Cunningham | 2006-12-07 | 1 | -1/+0 |
* | | [PATCH] Add include/linux/freezer.h and move definitions from sched.h | Nigel Cunningham | 2006-12-07 | 4 | -0/+4 |
* | | [PATCH] swsusp: fix platform mode | Stefan Seyfried | 2006-12-07 | 1 | -0/+22 |
* | | [PATCH] swsusp: use __GFP_WAIT | Rafael J. Wysocki | 2006-12-07 | 1 | -3/+3 |
* | | [PATCH] swsusp: Improve handling of highmem | Rafael J. Wysocki | 2006-12-07 | 5 | -239/+671 |
* | | [PATCH] swsusp: add ioctl for swap files support | Rafael J. Wysocki | 2006-12-07 | 2 | -1/+44 |
* | | [PATCH] swsusp: add resume_offset command line parameter | Rafael J. Wysocki | 2006-12-07 | 3 | -5/+26 |
* | | [PATCH] swsusp: use block device offsets to identify swap locations | Rafael J. Wysocki | 2006-12-07 | 4 | -72/+80 |
* | | [PATCH] swsusp: rearrange swap-handling code | Rafael J. Wysocki | 2006-12-07 | 1 | -109/+112 |
* | | [PATCH] swsusp: use partition device and offset to identify swap areas | Rafael J. Wysocki | 2006-12-07 | 2 | -3/+4 |
* | | [PATCH] uswsusp: add pmops->{prepare,enter,finish} support (aka "platform mode") | Stefan Seyfried | 2006-12-07 | 2 | -1/+34 |
* | | WorkStruct: Pass the work_struct pointer instead of context data | David Howells | 2006-11-22 | 1 | -2/+2 |
* | | [PATCH] swsusp: debugging | Rafael J. Wysocki | 2006-11-03 | 1 | -9/+28 |
|/ |
|
* | [PATCH] swsusp: fix memory leaks | Andrew Morton | 2006-10-17 | 1 | -1/+2 |
* | [PATCH] swsusp: Use suspend_console | Rafael J. Wysocki | 2006-10-11 | 2 | -1/+15 |
* | [PATCH] swsusp: Make userland suspend work on SMP again | Rafael J. Wysocki | 2006-10-07 | 1 | -1/+1 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -2/+1 |
* | [PATCH] namespaces: utsname: use init_utsname when appropriate | Serge E. Hallyn | 2006-10-02 | 1 | -5/+5 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2006-09-26 | 4 | -4/+22 |
|\ |
|
| * | PM: no suspend_prepare() phase | David Brownell | 2006-09-25 | 1 | -4/+0 |
| * | PM: add kconfig option for deprecated .../power/state files | David Brownell | 2006-09-25 | 1 | -0/+11 |
| * | PM: issue PM_EVENT_PRETHAW | David Brownell | 2006-09-25 | 3 | -4/+11 |
| * | Suspend infrastructure cleanup and extension | Linus Torvalds | 2006-09-25 | 1 | -0/+4 |
* | | [PATCH] PM: Add pm_trace switch | Rafael J. Wysocki | 2006-09-26 | 1 | -0/+30 |
* | | [PATCH] PM: make it possible to disable console suspending | Rafael J. Wysocki | 2006-09-26 | 1 | -0/+11 |
* | | [PATCH] swsusp: Use memory bitmaps during resume | Rafael J. Wysocki | 2006-09-26 | 4 | -246/+186 |
* | | [PATCH] swsusp: Introduce memory bitmaps | Rafael J. Wysocki | 2006-09-26 | 3 | -70/+540 |
* | | [PATCH] swsusp: Introduce some helpful constants | Rafael J. Wysocki | 2006-09-26 | 1 | -9/+15 |
* | | [PATCH] Change the name of pagedir_nosave | Rafael J. Wysocki | 2006-09-26 | 2 | -14/+14 |
* | | [PATCH] swsusp: Fix alloc_pagedir | Rafael J. Wysocki | 2006-09-26 | 1 | -15/+17 |