| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'rtc-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni... | Linus Torvalds | 2024-03-22 | 1 | -1/+1 |
|\ |
|
| * | rtc: class: make rtc_class constant | Ricardo B. Marliere | 2024-03-08 | 1 | -1/+1 |
* | | PM: EM: Force device drivers to provide power in uW | Lukasz Luba | 2024-03-13 | 1 | -0/+11 |
* | | Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2024-03-13 | 9 | -231/+815 |
|\ \ |
|
| * \ | Merge branch 'pm-em' | Rafael J. Wysocki | 2024-03-11 | 1 | -66/+407 |
| |\ \ |
|
| | * | | PM: EM: Fix nr_states warnings in static checks | Lukasz Luba | 2024-02-22 | 1 | -2/+1 |
| | * | | PM: EM: Add em_dev_compute_costs() | Lukasz Luba | 2024-02-08 | 1 | -0/+18 |
| | * | | PM: EM: Remove old table | Lukasz Luba | 2024-02-08 | 1 | -39/+7 |
| | * | | PM: EM: Change debugfs configuration to use runtime EM table data | Lukasz Luba | 2024-02-08 | 1 | -8/+59 |
| | * | | PM: EM: Optimize em_cpu_energy() and remove division | Lukasz Luba | 2024-02-08 | 1 | -4/+3 |
| | * | | PM: EM: Support late CPUs booting and capacity adjustment | Lukasz Luba | 2024-02-08 | 1 | -0/+124 |
| | * | | PM: EM: Add performance field to struct em_perf_state and optimize | Lukasz Luba | 2024-02-08 | 1 | -0/+27 |
| | * | | PM: EM: Introduce em_dev_update_perf_domain() for EM updates | Lukasz Luba | 2024-02-08 | 1 | -0/+44 |
| | * | | PM: EM: Add functions for memory allocations for new EM tables | Lukasz Luba | 2024-02-08 | 1 | -5/+33 |
| | * | | PM: EM: Introduce runtime modifiable table | Lukasz Luba | 2024-02-08 | 1 | -0/+53 |
| | * | | PM: EM: Split the allocation and initialization of the EM table | Lukasz Luba | 2024-02-08 | 1 | -22/+33 |
| | * | | PM: EM: Check if the get_cost() callback is present in em_compute_costs() | Lukasz Luba | 2024-02-08 | 1 | -1/+1 |
| | * | | PM: EM: Introduce em_compute_costs() | Lukasz Luba | 2024-02-08 | 1 | -29/+43 |
| | * | | PM: EM: Find first CPU active while updating OPP efficiency | Lukasz Luba | 2024-02-08 | 1 | -2/+9 |
| | * | | PM: EM: Extend em_cpufreq_update_efficiencies() argument list | Lukasz Luba | 2024-02-08 | 1 | -6/+4 |
| | * | | PM: EM: Add missing newline for the message log | Lukasz Luba | 2024-02-08 | 1 | -1/+1 |
| | |/ |
|
| * | | PM: suspend: Set mem_sleep_current during kernel command line setup | Maulik Shah | 2024-02-29 | 1 | -0/+1 |
| * | | PM: hibernate: Don't ignore return from set_memory_ro() | Christophe Leroy | 2024-02-22 | 4 | -15/+24 |
| * | | PM: hibernate: Support to select compression algorithm | Nikhil V | 2024-02-22 | 1 | -3/+54 |
| * | | PM: hibernate: Add support for LZ4 compression for hibernation | Nikhil V | 2024-02-05 | 3 | -3/+41 |
| * | | PM: hibernate: Move to crypto APIs for LZO compression | Nikhil V | 2024-02-05 | 4 | -28/+132 |
| * | | PM: hibernate: Rename lzo* to make it generic | Nikhil V | 2024-02-05 | 1 | -60/+60 |
| * | | PM: sleep: stats: Use locking in dpm_save_failed_dev() | Rafael J. Wysocki | 2024-02-05 | 1 | -0/+5 |
| * | | PM: sleep: stats: Define suspend_stats next to the code using it | Rafael J. Wysocki | 2024-02-05 | 3 | -19/+66 |
| * | | PM: sleep: stats: Use unsigned int for success and failure counters | Rafael J. Wysocki | 2024-02-05 | 1 | -3/+3 |
| * | | PM: sleep: stats: Use an array of step failure counters | Rafael J. Wysocki | 2024-02-05 | 2 | -25/+27 |
| * | | PM: sleep: stats: Use array of suspend step names | Rafael J. Wysocki | 2024-02-05 | 1 | -32/+18 |
| |/ |
|
* / | power: port block device access to file | Christian Brauner | 2024-02-25 | 1 | -14/+14 |
|/ |
|
* | PM: hibernate: Repair excess function parameter description warning | Randy Dunlap | 2023-12-20 | 1 | -1/+0 |
* | PM: sleep: Remove obsolete comment from unlock_system_sleep() | Kevin Hao | 2023-12-20 | 1 | -16/+0 |
* | PM: hibernate: Use kmap_local_page() in copy_data_page() | Chen Haonan | 2023-12-19 | 1 | -6/+6 |
* | PM: hibernate: Enforce ordering during image compression/decompression | Hongchen Zhang | 2023-12-15 | 1 | -19/+19 |
* | PM: hibernate: Avoid missing wakeup events during hibernation | Chris Feng | 2023-12-15 | 2 | -2/+10 |
* | PM: hibernate: Do not initialize error in snapshot_write_next() | Li zeming | 2023-12-11 | 1 | -1/+1 |
* | PM: hibernate: Do not initialize error in swap_write_page() | Li zeming | 2023-12-11 | 1 | -1/+1 |
* | PM: hibernate: Drop unnecessary local variable initialization | Wang chaodong | 2023-12-11 | 1 | -1/+1 |
* | Merge tag 'pm-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2023-11-01 | 2 | -11/+9 |
|\ |
|
| * | Merge back earlier system-wide PM changes for v6.7. | Rafael J. Wysocki | 2023-10-09 | 2 | -11/+9 |
| |\ |
|
| | * | PM: hibernate: fix the kerneldoc comment for swsusp_check() and swsusp_close() | Christoph Hellwig | 2023-09-26 | 1 | -2/+2 |
| | * | PM: hibernate: Clean up sync_read handling in snapshot_write_next() | Brian Geffon | 2023-09-26 | 1 | -5/+1 |
| | * | PM: hibernate: Use __get_safe_page() rather than touching the list | Brian Geffon | 2023-09-21 | 1 | -4/+6 |
* | | | PM: hibernate: Drop unused snapshot_test argument | Jan Kara | 2023-10-28 | 3 | -11/+11 |
* | | | PM: hibernate: Convert to bdev_open_by_dev() | Jan Kara | 2023-10-28 | 1 | -15/+16 |
|/ / |
|
* / | PM: hibernate: Fix copying the zero bitmap to safe pages | Pavankumar Kondeti | 2023-10-04 | 1 | -2/+2 |
|/ |
|
* | PM: hibernate: Fix the exclusive get block device in test_resume mode | Chen Yu | 2023-09-12 | 1 | -6/+6 |