summaryrefslogtreecommitdiff
path: root/kernel/power
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'vfs-6.10-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
9 daysswap: yield device immediatelyChristian Brauner1-1/+1
12 daysMerge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+1
2024-05-16Merge tag 'cgroup-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+0
2024-05-13Merge branches 'pm-em' and 'pm-docs'Rafael J. Wysocki1-19/+87
2024-05-03swsusp: don't bother with setting block sizeAl Viro1-6/+1
2024-04-30PM: hibernate: replace deprecated strncpy() with strscpy()Justin Stitt1-1/+1
2024-04-08cgroup/cpuset: Make cpuset hotplug processing synchronousWaiman Long1-2/+0
2024-04-08PM: EM: Add em_dev_update_chip_binning()Lukasz Luba1-0/+48
2024-04-08PM: EM: Refactor em_adjust_new_capacity()Lukasz Luba1-19/+39
2024-04-08PM: s2idle: Make sure CPUs will wakeup directly on resumeAnna-Maria Behnsen1-0/+6
2024-03-22Merge tag 'rtc-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds1-1/+1
2024-03-13PM: EM: Force device drivers to provide power in uWLukasz Luba1-0/+11
2024-03-13Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds9-231/+815
2024-03-11Merge branch 'pm-em'Rafael J. Wysocki1-66/+407
2024-03-08rtc: class: make rtc_class constantRicardo B. Marliere1-1/+1
2024-02-29PM: suspend: Set mem_sleep_current during kernel command line setupMaulik Shah1-0/+1
2024-02-25power: port block device access to fileChristian Brauner1-14/+14
2024-02-22PM: EM: Fix nr_states warnings in static checksLukasz Luba1-2/+1
2024-02-22PM: hibernate: Don't ignore return from set_memory_ro()Christophe Leroy4-15/+24
2024-02-22PM: hibernate: Support to select compression algorithmNikhil V1-3/+54
2024-02-08PM: EM: Add em_dev_compute_costs()Lukasz Luba1-0/+18
2024-02-08PM: EM: Remove old tableLukasz Luba1-39/+7
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-12PM: hibernate: Do not initialize error in snapshot_write_next()Li zeming1-1/+1