summaryrefslogtreecommitdiffstats
path: root/kernel/power/hibernate.c
Commit message (Expand)AuthorAgeFilesLines
* PM: hibernate: Support to select compression algorithmNikhil V2024-02-221-3/+54
* PM: hibernate: Add support for LZ4 compression for hibernationNikhil V2024-02-051-3/+22
* PM: hibernate: Move to crypto APIs for LZO compressionNikhil V2024-02-051-0/+33
* PM: hibernate: Avoid missing wakeup events during hibernationChris Feng2023-12-151-2/+8
* PM: hibernate: Drop unused snapshot_test argumentJan Kara2023-10-281-7/+7
* PM: hibernate: Fix the exclusive get block device in test_resume modeChen Yu2023-09-121-6/+6
* PM: hibernate: fix resume_store() return value when hibernation not availableVlastimil Babka2023-08-071-1/+1
* PM: hibernate: Fix writing maj:min to /sys/power/resumeAzat Khuzhin2023-07-111-0/+1
* block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-8/+4
* PM: hibernate: don't use early_lookup_bdev in resume_storeChristoph Hellwig2023-06-051-1/+17
* init: improve the name_to_dev_t interfaceChristoph Hellwig2023-06-051-12/+10
* PM: hibernate: move finding the resume device out of software_resumeChristoph Hellwig2023-06-051-41/+39
* PM: hibernate: remove the global snapshot_test variableChristoph Hellwig2023-06-051-11/+6
* PM: hibernate: factor out a helper to find the resume deviceChristoph Hellwig2023-06-051-35/+37
* PM: hibernate: Do not get block device exclusively in test_resume modeChen Yu2023-04-271-2/+6
* PM: hibernate: Turn snapshot_test into global variableChen Yu2023-04-271-1/+6
* PM: hibernate: Allow hybrid sleep to work with s2idleMario Limonciello2022-10-251-1/+1
* freezer: Have {,un}lock_system_sleep() save/restore flagsPeter Zijlstra2022-09-071-13/+22
* PM: hibernate: Use kernel_can_power_off()Dmitry Osipenko2022-06-211-1/+1
* PM: CXL: Disable suspendDan Williams2022-04-221-1/+1
* Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-1/+0
|\
| * block: remove genhd.hChristoph Hellwig2022-02-021-1/+0
* | PM: hibernate: fix __setup handler error handlingRandy Dunlap2022-03-011-1/+1
* | PM: hibernate: fix load_image_and_restore() error pathYe Bin2022-02-161-1/+3
|/
* PM: hibernate: use correct mode for swsusp_close()Thomas Zeitlhofer2021-11-241-3/+3
* PM: sleep: Pause cpuidle later and resume it earlier during system transitionsRafael J. Wysocki2021-10-261-5/+7
* PM: hibernate: disable when there are active secretmem usersMike Rapoport2021-07-081-1/+4
* kernel/power: allow hibernation with page_poison sanity checkingVlastimil Babka2020-12-151-1/+1
* Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2020-10-141-11/+0
|\
| * PM: hibernate: remove the bogus call to get_gendisk() in software_resume()Christoph Hellwig2020-10-051-11/+0
* | notifier: Fix broken error handling patternPeter Zijlstra2020-09-011-21/+18
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-111-0/+97
|\
| * PM, libnvdimm: Add runtime firmware activation supportDan Williams2020-07-281-0/+97
* | PM: hibernate: fix white space in a few placesXiang Chen2020-07-141-3/+3
|/
* PM: hibernate: Incorporate concurrency handlingDomenico Andreoli2020-05-191-4/+16
* PM: hibernate: Freeze kernel threads in software_resume()Dexuan Cui2020-04-271-0/+7
* PM: hibernate: Propagate the return value of hibernation_restore()Dexuan Cui2020-04-011-1/+1
* PM: hibernate: Add more logging on hibernation failureLuigi Semenzato2020-01-071-11/+12
* hibernate: Disable when the kernel is locked downJosh Boyer2019-08-191-1/+2
* Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-081-2/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-051-2/+1
* | Merge branch 'pm-x86'Rafael J. Wysocki2019-06-071-0/+9
|\ \ | |/ |/|
| * x86/power: Fix 'nosmt' vs hibernation triple fault during resumeJiri Kosina2019-06-031-0/+9
* | ACPI: PM: Call pm_set_suspend_via_firmware() during hibernationRafael J. Wysocki2019-05-271-2/+2
|/
* Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-05-061-4/+1
|\
| * PM / sleep: Refactor filesystems sync to reduce duplicationHarry Pan2019-04-021-4/+1
* | power/suspend: Add function to disable secondaries for suspendNicholas Piggin2019-05-031-6/+6
|/
* PM / reboot: Eliminate race between reboot and suspendPingfan Liu2018-08-061-7/+8
* PM / hibernate: Mark expected switch fall-throughGustavo A. R. Silva2018-08-061-0/+1