aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power/snapshot.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-10PM / Hibernate: Snapshot cleanupJiri Slaby1-89/+56
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-26PM / Hibernate: Fix preallocating of memoryRafael J. Wysocki1-1/+1
2010-02-26PM / Hibernate: Remove trailing space in messageFrans Pop1-1/+1
2009-09-22mm: don't use alloc_bootmem_low() where not strictly neededJan Beulich1-1/+1
2009-09-14PM: Trivial fixesWu Fengguang1-2/+2
2009-09-14PM / Hibernate / Memory hotplug: Always use for_each_populated_zone()Gerald Schaefer1-6/+6
2009-09-14PM/Hibernate: Do not try to allocate too much memory too hard (rev. 2)Rafael J. Wysocki1-4/+39
2009-09-14PM/Hibernate: Do not release preallocated memory unnecessarily (rev. 2)Rafael J. Wysocki1-67/+135
2009-09-14PM/Hibernate: Rework shrinking of memoryRafael J. Wysocki1-47/+158
2009-06-12PM/Hibernate: Move memory shrinking to snapshot.c (rev. 2)Rafael J. Wysocki1-2/+78
2009-04-01mm: introduce for_each_populated_zone() macroKOSAKI Motohiro1-6/+3
2008-12-19Hibernate: Replace unnecessary evaluation of pfn_to_page()Rafael J. Wysocki1-1/+1
2008-12-19Hibernate: Take overlapping zones into account (rev. 2)Rafael J. Wysocki1-159/+166
2008-12-19Hibernate: Do not oops on resume if image data are incorrectRafael J. Wysocki1-11/+32
2008-07-24pm: hibernation: simplify memory bitmapAkinobu Mita1-67/+21
2008-03-11Hibernation: Fix mark_nosave_pages()Rafael J. Wysocki1-7/+34
2008-02-21Hibernation: Handle DEBUG_PAGEALLOC on x86Rafael J. Wysocki1-13/+29
2008-02-05Page allocator: clean up pcp draining functionsChristoph Lameter1-2/+2
2008-02-01Hibernation: Update messagesRafael J. Wysocki1-11/+12
2008-02-01Hibernation: Move function prototypes to headerAdrian Bunk1-1/+0
2008-02-01Hibernation: Introduce SNAPSHOT_GET_IMAGE_SIZE ioctlRafael J. Wysocki1-1/+6
2007-10-20trivial copy_data_pages() tidy upFengguang Wu1-4/+5
2007-10-18Hibernation: Arbitrary boot kernel support - generic codeRafael J. Wysocki1-18/+35
2007-08-11Hibernation: do not try to mark invalid PFNs as nosaveRafael J. Wysocki1-1/+2
2007-05-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-3/+9
2007-05-09swsusp: clean up printkAndrew Morton1-1/+1
2007-05-09[POWERPC] swsusp: Introduce register_nosave_region_lateJohannes Berg1-3/+9
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-07swsusp: use GFP_KERNEL for creating basic data structuresRafael J. Wysocki1-4/+4
2007-05-07swsusp: do not use page flagsRafael J. Wysocki1-16/+234
2007-05-07swsusp: use inline functions for changing page flagsRafael J. Wysocki1-23/+25
2007-05-02[PATCH] x86: Move swsusp __pa() dependent code to arch portionVivek Goyal1-11/+0
2007-02-11[PATCH] Use ZVC for free_pagesChristoph Lameter1-2/+2
2006-12-07[PATCH] swsusp: Fix labelsRafael J. Wysocki1-4/+4
2006-12-07[PATCH] swsusp: Fix coding style in suspend.cRafael J. Wysocki1-1/+2
2006-12-07[PATCH] swsusp: Improve handling of highmemRafael J. Wysocki1-214/+637
2006-10-02[PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn1-5/+5
2006-09-26[PATCH] swsusp: Use memory bitmaps during resumeRafael J. Wysocki1-234/+182
2006-09-26[PATCH] swsusp: Introduce memory bitmapsRafael J. Wysocki1-66/+536
2006-09-26[PATCH] swsusp: Introduce some helpful constantsRafael J. Wysocki1-9/+15
2006-09-26[PATCH] Change the name of pagedir_nosaveRafael J. Wysocki1-12/+14
2006-09-26[PATCH] swsusp: Fix alloc_pagedirRafael J. Wysocki1-15/+17
2006-09-26[PATCH] swsusp: Reorder memory-allocating functionsRafael J. Wysocki1-40/+53
2006-09-26[PATCH] swsusp: Fix mark_free_pagesRafael J. Wysocki1-14/+13
2006-09-26[PATCH] swsusp: struct snapshot_handle cleanupRafael J. Wysocki1-20/+20
2006-09-26[PATCH] swsusp: clean up browsing of pfnsRafael J. Wysocki1-30/+32
2006-09-26[PATCH] swsusp: read speedupAndrew Morton1-3/+8
2006-07-10[PATCH] swsusp: do not use memcpy for snapshotting memoryRafael J. Wysocki1-2/+8
2006-06-25Revert "swsusp special saveable pages support" commitsLinus Torvalds1-108/+4