| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [PATCH] swsusp: drain high mem pages | Shaohua Li | 2006-03-23 | 1 | -0/+1 |
* | [PATCH] suspend: make progress printing prettier | Pavel Machek | 2006-03-23 | 1 | -2/+3 |
* | [PATCH] swsusp: freeze user space processes first | Rafael J. Wysocki | 2006-03-23 | 3 | -17/+46 |
* | [PATCH] swsusp: userland interface | Rafael J. Wysocki | 2006-03-23 | 4 | -5/+321 |
* | [PATCH] swsusp: documentation updates | Pavel Machek | 2006-03-23 | 1 | -1/+1 |
* | [PATCH] kernel/power: move externs to header files | Randy Dunlap | 2006-03-23 | 2 | -12/+5 |
* | [PATCH] swsusp: separate swap-writing/reading code | Rafael J. Wysocki | 2006-03-23 | 4 | -564/+581 |
* | [PATCH] swsusp: low level interface | Rafael J. Wysocki | 2006-03-23 | 4 | -488/+599 |
* | [PATCH] revert "swsusp: fix breakage with swap on lvm" | Andrew Morton | 2006-03-23 | 1 | -1/+3 |
* | [PATCH] swsusp: fix breakage with swap on LVM | Rafael J. Wysocki | 2006-02-17 | 1 | -3/+1 |
* | [PATCH] swsusp: nuke noisy message | Andrew Morton | 2006-02-15 | 1 | -3/+1 |
* | [PATCH] Fix build failure in recent pm_prepare_* changes. | Rafael J. Wysocki | 2006-02-07 | 2 | -17/+3 |
* | [PATCH] swsusp: kill unneeded/unbalanced bio_get | Pavel Machek | 2006-02-07 | 1 | -4/+2 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2006-02-01 | 2 | -10/+3 |
|\ |
|
| *-----. | [ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi bran... | Len Brown | 2006-01-24 | 2 | -10/+3 |
| |\ \ \ \ |
|
| | | | | * | [ACPI] SMP S3 resume: evaluate _WAK after INIT | David Shaohua Li | 2005-11-30 | 1 | -2/+2 |
| | | | |/ |
|
| | | * | | [ACPI] fix reboot upon suspend-to-disk | Alexey Starikovskiy | 2005-12-15 | 1 | -8/+1 |
| | | |/ |
|
* | | | | [PATCH] swsusp: do not change log level during suspend/resume | Rafael J. Wysocki | 2006-02-01 | 2 | -11/+6 |
* | | | | [PATCH] swsusp: use bytes as image size units | Rafael J. Wysocki | 2006-02-01 | 3 | -9/+9 |
|/ / / |
|
* | | | SOFTWARE_SUSPEND: fix a typo in the dependencies | Adrian Bunk | 2006-01-15 | 1 | -1/+1 |
|/ / |
|
* | | [PATCH] swsusp: save image header first | Rafael J. Wysocki | 2006-01-06 | 2 | -126/+65 |
* | | [PATCH] swsusp: improve handling of swap partitions | Rafael J. Wysocki | 2006-01-06 | 1 | -92/+36 |
* | | [PATCH] swsusp: make image size limit tunable | Rafael J. Wysocki | 2006-01-06 | 3 | -6/+31 |
* | | [PATCH] swsusp: limit image size | Rafael J. Wysocki | 2006-01-06 | 2 | -14/+11 |
* | | [PATCH] swsusp: Drop duplicate prototypes | Pavel Machek | 2006-01-06 | 1 | -3/+0 |
* | | [PATCH] swsusp: fix enough_free_mem | Rafael J. Wysocki | 2006-01-06 | 1 | -2/+8 |
* | | [PATCH] swsusp: improve freeing of memory | Rafael J. Wysocki | 2006-01-06 | 4 | -36/+125 |
* | | [PATCH] swsusp: introduce the swap map structure | Rafael J. Wysocki | 2006-01-06 | 4 | -176/+417 |
* | | [PATCH] swsusp: remove encryption | Rafael J. Wysocki | 2006-01-06 | 1 | -159/+4 |
* | | [PATCH] swsusp: resume_store() retval fix | Andrew Morton | 2006-01-06 | 1 | -18/+16 |
|/ |
|
* | [PATCH] fix swsusp on machines not supporting S4 | Pavel Machek | 2005-11-29 | 1 | -5/+16 |
* | [PATCH] move pm_register/etc. to CONFIG_PM_LEGACY, pm_legacy.h | Jeff Garzik | 2005-11-13 | 3 | -1/+12 |
* | [PATCH] swsusp: rework swsusp_suspend | Rafael J. Wysocki | 2005-11-09 | 3 | -49/+47 |
* | [PATCH] swsusp: simplify pagedir relocation | Rafael J. Wysocki | 2005-11-09 | 3 | -53/+28 |
* | [PATCH] swsusp: reduce code duplication | Rafael J. Wysocki | 2005-11-09 | 3 | -70/+52 |
* | [PATCH] sleep: Fix oops in enter_state | Pavel Machek | 2005-11-09 | 1 | -1/+1 |
* | [PATCH] swsusp: remove unused variable | Pavel Machek | 2005-11-07 | 1 | -8/+1 |
* | [PATCH] swsusp cleanups | Pavel Machek | 2005-11-07 | 2 | -28/+27 |
* | [PATCH] introduce .valid callback for pm_ops | Shaohua Li | 2005-10-30 | 1 | -1/+4 |
* | [PATCH] swsusp: two simplifications | Rafael J. Wysocki | 2005-10-30 | 2 | -7/+3 |
* | [PATCH] swsusp: get rid of unnecessary wrapper function | Rafael J. Wysocki | 2005-10-30 | 1 | -7/+1 |
* | [PATCH] swsusp: cleanups | Pavel Machek | 2005-10-30 | 1 | -12/+10 |
* | [PATCH] swsusp: remove unneccessary includes | Pavel Machek | 2005-10-30 | 2 | -31/+3 |
* | [PATCH] swsusp: rework memory freeing on resume | Rafael J. Wysocki | 2005-10-30 | 4 | -83/+45 |
* | [PATCH] swsusp: reduce the use of global variables | Rafael J. Wysocki | 2005-10-30 | 3 | -43/+43 |
* | [PATCH] swsusp: move snapshot functionality to separate file | Rafael J. Wysocki | 2005-10-30 | 4 | -437/+486 |
* | [PATCH] swsusp: rework image freeing | Rafael J. Wysocki | 2005-10-30 | 1 | -84/+75 |
* | [PATCH] core remove PageReserved | Nick Piggin | 2005-10-29 | 1 | -9/+16 |
* | [PATCH] gfp_t: kernel/* | Al Viro | 2005-10-28 | 1 | -1/+1 |
* | [PATCH] x86_64: Set up safe page tables during resume | Rafael J. Wysocki | 2005-10-10 | 1 | -3/+4 |