summaryrefslogtreecommitdiffstats
path: root/kernel/power/swap.c
Commit message (Expand)AuthorAgeFilesLines
* kernel: power: swap: use kzalloc() instead of kmalloc() followed by memset()Fuqian Huang2019-06-281-2/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-051-3/+1Star
* PM / hibernate: cast PAGE_SIZE to int when comparing with error codeChengguang Xu2018-07-021-2/+2
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-3/+3
* block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig2018-05-141-7/+7
* Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-291-1/+1
|\
| * block: convert to bio_first_bvec_all & bio_first_page_allMing Lei2018-01-061-1/+1
* | PM / hibernate: Drop unused parameter of enough_swapKyungsik Lee2018-01-171-2/+2
|/
* PM: Use a more common logging styleJoe Perches2017-10-031-71/+57Star
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-3/+2Star
* block: switch bios to blk_status_tChristoph Hellwig2017-06-091-7/+7
* PM / Hibernate: Use rb_entry() instead of container_of()Geliang Tang2017-01-271-1/+1
* block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-10/+9Star
* Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2016-07-271-0/+6
|\
| * PM / hibernate: Introduce test_resume mode for hibernationChen Yu2016-07-221-0/+6
* | pm: use bio op accessorsMike Christie2016-06-071-12/+18
* | block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-2/+3
|/
* PM / Hibernate: Call flush_icache_range() on pages restored in-placeJames Morse2016-04-281-0/+18
* mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-071-8/+8
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-8/+4Star
* suspend: simplify block I/O handlingChristoph Hellwig2015-05-191-39/+120
* PM / hibernate: Deletion of an unnecessary check before the function call "vf...Markus Elfring2014-11-181-1/+1
* PM / Hibernate: Migrate to ktime_tTina Ruchandani2014-11-031-20/+21
* PM / hibernate: fixed typo in commentNiv Yehezkel2014-06-011-1/+1
* kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2014-04-081-1/+1
* PM / Hibernate: use rb_entryDavidlohr Bueso2012-11-151-1/+1
* PM / Hibernate: Print hibernation/thaw progress indicator one line at a time.Bojan Smojver2012-07-011-27/+27
* PM / Hibernate: Enable suspend to both for in-kernel hibernation.Bojan Smojver2012-07-011-0/+28
* PM / Hibernate: Hibernate/thaw fixes/improvementsBojan Smojver2012-05-011-23/+39
* PM / Hibernate: fix the number of pages used for hibernate/thaw bufferingBojan Smojver2012-04-241-6/+22
* PM / Hibernate: Drop the check of swap space size for compressed imageBarry Song2012-01-141-6/+7
* fs: move code out of buffer.cAl Viro2012-01-041-1/+0Star
* PM / Hibernate: Improve performance of LZO/plain hibernation, checksum imageBojan Smojver2011-10-161-178/+640
* 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-271-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-101-3/+3
* hibernation: freeze swap at hibernationKAMEZAWA Hiroyuki2010-08-101-3/+3
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-051-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