aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power/hibernate.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-30PM: hibernate: replace deprecated strncpy() with strscpy()Justin Stitt1-1/+1
2024-02-22PM: hibernate: Support to select compression algorithmNikhil V1-3/+54
2024-02-05PM: hibernate: Add support for LZ4 compression for hibernationNikhil V1-3/+22
2024-02-05PM: hibernate: Move to crypto APIs for LZO compressionNikhil V1-0/+33
2023-12-15PM: hibernate: Avoid missing wakeup events during hibernationChris Feng1-2/+8
2023-10-28PM: hibernate: Drop unused snapshot_test argumentJan Kara1-7/+7
2023-09-12PM: hibernate: Fix the exclusive get block device in test_resume modeChen Yu1-6/+6
2023-08-07PM: hibernate: fix resume_store() return value when hibernation not availableVlastimil Babka1-1/+1
2023-07-11PM: hibernate: Fix writing maj:min to /sys/power/resumeAzat Khuzhin1-0/+1
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-8/+4
2023-06-05PM: hibernate: don't use early_lookup_bdev in resume_storeChristoph Hellwig1-1/+17
2023-06-05init: improve the name_to_dev_t interfaceChristoph Hellwig1-12/+10
2023-06-05PM: hibernate: move finding the resume device out of software_resumeChristoph Hellwig1-41/+39
2023-06-05PM: hibernate: remove the global snapshot_test variableChristoph Hellwig1-11/+6
2023-06-05PM: hibernate: factor out a helper to find the resume deviceChristoph Hellwig1-35/+37
2023-04-27PM: hibernate: Do not get block device exclusively in test_resume modeChen Yu1-2/+6
2023-04-27PM: hibernate: Turn snapshot_test into global variableChen Yu1-1/+6
2022-10-25PM: hibernate: Allow hybrid sleep to work with s2idleMario Limonciello1-1/+1
2022-09-07freezer: Have {,un}lock_system_sleep() save/restore flagsPeter Zijlstra1-13/+22
2022-06-21PM: hibernate: Use kernel_can_power_off()Dmitry Osipenko1-1/+1
2022-04-22PM: CXL: Disable suspendDan Williams1-1/+1
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2022-03-01PM: hibernate: fix __setup handler error handlingRandy Dunlap1-1/+1
2022-02-16PM: hibernate: fix load_image_and_restore() error pathYe Bin1-1/+3
2022-02-02block: remove genhd.hChristoph Hellwig1-1/+0
2021-11-24PM: hibernate: use correct mode for swsusp_close()Thomas Zeitlhofer1-3/+3
2021-10-26PM: sleep: Pause cpuidle later and resume it earlier during system transitionsRafael J. Wysocki1-5/+7
2021-07-08PM: hibernate: disable when there are active secretmem usersMike Rapoport1-1/+4
2020-12-15kernel/power: allow hibernation with page_poison sanity checkingVlastimil Babka1-1/+1
2020-10-14Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-11/+0
2020-10-05PM: hibernate: remove the bogus call to get_gendisk() in software_resume()Christoph Hellwig1-11/+0
2020-09-01notifier: Fix broken error handling patternPeter Zijlstra1-21/+18
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-11Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+97
2020-07-28PM, libnvdimm: Add runtime firmware activation supportDan Williams1-0/+97
2020-07-14PM: hibernate: fix white space in a few placesXiang Chen1-3/+3
2020-05-19PM: hibernate: Incorporate concurrency handlingDomenico Andreoli1-4/+16
2020-04-27PM: hibernate: Freeze kernel threads in software_resume()Dexuan Cui1-0/+7
2020-04-01PM: hibernate: Propagate the return value of hibernation_restore()Dexuan Cui1-1/+1
2020-01-07PM: hibernate: Add more logging on hibernation failureLuigi Semenzato1-11/+12
2019-08-19hibernate: Disable when the kernel is locked downJosh Boyer1-1/+2
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+1
2019-06-07Merge branch 'pm-x86'Rafael J. Wysocki1-0/+9
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner1-2/+1
2019-06-03x86/power: Fix 'nosmt' vs hibernation triple fault during resumeJiri Kosina1-0/+9
2019-05-27ACPI: PM: Call pm_set_suspend_via_firmware() during hibernationRafael J. Wysocki1-2/+2
2019-05-06Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-4/+1
2019-05-03power/suspend: Add function to disable secondaries for suspendNicholas Piggin1-6/+6
2019-04-02PM / sleep: Refactor filesystems sync to reduce duplicationHarry Pan1-4/+1
2018-08-06PM / reboot: Eliminate race between reboot and suspendPingfan Liu1-7/+8
2018-08-06PM / hibernate: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-05-27PM / suspend: Prevent might sleep splatsThomas Gleixner1-0/+7
2018-04-03Merge tag 'pm-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+25
2018-04-02fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()Dominik Brodowski1-1/+1
2018-03-30PM / hibernate: Change message when writing to /sys/power/resumeMario Limonciello1-1/+1
2018-03-30PM / hibernate: Make passing hibernate offsets more friendlyMario Limonciello1-0/+24
2017-07-22PM / sleep: Mark suspend/hibernation start and finishRafael J. Wysocki1-0/+5
2017-07-22PM / sleep: Do not print debug messages by defaultRafael J. Wysocki1-12/+12
2017-06-29PM: hibernate: constify attribute_group structures.Arvind Yadav1-1/+1
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+1
2017-03-02Merge tag 'pm-extra-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-49/+44
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-02-27PM / hibernate: Define pr_fmt() and use pr_*() instead of printk()Rafael J. Wysocki1-31/+29
2017-02-27PM / hibernate: Untangle power_down()Rafael J. Wysocki1-19/+16
2017-02-07arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXLaura Abbott1-1/+1
2016-09-13PM / Hibernate: allow hibernation with PAGE_POISONING_ZEROAnisse Astier1-18/+3
2016-08-12Merge branches 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki1-2/+2
2016-08-12PM / hibernate: Restore processor state before using per-CPU variablesThomas Garnier1-2/+2
2016-07-26Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-33/+68
2016-07-22PM / hibernate: Introduce test_resume mode for hibernationChen Yu1-21/+44
2016-07-15x86 / hibernate: Use hlt_play_dead() when resuming from hibernationRafael J. Wysocki1-1/+6
2016-07-10PM / hibernate: Image data protection during restorationRafael J. Wysocki1-0/+3
2016-07-10PM / hibernate: Add missing braces in hibernate_setup()Rafael J. Wysocki1-3/+3
2016-06-28PM / sleep: make PM notifiers called symmetricallyLianwei Wang1-8/+12
2016-06-26x86/KASLR, x86/power: Remove x86 hibernation restrictionsKees Cook1-6/+0
2016-03-25Merge branches 'pm-avs', 'pm-clk', 'pm-devfreq' and 'pm-sleep'Rafael J. Wysocki1-0/+1
2016-03-23PM / sleep: Clear pm_suspend_global_flags upon hibernateLukas Wunner1-0/+1
2016-03-15mm/page_poisoning.c: allow for zero poisoningLaura Abbott1-0/+17
2015-10-14PM / hibernate: fix a comment typoGeliang Tang1-1/+1
2015-06-24PM / hibernate: re-enable nonboot cpus on disable_nonboot_cpus() failureVitaly Kuznetsov1-1/+3
2014-11-03PM / Hibernate: Migrate to ktime_tTina Ruchandani1-8/+6
2014-10-27PM / Sleep: fix recovery during resuming from hibernationImre Deak1-1/+7
2014-07-17PM / Sleep: Remove ftrace_stop/start() from suspend and hibernateSteven Rostedt (Red Hat)1-6/+0
2014-06-16x86, kaslr: boot-time selectable with hibernationKees Cook1-0/+6
2014-06-16PM / hibernate: introduce "nohibernate" boot parameterKees Cook1-1/+30
2014-06-07PM / sleep: trace events for suspend/resumeTodd E Brandt1-0/+3
2014-05-16PM / hibernate: Fix memory corruption in resumedelay_setup()Dan Carpenter1-2/+2
2014-05-09PM / hibernate: convert simple_strtoul to kstrtoulFabian Frederick1-1/+4
2014-05-01PM / hibernate: no kernel_power_off when pm_power_off NULLSebastian Capella1-2/+4
2014-04-28PM / hibernate: use unsigned local variables in swsusp_show_speed()Chen Gang1-5/+9
2014-03-01PM / hibernate: use name_to_dev_t to parse resumeSebastian Capella1-10/+12
2014-01-06PM / hibernate: Call platform_leave() in suspend path tooBjørn Mork1-3/+3
2013-11-30PM / hibernate: export hibernation_set_opsLeonardo Potenza1-0/+1
2013-10-25PM / hibernate: Move software_resume to late_initcall_syncRuss Dill1-1/+1
2013-09-12Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-22/+23
2013-08-31PM / hibernate / memory hotplug: Rework mutual exclusionRafael J. Wysocki1-0/+4
2013-08-31PM / hibernate: Create memory bitmaps after freezing user spaceRafael J. Wysocki1-22/+19
2013-08-06x86, asmlinkage, power: Make various symbols used by the suspend asm code vis...Andi Kleen1-1/+1
2012-07-22Merge tag 'pm-for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-0/+42
2012-07-18Make wait_for_device_probe() also do scsi_complete_async_scans()Linus Torvalds1-8/+0
2012-07-01ftrace: Disable function tracing during suspend/resume and hibernation, againSrivatsa S. Bhat1-0/+6
2012-07-01PM / Hibernate: Enable suspend to both for in-kernel hibernation.Bojan Smojver1-0/+36
2012-05-18PM / Hibernate: Use get_gendisk to verify partition if resume_file is integer...Minho Ban1-0/+13
2012-03-28PM / Sleep: Move disabling of usermode helpers to the freezerRafael J. Wysocki1-11/+0
2012-03-28PM / Hibernate: Disable usermode helpers right before freezing tasksRafael J. Wysocki1-13/+10
2012-03-04PM / Hibernate: Enable usermodehelpers in hibernate() error pathSrivatsa S. Bhat1-3/+4
2012-02-09PM / Hibernate: Refactor and simplify freezer_test_doneSrivatsa S. Bhat1-5/+5
2012-02-09PM / Hibernate: Thaw kernel threads in hibernation_snapshot() in error/test pathSrivatsa S. Bhat1-2/+4
2012-01-29PM / Sleep: Introduce "late suspend" and "early resume" of devicesRafael J. Wysocki1-12/+12
2011-12-08PM / Sleep: Replace mutex_[un]lock(&pm_mutex) with [un]lock_system_sleep()Srivatsa S. Bhat1-8/+8
2011-12-06Merge branch 'pm-freezer' into pm-sleepRafael J. Wysocki1-13/+2
2011-12-06PM / Hibernate: Remove deprecated hibernation test modesSrivatsa S. Bhat1-29/+4
2011-12-06PM / Hibernate: Thaw processes in SNAPSHOT_CREATE_IMAGE ioctl test pathSrivatsa S. Bhat1-1/+1
2011-12-06PM / Hibernate: Enable usermodehelpers in software_resume() error pathSrivatsa S. Bhat1-1/+3
2011-11-23PM / Hibernate: Refactor and simplify hibernation_snapshot() codeSrivatsa S. Bhat1-13/+9
2011-11-23Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Rafael J. Wysocki1-13/+2
2011-11-23PM / Hibernate: Do not leak memory in error/test code pathsRafael J. Wysocki1-6/+10
2011-11-21freezer: clean up freeze_processes() failure pathTejun Heo1-13/+2
2011-11-18PM / Hibernate: Fix the early termination of test modesSrivatsa S. Bhat1-6/+17
2011-10-31kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker1-0/+1
2011-10-16PM / Hibernate: Improve performance of LZO/plain hibernation, checksum imageBojan Smojver1-0/+3
2011-10-16PM / Hibernate: Do not initialize static and extern variables to 0Barry Song1-5/+5
2011-10-16PM / Hibernate: Add resumedelay kernel param in addition to resumewaitBarry Song1-0/+14
2011-10-16PM / Hibernate: Add resumewait param to support MMC-like devices as resume fileBarry Song1-0/+16
2011-10-16PM / Hibernate: Fix typo in a kerneldoc commentBarry Song1-1/+1
2011-10-16PM / Hibernate: Freeze kernel threads after preallocating memoryRafael J. Wysocki1-4/+8
2011-05-24PM / Hibernate: Update kerneldoc comments in hibernate.cRafael J. Wysocki1-90/+104
2011-05-24PM / Hibernate: Remove arch_prepare_suspend()Rafael J. Wysocki1-5/+0
2011-05-24PM / Hibernate: Update some comments in core hibernate codeRafael J. Wysocki1-14/+7
2011-05-17PM: Allow drivers to allocate memory from .prepare() callbacks safelyRafael J. Wysocki1-4/+13
2011-05-17Merge branch 'syscore' into for-linusRafael J. Wysocki1-16/+2
2011-05-17PM / Hibernate: Add sysfs knob to control size of memory for driversRafael J. Wysocki1-0/+23
2011-05-11PM: Remove sysdev suspend, resume and shutdown operationsRafael J. Wysocki1-16/+2
2011-04-18PM: Fix error code paths executed after failing syscore_suspend()Rafael J. Wysocki1-2/+8
2011-03-15PM / Core: Introduce struct syscore_ops for core subsystems PMRafael J. Wysocki1-0/+9
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-2/+2
2010-12-24PM / Wakeup: Replace pm_check_wakeup_events() with pm_wakeup_pending()Rafael J. Wysocki1-2/+2
2010-12-24PM / Hibernate: When failed, in_suspend should be resetMyungJoo Ham1-0/+1
2010-12-24PM / Hibernate: hibernation_ops->leave should be checked tooMyungJoo Ham1-1/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-10/+12
2010-12-06PM / Hibernate: Fix memory corruption related to swapRafael J. Wysocki1-10/+12
2010-11-16hibernation: constify platform_hibernation_opsLionel Debroux1-2/+2
2010-10-17PM / Hibernate: Make some boot messages look less scaryRafael J. Wysocki1-6/+6
2010-10-17PM / Hibernate: Compress hibernation image with LZOBojan Smojver1-0/+13
2010-09-09swap: revert special hibernation allocationHugh Dickins1-1/+0
2010-08-09hibernation: freeze swap at hibernationKAMEZAWA Hiroyuki1-0/+1
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 snapshot error code pathRafael J. Wysocki1-1/+1
2010-07-19PM / Hibernate: Fix hibernation_platform_enter()Rafael J. Wysocki1-1/+1
2010-07-19PM: Make it possible to avoid races between wakeup and system sleepRafael J. Wysocki1-6/+14
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-06mm/pm: force GFP_NOIO during suspend/hibernation and resumeRafael J. Wysocki1-0/+9
2009-12-06PM / Hibernate: Shift remaining code from swsusp.c to hibernate.cNigel Cunningham1-0/+30
2009-11-03PM / Hibernate: Fix blkdev refleaksJiri Slaby1-3/+8
2009-09-14PM/Hibernate: Do not release preallocated memory unnecessarily (rev. 2)Rafael J. Wysocki1-4/+11
2009-09-14PM: Fix typo in label name s/Platofrm_finish/Platform_finish/Thadeu Lima de Souza Cascardo1-3/+3
2009-06-12PM/Hibernate: Rename disk.c to hibernate.cRafael J. Wysocki1-0/+955