summaryrefslogtreecommitdiff
path: root/kernel/power
AgeCommit message (Expand)AuthorFilesLines
2025-06-27PM: wakeup: Delete space in the end of string shown by pm_show_wakelocks()Zijun Hu1-0/+3
2025-03-13PM: hibernate: Add error handling for syscore_suspend()Wentao Liang1-1/+6
2024-04-10PM: 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-05-11workqueue: Introduce show_one_worker_pool and show_one_workqueue.Imran Khan1-1/+1
2023-03-10PM: EM: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-4/+1
2022-12-31PM: hibernate: Fix mistake in kerneldoc commentxiongxin1-2/+2
2022-11-03PM: hibernate: Allow hybrid sleep to work with s2idleMario Limonciello1-1/+1
2022-08-17PM: hibernate: defer device probing when resuming from hibernationTetsuo Handa1-1/+12
2022-04-08PM: suspend: fix return value of __setup handlerRandy Dunlap1-4/+4
2022-04-08PM: 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-18PM: hibernate: fix sparse warningsAnders Roxell1-1/+1
2021-11-18PM: EM: Fix inefficient states detectionVincent Donnefort1-15/+8
2021-11-18PM: hibernate: Get block device exclusively in swsusp_check()Ye Bin1-2/+3
2021-08-30Merge branches 'pm-pci', 'pm-sleep', 'pm-domains' and 'powercap'Rafael J. Wysocki3-4/+4
2021-08-16PM: sleep: unmark 'state' functions as kernel-docRandy Dunlap1-1/+1
2021-08-06PM: EM: Increase energy calculation precisionLukasz Luba1-1/+3
2021-08-04PM: sleep: check RTC features instead of ops in suspend_testAlexandre Belloni1-1/+1
2021-08-04PM: sleep: s2idle: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior1-2/+2
2021-07-08PM: hibernate: disable when there are active secretmem usersMike Rapoport1-1/+4
2021-06-11PM: hibernate: remove leading spaces before tabsZhen Lei1-1/+1
2021-06-11PM: sleep: remove trailing spaces and tabsZhen Lei2-7/+7
2021-05-24PM: hibernate: fix spelling mistakesZhen Lei2-5/+5
2021-04-08PM: sleep: fix typos in commentsLu Jialin3-3/+3
2021-03-23PM: EM: postpone creating the debugfs dir till fs_initcallLukasz Luba1-1/+1
2021-02-15Merge branches 'powercap' and 'pm-misc'Rafael J. Wysocki1-8/+4
2021-02-12PM: sleep: Constify static struct attribute_groupRikard Falkeborn1-1/+1
2021-02-12PM: Kconfig: remove unneeded "default n" optionsLukasz Luba1-3/+0
2021-02-12PM: EM: update Kconfig description and drop "default n" optionLukasz Luba1-5/+4
2021-01-27PM: sleep: No need to check PF_WQ_WORKER in thaw_kernel_threads()Zqiang1-1/+1
2021-01-25PM: hibernate: flush swap writer after markingLaurent Badel1-1/+1
2020-12-15Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-2/+26
2020-12-15kernel/power: allow hibernation with page_poison sanity checkingVlastimil Babka3-5/+13
2020-12-15PM: hibernate: make direct map manipulations more explicitMike Rapoport1-2/+36
2020-12-15Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap'Rafael J. Wysocki1-0/+2
2020-11-23PM / suspend: fix kernel-doc markupAlex Shi1-0/+2
2020-11-10PM: EM: update the comments related to power scaleLukasz Luba1-1/+1
2020-11-10PM: EM: Add a flag indicating units of power values in Energy ModelLukasz Luba1-1/+23
2020-10-27PM: sleep: fix typo in kernel/power/process.cJackie Zamow1-1/+1
2020-10-16kernel/: fix repeated words in commentsRandy Dunlap1-1/+1
2020-10-14Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-11/+15
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2-29/+18
2020-10-05PM: hibernate: remove the bogus call to get_gendisk() in software_resume()Christoph Hellwig1-11/+0
2020-09-28PM: hibernate: Batch hibernate and resume IO requestsXiaoyi Chen1-0/+15