aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-08PM: EM: Change debugfs configuration to use runtime EM table dataLukasz Luba1-8/+59
2024-02-08PM: EM: Optimize em_cpu_energy() and remove divisionLukasz Luba1-4/+3
2024-02-08PM: EM: Support late CPUs booting and capacity adjustmentLukasz Luba1-0/+124
2024-02-08PM: EM: Add performance field to struct em_perf_state and optimizeLukasz Luba1-0/+27
2024-02-08PM: EM: Introduce em_dev_update_perf_domain() for EM updatesLukasz Luba1-0/+44
2024-02-08PM: EM: Add functions for memory allocations for new EM tablesLukasz Luba1-5/+33
2024-02-08PM: EM: Introduce runtime modifiable tableLukasz Luba1-0/+53
2024-02-08PM: EM: Split the allocation and initialization of the EM tableLukasz Luba1-22/+33
2024-02-08PM: EM: Check if the get_cost() callback is present in em_compute_costs()Lukasz Luba1-1/+1
2024-02-08PM: EM: Introduce em_compute_costs()Lukasz Luba1-29/+43
2024-02-08PM: EM: Find first CPU active while updating OPP efficiencyLukasz Luba1-2/+9
2024-02-08PM: EM: Extend em_cpufreq_update_efficiencies() argument listLukasz Luba1-6/+4
2024-02-08PM: EM: Add missing newline for the message logLukasz Luba1-1/+1
2024-02-05PM: hibernate: Add support for LZ4 compression for hibernationNikhil V3-3/+41
2024-02-05PM: hibernate: Move to crypto APIs for LZO compressionNikhil V4-28/+132
2024-02-05PM: hibernate: Rename lzo* to make it genericNikhil V1-60/+60
2024-02-05PM: sleep: stats: Use locking in dpm_save_failed_dev()Rafael J. Wysocki1-0/+5
2024-02-05PM: sleep: stats: Define suspend_stats next to the code using itRafael J. Wysocki3-19/+66
2024-02-05PM: sleep: stats: Use unsigned int for success and failure countersRafael J. Wysocki1-3/+3
2024-02-05PM: sleep: stats: Use an array of step failure countersRafael J. Wysocki2-25/+27
2024-02-05PM: sleep: stats: Use array of suspend step namesRafael J. Wysocki1-32/+18
2023-12-20PM: hibernate: Repair excess function parameter description warningRandy Dunlap1-1/+0
2023-12-20PM: sleep: Remove obsolete comment from unlock_system_sleep()Kevin Hao1-16/+0
2023-12-19PM: hibernate: Use kmap_local_page() in copy_data_page()Chen Haonan1-6/+6
2023-12-15PM: hibernate: Enforce ordering during image compression/decompressionHongchen Zhang1-19/+19
2023-12-15PM: hibernate: Avoid missing wakeup events during hibernationChris Feng2-2/+10
2023-12-11PM: hibernate: Do not initialize error in snapshot_write_next()Li zeming1-1/+1
2023-12-11PM: hibernate: Do not initialize error in swap_write_page()Li zeming1-1/+1
2023-12-11PM: hibernate: Drop unnecessary local variable initializationWang chaodong1-1/+1
2023-10-31Merge tag 'pm-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2-11/+9
2023-10-28PM: hibernate: Drop unused snapshot_test argumentJan Kara3-11/+11
2023-10-28PM: hibernate: Convert to bdev_open_by_dev()Jan Kara1-15/+16
2023-10-09Merge back earlier system-wide PM changes for v6.7.Rafael J. Wysocki2-11/+9
2023-10-04PM: hibernate: Fix copying the zero bitmap to safe pagesPavankumar Kondeti1-2/+2
2023-09-26PM: hibernate: fix the kerneldoc comment for swsusp_check() and swsusp_close()Christoph Hellwig1-2/+2
2023-09-26PM: hibernate: Clean up sync_read handling in snapshot_write_next()Brian Geffon1-5/+1
2023-09-21PM: hibernate: Use __get_safe_page() rather than touching the listBrian Geffon1-4/+6
2023-09-12PM: hibernate: Fix the exclusive get block device in test_resume modeChen Yu1-6/+6
2023-09-12PM: hibernate: Rename function parameter from snapshot_test to exclusiveChen Yu2-8/+10
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2023-08-25Merge branches 'pm-sleep', 'pm-qos' and 'powercap'Rafael J. Wysocki2-40/+156
2023-08-22PM: QoS: Add check to make sure CPU latency is non-negativeClive Lin1-2/+7
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman1-1/+1
2023-08-14Merge back system-wide sleep material for v6.6.Rafael J. Wysocki1-38/+149
2023-08-07PM: hibernate: fix resume_store() return value when hibernation not availableVlastimil Babka1-1/+1
2023-07-25tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby1-1/+1
2023-07-24PM: hibernate: don't store zero pages in the image fileBrian Geffon1-38/+149
2023-07-14Merge branches 'pm-sleep' and 'pm-qos'Rafael J. Wysocki2-2/+8
2023-07-11PM: QoS: Restore support for default value on frequency QoSChungkai Yang1-2/+7
2023-07-11PM: hibernate: Fix writing maj:min to /sys/power/resumeAzat Khuzhin1-0/+1