summaryrefslogtreecommitdiffstats
path: root/kernel/power/snapshot.c
AgeCommit message (Expand)AuthorLines
2008-03-11Hibernation: Fix mark_nosave_pages()Rafael J. Wysocki-7/+34
2008-02-21Hibernation: Handle DEBUG_PAGEALLOC on x86Rafael J. Wysocki-13/+29
2008-02-05Page allocator: clean up pcp draining functionsChristoph Lameter-2/+2
2008-02-01Hibernation: Update messagesRafael J. Wysocki-11/+12
2008-02-01Hibernation: Move function prototypes to headerAdrian Bunk-1/+0
2008-02-01Hibernation: Introduce SNAPSHOT_GET_IMAGE_SIZE ioctlRafael J. Wysocki-1/+6
2007-10-20trivial copy_data_pages() tidy upFengguang Wu-4/+5
2007-10-18Hibernation: Arbitrary boot kernel support - generic codeRafael J. Wysocki-18/+35
2007-08-11Hibernation: do not try to mark invalid PFNs as nosaveRafael J. Wysocki-1/+2
2007-05-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds-3/+9
2007-05-09swsusp: clean up printkAndrew Morton-1/+1
2007-05-09[POWERPC] swsusp: Introduce register_nosave_region_lateJohannes Berg-3/+9
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap-1/+0
2007-05-07swsusp: use GFP_KERNEL for creating basic data structuresRafael J. Wysocki-4/+4
2007-05-07swsusp: do not use page flagsRafael J. Wysocki-16/+234
2007-05-07swsusp: use inline functions for changing page flagsRafael J. Wysocki-23/+25
2007-05-02[PATCH] x86: Move swsusp __pa() dependent code to arch portionVivek Goyal-11/+0
2007-02-11[PATCH] Use ZVC for free_pagesChristoph Lameter-2/+2
2006-12-07[PATCH] swsusp: Fix labelsRafael J. Wysocki-4/+4
2006-12-07[PATCH] swsusp: Fix coding style in suspend.cRafael J. Wysocki-1/+2
2006-12-07[PATCH] swsusp: Improve handling of highmemRafael J. Wysocki-214/+637
2006-10-02[PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn-5/+5
2006-09-26[PATCH] swsusp: Use memory bitmaps during resumeRafael J. Wysocki-234/+182
2006-09-26[PATCH] swsusp: Introduce memory bitmapsRafael J. Wysocki-66/+536
2006-09-26[PATCH] swsusp: Introduce some helpful constantsRafael J. Wysocki-9/+15
2006-09-26[PATCH] Change the name of pagedir_nosaveRafael J. Wysocki-12/+14
2006-09-26[PATCH] swsusp: Fix alloc_pagedirRafael J. Wysocki-15/+17
2006-09-26[PATCH] swsusp: Reorder memory-allocating functionsRafael J. Wysocki-40/+53
2006-09-26[PATCH] swsusp: Fix mark_free_pagesRafael J. Wysocki-14/+13
2006-09-26[PATCH] swsusp: struct snapshot_handle cleanupRafael J. Wysocki-20/+20
2006-09-26[PATCH] swsusp: clean up browsing of pfnsRafael J. Wysocki-30/+32
2006-09-26[PATCH] swsusp: read speedupAndrew Morton-3/+8
2006-07-10[PATCH] swsusp: do not use memcpy for snapshotting memoryRafael J. Wysocki-2/+8
2006-06-25Revert "swsusp special saveable pages support" commitsLinus Torvalds-108/+4
2006-06-23[PATCH] swsusp: use less memory during resumeRafael J. Wysocki-57/+84
2006-06-23[PATCH] kernel/power/snapshot.c: cleanupsAdrian Bunk-7/+8
2006-06-23[PATCH] swsusp: add architecture special saveable pages supportShaohua Li-1/+109
2006-04-19[PATCH] swsusp: prevent possible image corruption on resumeRafael J. Wysocki-4/+5
2006-03-23[PATCH] swsusp: drain high mem pagesShaohua Li-0/+1
2006-03-23[PATCH] suspend: make progress printing prettierPavel Machek-2/+3
2006-03-23[PATCH] swsusp: userland interfaceRafael J. Wysocki-4/+5
2006-03-23[PATCH] swsusp: low level interfaceRafael J. Wysocki-5/+321
2006-02-15[PATCH] swsusp: nuke noisy messageAndrew Morton-3/+1
2006-01-06[PATCH] swsusp: fix enough_free_memRafael J. Wysocki-2/+8
2006-01-06[PATCH] swsusp: improve freeing of memoryRafael J. Wysocki-5/+60
2006-01-06[PATCH] swsusp: introduce the swap map structureRafael J. Wysocki-8/+6
2005-11-09[PATCH] swsusp: rework swsusp_suspendRafael J. Wysocki-17/+2
2005-11-09[PATCH] swsusp: simplify pagedir relocationRafael J. Wysocki-1/+1
2005-11-09[PATCH] swsusp: reduce code duplicationRafael J. Wysocki-14/+48
2005-11-07[PATCH] swsusp cleanupsPavel Machek-10/+9