index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
power
/
power.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-22
PM: hibernate: Don't ignore return from set_memory_ro()
Christophe Leroy
1
-1
/
+1
2024-02-05
PM: hibernate: Add support for LZ4 compression for hibernation
Nikhil V
1
-0
/
+14
2024-02-05
PM: hibernate: Move to crypto APIs for LZO compression
Nikhil V
1
-0
/
+5
2024-02-05
PM: sleep: stats: Define suspend_stats next to the code using it
Rafael J. Wysocki
1
-0
/
+2
2023-12-15
PM: hibernate: Avoid missing wakeup events during hibernation
Chris Feng
1
-0
/
+2
2023-10-28
PM: hibernate: Drop unused snapshot_test argument
Jan Kara
1
-1
/
+1
2023-09-12
PM: hibernate: Rename function parameter from snapshot_test to exclusive
Chen Yu
1
-2
/
+2
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+5
2023-06-26
Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-5
/
+0
2023-06-12
block: use the holder as indication for exclusive opens
Christoph Hellwig
1
-1
/
+1
2023-06-09
mm: page_alloc: move pm_* function into power
Kefeng Wang
1
-0
/
+5
2023-06-05
PM: hibernate: remove the global snapshot_test variable
Christoph Hellwig
1
-2
/
+1
2023-05-18
x86/hibernate: Declare global functions in suspend.h
Arnd Bergmann
1
-5
/
+0
2023-04-27
PM: hibernate: Turn snapshot_test into global variable
Chen Yu
1
-0
/
+1
2021-12-08
PM: hibernate: Allow ACPI hardware signature to be honoured
David Woodhouse
1
-0
/
+1
2021-10-26
PM: sleep: Pause cpuidle later and resume it earlier during system transitions
Rafael J. Wysocki
1
-0
/
+14
2020-12-15
kernel/power: allow hibernation with page_poison sanity checking
Vlastimil Babka
1
-1
/
+1
2020-09-01
notifier: Fix broken error handling pattern
Peter Zijlstra
1
-2
/
+1
2020-07-14
PM: sleep: spread "const char *" correctness
Alexey Dobriyan
1
-1
/
+1
2020-05-19
PM: hibernate: Incorporate concurrency handling
Domenico Andreoli
1
-2
/
+2
2019-11-15
y2038: syscalls: change remaining timeval to __kernel_old_timeval
Arnd Bergmann
1
-1
/
+1
2019-06-14
PM: hibernate: powerpc: Expose pfn_is_nosave() prototype
Mathieu Malaterre
1
-2
/
+0
2018-02-02
x86/power: Fix swsusp_arch_resume prototype
Arnd Bergmann
1
-3
/
+0
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-08-05
ACPI / PM: Prefer suspend-to-idle over S3 on some systems
Rafael J. Wysocki
1
-1
/
+0
2017-07-24
PM / sleep: Put pm_test under CONFIG_PM_SLEEP_DEBUG
Rafael J. Wysocki
1
-1
/
+1
2017-07-24
PM / s2idle: Rearrange the main suspend-to-idle loop
Rafael J. Wysocki
1
-0
/
+4
2017-02-07
arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONX
Laura Abbott
1
-2
/
+2
2016-11-21
PM / sleep: System sleep state selection interface rework
Rafael J. Wysocki
1
-1
/
+5
2016-09-13
PM / Hibernate: allow hibernation with PAGE_POISONING_ZERO
Anisse Astier
1
-0
/
+2
2016-07-15
x86 / hibernate: Use hlt_play_dead() when resuming from hibernation
Rafael J. Wysocki
1
-0
/
+2
2016-07-10
PM / hibernate: Image data protection during restoration
Rafael J. Wysocki
1
-0
/
+7
2016-06-28
PM / sleep: make PM notifiers called symmetrically
Lianwei Wang
1
-0
/
+2
2016-01-04
PM / sleep: Add support for read-only sysfs attributes
Rafael J. Wysocki
1
-0
/
+9
2015-05-19
suspend: simplify block I/O handling
Christoph Hellwig
1
-9
/
+0
2014-11-03
PM / Hibernate: Migrate to ktime_t
Tina Ruchandani
1
-2
/
+1
2014-09-03
PM / sleep: Fix test_suspend= command line option
Rafael J. Wysocki
1
-0
/
+1
2014-07-21
PM / sleep: Simplify sleep states sysfs interface code
Rafael J. Wysocki
1
-6
/
+1
2014-05-26
PM / sleep: Use valid_state() for platform-dependent sleep states only
Rafael J. Wysocki
1
-2
/
+0
2014-05-26
PM / sleep: Add state field to pm_states[] entries
Rafael J. Wysocki
1
-1
/
+6
2014-04-07
kernel: use macros from compiler.h instead of __attribute__((...))
Gideon Israel Dsouza
1
-1
/
+2
2014-03-01
PM / sleep: Move prototype declaration to header file kernel/power/power.h
Rashika Kheria
1
-0
/
+2
2012-07-01
PM / Hibernate: Enable suspend to both for in-kernel hibernation.
Bojan Smojver
1
-0
/
+3
2012-05-01
PM / Sleep: Add user space interface for manipulating wakeup sources, v3
Rafael J. Wysocki
1
-0
/
+9
2012-05-01
PM / Sleep: Implement opportunistic sleep, v2
Rafael J. Wysocki
1
-0
/
+18
2012-02-17
PM / Sleep: Make enter_state() in kernel/power/suspend.c static
Rafael J. Wysocki
1
-2
/
+0
2012-02-13
PM / Sleep: Remove unnecessary label from suspend_freeze_processes()
Rafael J. Wysocki
1
-4
/
+1
2012-02-04
PM / Freezer: Thaw only kernel threads if freezing of kernel threads fails
Srivatsa S. Bhat
1
-2
/
+22
2011-12-06
PM / Hibernate: Thaw processes in SNAPSHOT_CREATE_IMAGE ioctl test path
Srivatsa S. Bhat
1
-0
/
+2
2011-10-16
PM / Hibernate: Improve performance of LZO/plain hibernation, checksum image
Bojan Smojver
1
-0
/
+1
[next]