aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-22/+20
2025-05-27Merge tag 'pm-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds6-40/+78
2025-05-26Merge branches 'pm-runtime' and 'pm-sleep'Rafael J. Wysocki5-13/+33
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds1-58/+45
2025-05-16PM: freezer: Rewrite restarting tasks log to remove stray *done.*Paul Menzel1-2/+2
2025-05-13PM: sleep: Introduce pm_sleep_transition_in_progress()Rafael J. Wysocki1-2/+5
2025-05-13PM: EM: Introduce em_adjust_cpu_capacity()Rafael J. Wysocki1-4/+24
2025-05-13PM: EM: Move CPU capacity check to em_adjust_new_capacity()Rafael J. Wysocki1-23/+17
2025-05-13PM: sleep: Introduce pm_suspend_in_progress()Rafael J. Wysocki1-2/+2
2025-05-13PM: sleep: Print PM debug messages during hibernationRafael J. Wysocki3-1/+11
2025-05-12mm, PM: use for_each_valid_pfn() in kernel/power/snapshot.cDavid Woodhouse1-22/+20
2025-05-09PM: hibernate: add configurable delay for pm_testZihuan Zhang1-2/+7
2025-05-09PM: wakeup: Delete space in the end of string shown by pm_show_wakelocks()Zijun Hu1-0/+3
2025-05-09power: freeze filesystems during suspend/resumeChristian Brauner4-1/+57
2025-05-07PM: hibernate: split and simplify hib_submit_ioChristoph Hellwig1-58/+45
2025-04-28PM: EM: Fix potential division-by-zero error in em_compute_costs()Yaxiong Tian1-0/+4
2025-04-25PM: sleep: Remove unnecessary !!Zihuan Zhang1-1/+1
2025-04-22PM: sleep: Use two lines for "Restarting..." / "done" messagesAndrew Sayers1-4/+4
2025-04-09PM: hibernate: Remove size arguments when calling strscpy()Thorsten Blum1-5/+4
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-21/+42
2025-03-27Merge tag 'printk-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds2-12/+12
2025-03-24Merge branch 'pm-sleep'Rafael J. Wysocki3-15/+21
2025-03-21PM: hibernate: Use crypto_acomp interfaceHerbert Xu2-21/+42
2025-03-12PM: s2idle: Extend comment in s2idle_enter()Ulf Hansson1-1/+5
2025-03-12PM: s2idle: Drop redundant locks when entering s2idleUlf Hansson1-4/+6
2025-03-11printk: Rename resume_console to console_resume_allMarcos Paulo de Souza2-7/+7
2025-03-11printk: Rename suspend_console to console_suspend_allMarcos Paulo de Souza2-5/+5
2025-03-07PM: EM: Rework the depends on for CONFIG_ENERGY_MODELJeson Gao1-2/+1
2025-03-07PM: EM: Address RCU-related sparse warningsRafael J. Wysocki1-19/+20
2025-03-06PM: EM: Consify two parameters of em_dev_register_perf_domain()Rafael J. Wysocki1-5/+6
2025-03-03PM: hibernate: Avoid deadlock in hibernate_compressor_param_set()Lizhi Xu1-3/+3
2025-02-20PM: EM: use kfree_rcu() to simplify the codeLi RongQing1-9/+1
2025-02-18PM: EM: Slightly reduce em_check_capacity_update() overheadRafael J. Wysocki1-2/+2
2025-02-18PM: EM: Drop unused parameter from em_adjust_new_capacity()Rafael J. Wysocki1-3/+2
2025-02-18PM: hibernate: Replace deprecated kmap_atomic() with kmap_local_page()David Reaver1-8/+8
2025-01-30Merge tag 'pm-6.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+6
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-4/+1
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang1-4/+1
2025-01-23PM: hibernate: Add error handling for syscore_suspend()Wentao Liang1-1/+6
2025-01-20Merge branches 'pm-sleep', 'pm-cpuidle' and 'pm-em'Rafael J. Wysocki4-3/+38
2025-01-14PM: sleep: Allow configuring the DPM watchdog to warn earlier than panicDouglas Anderson1-1/+20
2025-01-14PM: sleep: convert comment from kernel-doc to plain commentRandy Dunlap1-1/+1
2024-12-18PM: EM: Move sched domains rebuild function from schedutil to EMRafael J. Wysocki1-0/+17
2024-12-05PM: sleep: autosleep: don't include 'pm_wakeup.h' directlyWolfram Sang1-1/+0
2024-11-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+4
2024-11-04PM: EM: Add min/max available performance state limitsLukasz Luba1-0/+52
2024-10-31arm64: Use SYSTEM_OFF2 PSCI call to power off for hibernateDavid Woodhouse1-1/+4
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-09-10PM: hibernate: Remove unused stub for saveable_highmem_page()Andy Shevchenko1-5/+0
2024-08-02PM: sleep: Use sysfs_emit() and sysfs_emit_at() in "show" functionsXueqin Luo1-37/+39