string: factorize skip_spaces and export it to be generally available
[safe/jmp/linux-2.6] / kernel / power / snapshot.c
2009-09-22 Jan Beulichmm: don't use alloc_bootmem_low() where not strictly...
2009-09-14 Wu FengguangPM: Trivial fixes
2009-09-14 Gerald SchaeferPM / Hibernate / Memory hotplug: Always use for_each_po...
2009-09-14 Rafael J. WysockiPM/Hibernate: Do not try to allocate too much memory...
2009-09-14 Rafael J. WysockiPM/Hibernate: Do not release preallocated memory unnece...
2009-09-14 Rafael J. WysockiPM/Hibernate: Rework shrinking of memory
2009-06-12 Rafael J. WysockiPM/Hibernate: Move memory shrinking to snapshot.c ...
2009-04-01 KOSAKI Motohiromm: introduce for_each_populated_zone() macro
2008-12-19 Rafael J. WysockiHibernate: Replace unnecessary evaluation of pfn_to_page()
2008-12-19 Rafael J. WysockiHibernate: Take overlapping zones into account (rev. 2)
2008-12-19 Rafael J. WysockiHibernate: Do not oops on resume if image data are...
2008-07-24 Akinobu Mitapm: hibernation: simplify memory bitmap
2008-03-12 Rafael J. WysockiHibernation: Fix mark_nosave_pages()
2008-02-21 Rafael J. WysockiHibernation: Handle DEBUG_PAGEALLOC on x86
2008-02-05 Christoph LameterPage allocator: clean up pcp draining functions
2008-02-01 Rafael J. WysockiHibernation: Update messages
2008-02-01 Adrian BunkHibernation: Move function prototypes to header
2008-02-01 Rafael J. WysockiHibernation: Introduce SNAPSHOT_GET_IMAGE_SIZE ioctl
2007-10-20 Fengguang Wutrivial copy_data_pages() tidy up
2007-10-18 Rafael J. WysockiHibernation: Arbitrary boot kernel support - generic...
2007-08-11 Rafael J. WysockiHibernation: do not try to mark invalid PFNs as nosave
2007-05-09 Linus TorvaldsMerge branch 'master' of git://git./linux/kernel/git...
2007-05-09 Andrew Mortonswsusp: clean up printk
2007-05-09 Johannes Berg[POWERPC] swsusp: Introduce register_nosave_region_late
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-05-07 Rafael J. Wysockiswsusp: use GFP_KERNEL for creating basic data structures
2007-05-07 Rafael J. Wysockiswsusp: do not use page flags
2007-05-07 Rafael J. Wysockiswsusp: use inline functions for changing page flags
2007-05-02 Vivek Goyal[PATCH] x86: Move swsusp __pa() dependent code to arch...
2007-02-11 Christoph Lameter[PATCH] Use ZVC for free_pages
2006-12-07 Rafael J. Wysocki[PATCH] swsusp: Fix labels
2006-12-07 Rafael J. Wysocki[PATCH] swsusp: Fix coding style in suspend.c
2006-12-07 Rafael J. Wysocki[PATCH] swsusp: Improve handling of highmem
2006-10-02 Serge E. Hallyn[PATCH] namespaces: utsname: use init_utsname when...
2006-09-26 Rafael J. Wysocki[PATCH] swsusp: Use memory bitmaps during resume
2006-09-26 Rafael J. Wysocki[PATCH] swsusp: Introduce memory bitmaps
2006-09-26 Rafael J. Wysocki[PATCH] swsusp: Introduce some helpful constants
2006-09-26 Rafael J. Wysocki[PATCH] Change the name of pagedir_nosave
2006-09-26 Rafael J. Wysocki[PATCH] swsusp: Fix alloc_pagedir
2006-09-26 Rafael J. Wysocki[PATCH] swsusp: Reorder memory-allocating functions
2006-09-26 Rafael J. Wysocki[PATCH] swsusp: Fix mark_free_pages
2006-09-26 Rafael J. Wysocki[PATCH] swsusp: struct snapshot_handle cleanup
2006-09-26 Rafael J. Wysocki[PATCH] swsusp: clean up browsing of pfns
2006-09-26 Andrew Morton[PATCH] swsusp: read speedup
2006-07-10 Rafael J. Wysocki[PATCH] swsusp: do not use memcpy for snapshotting...
2006-06-26 Linus TorvaldsRevert "swsusp special saveable pages support" commits
2006-06-23 Rafael J. Wysocki[PATCH] swsusp: use less memory during resume
2006-06-23 Adrian Bunk[PATCH] kernel/power/snapshot.c: cleanups
2006-06-23 Shaohua Li[PATCH] swsusp: add architecture special saveable pages...
2006-04-19 Rafael J. Wysocki[PATCH] swsusp: prevent possible image corruption on...
2006-03-23 Shaohua Li[PATCH] swsusp: drain high mem pages
2006-03-23 Pavel Machek[PATCH] suspend: make progress printing prettier
2006-03-23 Rafael J. Wysocki[PATCH] swsusp: userland interface
2006-03-23 Rafael J. Wysocki[PATCH] swsusp: low level interface
2006-02-15 Andrew Morton[PATCH] swsusp: nuke noisy message
2006-01-06 Rafael J. Wysocki[PATCH] swsusp: fix enough_free_mem
2006-01-06 Rafael J. Wysocki[PATCH] swsusp: improve freeing of memory
2006-01-06 Rafael J. Wysocki[PATCH] swsusp: introduce the swap map structure
2005-11-09 Rafael J. Wysocki[PATCH] swsusp: rework swsusp_suspend
2005-11-09 Rafael J. Wysocki[PATCH] swsusp: simplify pagedir relocation
2005-11-09 Rafael J. Wysocki[PATCH] swsusp: reduce code duplication
2005-11-07 Pavel Machek[PATCH] swsusp cleanups
2005-10-31 Rafael J. Wysocki[PATCH] swsusp: get rid of unnecessary wrapper function
2005-10-31 Pavel Machek[PATCH] swsusp: cleanups
2005-10-31 Pavel Machek[PATCH] swsusp: remove unneccessary includes
2005-10-31 Rafael J. Wysocki[PATCH] swsusp: rework memory freeing on resume
2005-10-31 Rafael J. Wysocki[PATCH] swsusp: reduce the use of global variables
2005-10-31 Rafael J. Wysocki[PATCH] swsusp: move snapshot functionality to separate...