summaryrefslogtreecommitdiffstats
path: root/kernel/power
Commit message (Expand)AuthorAgeFilesLines
* PM: s2idle: Make sure CPUs will wakeup directly on resumeAnna-Maria Behnsen2024-04-081-0/+6
* Merge tag 'rtc-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2024-03-211-1/+1
|\
| * rtc: class: make rtc_class constantRicardo B. Marliere2024-03-081-1/+1
* | PM: EM: Force device drivers to provide power in uWLukasz Luba2024-03-131-0/+11
* | Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2024-03-139-231/+815
|\ \
| * \ Merge branch 'pm-em'Rafael J. Wysocki2024-03-111-66/+407
| |\ \
| | * | PM: EM: Fix nr_states warnings in static checksLukasz Luba2024-02-221-2/+1
| | * | PM: EM: Add em_dev_compute_costs()Lukasz Luba2024-02-081-0/+18
| | * | PM: EM: Remove old tableLukasz Luba2024-02-081-39/+7
| | * | PM: EM: Change debugfs configuration to use runtime EM table dataLukasz Luba2024-02-081-8/+59
| | * | PM: EM: Optimize em_cpu_energy() and remove divisionLukasz Luba2024-02-081-4/+3
| | * | PM: EM: Support late CPUs booting and capacity adjustmentLukasz Luba2024-02-081-0/+124
| | * | PM: EM: Add performance field to struct em_perf_state and optimizeLukasz Luba2024-02-081-0/+27
| | * | PM: EM: Introduce em_dev_update_perf_domain() for EM updatesLukasz Luba2024-02-081-0/+44
| | * | PM: EM: Add functions for memory allocations for new EM tablesLukasz Luba2024-02-081-5/+33
| | * | PM: EM: Introduce runtime modifiable tableLukasz Luba2024-02-081-0/+53
| | * | PM: EM: Split the allocation and initialization of the EM tableLukasz Luba2024-02-081-22/+33
| | * | PM: EM: Check if the get_cost() callback is present in em_compute_costs()Lukasz Luba2024-02-081-1/+1
| | * | PM: EM: Introduce em_compute_costs()Lukasz Luba2024-02-081-29/+43
| | * | PM: EM: Find first CPU active while updating OPP efficiencyLukasz Luba2024-02-081-2/+9
| | * | PM: EM: Extend em_cpufreq_update_efficiencies() argument listLukasz Luba2024-02-081-6/+4
| | * | PM: EM: Add missing newline for the message logLukasz Luba2024-02-081-1/+1
| | |/
| * | PM: suspend: Set mem_sleep_current during kernel command line setupMaulik Shah2024-02-291-0/+1
| * | PM: hibernate: Don't ignore return from set_memory_ro()Christophe Leroy2024-02-224-15/+24
| * | PM: hibernate: Support to select compression algorithmNikhil V2024-02-221-3/+54
| * | PM: hibernate: Add support for LZ4 compression for hibernationNikhil V2024-02-053-3/+41
| * | PM: hibernate: Move to crypto APIs for LZO compressionNikhil V2024-02-054-28/+132
| * | PM: hibernate: Rename lzo* to make it genericNikhil V2024-02-051-60/+60
| * | PM: sleep: stats: Use locking in dpm_save_failed_dev()Rafael J. Wysocki2024-02-051-0/+5
| * | PM: sleep: stats: Define suspend_stats next to the code using itRafael J. Wysocki2024-02-053-19/+66
| * | PM: sleep: stats: Use unsigned int for success and failure countersRafael J. Wysocki2024-02-051-3/+3
| * | PM: sleep: stats: Use an array of step failure countersRafael J. Wysocki2024-02-052-25/+27
| * | PM: sleep: stats: Use array of suspend step namesRafael J. Wysocki2024-02-051-32/+18
| |/
* / 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
|/