aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power
AgeCommit message (Expand)Author
2023-12-20PM: hibernate: Repair excess function parameter description warningRandy Dunlap
2023-12-20PM: sleep: Remove obsolete comment from unlock_system_sleep()Kevin Hao
2023-12-19PM: hibernate: Use kmap_local_page() in copy_data_page()Chen Haonan
2023-12-15PM: hibernate: Enforce ordering during image compression/decompressionHongchen Zhang
2023-12-15PM: hibernate: Avoid missing wakeup events during hibernationChris Feng
2023-12-11PM: hibernate: Do not initialize error in snapshot_write_next()Li zeming
2023-12-11PM: hibernate: Do not initialize error in swap_write_page()Li zeming
2023-12-11PM: hibernate: Drop unnecessary local variable initializationWang chaodong
2023-10-31Merge tag 'pm-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2023-10-28PM: hibernate: Drop unused snapshot_test argumentJan Kara
2023-10-28PM: hibernate: Convert to bdev_open_by_dev()Jan Kara
2023-10-09Merge back earlier system-wide PM changes for v6.7.Rafael J. Wysocki
2023-10-04PM: hibernate: Fix copying the zero bitmap to safe pagesPavankumar Kondeti
2023-09-26PM: hibernate: fix the kerneldoc comment for swsusp_check() and swsusp_close()Christoph Hellwig
2023-09-26PM: hibernate: Clean up sync_read handling in snapshot_write_next()Brian Geffon
2023-09-21PM: hibernate: Use __get_safe_page() rather than touching the listBrian Geffon
2023-09-12PM: hibernate: Fix the exclusive get block device in test_resume modeChen Yu
2023-09-12PM: hibernate: Rename function parameter from snapshot_test to exclusiveChen Yu
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-08-25Merge branches 'pm-sleep', 'pm-qos' and 'powercap'Rafael J. Wysocki
2023-08-22PM: QoS: Add check to make sure CPU latency is non-negativeClive Lin
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman
2023-08-14Merge back system-wide sleep material for v6.6.Rafael J. Wysocki
2023-08-07PM: hibernate: fix resume_store() return value when hibernation not availableVlastimil Babka
2023-07-25tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby
2023-07-24PM: hibernate: don't store zero pages in the image fileBrian Geffon
2023-07-14Merge branches 'pm-sleep' and 'pm-qos'Rafael J. Wysocki
2023-07-11PM: QoS: Restore support for default value on frequency QoSChungkai Yang
2023-07-11PM: hibernate: Fix writing maj:min to /sys/power/resumeAzat Khuzhin
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-26Merge tag 'pm-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2023-06-26Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-06-12include/linux/suspend.h: Only show pm_pr_dbg messages at suspend/resumeMario Limonciello
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-12swsusp: don't pass a stack address to blkdev_get_by_pathChristoph Hellwig
2023-06-09mm: page_alloc: move pm_* function into powerKefeng Wang
2023-06-09mm: page_alloc: move mark_free_page() into snapshot.cKefeng Wang
2023-06-05PM: hibernate: don't use early_lookup_bdev in resume_storeChristoph Hellwig
2023-06-05init: improve the name_to_dev_t interfaceChristoph Hellwig
2023-06-05PM: hibernate: move finding the resume device out of software_resumeChristoph Hellwig
2023-06-05PM: hibernate: remove the global snapshot_test variableChristoph Hellwig
2023-06-05PM: hibernate: factor out a helper to find the resume deviceChristoph Hellwig
2023-06-05block: introduce holder opsChristoph Hellwig
2023-05-24PM: hibernate: Correct spelling mistake in a commentWang Honghui
2023-05-18x86/hibernate: Declare global functions in suspend.hArnd Bergmann
2023-05-03Merge tag 'pm-6.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2023-04-29Merge tag 'wq-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2023-04-27PM: hibernate: Do not get block device exclusively in test_resume modeChen Yu
2023-04-27PM: hibernate: Turn snapshot_test into global variableChen Yu