summaryrefslogtreecommitdiffstats
path: root/kernel/power/snapshot.c
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* PM / Hibernate: Fix preallocating of memoryRafael J. Wysocki2010-02-261-1/+1
* PM / Hibernate: Remove trailing space in messageFrans Pop2010-02-261-1/+1
* mm: don't use alloc_bootmem_low() where not strictly neededJan Beulich2009-09-221-1/+1
* PM: Trivial fixesWu Fengguang2009-09-141-2/+2
* PM / Hibernate / Memory hotplug: Always use for_each_populated_zone()Gerald Schaefer2009-09-141-6/+6
* PM/Hibernate: Do not try to allocate too much memory too hard (rev. 2)Rafael J. Wysocki2009-09-141-4/+39
* PM/Hibernate: Do not release preallocated memory unnecessarily (rev. 2)Rafael J. Wysocki2009-09-141-67/+135
* PM/Hibernate: Rework shrinking of memoryRafael J. Wysocki2009-09-141-47/+158
* PM/Hibernate: Move memory shrinking to snapshot.c (rev. 2)Rafael J. Wysocki2009-06-121-2/+78
* mm: introduce for_each_populated_zone() macroKOSAKI Motohiro2009-04-011-6/+3Star
* Hibernate: Replace unnecessary evaluation of pfn_to_page()Rafael J. Wysocki2008-12-191-1/+1
* Hibernate: Take overlapping zones into account (rev. 2)Rafael J. Wysocki2008-12-191-159/+166
* Hibernate: Do not oops on resume if image data are incorrectRafael J. Wysocki2008-12-191-11/+32
* pm: hibernation: simplify memory bitmapAkinobu Mita2008-07-241-67/+21Star
* Hibernation: Fix mark_nosave_pages()Rafael J. Wysocki2008-03-121-7/+34
* Hibernation: Handle DEBUG_PAGEALLOC on x86Rafael J. Wysocki2008-02-211-13/+29
* Page allocator: clean up pcp draining functionsChristoph Lameter2008-02-051-2/+2
* Hibernation: Update messagesRafael J. Wysocki2008-02-021-11/+12
* Hibernation: Move function prototypes to headerAdrian Bunk2008-02-021-1/+0Star
* Hibernation: Introduce SNAPSHOT_GET_IMAGE_SIZE ioctlRafael J. Wysocki2008-02-021-1/+6
* trivial copy_data_pages() tidy upFengguang Wu2007-10-201-4/+5
* Hibernation: Arbitrary boot kernel support - generic codeRafael J. Wysocki2007-10-181-18/+35
* Hibernation: do not try to mark invalid PFNs as nosaveRafael J. Wysocki2007-08-121-1/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-05-091-3/+9
|\
| * [POWERPC] swsusp: Introduce register_nosave_region_lateJohannes Berg2007-05-091-3/+9
* | swsusp: clean up printkAndrew Morton2007-05-091-1/+1
|/
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0Star
* swsusp: use GFP_KERNEL for creating basic data structuresRafael J. Wysocki2007-05-071-4/+4
* swsusp: do not use page flagsRafael J. Wysocki2007-05-071-16/+234
* swsusp: use inline functions for changing page flagsRafael J. Wysocki2007-05-071-23/+25
* [PATCH] x86: Move swsusp __pa() dependent code to arch portionVivek Goyal2007-05-021-11/+0Star
* [PATCH] Use ZVC for free_pagesChristoph Lameter2007-02-111-2/+2
* [PATCH] swsusp: Fix labelsRafael J. Wysocki2006-12-071-4/+4
* [PATCH] swsusp: Fix coding style in suspend.cRafael J. Wysocki2006-12-071-1/+2
* [PATCH] swsusp: Improve handling of highmemRafael J. Wysocki2006-12-071-214/+637
* [PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn2006-10-021-5/+5
* [PATCH] swsusp: Use memory bitmaps during resumeRafael J. Wysocki2006-09-261-234/+182Star
* [PATCH] swsusp: Introduce memory bitmapsRafael J. Wysocki2006-09-261-66/+536
* [PATCH] swsusp: Introduce some helpful constantsRafael J. Wysocki2006-09-261-9/+15
* [PATCH] Change the name of pagedir_nosaveRafael J. Wysocki2006-09-261-12/+14
* [PATCH] swsusp: Fix alloc_pagedirRafael J. Wysocki2006-09-261-15/+17
* [PATCH] swsusp: Reorder memory-allocating functionsRafael J. Wysocki2006-09-261-40/+53
* [PATCH] swsusp: Fix mark_free_pagesRafael J. Wysocki2006-09-261-14/+13Star
* [PATCH] swsusp: struct snapshot_handle cleanupRafael J. Wysocki2006-09-261-20/+20
* [PATCH] swsusp: clean up browsing of pfnsRafael J. Wysocki2006-09-261-30/+32
* [PATCH] swsusp: read speedupAndrew Morton2006-09-261-3/+8
* [PATCH] swsusp: do not use memcpy for snapshotting memoryRafael J. Wysocki2006-07-101-2/+8
* Revert "swsusp special saveable pages support" commitsLinus Torvalds2006-06-261-108/+4Star
* [PATCH] swsusp: use less memory during resumeRafael J. Wysocki2006-06-231-57/+84