linux-kernel-test/kernel/power
Rafael J. Wysocki 351619baf9 [PATCH] swsusp: rework image freeing
The following patch makes swsusp use PG_nosave and PG_nosave_free flags to
mark pages that should be freed after the state of the system has been
restored from the image (or in case of an error during suspend).

This allows us to avoid storing metadata in swap twice and to reduce the
amount of memory needed by swsusp.   Additionally, it allows us to simplify
the code by removing a couple of functions that are no longer necessary.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-10-30 17:37:14 -08:00
..
console.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
disk.c [PATCH] suspend: cleanup calling of power off methods. 2005-09-22 22:17:33 -07:00
Kconfig [PATCH] SOFTWARE_SUSPEND needs HOTPLUG_CPU on SMP 2005-09-22 22:17:34 -07:00
main.c [PATCH] pm: clean up /sys/power/disk 2005-09-05 00:06:18 -07:00
Makefile [PATCH] suspend/resume SMP support 2005-06-25 16:24:32 -07:00
pm.c [PATCH] introduce and use kzalloc 2005-09-07 16:57:45 -07:00
power.h [PATCH] swsusp: avoid problems if there are too many pages to save 2005-09-28 07:46:41 -07:00
poweroff.c [PATCH] Use kernel_power_off in sysrq-o 2005-07-26 14:35:43 -07:00
process.c [PATCH] pm: fix process freezing 2005-09-05 00:06:17 -07:00
smp.c [PATCH] Address BUG: using smp_processor_id() in preemptible [00000001] code 2005-07-27 16:25:50 -07:00
swsusp.c [PATCH] swsusp: rework image freeing 2005-10-30 17:37:14 -08:00