summaryrefslogtreecommitdiff
path: root/kernel/power/suspend.c
AgeCommit message (Expand)Author
2025-07-15PM: suspend: clean up redundant filesystems_freeze/thaw() handlingZihuan Zhang
2025-07-15PM: suspend: Drop a misplaced pm_restore_gfp_mask() callRafael J. Wysocki
2025-06-26PM: Restrict swap use to later in the suspend sequenceMario Limonciello
2025-05-09power: freeze filesystems during suspend/resumeChristian Brauner
2025-03-27Merge tag 'printk-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-12PM: s2idle: Extend comment in s2idle_enter()Ulf Hansson
2025-03-12PM: s2idle: Drop redundant locks when entering s2idleUlf Hansson
2025-03-11printk: Rename resume_console to console_resume_allMarcos Paulo de Souza
2025-03-11printk: Rename suspend_console to console_suspend_allMarcos Paulo de Souza
2024-04-08PM: s2idle: Make sure CPUs will wakeup directly on resumeAnna-Maria Behnsen
2024-02-29PM: suspend: Set mem_sleep_current during kernel command line setupMaulik Shah
2024-02-05PM: sleep: stats: Define suspend_stats next to the code using itRafael J. Wysocki
2024-02-05PM: sleep: stats: Use an array of step failure countersRafael J. Wysocki
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-09-09ACPI: s2idle: Add a new ->check() callback for platform_s2idle_opsMario Limonciello
2022-09-07freezer: Have {,un}lock_system_sleep() save/restore flagsPeter Zijlstra
2022-04-22PM: CXL: Disable suspendDan Williams
2022-02-07PM: s2idle: ACPI: Fix wakeup interrupts handlingRafael J. Wysocki
2021-10-26PM: suspend: Use valid_state() consistentlyRafael J. Wysocki
2021-10-26PM: sleep: Pause cpuidle later and resume it earlier during system transitionsRafael J. Wysocki
2021-10-26PM: suspend: Do not pause cpuidle in the suspend-to-idle pathRafael J. Wysocki
2021-10-19Revert "PM: sleep: Do not assume that "mem" is always present"Rafael J. Wysocki
2021-09-15PM: sleep: Do not assume that "mem" is always presentFlorian Fainelli
2021-08-04PM: sleep: s2idle: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior
2020-11-23PM / suspend: fix kernel-doc markupAlex Shi
2020-09-01notifier: Fix broken error handling patternPeter Zijlstra
2020-02-11ACPI: PM: s2idle: Avoid possible race related to the EC GPERafael J. Wysocki
2020-01-16PM: suspend: Add sysfs attribute to control the "sync on suspend" behaviorJonas Meurer
2019-08-10PM: suspend: Fix platform_suspend_prepare_noirq()Rafael J. Wysocki
2019-08-08ACPI: PM: s2idle: Execute LPS0 _DSM functions with suspended devicesRafael J. Wysocki
2019-07-23PM: sleep: Integrate suspend-to-idle with generig suspend flowRafael J. Wysocki
2019-07-23PM: sleep: Simplify suspend-to-idle control flowRafael J. Wysocki
2019-07-08Merge branch 'pm-sleep'Rafael J. Wysocki
2019-06-26PCI: PM: Avoid skipping bus-level PM on platforms without ACPIRafael J. Wysocki
2019-06-19PM: suspend: Rename pm_suspend_via_s2idle()Rafael J. Wysocki
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner
2019-06-03PM: sleep: Add kerneldoc comments to some functionsRafael 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-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Greg Kroah-Hartman
2018-10-01Input: i8042 - enable keyboard wakeups by default when s2idle is usedDaniel Drake
2018-08-14Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2018-08-06PM / reboot: Eliminate race between reboot and suspendPingfan Liu
2018-06-20sched/swait: Rename to exclusivePeter Zijlstra
2018-05-27PM / wakeup: Make s2idle_lock a RAW_SPINLOCKSebastian Andrzej Siewior
2018-05-27PM / s2idle: Make s2idle_wait_head swait basedSebastian Andrzej Siewior
2018-05-27PM / suspend: Prevent might sleep splatsThomas Gleixner
2018-04-02fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()Dominik Brodowski