summaryrefslogtreecommitdiffstats
path: root/kernel/power
Commit message (Expand)AuthorAgeFilesLines
* power: port block device access to fileChristian Brauner2024-02-251-14/+14
* PM: hibernate: Repair excess function parameter description warningRandy Dunlap2023-12-201-1/+0
* PM: sleep: Remove obsolete comment from unlock_system_sleep()Kevin Hao2023-12-201-16/+0
* PM: hibernate: Use kmap_local_page() in copy_data_page()Chen Haonan2023-12-191-6/+6
* PM: hibernate: Enforce ordering during image compression/decompressionHongchen Zhang2023-12-151-19/+19
* PM: hibernate: Avoid missing wakeup events during hibernationChris Feng2023-12-152-2/+10
* PM: hibernate: Do not initialize error in snapshot_write_next()Li zeming2023-12-111-1/+1
* PM: hibernate: Do not initialize error in swap_write_page()Li zeming2023-12-111-1/+1
* PM: hibernate: Drop unnecessary local variable initializationWang chaodong2023-12-111-1/+1
* Merge tag 'pm-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-10-312-11/+9
|\
| * Merge back earlier system-wide PM changes for v6.7.Rafael J. Wysocki2023-10-092-11/+9
| |\
| | * PM: hibernate: fix the kerneldoc comment for swsusp_check() and swsusp_close()Christoph Hellwig2023-09-261-2/+2
| | * PM: hibernate: Clean up sync_read handling in snapshot_write_next()Brian Geffon2023-09-261-5/+1
| | * PM: hibernate: Use __get_safe_page() rather than touching the listBrian Geffon2023-09-211-4/+6
* | | PM: hibernate: Drop unused snapshot_test argumentJan Kara2023-10-283-11/+11
* | | PM: hibernate: Convert to bdev_open_by_dev()Jan Kara2023-10-281-15/+16
|/ /
* / PM: hibernate: Fix copying the zero bitmap to safe pagesPavankumar Kondeti2023-10-041-2/+2
|/
* PM: hibernate: Fix the exclusive get block device in test_resume modeChen Yu2023-09-121-6/+6
* PM: hibernate: Rename function parameter from snapshot_test to exclusiveChen Yu2023-09-122-8/+10
* Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-011-1/+1
|\
| * Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman2023-08-201-1/+1
| |\
| * | tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby2023-07-251-1/+1
| | |
| \ \
| \ \
| \ \
*---. | | Merge branches 'pm-sleep', 'pm-qos' and 'powercap'Rafael J. Wysocki2023-08-252-40/+156
|\ \ \| | | |_|_|/ |/| | |
| | * | PM: QoS: Add check to make sure CPU latency is non-negativeClive Lin2023-08-221-2/+7
| |/ / |/| |
| * | Merge back system-wide sleep material for v6.6.Rafael J. Wysocki2023-08-141-38/+149
|/| |
| * | PM: hibernate: don't store zero pages in the image fileBrian Geffon2023-07-241-38/+149
| |/
* / PM: hibernate: fix resume_store() return value when hibernation not availableVlastimil Babka2023-08-071-1/+1
|/
*-. Merge branches 'pm-sleep' and 'pm-qos'Rafael J. Wysocki2023-07-142-2/+8
|\ \
| | * PM: QoS: Restore support for default value on frequency QoSChungkai Yang2023-07-111-2/+7
| |/ |/|
| * PM: hibernate: Fix writing maj:min to /sys/power/resumeAzat Khuzhin2023-07-111-0/+1
|/
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-283-0/+84
|\
| * mm: page_alloc: move pm_* function into powerKefeng Wang2023-06-092-0/+32
| * mm: page_alloc: move mark_free_page() into snapshot.cKefeng Wang2023-06-091-0/+52
* | Merge tag 'pm-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-06-262-1/+7
|\ \
| * | include/linux/suspend.h: Only show pm_pr_dbg messages at suspend/resumeMario Limonciello2023-06-121-0/+6
| * | PM: hibernate: Correct spelling mistake in a commentWang Honghui2023-05-241-1/+1
| |/
* | Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-06-261-5/+0
|\ \
| * | x86/hibernate: Declare global functions in suspend.hArnd Bergmann2023-05-181-5/+0
| |/
* | block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-3/+3
* | block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-123-21/+14
* | swsusp: don't pass a stack address to blkdev_get_by_pathChristoph Hellwig2023-06-121-2/+3
* | PM: hibernate: don't use early_lookup_bdev in resume_storeChristoph Hellwig2023-06-051-1/+17
* | init: improve the name_to_dev_t interfaceChristoph Hellwig2023-06-051-12/+10
* | PM: hibernate: move finding the resume device out of software_resumeChristoph Hellwig2023-06-051-41/+39
* | PM: hibernate: remove the global snapshot_test variableChristoph Hellwig2023-06-053-14/+8
* | PM: hibernate: factor out a helper to find the resume deviceChristoph Hellwig2023-06-051-35/+37
* | block: introduce holder opsChristoph Hellwig2023-06-051-2/+2
|/
* Merge tag 'pm-6.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2023-05-033-5/+19
|\
| * PM: hibernate: Do not get block device exclusively in test_resume modeChen Yu2023-04-272-4/+12
| * PM: hibernate: Turn snapshot_test into global variableChen Yu2023-04-272-1/+7