summaryrefslogtreecommitdiff
path: root/kernel/power
AgeCommit message (Expand)AuthorFilesLines
2024-04-13PM: suspend: Set mem_sleep_current during kernel command line setupMaulik Shah1-0/+1
2024-02-23PM: hibernate: Enforce ordering during image compression/decompressionHongchen Zhang1-19/+19
2023-11-28PM: hibernate: Clean up sync_read handling in snapshot_write_next()Brian Geffon1-5/+1
2023-11-28PM: hibernate: Use __get_safe_page() rather than touching the listBrian Geffon1-4/+6
2023-01-18PM: hibernate: Fix mistake in kerneldoc commentxiongxin1-2/+2
2022-11-03PM: hibernate: Allow hybrid sleep to work with s2idleMario Limonciello1-1/+1
2022-08-25PM: hibernate: defer device probing when resuming from hibernationTetsuo Handa1-1/+12
2022-04-15PM: suspend: fix return value of __setup handlerRandy Dunlap1-4/+4
2022-04-15PM: hibernate: fix __setup handler error handlingRandy Dunlap1-1/+1
2022-02-16PM: s2idle: ACPI: Fix wakeup interrupts handlingRafael J. Wysocki3-4/+5
2022-02-16PM: hibernate: Remove register_nosave_region_late()Amadeusz Sławiński1-14/+7
2022-02-01PM: wakeup: simplify the output logic of pm_show_wakelocks()Greg Kroah-Hartman1-7/+4
2021-12-01PM: hibernate: use correct mode for swsusp_close()Thomas Zeitlhofer1-3/+3
2021-11-17PM: hibernate: fix sparse warningsAnders Roxell1-1/+1
2021-11-17PM: hibernate: Get block device exclusively in swsusp_check()Ye Bin1-2/+3
2021-09-15PM: EM: Increase energy calculation precisionLukasz Luba1-1/+3
2021-03-30PM: EM: postpone creating the debugfs dir till fs_initcallLukasz Luba1-1/+1
2021-02-03PM: hibernate: flush swap writer after markingLaurent Badel1-1/+1
2020-10-29PM: hibernate: remove the bogus call to get_gendisk() in software_resume()Christoph Hellwig1-11/+0
2020-05-06PM: hibernate: Freeze kernel threads in software_resume()Dexuan Cui1-0/+7
2020-02-19ACPI: PM: s2idle: Avoid possible race related to the EC GPERafael J. Wysocki1-4/+5
2020-01-29PM: hibernate: fix crashes with init_on_free=1Alexander Potapenko1-10/+10
2020-01-09PM / hibernate: memory_bm_find_bit(): Tighten node optimisationAndy Whitcroft1-1/+8
2019-11-20PM: QoS: Invalidate frequency QoS requests after removalRafael J. Wysocki1-1/+7
2019-10-21PM: QoS: Introduce frequency QoSRafael J. Wysocki1-0/+240
2019-10-10PM: sleep: include <linux/pm_runtime.h> for pm_wqBen Dooks1-0/+1
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2019-09-17Merge branches 'pm-opp', 'pm-qos', 'acpi-pm', 'pm-domains' and 'pm-tools'Rafael J. Wysocki1-48/+0
2019-09-17Merge suspend-to-idle rework material for v5.4.Rafael J. Wysocki1-38/+27
2019-08-21PM: QoS: Get rid of unused flagsAmit Kucheria1-48/+0
2019-08-21PM / wakeup: Show wakeup sources stats in sysfsTri Vo2-2/+2
2019-08-21PM / wakeup: Use wakeup_source_register() in wakelock.cTri Vo1-13/+19
2019-08-19hibernate: Disable when the kernel is locked downJosh Boyer1-1/+2
2019-08-16PM: sleep: Replace strncmp() with str_has_prefix()Chuhong Yuan1-1/+1
2019-08-10PM: suspend: Fix platform_suspend_prepare_noirq()Rafael J. Wysocki1-5/+6
2019-08-08ACPI: PM: s2idle: Execute LPS0 _DSM functions with suspended devicesRafael J. Wysocki1-3/+9
2019-08-05PM/sleep: Expose suspend stats in sysfsKalesh Singh1-2/+95
2019-07-23PM: sleep: Integrate suspend-to-idle with generig suspend flowRafael J. Wysocki1-16/+5
2019-07-23PM: sleep: Simplify suspend-to-idle control flowRafael J. Wysocki1-30/+23
2019-07-15Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2019-07-09Merge tag 'pm-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds3-7/+4
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2019-07-08Merge branch 'pm-sleep'Rafael J. Wysocki3-7/+4
2019-06-28kernel: power: swap: use kzalloc() instead of kmalloc() followed by memset()Fuqian Huang1-2/+1
2019-06-26PCI: PM: Avoid skipping bus-level PM on platforms without ACPIRafael J. Wysocki1-0/+3
2019-06-24sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 248Thomas Gleixner1-2/+1
2019-06-19PM: suspend: Rename pm_suspend_via_s2idle()Rafael J. Wysocki1-3/+3
2019-06-14docs: power: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-3/+3
2019-06-14PM: hibernate: powerpc: Expose pfn_is_nosave() prototypeMathieu Malaterre1-2/+0