summaryrefslogtreecommitdiff
path: root/kernel/power
AgeCommit message (Expand)Author
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-10PM: hibernate: Remove unused stub for saveable_highmem_page()Andy Shevchenko
2024-08-02PM: sleep: Use sysfs_emit() and sysfs_emit_at() in "show" functionsXueqin Luo
2024-08-02PM: hibernate: Use sysfs_emit() and sysfs_emit_at() in "show" functionsXueqin Luo
2024-07-03mm: remove the implementation of swap_free() and always use swap_free_nr()Barry Song
2024-05-27Merge tag 'vfs-6.10-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-24swap: yield device immediatelyChristian Brauner
2024-05-21Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-15Merge tag 'cgroup-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-13Merge branches 'pm-em' and 'pm-docs'Rafael J. Wysocki
2024-05-02swsusp: don't bother with setting block sizeAl Viro
2024-04-30PM: hibernate: replace deprecated strncpy() with strscpy()Justin Stitt
2024-04-08cgroup/cpuset: Make cpuset hotplug processing synchronousWaiman Long
2024-04-08PM: EM: Add em_dev_update_chip_binning()Lukasz Luba
2024-04-08PM: EM: Refactor em_adjust_new_capacity()Lukasz Luba
2024-04-08PM: s2idle: Make sure CPUs will wakeup directly on resumeAnna-Maria Behnsen
2024-03-21Merge tag 'rtc-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2024-03-13PM: EM: Force device drivers to provide power in uWLukasz Luba
2024-03-13Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2024-03-11Merge branch 'pm-em'Rafael J. Wysocki
2024-03-08rtc: class: make rtc_class constantRicardo B. Marliere
2024-02-29PM: suspend: Set mem_sleep_current during kernel command line setupMaulik Shah
2024-02-25power: port block device access to fileChristian Brauner
2024-02-22PM: EM: Fix nr_states warnings in static checksLukasz Luba
2024-02-22PM: hibernate: Don't ignore return from set_memory_ro()Christophe Leroy
2024-02-22PM: hibernate: Support to select compression algorithmNikhil V
2024-02-08PM: EM: Add em_dev_compute_costs()Lukasz Luba
2024-02-08PM: EM: Remove old tableLukasz Luba
2024-02-08PM: EM: Change debugfs configuration to use runtime EM table dataLukasz Luba
2024-02-08PM: EM: Optimize em_cpu_energy() and remove divisionLukasz Luba
2024-02-08PM: EM: Support late CPUs booting and capacity adjustmentLukasz Luba
2024-02-08PM: EM: Add performance field to struct em_perf_state and optimizeLukasz Luba
2024-02-08PM: EM: Introduce em_dev_update_perf_domain() for EM updatesLukasz Luba
2024-02-08PM: EM: Add functions for memory allocations for new EM tablesLukasz Luba
2024-02-08PM: EM: Introduce runtime modifiable tableLukasz Luba
2024-02-08PM: EM: Split the allocation and initialization of the EM tableLukasz Luba
2024-02-08PM: EM: Check if the get_cost() callback is present in em_compute_costs()Lukasz Luba
2024-02-08PM: EM: Introduce em_compute_costs()Lukasz Luba
2024-02-08PM: EM: Find first CPU active while updating OPP efficiencyLukasz Luba
2024-02-08PM: EM: Extend em_cpufreq_update_efficiencies() argument listLukasz Luba
2024-02-08PM: EM: Add missing newline for the message logLukasz Luba
2024-02-05PM: hibernate: Add support for LZ4 compression for hibernationNikhil V
2024-02-05PM: hibernate: Move to crypto APIs for LZO compressionNikhil V
2024-02-05PM: hibernate: Rename lzo* to make it genericNikhil V
2024-02-05PM: sleep: stats: Use locking in dpm_save_failed_dev()Rafael J. Wysocki
2024-02-05PM: sleep: stats: Define suspend_stats next to the code using itRafael J. Wysocki
2024-02-05PM: sleep: stats: Use unsigned int for success and failure countersRafael J. Wysocki
2024-02-05PM: sleep: stats: Use an array of step failure countersRafael J. Wysocki
2024-02-05PM: sleep: stats: Use array of suspend step namesRafael J. Wysocki
2023-12-20PM: hibernate: Repair excess function parameter description warningRandy Dunlap