aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power/swap.c
Commit message (Expand)AuthorAgeFilesLines
* merge opensource jb u5codeworkx2012-09-221-5/+24
* Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-131-2/+3
|\
| * block: clean up blkdev_get() wrappers and their usersTejun Heo2010-11-131-2/+2
| * block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-131-2/+3
* | Merge branch 'master' into for-nextJiri Kosina2010-12-221-16/+39
|\ \
| * | PM / Hibernate: Restore old swap signature to avoid user space breakageRafael J. Wysocki2010-12-161-1/+1
| * | PM / Hibernate: Use async I/O when reading compressed hibernation imageBojan Smojver2010-12-061-15/+38
| |/
* | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
|/
* use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich2010-10-261-3/+3
* PM / Hibernate: Modify signature used to mark swapRafael J. Wysocki2010-10-171-3/+3
* PM / Hibernate: Make some boot messages look less scaryRafael J. Wysocki2010-10-171-2/+2
* PM / Hibernate: Compress hibernation image with LZOBojan Smojver2010-10-171-7/+283
* swap: revert special hibernation allocationHugh Dickins2010-09-091-3/+3
* hibernation: freeze swap at hibernationKAMEZAWA Hiroyuki2010-08-091-3/+3
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-041-1/+1
|\
| * update email addressPavel Machek2010-07-191-1/+1
* | PM / Hibernate: Fix typos in comments in kernel/power/swap.cCesar Eduardo Barros2010-07-191-2/+2
|/
* PM / Hibernate: Group swap opsJiri Slaby2010-05-101-43/+74
* PM / Hibernate: Move the first_sector out of swsusp_writeJiri Slaby2010-05-101-38/+38
* PM / Hibernate: Separate block_ioJiri Slaby2010-05-101-111/+25
* PM / Hibernate: Snapshot cleanupJiri Slaby2010-05-101-4/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* PM / Hibernate: Swap, remove useless check from swsusp_read()Jiri Slaby2010-02-261-4/+0
* PM / Hibernate: Swap, use KERN_CONTJiri Slaby2009-12-061-3/+3
* PM / Hibernate: Move swap functions to kernel/power/swap.c.Nigel Cunningham2009-12-061-0/+101
* PM / Hibernate: Add newline to load_image() fail pathJiri Slaby2009-11-031-1/+2
* PM / Hibernate: Fix error handling in save_image()Jiri Slaby2009-11-031-16/+16
* PM / Hibernate: Fix blkdev refleaksJiri Slaby2009-11-031-4/+4
* headers: utsname.h reduxAlexey Dobriyan2009-09-231-1/+0
* swap: Remove code handling bio_alloc failure with __GFP_WAITNikanth Karthikesan2009-04-151-2/+0
* block: fix bad definition of BIO_RW_SYNCJens Axboe2009-02-181-2/+3
* [PATCH] kill obsolete temporary comment in swsusp_close()Al Viro2008-12-041-1/+1
* [PATCH] sanitize blkdev_get() and friendsAl Viro2008-10-211-1/+1
* [PATCH] propagate mode through swsusp_close()Al Viro2008-10-211-3/+3
* [PATCH] pass fmode_t to blkdev_put()Al Viro2008-10-211-4/+4
* removed unused #include <linux/version.h>'sAdrian Bunk2008-08-231-1/+0
* Hibernation: Update messagesRafael J. Wysocki2008-02-011-14/+17
* Hibernation: Remove unnecessary variable declarationRafael J. Wysocki2008-02-011-2/+0
* swsusp: introduce restore platform operationsRafael J. Wysocki2007-07-191-5/+15
* power: Fix sizeof(PAGE_SIZE) typoOGAWA Hirofumi2007-05-231-1/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* swsusp: use rbtree for tracking allocated swapRafael J. Wysocki2007-05-071-13/+5
* [PATCH] x86-64: do not use virt_to_page on kernel data addressVivek Goyal2007-05-021-15/+27
* [PATCH] swsusp: Do not fail if resume device is not setRafael J. Wysocki2007-01-051-4/+5
* [PATCH] swsusp: Fix labelsRafael J. Wysocki2006-12-071-2/+2
* [PATCH] swsusp: Measure memory shrinking timeRafael J. Wysocki2006-12-071-22/+2
* [PATCH] swsusp: use __GFP_WAITRafael J. Wysocki2006-12-071-3/+3
* [PATCH] swsusp: Improve handling of highmemRafael J. Wysocki2006-12-071-1/+1
* [PATCH] swsusp: add resume_offset command line parameterRafael J. Wysocki2006-12-071-5/+10
* [PATCH] swsusp: use block device offsets to identify swap locationsRafael J. Wysocki2006-12-071-63/+70