summaryrefslogtreecommitdiffstats
path: root/kernel/power
Commit message (Expand)AuthorAgeFilesLines
* mm: page_alloc: move pm_* function into powerKefeng Wang2023-06-092-0/+32
* mm: page_alloc: move mark_free_page() into snapshot.cKefeng Wang2023-06-091-0/+52
* Merge tag 'pm-6.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2023-05-033-5/+19
|\
| * PM: hibernate: Do not get block device exclusively in test_resume modeChen Yu2023-04-272-4/+12
| * PM: hibernate: Turn snapshot_test into global variableChen Yu2023-04-272-1/+7
* | Merge tag 'wq-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2023-04-291-1/+1
|\ \ | |/ |/|
| * workqueue: Introduce show_freezable_workqueuesJungseung Lee2023-03-231-1/+1
* | PM: Add sysfs files to represent time spent in hardware sleep stateMario Limonciello2023-04-201-12/+47
|/
*-. Merge branches 'powercap', 'pm-domains', 'pm-em' and 'pm-opp'Rafael J. Wysocki2023-02-151-4/+1
|\ \
| | * PM: EM: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-091-4/+1
| |/
* | PM: sleep: Remove "select SRCU"Paul E. McKenney2023-01-201-1/+0
* | PM: hibernate: swap: don't use /** for non-kernel-doc commentsRandy Dunlap2023-01-201-8/+8
|/
* PM: sleep: Refine error message in try_to_freeze_tasks()Rafael J. Wysocki2022-12-061-2/+2
* PM: sleep: Avoid using pr_cont() in the tasks freezing codeRafael J. Wysocki2022-12-061-13/+8
* PM: hibernate: Complain about memory map mismatches during resumeXueqin Luo2022-12-011-2/+6
* PM: hibernate: Fix mistake in kerneldoc commentxiongxin2022-11-031-2/+2
* PM: hibernate: Allow hybrid sleep to work with s2idleMario Limonciello2022-10-251-1/+1
* Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-105-40/+59
|\
| * freezer,sched: Rewrite core freezer logicPeter Zijlstra2022-09-072-9/+7
| * freezer: Have {,un}lock_system_sleep() save/restore flagsPeter Zijlstra2022-09-074-33/+54
* | ACPI: s2idle: Add a new ->check() callback for platform_s2idle_opsMario Limonciello2022-09-091-0/+3
|/
* Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-041-0/+20
|\
| * pm/sleep: Add PM_USERSPACE_AUTOSLEEP KconfigKalesh Singh2022-07-011-0/+20
* | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-021-16/+13
|\ \
| * | PM: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-141-16/+13
| |/
| |
| \
*-. \ Merge branches 'pm-devfreq', 'pm-qos', 'pm-tools' and 'pm-docs'Rafael J. Wysocki2022-07-291-2/+2
|\ \ \ | | |/ | |/|
| | * PM: QoS: Add check to make sure CPU freq is non-negativeShivnandan Kumar2022-07-261-2/+2
| |/
| |
| \
*-. \ Merge branches 'pm-core', 'pm-sleep', 'powercap', 'pm-domains' and 'pm-em'Rafael J. Wysocki2022-07-292-9/+28
|\ \ \ | |_|/ |/| |
| | * PM: EM: convert power field to micro-Watts precision and align driversLukasz Luba2022-07-151-8/+16
| |/ |/|
| * PM: hibernate: defer device probing when resuming from hibernationTetsuo Handa2022-07-261-1/+12
|/
* PM: hibernate: Use kernel_can_power_off()Dmitry Osipenko2022-06-211-1/+1
* Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2022-05-273-3/+7
|\
| * PM: CXL: Disable suspendDan Williams2022-04-223-3/+7
| |
| \
*-. | Merge branches 'pm-em' and 'pm-cpuidle'Rafael J. Wysocki2022-05-231-29/+36
|\ \|
| * | PM: EM: Decrement policy counterPierre Gondois2022-05-111-0/+2
| * | PM: EM: Remove old debugfs files and print all 'flags'Lukasz Luba2022-04-131-19/+5
| * | PM: EM: Change the order of arguments in the .active_power() callbackLukasz Luba2022-04-131-1/+1
| * | PM: EM: Use the new .get_cost() callback while registering EMLukasz Luba2022-04-131-11/+28
| * | PM: EM: Add artificial EM flagPierre Gondois2022-04-131-0/+2
| |/
* | PM: hibernate: Don't mark comment as kernel-docHaowen Bai2022-04-131-1/+1
* | PM: hibernate: Fix some kernel-doc commentsYang Li2022-04-131-3/+7
* | PM: sleep: enable dynamic debug support within pm_pr_dbg()David Cohen2022-04-131-29/+0
* | PM: sleep: Narrow down -DDEBUG on kernel/power/ filesDavid Cohen2022-04-132-4/+5
|/
* Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-212-5/+2
|\
| * block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-3/+2
| * block: remove genhd.hChristoph Hellwig2022-02-022-2/+0
* | PM: suspend: fix return value of __setup handlerRandy Dunlap2022-03-011-4/+4
* | PM: hibernate: fix __setup handler error handlingRandy Dunlap2022-03-011-1/+1
* | PM: hibernate: Clean up non-kernel-doc commentsJiapeng Chong2022-03-011-4/+4
* | PM: hibernate: fix load_image_and_restore() error pathYe Bin2022-02-161-1/+3