summaryrefslogtreecommitdiff
path: root/kernel/power/swap.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-15PM / Hibernate: use rb_entryDavidlohr Bueso1-1/+1
2012-07-01PM / Hibernate: Print hibernation/thaw progress indicator one line at a time.Bojan Smojver1-27/+27
2012-07-01PM / Hibernate: Enable suspend to both for in-kernel hibernation.Bojan Smojver1-0/+28
2012-05-01PM / Hibernate: Hibernate/thaw fixes/improvementsBojan Smojver1-23/+39
2012-04-24PM / Hibernate: fix the number of pages used for hibernate/thaw bufferingBojan Smojver1-6/+22
2012-01-14PM / Hibernate: Drop the check of swap space size for compressed imageBarry Song1-6/+7
2012-01-03fs: move code out of buffer.cAl Viro1-1/+0
2011-10-16PM / Hibernate: Improve performance of LZO/plain hibernation, checksum imageBojan Smojver1-178/+640
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+3
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-16/+39
2010-12-16PM / Hibernate: Restore old swap signature to avoid user space breakageRafael J. Wysocki1-1/+1
2010-12-06PM / Hibernate: Use async I/O when reading compressed hibernation imageBojan Smojver1-15/+38
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo1-2/+2
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-2/+3
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich1-3/+3
2010-10-17PM / Hibernate: Modify signature used to mark swapRafael J. Wysocki1-3/+3
2010-10-17PM / Hibernate: Make some boot messages look less scaryRafael J. Wysocki1-2/+2
2010-10-17PM / Hibernate: Compress hibernation image with LZOBojan Smojver1-7/+283
2010-09-09swap: revert special hibernation allocationHugh Dickins1-3/+3
2010-08-09hibernation: freeze swap at hibernationKAMEZAWA Hiroyuki1-3/+3
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2010-07-19update email addressPavel Machek1-1/+1
2010-07-19PM / Hibernate: Fix typos in comments in kernel/power/swap.cCesar Eduardo Barros1-2/+2
2010-05-10PM / Hibernate: Group swap opsJiri Slaby1-43/+74
2010-05-10PM / Hibernate: Move the first_sector out of swsusp_writeJiri Slaby1-38/+38
2010-05-10PM / Hibernate: Separate block_ioJiri Slaby1-111/+25
2010-05-10PM / Hibernate: Snapshot cleanupJiri Slaby1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-26PM / Hibernate: Swap, remove useless check from swsusp_read()Jiri Slaby1-4/+0
2009-12-06PM / Hibernate: Swap, use KERN_CONTJiri Slaby1-3/+3
2009-12-06PM / Hibernate: Move swap functions to kernel/power/swap.c.Nigel Cunningham1-0/+101
2009-11-03PM / Hibernate: Add newline to load_image() fail pathJiri Slaby1-1/+2
2009-11-03PM / Hibernate: Fix error handling in save_image()Jiri Slaby1-16/+16
2009-11-03PM / Hibernate: Fix blkdev refleaksJiri Slaby1-4/+4
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-04-15swap: Remove code handling bio_alloc failure with __GFP_WAITNikanth Karthikesan1-2/+0
2009-02-18block: fix bad definition of BIO_RW_SYNCJens Axboe1-2/+3
2008-12-04[PATCH] kill obsolete temporary comment in swsusp_close()Al Viro1-1/+1
2008-10-21[PATCH] sanitize blkdev_get() and friendsAl Viro1-1/+1
2008-10-21[PATCH] propagate mode through swsusp_close()Al Viro1-3/+3
2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro1-4/+4
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk1-1/+0
2008-02-01Hibernation: Update messagesRafael J. Wysocki1-14/+17
2008-02-01Hibernation: Remove unnecessary variable declarationRafael J. Wysocki1-2/+0
2007-07-19swsusp: introduce restore platform operationsRafael J. Wysocki1-5/+15
2007-05-23power: Fix sizeof(PAGE_SIZE) typoOGAWA Hirofumi1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-07swsusp: use rbtree for tracking allocated swapRafael J. Wysocki1-13/+5
2007-05-02[PATCH] x86-64: do not use virt_to_page on kernel data addressVivek Goyal1-15/+27