summaryrefslogtreecommitdiffstats
path: root/kernel/power/snapshot.c
Commit message (Expand)AuthorAgeFilesLines
* asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen2014-05-051-1/+1
* kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2014-04-071-1/+2
* PM / Hibernate: Spelling s/anonymouns/anonymous/Geert Uytterhoeven2014-03-121-1/+1
* kernel/power/snapshot.c: use memblock apis for early memory allocationsSantosh Shilimkar2014-01-211-1/+1
* Merge branch 'pm-sleep'Rafael J. Wysocki2013-11-191-1/+2
|\
| * PM / Hibernate: Do not crash kernel in free_basic_memory_bitmaps()Rafael J. Wysocki2013-11-141-1/+2
* | PM / hibernate: Avoid overflow in hibernate_preallocate_memory()Aaron Lu2013-11-071-1/+5
|/
* PM / hibernate: Fix user space driven resume regressionRafael J. Wysocki2013-09-301-1/+4
* mm: use zone_end_pfn() instead of zone_start_pfn+spanned_pagesXishi Qiu2013-09-111-6/+6
* Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-031-2/+2
|\
| * mm: use totalram_pages instead of num_physpages at runtimeJiang Liu2013-07-031-2/+2
* | PM / Hibernate: print physical addresses consistently with other parts of kernelBjorn Helgaas2013-06-031-2/+3
|/
* Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2012-03-211-3/+4
|\
| * PM / Hibernate: print physical addresses consistently with other parts of kernelBjorn Helgaas2012-02-171-3/+4
* | power: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-14/+14
|/
* PM / Hibernate: Correct additional pages number calculationNamhyung Kim2012-01-191-1/+2
* PM/Hibernate: do not count debug pages as savableStanislaw Gruszka2012-01-101-0/+6
* PM / Hibernate: Include storage keys in hibernation image on s390Martin Schwidefsky2011-10-161-0/+18
* PM / Hibernate: Fix free_unnecessary_pages()Rafael J. Wysocki2011-07-061-1/+5
* Revert "PM / Hibernate: Reduce autotuned default image size"Rafael J. Wysocki2011-05-171-4/+4
* PM / Hibernate: Add sysfs knob to control size of memory for driversRafael J. Wysocki2011-05-171-5/+20
* PM / Hibernate: Reduce autotuned default image sizeRafael J. Wysocki2011-03-151-4/+4
* PM / Hibernate: Return error code when alloc_image_page() failsStanislaw Gruszka2011-02-161-5/+2
* use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich2010-10-261-7/+7
* mm: strictly nested kmap_atomic()Peter Zijlstra2010-10-261-2/+2
* PM / Hibernate: Make default image size depend on total RAM sizeRafael J. Wysocki2010-10-171-1/+6
* PM / Hibernate: Improve comments in hibernate_preallocate_memory()Rafael J. Wysocki2010-10-171-2/+4
* Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2010-09-111-20/+65
|\
| * PM / Hibernate: Avoid hitting OOM during preallocation of memoryRafael J. Wysocki2010-09-111-20/+65
* | swap: revert special hibernation allocationHugh Dickins2010-09-091-1/+0
|/
* hibernation: freeze swap at hibernationKAMEZAWA Hiroyuki2010-08-091-0/+1
* update email addressPavel Machek2010-07-191-1/+1
* PM / Hibernate: Snapshot cleanupJiri Slaby2010-05-101-89/+56
* 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/+3
* 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/+21
* Hibernation: Fix mark_nosave_pages()Rafael J. Wysocki2008-03-111-7/+34
* Hibernation: Handle DEBUG_PAGEALLOC on x86Rafael J. Wysocki2008-02-211-13/+29