aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/suspend.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-05PM: sleep: stats: Define suspend_stats next to the code using itRafael J. Wysocki1-56/+15
2024-02-05PM: sleep: stats: Use unsigned int for success and failure countersRafael J. Wysocki1-2/+2
2024-02-05PM: sleep: stats: Use an array of step failure countersRafael J. Wysocki1-8/+4
2024-02-05PM: sleep: stats: Use array of suspend step namesRafael J. Wysocki1-1/+2
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-3/+6
2023-06-26Merge tag 'pm-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-4/+10
2023-06-12include/linux/suspend.h: Only show pm_pr_dbg messages at suspend/resumeMario Limonciello1-3/+5
2023-06-09mm: page_alloc: move pm_* function into powerKefeng Wang1-0/+6
2023-06-09mm: page_alloc: move mark_free_page() into snapshot.cKefeng Wang1-3/+0
2023-05-24PM: suspend: add a arch_resume_nosmt() prototypeArnd Bergmann1-0/+2
2023-05-24PM: suspend: Fix pm_suspend_target_state handling for !CONFIG_PMKai-Heng Feng1-1/+3
2023-05-18x86/hibernate: Declare global functions in suspend.hArnd Bergmann1-0/+4
2023-04-20PM: Add sysfs files to represent time spent in hardware sleep stateMario Limonciello1-0/+8
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2022-10-05Merge tag 'platform-drivers-x86-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds1-0/+1
2022-09-09ACPI: s2idle: Add a new ->check() callback for platform_s2idle_opsMario Limonciello1-0/+1
2022-09-07freezer: Have {,un}lock_system_sleep() save/restore flagsPeter Zijlstra1-4/+4
2022-08-31PM: suspend: move from strlcpy() with unused retval to strscpy()Wolfram Sang1-1/+1
2022-04-13PM: sleep: enable dynamic debug support within pm_pr_dbg()David Cohen1-5/+39
2022-02-07PM: s2idle: ACPI: Fix wakeup interrupts handlingRafael J. Wysocki1-2/+2
2022-01-25PM: hibernate: Remove register_nosave_region_late()Amadeusz Sławiński1-10/+1
2021-12-08PM: hibernate: Allow ACPI hardware signature to be honouredDavid Woodhouse1-0/+1
2020-09-23PM: rewrite is_hibernate_resume_dev to not require an inodeChristoph Hellwig1-2/+2
2020-07-28PM, libnvdimm: Add runtime firmware activation supportDan Williams1-0/+6
2020-05-27PM: hibernate: Restrict writes to the resume deviceDomenico Andreoli1-0/+6
2020-03-23PM: remove s390 specific callbacksHeiko Carstens1-34/+0
2020-02-11ACPI: PM: s2idle: Avoid possible race related to the EC GPERafael J. Wysocki1-1/+1
2020-01-16PM: suspend: Add sysfs attribute to control the "sync on suspend" behaviorJonas Meurer1-0/+2
2019-08-08ACPI: PM: s2idle: Execute LPS0 _DSM functions with suspended devicesRafael J. Wysocki1-0/+2
2019-07-30ACPI: PM: Set up EC GPE for system wakeup from drivers that need itRafael J. Wysocki1-0/+1
2019-07-23PM: sleep: Simplify suspend-to-idle control flowRafael J. Wysocki1-1/+0
2019-07-08Merge branch 'pm-sleep'Rafael J. Wysocki1-2/+3
2019-06-26PCI: PM: Avoid skipping bus-level PM on platforms without ACPIRafael J. Wysocki1-2/+24
2019-06-19PM: suspend: Rename pm_suspend_via_s2idle()Rafael J. Wysocki1-2/+2
2019-06-14PM: hibernate: powerpc: Expose pfn_is_nosave() prototypeMathieu Malaterre1-0/+1
2019-06-03PM: sleep: Add kerneldoc comments to some functionsRafael J. Wysocki1-0/+31
2019-05-27ACPI: PM: Call pm_set_suspend_via_firmware() during hibernationRafael J. Wysocki1-1/+1
2019-04-02PM / sleep: Refactor filesystems sync to reduce duplicationHarry Pan1-0/+3
2018-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputGreg Kroah-Hartman1-0/+2
2018-10-01Input: i8042 - enable keyboard wakeups by default when s2idle is usedDaniel Drake1-0/+2
2018-08-06PM / reboot: Eliminate race between reboot and suspendPingfan Liu1-1/+1
2018-02-02x86/power: Fix swsusp_arch_resume prototypeArnd Bergmann1-0/+2
2018-01-10PM / sleep: Make lock/unlock_system_sleep() available to kernel modulesBart Van Assche1-26/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-18ACPI / PM: Check low power idle constraints for debug onlySrinivas Pandruvada1-0/+2
2017-08-11PM / s2idle: Rename platform operations structureRafael J. Wysocki1-3/+3
2017-08-11PM / s2idle: Rename freeze_state enum and related itemsRafael J. Wysocki1-10/+10
2017-08-11PM / s2idle: Rename PM_SUSPEND_FREEZE to PM_SUSPEND_TO_IDLERafael J. Wysocki1-2/+2
2017-08-05ACPI / PM: Prefer suspend-to-idle over S3 on some systemsRafael J. Wysocki1-0/+3
2017-07-23PM / timekeeping: Print debug messages when requestedRafael J. Wysocki1-2/+8