Age | Commit message (Expand) | Author | Files | Lines |
2007-07-19 | PM: Reduce code duplication between main.c and user.c | Rafael J. Wysocki | 1 | -33/+5 |
2007-07-19 | PM: introduce hibernation and suspend notifiers | Rafael J. Wysocki | 1 | -3/+8 |
2007-07-19 | swsusp: introduce restore platform operations | Rafael J. Wysocki | 1 | -1/+1 |
2007-07-19 | swsusp: remove code duplication between disk.c and user.c | Rafael J. Wysocki | 1 | -89/+7 |
2007-07-19 | swsusp: remove incorrect code from user.c | Rafael J. Wysocki | 1 | -13/+4 |
2007-06-17 | swsusp: Fix userland interface | Rafael J. Wysocki | 1 | -1/+3 |
2007-05-09 | PM: Separate hibernation code from suspend code | Rafael J. Wysocki | 1 | -7/+6 |
2007-05-07 | swsusp: fix snapshot_release | Rafael J. Wysocki | 1 | -1/+0 |
2007-05-07 | swsusp: use rbtree for tracking allocated swap | Rafael J. Wysocki | 1 | -17/+5 |
2007-05-07 | swsusp: use GFP_KERNEL for creating basic data structures | Rafael J. Wysocki | 1 | -5/+5 |
2007-05-07 | swsusp: fix error paths in snapshot_open | Rafael J. Wysocki | 1 | -4/+6 |
2007-05-07 | swsusp: do not use page flags | Rafael J. Wysocki | 1 | -0/+4 |
2007-03-27 | [PATCH] Revert "swsusp: disable nonboot CPUs before entering platform suspend" | Rafael J. Wysocki | 1 | -2/+1 |
2007-03-23 | [PATCH] swsusp: Fix SNAPSHOT_S2RAM ioctl | Rafael J. Wysocki | 1 | -3/+6 |
2007-03-17 | [PATCH] swsusp: disable nonboot CPUs before entering platform suspend | Rafael J. Wysocki | 1 | -1/+2 |
2007-02-11 | [PATCH] swsusp: Change pm_ops handling by userland interface | Rafael J. Wysocki | 1 | -12/+59 |
2007-02-11 | [PATCH] swsusp-change-code-ordering-in-userc-sanity | Andrew Morton | 1 | -2/+2 |
2007-02-11 | [PATCH] swsusp: Change code ordering in user.c | Rafael J. Wysocki | 1 | -34/+58 |
2007-01-06 | [PATCH] swsusp: Do not fail if resume device is not set | Rafael J. Wysocki | 1 | -3/+4 |
2006-12-07 | [PATCH] struct seq_operations and struct file_operations constification | Helge Deller | 1 | -1/+1 |
2006-12-07 | [PATCH] swsusp: Fix labels | Rafael J. Wysocki | 1 | -1/+1 |
2006-12-07 | [PATCH] convert pm_sem to a mutex | Stephen Hemminger | 1 | -12/+12 |
2006-12-07 | [PATCH] Add include/linux/freezer.h and move definitions from sched.h | Nigel Cunningham | 1 | -0/+1 |
2006-12-07 | [PATCH] swsusp: Improve handling of highmem | Rafael J. Wysocki | 1 | -1/+1 |
2006-12-07 | [PATCH] swsusp: add ioctl for swap files support | Rafael J. Wysocki | 1 | -0/+31 |
2006-12-07 | [PATCH] swsusp: use block device offsets to identify swap locations | Rafael J. Wysocki | 1 | -3/+4 |
2006-12-07 | [PATCH] swsusp: use partition device and offset to identify swap areas | Rafael J. Wysocki | 1 | -2/+3 |
2006-12-07 | [PATCH] uswsusp: add pmops->{prepare,enter,finish} support (aka "platform mode") | Stefan Seyfried | 1 | -0/+28 |
2006-10-11 | [PATCH] swsusp: Use suspend_console | Rafael J. Wysocki | 1 | -1/+7 |
2006-10-07 | [PATCH] swsusp: Make userland suspend work on SMP again | Rafael J. Wysocki | 1 | -1/+1 |
2006-09-26 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 1 | -1/+1 |
2006-09-26 | [PATCH] swsusp: Use memory bitmaps during resume | Rafael J. Wysocki | 1 | -0/+1 |
2006-09-26 | [PATCH] Disable CPU hotplug during suspend | Rafael J. Wysocki | 1 | -5/+9 |
2006-09-26 | PM: issue PM_EVENT_PRETHAW | David Brownell | 1 | -1/+1 |
2006-03-23 | [PATCH] swsusp: add s2ram ioctl to userland interface | Luca Tettamanti | 1 | -0/+36 |
2006-03-23 | [PATCH] swsusp: let userland tools switch console on suspend | Rafael J. Wysocki | 1 | -3/+0 |
2006-03-23 | [PATCH] swsusp: freeze user space processes first | Rafael J. Wysocki | 1 | -1/+0 |
2006-03-23 | [PATCH] swsusp: userland interface | Rafael J. Wysocki | 1 | -0/+301 |