index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
power
/
suspend.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PM / suspend: fix kernel-doc markup
Alex Shi
2020-11-23
1
-0
/
+2
*
notifier: Fix broken error handling pattern
Peter Zijlstra
2020-09-01
1
-8
/
+6
*
ACPI: PM: s2idle: Avoid possible race related to the EC GPE
Rafael J. Wysocki
2020-02-11
1
-4
/
+5
*
PM: suspend: Add sysfs attribute to control the "sync on suspend" behavior
Jonas Meurer
2020-01-16
1
-1
/
+1
*
PM: suspend: Fix platform_suspend_prepare_noirq()
Rafael J. Wysocki
2019-08-10
1
-5
/
+6
*
ACPI: PM: s2idle: Execute LPS0 _DSM functions with suspended devices
Rafael J. Wysocki
2019-08-08
1
-3
/
+9
*
PM: sleep: Integrate suspend-to-idle with generig suspend flow
Rafael J. Wysocki
2019-07-23
1
-16
/
+5
*
PM: sleep: Simplify suspend-to-idle control flow
Rafael J. Wysocki
2019-07-23
1
-30
/
+23
*
Merge branch 'pm-sleep'
Rafael J. Wysocki
2019-07-08
1
-3
/
+3
|
\
|
*
PM: suspend: Rename pm_suspend_via_s2idle()
Rafael J. Wysocki
2019-06-19
1
-3
/
+3
*
|
PCI: PM: Avoid skipping bus-level PM on platforms without ACPI
Rafael J. Wysocki
2019-06-26
1
-0
/
+3
|
/
*
Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2019-06-08
1
-2
/
+1
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428
Thomas Gleixner
2019-06-05
1
-2
/
+1
*
|
PM: sleep: Add kerneldoc comments to some functions
Rafael J. Wysocki
2019-06-03
1
-0
/
+6
|
/
*
Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2019-05-06
1
-8
/
+5
|
\
|
*
PM / sleep: Refactor filesystems sync to reduce duplication
Harry Pan
2019-04-02
1
-8
/
+5
*
|
power/suspend: Add function to disable secondaries for suspend
Nicholas Piggin
2019-05-03
1
-2
/
+2
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Greg Kroah-Hartman
2018-10-12
1
-0
/
+6
|
\
|
*
Input: i8042 - enable keyboard wakeups by default when s2idle is used
Daniel Drake
2018-10-01
1
-0
/
+6
*
|
Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2018-08-14
1
-2
/
+2
|
\
\
|
*
|
PM / reboot: Eliminate race between reboot and suspend
Pingfan Liu
2018-08-06
1
-2
/
+2
*
|
|
sched/swait: Rename to exclusive
Peter Zijlstra
2018-06-20
1
-2
/
+2
|
/
/
*
|
PM / wakeup: Make s2idle_lock a RAW_SPINLOCK
Sebastian Andrzej Siewior
2018-05-27
1
-7
/
+7
*
|
PM / s2idle: Make s2idle_wait_head swait based
Sebastian Andrzej Siewior
2018-05-27
1
-4
/
+5
*
|
PM / suspend: Prevent might sleep splats
Thomas Gleixner
2018-05-27
1
-0
/
+4
|
/
*
fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()
Dominik Brodowski
2018-04-02
1
-1
/
+1
*
PM / s2idle: Clear the events_check_enabled flag
Rajat Jain
2017-11-08
1
-1
/
+1
*
PM / s2idle: Invoke the ->wake() platform callback earlier
Rafael J. Wysocki
2017-09-29
1
-7
/
+11
*
PM / s2idle: Rename platform operations structure
Rafael J. Wysocki
2017-08-11
1
-15
/
+15
*
PM / s2idle: Rename freeze_state enum and related items
Rafael J. Wysocki
2017-08-11
1
-24
/
+24
*
PM / s2idle: Rename PM_SUSPEND_FREEZE to PM_SUSPEND_TO_IDLE
Rafael J. Wysocki
2017-08-11
1
-22
/
+22
*
ACPI / PM: Prefer suspend-to-idle over S3 on some systems
Rafael J. Wysocki
2017-08-05
1
-2
/
+2
*
PM / suspend: Define pr_fmt() in suspend.c
Rafael J. Wysocki
2017-07-24
1
-7
/
+9
*
PM / suspend: Use mem_sleep_labels[] strings in messages
Rafael J. Wysocki
2017-07-24
1
-3
/
+3
*
PM / sleep: Check pm_wakeup_pending() in __device_suspend_noirq()
Rafael J. Wysocki
2017-07-24
1
-3
/
+16
*
PM / s2idle: Rearrange the main suspend-to-idle loop
Rafael J. Wysocki
2017-07-24
1
-13
/
+13
*
PM / sleep: Mark suspend/hibernation start and finish
Rafael J. Wysocki
2017-07-22
1
-0
/
+2
*
PM / sleep: Do not print debug messages by default
Rafael J. Wysocki
2017-07-22
1
-5
/
+5
*
PM / suspend: Export pm_suspend_target_state
Florian Fainelli
2017-07-22
1
-0
/
+5
*
ACPI / PM: Ignore spurious SCI wakeups from suspend-to-idle
Rafael J. Wysocki
2017-06-15
1
-6
/
+29
*
Revert "ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idle"
Rafael J. Wysocki
2017-06-07
1
-25
/
+4
*
ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idle
Rafael J. Wysocki
2017-05-05
1
-4
/
+25
*
Revert "PM / sleep / ACPI: Use the ACPI_FADT_LOW_POWER_S0 flag"
Rafael J. Wysocki
2017-01-20
1
-2
/
+2
*
PM / sleep / ACPI: Use the ACPI_FADT_LOW_POWER_S0 flag
Rafael J. Wysocki
2016-11-21
1
-2
/
+2
*
PM / sleep: System sleep state selection interface rework
Rafael J. Wysocki
2016-11-21
1
-27
/
+42
*
PM / suspend: Fix missing KERN_CONT for suspend message
Jon Hunter
2016-10-24
1
-2
/
+2
*
PM / sleep: enable suspend-to-idle even without registered suspend_ops
Sudeep Holla
2016-09-13
1
-3
/
+11
*
PM / sleep: make PM notifiers called symmetrically
Lianwei Wang
2016-06-28
1
-4
/
+6
*
kernel/...: convert pr_warning to pr_warn
Joe Perches
2016-03-22
1
-2
/
+1
*
PM / suspend: replacing printk
saurabh
2016-02-11
1
-3
/
+3
[next]