summaryrefslogtreecommitdiffstats
path: root/kernel/power/snapshot.c
AgeCommit message (Expand)AuthorLines
2012-03-21Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-3/+4
2012-03-20power: remove the second argument of k[un]map_atomic()Cong Wang-14/+14
2012-02-17PM / Hibernate: print physical addresses consistently with other parts of kernelBjorn Helgaas-3/+4
2012-01-19PM / Hibernate: Correct additional pages number calculationNamhyung Kim-1/+2
2012-01-10PM/Hibernate: do not count debug pages as savableStanislaw Gruszka-0/+6
2011-10-16PM / Hibernate: Include storage keys in hibernation image on s390Martin Schwidefsky-0/+18
2011-07-06PM / Hibernate: Fix free_unnecessary_pages()Rafael J. Wysocki-1/+5
2011-05-17Revert "PM / Hibernate: Reduce autotuned default image size"Rafael J. Wysocki-4/+4
2011-05-17PM / Hibernate: Add sysfs knob to control size of memory for driversRafael J. Wysocki-5/+20
2011-03-15PM / Hibernate: Reduce autotuned default image sizeRafael J. Wysocki-4/+4
2011-02-16PM / Hibernate: Return error code when alloc_image_page() failsStanislaw Gruszka-5/+2
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich-7/+7
2010-10-26mm: strictly nested kmap_atomic()Peter Zijlstra-2/+2
2010-10-17PM / Hibernate: Make default image size depend on total RAM sizeRafael J. Wysocki-1/+6
2010-10-17PM / Hibernate: Improve comments in hibernate_preallocate_memory()Rafael J. Wysocki-2/+4
2010-09-11Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-20/+65
2010-09-11PM / Hibernate: Avoid hitting OOM during preallocation of memoryRafael J. Wysocki-20/+65
2010-09-09swap: revert special hibernation allocationHugh Dickins-1/+0
2010-08-09hibernation: freeze swap at hibernationKAMEZAWA Hiroyuki-0/+1
2010-07-19update email addressPavel Machek-1/+1
2010-05-10PM / Hibernate: Snapshot cleanupJiri Slaby-89/+56
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-02-26PM / Hibernate: Fix preallocating of memoryRafael J. Wysocki-1/+1
2010-02-26PM / Hibernate: Remove trailing space in messageFrans Pop-1/+1
2009-09-22mm: don't use alloc_bootmem_low() where not strictly neededJan Beulich-1/+1
2009-09-14PM: Trivial fixesWu Fengguang-2/+2
2009-09-14PM / Hibernate / Memory hotplug: Always use for_each_populated_zone()Gerald Schaefer-6/+6
2009-09-14PM/Hibernate: Do not try to allocate too much memory too hard (rev. 2)Rafael J. Wysocki-4/+39
2009-09-14PM/Hibernate: Do not release preallocated memory unnecessarily (rev. 2)Rafael J. Wysocki-67/+135
2009-09-14PM/Hibernate: Rework shrinking of memoryRafael J. Wysocki-47/+158
2009-06-12PM/Hibernate: Move memory shrinking to snapshot.c (rev. 2)Rafael J. Wysocki-2/+78
2009-04-01mm: introduce for_each_populated_zone() macroKOSAKI Motohiro-6/+3
2008-12-19Hibernate: Replace unnecessary evaluation of pfn_to_page()Rafael J. Wysocki-1/+1
2008-12-19Hibernate: Take overlapping zones into account (rev. 2)Rafael J. Wysocki-159/+166
2008-12-19Hibernate: Do not oops on resume if image data are incorrectRafael J. Wysocki-11/+32
2008-07-24pm: hibernation: simplify memory bitmapAkinobu Mita-67/+21
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