Age | Commit message (Expand) | Author |
2022-12-06 | PM: sleep: Refine error message in try_to_freeze_tasks() | Rafael J. Wysocki |
2022-12-06 | PM: sleep: Avoid using pr_cont() in the tasks freezing code | Rafael J. Wysocki |
2022-12-01 | PM: hibernate: Complain about memory map mismatches during resume | Xueqin Luo |
2022-11-03 | PM: hibernate: Fix mistake in kerneldoc comment | xiongxin |
2022-10-25 | PM: hibernate: Allow hybrid sleep to work with s2idle | Mario Limonciello |
2022-10-10 | Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2022-09-09 | ACPI: s2idle: Add a new ->check() callback for platform_s2idle_ops | Mario Limonciello |
2022-09-07 | freezer,sched: Rewrite core freezer logic | Peter Zijlstra |
2022-09-07 | freezer: Have {,un}lock_system_sleep() save/restore flags | Peter Zijlstra |
2022-08-04 | Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2022-08-02 | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block | Linus Torvalds |
2022-07-29 | Merge branches 'pm-devfreq', 'pm-qos', 'pm-tools' and 'pm-docs' | Rafael J. Wysocki |
2022-07-29 | Merge branches 'pm-core', 'pm-sleep', 'powercap', 'pm-domains' and 'pm-em' | Rafael J. Wysocki |
2022-07-26 | PM: QoS: Add check to make sure CPU freq is non-negative | Shivnandan Kumar |
2022-07-26 | PM: hibernate: defer device probing when resuming from hibernation | Tetsuo Handa |
2022-07-15 | PM: EM: convert power field to micro-Watts precision and align drivers | Lukasz Luba |
2022-07-14 | PM: Use the enum req_op and blk_opf_t types | Bart Van Assche |
2022-07-01 | pm/sleep: Add PM_USERSPACE_AUTOSLEEP Kconfig | Kalesh Singh |
2022-06-21 | PM: hibernate: Use kernel_can_power_off() | Dmitry Osipenko |
2022-05-27 | Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl... | Linus Torvalds |
2022-05-23 | Merge branches 'pm-em' and 'pm-cpuidle' | Rafael J. Wysocki |
2022-05-11 | PM: EM: Decrement policy counter | Pierre Gondois |
2022-04-22 | PM: CXL: Disable suspend | Dan Williams |
2022-04-13 | PM: hibernate: Don't mark comment as kernel-doc | Haowen Bai |
2022-04-13 | PM: hibernate: Fix some kernel-doc comments | Yang Li |
2022-04-13 | PM: sleep: enable dynamic debug support within pm_pr_dbg() | David Cohen |
2022-04-13 | PM: sleep: Narrow down -DDEBUG on kernel/power/ files | David Cohen |
2022-04-13 | PM: EM: Remove old debugfs files and print all 'flags' | Lukasz Luba |
2022-04-13 | PM: EM: Change the order of arguments in the .active_power() callback | Lukasz Luba |
2022-04-13 | PM: EM: Use the new .get_cost() callback while registering EM | Lukasz Luba |
2022-04-13 | PM: EM: Add artificial EM flag | Pierre Gondois |
2022-03-21 | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds |
2022-03-01 | PM: suspend: fix return value of __setup handler | Randy Dunlap |
2022-03-01 | PM: hibernate: fix __setup handler error handling | Randy Dunlap |
2022-03-01 | PM: hibernate: Clean up non-kernel-doc comments | Jiapeng Chong |
2022-02-16 | PM: hibernate: fix load_image_and_restore() error path | Ye Bin |
2022-02-07 | PM: s2idle: ACPI: Fix wakeup interrupts handling | Rafael J. Wysocki |
2022-02-02 | block: pass a block_device and opf to bio_alloc | Christoph Hellwig |
2022-02-02 | block: remove genhd.h | Christoph Hellwig |
2022-01-25 | PM: hibernate: Remove register_nosave_region_late() | Amadeusz Sławiński |
2022-01-25 | PM: wakeup: simplify the output logic of pm_show_wakelocks() | Greg Kroah-Hartman |
2021-12-08 | PM: hibernate: Allow ACPI hardware signature to be honoured | David Woodhouse |
2021-11-24 | PM: hibernate: Fix snapshot partial write lengths | Evan Green |
2021-11-24 | PM: hibernate: use correct mode for swsusp_close() | Thomas Zeitlhofer |
2021-11-02 | Merge tag 'pm-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds |
2021-11-02 | Merge branches 'pm-em' and 'powercap' | Rafael J. Wysocki |
2021-10-26 | PM: suspend: Use valid_state() consistently | Rafael J. Wysocki |
2021-10-26 | PM: sleep: Pause cpuidle later and resume it earlier during system transitions | Rafael J. Wysocki |
2021-10-26 | PM: suspend: Do not pause cpuidle in the suspend-to-idle path | Rafael J. Wysocki |
2021-10-21 | PM: hibernate: Get block device exclusively in swsusp_check() | Ye Bin |