aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power/hibernate.c
AgeCommit message (Expand)Author
2023-12-15PM: hibernate: Avoid missing wakeup events during hibernationChris Feng
2023-10-28PM: hibernate: Drop unused snapshot_test argumentJan Kara
2023-09-12PM: hibernate: Fix the exclusive get block device in test_resume modeChen Yu
2023-08-07PM: hibernate: fix resume_store() return value when hibernation not availableVlastimil Babka
2023-07-11PM: hibernate: Fix writing maj:min to /sys/power/resumeAzat Khuzhin
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-05PM: hibernate: don't use early_lookup_bdev in resume_storeChristoph Hellwig
2023-06-05init: improve the name_to_dev_t interfaceChristoph Hellwig
2023-06-05PM: hibernate: move finding the resume device out of software_resumeChristoph Hellwig
2023-06-05PM: hibernate: remove the global snapshot_test variableChristoph Hellwig
2023-06-05PM: hibernate: factor out a helper to find the resume deviceChristoph Hellwig
2023-04-27PM: hibernate: Do not get block device exclusively in test_resume modeChen Yu
2023-04-27PM: hibernate: Turn snapshot_test into global variableChen Yu
2022-10-25PM: hibernate: Allow hybrid sleep to work with s2idleMario Limonciello
2022-09-07freezer: Have {,un}lock_system_sleep() save/restore flagsPeter Zijlstra
2022-06-21PM: hibernate: Use kernel_can_power_off()Dmitry Osipenko
2022-04-22PM: CXL: Disable suspendDan Williams
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-01PM: hibernate: fix __setup handler error handlingRandy Dunlap
2022-02-16PM: hibernate: fix load_image_and_restore() error pathYe Bin
2022-02-02block: remove genhd.hChristoph Hellwig
2021-11-24PM: hibernate: use correct mode for swsusp_close()Thomas Zeitlhofer
2021-10-26PM: sleep: Pause cpuidle later and resume it earlier during system transitionsRafael J. Wysocki
2021-07-08PM: hibernate: disable when there are active secretmem usersMike Rapoport
2020-12-15kernel/power: allow hibernation with page_poison sanity checkingVlastimil Babka
2020-10-14Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2020-10-05PM: hibernate: remove the bogus call to get_gendisk() in software_resume()Christoph Hellwig
2020-09-01notifier: Fix broken error handling patternPeter Zijlstra
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-11Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-07-28PM, libnvdimm: Add runtime firmware activation supportDan Williams
2020-07-14PM: hibernate: fix white space in a few placesXiang Chen
2020-05-19PM: hibernate: Incorporate concurrency handlingDomenico Andreoli
2020-04-27PM: hibernate: Freeze kernel threads in software_resume()Dexuan Cui
2020-04-01PM: hibernate: Propagate the return value of hibernation_restore()Dexuan Cui
2020-01-07PM: hibernate: Add more logging on hibernation failureLuigi Semenzato
2019-08-19hibernate: Disable when the kernel is locked downJosh Boyer
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-07Merge branch 'pm-x86'Rafael J. Wysocki
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner
2019-06-03x86/power: Fix 'nosmt' vs hibernation triple fault during resumeJiri Kosina
2019-05-27ACPI: PM: Call pm_set_suspend_via_firmware() during hibernationRafael J. Wysocki
2019-05-06Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2019-05-03power/suspend: Add function to disable secondaries for suspendNicholas Piggin
2019-04-02PM / sleep: Refactor filesystems sync to reduce duplicationHarry Pan
2018-08-06PM / reboot: Eliminate race between reboot and suspendPingfan Liu
2018-08-06PM / hibernate: Mark expected switch fall-throughGustavo A. R. Silva
2018-05-27PM / suspend: Prevent might sleep splatsThomas Gleixner
2018-04-03Merge tag 'pm-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2018-04-02fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()Dominik Brodowski