aboutsummaryrefslogtreecommitdiff
path: root/kernel/power/hibernate.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-21PM: hibernate: Use kernel_can_power_off()Gravatar Dmitry Osipenko 1-1/+1
2022-04-22PM: CXL: Disable suspendGravatar Dan Williams 1-1/+1
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+0
2022-03-01PM: hibernate: fix __setup handler error handlingGravatar Randy Dunlap 1-1/+1
2022-02-16PM: hibernate: fix load_image_and_restore() error pathGravatar Ye Bin 1-1/+3
2022-02-02block: remove genhd.hGravatar Christoph Hellwig 1-1/+0
2021-11-24PM: hibernate: use correct mode for swsusp_close()Gravatar Thomas Zeitlhofer 1-3/+3
2021-10-26PM: sleep: Pause cpuidle later and resume it earlier during system transitionsGravatar Rafael J. Wysocki 1-5/+7
2021-07-08PM: hibernate: disable when there are active secretmem usersGravatar Mike Rapoport 1-1/+4
2020-12-15kernel/power: allow hibernation with page_poison sanity checkingGravatar Vlastimil Babka 1-1/+1
2020-10-14Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-11/+0
2020-10-05PM: hibernate: remove the bogus call to get_gendisk() in software_resume()Gravatar Christoph Hellwig 1-11/+0
2020-09-01notifier: Fix broken error handling patternGravatar Peter Zijlstra 1-21/+18
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-08-11Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+97
2020-07-28PM, libnvdimm: Add runtime firmware activation supportGravatar Dan Williams 1-0/+97
2020-07-14PM: hibernate: fix white space in a few placesGravatar Xiang Chen 1-3/+3
2020-05-19PM: hibernate: Incorporate concurrency handlingGravatar Domenico Andreoli 1-4/+16
2020-04-27PM: hibernate: Freeze kernel threads in software_resume()Gravatar Dexuan Cui 1-0/+7
2020-04-01PM: hibernate: Propagate the return value of hibernation_restore()Gravatar Dexuan Cui 1-1/+1
2020-01-07PM: hibernate: Add more logging on hibernation failureGravatar Luigi Semenzato 1-11/+12
2019-08-19hibernate: Disable when the kernel is locked downGravatar Josh Boyer 1-1/+2
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-2/+1
2019-06-07Merge branch 'pm-x86'Gravatar Rafael J. Wysocki 1-0/+9
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Gravatar Thomas Gleixner 1-2/+1
2019-06-03x86/power: Fix 'nosmt' vs hibernation triple fault during resumeGravatar Jiri Kosina 1-0/+9
2019-05-27ACPI: PM: Call pm_set_suspend_via_firmware() during hibernationGravatar Rafael J. Wysocki 1-2/+2
2019-05-06Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-4/+1
2019-05-03power/suspend: Add function to disable secondaries for suspendGravatar Nicholas Piggin 1-6/+6
2019-04-02PM / sleep: Refactor filesystems sync to reduce duplicationGravatar Harry Pan 1-4/+1
2018-08-06PM / reboot: Eliminate race between reboot and suspendGravatar Pingfan Liu 1-7/+8
2018-08-06PM / hibernate: Mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2018-05-27PM / suspend: Prevent might sleep splatsGravatar Thomas Gleixner 1-0/+7
2018-04-03Merge tag 'pm-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-1/+25
2018-04-02fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()Gravatar Dominik Brodowski 1-1/+1
2018-03-30PM / hibernate: Change message when writing to /sys/power/resumeGravatar Mario Limonciello 1-1/+1
2018-03-30PM / hibernate: Make passing hibernate offsets more friendlyGravatar Mario Limonciello 1-0/+24
2017-07-22PM / sleep: Mark suspend/hibernation start and finishGravatar Rafael J. Wysocki 1-0/+5
2017-07-22PM / sleep: Do not print debug messages by defaultGravatar Rafael J. Wysocki 1-12/+12
2017-06-29PM: hibernate: constify attribute_group structures.Gravatar Arvind Yadav 1-1/+1
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-0/+1
2017-03-02Merge tag 'pm-extra-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-49/+44
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-02-27PM / hibernate: Define pr_fmt() and use pr_*() instead of printk()Gravatar Rafael J. Wysocki 1-31/+29
2017-02-27PM / hibernate: Untangle power_down()Gravatar Rafael J. Wysocki 1-19/+16
2017-02-07arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXGravatar Laura Abbott 1-1/+1
2016-09-13PM / Hibernate: allow hibernation with PAGE_POISONING_ZEROGravatar Anisse Astier 1-18/+3
2016-08-12Merge branches 'pm-sleep' and 'pm-cpufreq'Gravatar Rafael J. Wysocki 1-2/+2
2016-08-12PM / hibernate: Restore processor state before using per-CPU variablesGravatar Thomas Garnier 1-2/+2
2016-07-26Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-33/+68