| Commit message (Expand) | Author | Age | Files | Lines |
* | power: Fix sizeof(PAGE_SIZE) typo | OGAWA Hirofumi | 2007-05-23 | 1 | -1/+1 |
* | recalc_sigpending_tsk fixes | Roland McGrath | 2007-05-23 | 1 | -1/+1 |
* | freezer: move frozen_process() to kernel/power/process.c | Gautham R Shenoy | 2007-05-23 | 1 | -1/+13 |
* | freezer: take kernel_execve into consideration | Rafael J. Wysocki | 2007-05-23 | 1 | -2/+2 |
* | freezer: fix vfork problem | Rafael J. Wysocki | 2007-05-23 | 1 | -20/+9 |
* | freezer: close potential race between refrigerator and thaw_tasks | Rafael J. Wysocki | 2007-05-23 | 1 | -1/+11 |
* | swsusp: fix sysfs interface | Rafael J. Wysocki | 2007-05-17 | 2 | -3/+4 |
* | Fix ACPI suspend / device suspend ordering problem | Linus Torvalds | 2007-05-16 | 1 | -7/+8 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus... | Linus Torvalds | 2007-05-09 | 1 | -3/+9 |
|\ |
|
| * | [POWERPC] swsusp: Introduce register_nosave_region_late | Johannes Berg | 2007-05-09 | 1 | -3/+9 |
* | | PM: Separate hibernation code from suspend code | Rafael J. Wysocki | 2007-05-09 | 4 | -126/+131 |
* | | swsusp: clean up printk | Andrew Morton | 2007-05-09 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus... | Linus Torvalds | 2007-05-08 | 1 | -2/+2 |
|\ |
|
| * | Merge branch 'linux-2.6' | Paul Mackerras | 2007-05-08 | 9 | -228/+491 |
| |\ |
|
| * | | [POWERPC] powermac: Suspend to disk on G5 | Johannes Berg | 2007-05-07 | 1 | -2/+2 |
* | | | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 3 | -3/+0 |
* | | | freezer: task->exit_state should be treated as bolean | Oleg Nesterov | 2007-05-08 | 1 | -3/+2 |
| |/
|/| |
|
* | | swsusp: free more memory | Rafael J. Wysocki | 2007-05-07 | 2 | -2/+12 |
* | | swsusp: fix snapshot_release | Rafael J. Wysocki | 2007-05-07 | 1 | -1/+0 |
* | | kconfig: mention 'hibernation' not just swsusp | David Brownell | 2007-05-07 | 1 | -3/+8 |
* | | power management: change /sys/power/disk display | Johannes Berg | 2007-05-07 | 1 | -1/+28 |
* | | remove software_suspend() | Johannes Berg | 2007-05-07 | 1 | -14/+7 |
* | | swsusp: use rbtree for tracking allocated swap | Rafael J. Wysocki | 2007-05-07 | 4 | -118/+86 |
* | | swsusp: use GFP_KERNEL for creating basic data structures | Rafael J. Wysocki | 2007-05-07 | 4 | -20/+38 |
* | | swsusp: fix error paths in snapshot_open | Rafael J. Wysocki | 2007-05-07 | 1 | -4/+6 |
* | | swsusp: do not use page flags | Rafael J. Wysocki | 2007-05-07 | 5 | -22/+259 |
* | | swsusp: use inline functions for changing page flags | Rafael J. Wysocki | 2007-05-07 | 1 | -23/+25 |
* | | fix refrigerator() vs thaw_process() race | Oleg Nesterov | 2007-05-07 | 1 | -2/+4 |
* | | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 | Linus Torvalds | 2007-05-05 | 3 | -29/+29 |
|\ \ |
|
| * | | [PATCH] x86-64: do not use virt_to_page on kernel data address | Vivek Goyal | 2007-05-02 | 1 | -15/+27 |
| * | | [PATCH] x86: Move swsusp __pa() dependent code to arch portion | Vivek Goyal | 2007-05-02 | 2 | -14/+2 |
| |/ |
|
* | | remove "struct subsystem" as it is no longer needed | Greg Kroah-Hartman | 2007-05-02 | 3 | -13/+13 |
|/ |
|
* | power management: force pm_ops.valid callback to be assigned | Johannes Berg | 2007-04-30 | 1 | -2/+2 |
* | power management: implement pm_ops.valid for everybody | Johannes Berg | 2007-04-30 | 1 | -0/+13 |
* | power management: remove firmware disk mode | Johannes Berg | 2007-04-30 | 1 | -16/+11 |
* | rework pm_ops pm_disk_mode, kill misuse | Johannes Berg | 2007-04-30 | 2 | -22/+44 |
* | s2ram: add arch irq disable/enable hooks | Johannes Berg | 2007-04-27 | 1 | -3/+15 |
* | [PATCH] swsusp: fix memory shrinker | Rafael J. Wysocki | 2007-04-04 | 1 | -1/+1 |
* | [PATCH] Revert "swsusp: disable nonboot CPUs before entering platform suspend" | Rafael J. Wysocki | 2007-03-27 | 2 | -3/+1 |
* | [PATCH] fix extra BIOS invocation during resume | Pavel Machek | 2007-03-22 | 1 | -8/+0 |
* | [PATCH] swsusp: Fix SNAPSHOT_S2RAM ioctl | Rafael J. Wysocki | 2007-03-22 | 1 | -3/+6 |
* | [PATCH] swsusp: fix suspend when console is in VT_AUTO+KD_GRAPHICS mode | Andrew Johnson | 2007-03-16 | 1 | -1/+9 |
* | [PATCH] swsusp: disable nonboot CPUs before entering platform suspend | Rafael J. Wysocki | 2007-03-16 | 2 | -1/+3 |
* | [PATCH] swsusp: Fix resume error path in platform mode | Rafael J. Wysocki | 2007-03-16 | 1 | -0/+1 |
* | [PATCH] kconfig: Update swsusp description | Rafael J. Wysocki | 2007-03-06 | 1 | -16/+21 |
* | power management: no valid states w/o pm_ops | Johannes Berg | 2007-02-23 | 1 | -1/+4 |
* | [PATCH] swsusp: Change pm_ops handling by userland interface | Rafael J. Wysocki | 2007-02-11 | 1 | -12/+59 |
* | [PATCH] swsusp-change-code-ordering-in-userc-sanity | Andrew Morton | 2007-02-11 | 1 | -2/+2 |
* | [PATCH] swsusp: Change code ordering in user.c | Rafael J. Wysocki | 2007-02-11 | 1 | -34/+58 |
* | [PATCH] swsusp: Change code ordering in disk.c | Rafael J. Wysocki | 2007-02-11 | 1 | -57/+58 |