aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power/snapshot.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-11mm: use zone_end_pfn() instead of zone_start_pfn+spanned_pagesXishi Qiu1-6/+6
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-2/+2
2013-07-03mm: use totalram_pages instead of num_physpages at runtimeJiang Liu1-2/+2
2013-06-03PM / Hibernate: print physical addresses consistently with other parts of kernelBjorn Helgaas1-2/+3
2012-03-21Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+4
2012-03-20power: remove the second argument of k[un]map_atomic()Cong Wang1-14/+14
2012-02-17PM / Hibernate: print physical addresses consistently with other parts of kernelBjorn Helgaas1-3/+4
2012-01-19PM / Hibernate: Correct additional pages number calculationNamhyung Kim1-1/+2
2012-01-10PM/Hibernate: do not count debug pages as savableStanislaw Gruszka1-0/+6
2011-10-16PM / Hibernate: Include storage keys in hibernation image on s390Martin Schwidefsky1-0/+18
2011-07-06PM / Hibernate: Fix free_unnecessary_pages()Rafael J. Wysocki1-1/+5
2011-05-17Revert "PM / Hibernate: Reduce autotuned default image size"Rafael J. Wysocki1-4/+4
2011-05-17PM / Hibernate: Add sysfs knob to control size of memory for driversRafael J. Wysocki1-5/+20
2011-03-15PM / Hibernate: Reduce autotuned default image sizeRafael J. Wysocki1-4/+4
2011-02-16PM / Hibernate: Return error code when alloc_image_page() failsStanislaw Gruszka1-5/+2
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich1-7/+7
2010-10-26mm: strictly nested kmap_atomic()Peter Zijlstra1-2/+2
2010-10-17PM / Hibernate: Make default image size depend on total RAM sizeRafael J. Wysocki1-1/+6
2010-10-17PM / Hibernate: Improve comments in hibernate_preallocate_memory()Rafael J. Wysocki1-2/+4
2010-09-11Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds1-20/+65
2010-09-11PM / Hibernate: Avoid hitting OOM during preallocation of memoryRafael J. Wysocki1-20/+65
2010-09-09swap: revert special hibernation allocationHugh Dickins1-1/+0
2010-08-09hibernation: freeze swap at hibernationKAMEZAWA Hiroyuki1-0/+1
2010-07-19update email addressPavel Machek1-1/+1
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