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