summaryrefslogtreecommitdiff
path: root/kernel/power/swap.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-28kernel: power: swap: use kzalloc() instead of kmalloc() followed by memset()Fuqian Huang1-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner1-3/+1
2018-07-02PM / hibernate: cast PAGE_SIZE to int when comparing with error codeChengguang Xu1-2/+2
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-3/+3
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig1-7/+7
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-01-17PM / hibernate: Drop unused parameter of enough_swapKyungsik Lee1-2/+2
2018-01-06block: convert to bio_first_bvec_all & bio_first_page_allMing Lei1-1/+1
2017-10-03PM: Use a more common logging styleJoe Perches1-71/+57
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-3/+2
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-7/+7
2017-01-27PM / Hibernate: Use rb_entry() instead of container_of()Geliang Tang1-1/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-10/+9
2016-07-26Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-0/+6
2016-07-22PM / hibernate: Introduce test_resume mode for hibernationChen Yu1-0/+6
2016-06-07pm: use bio op accessorsMike Christie1-12/+18
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-2/+3
2016-04-28PM / Hibernate: Call flush_icache_range() on pages restored in-placeJames Morse1-0/+18
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-8/+8
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-8/+4
2015-05-19suspend: simplify block I/O handlingChristoph Hellwig1-39/+120
2014-11-18PM / hibernate: Deletion of an unnecessary check before the function call "vf...Markus Elfring1-1/+1
2014-11-03PM / Hibernate: Migrate to ktime_tTina Ruchandani1-20/+21
2014-06-01PM / hibernate: fixed typo in commentNiv Yehezkel1-1/+1
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza1-1/+1
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