index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
pm.h
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-19
PM / Runtime: Add runtime PM statistics (v3)
Arjan van de Ven
1
-0
/
+6
2010-07-19
PM: Make it possible to avoid races between wakeup and system sleep
Rafael J. Wysocki
1
-0
/
+10
2010-03-06
PM: Provide generic subsystem-level callbacks
Rafael J. Wysocki
1
-6
/
+45
2010-02-26
PM: Allow device drivers to use dpm_wait()
Rafael J. Wysocki
1
-0
/
+2
2010-02-26
PM: Asynchronous suspend and resume of devices
Rafael J. Wysocki
1
-0
/
+3
2010-02-26
PM / Runtime: Add sysfs switch for disabling device run-time PM
Rafael J. Wysocki
1
-0
/
+1
2009-12-15
const: constify remaining dev_pm_ops
Alexey Dobriyan
1
-1
/
+1
2009-12-06
PM: Add flag for devices capable of generating run-time wake-up events
Rafael J. Wysocki
1
-3
/
+5
2009-09-14
PM: Add convenience macro to make switching to dev_pm_ops less error-prone
Albin Tonnerre
1
-0
/
+14
2009-08-23
PM: Introduce core framework for run-time PM of I/O devices (rev. 17)
Rafael J. Wysocki
1
-3
/
+98
2009-06-12
PM core: rename suspend and resume functions
Alan Stern
1
-6
/
+5
2009-06-12
PM: Rename device_power_down/up()
Magnus Damm
1
-2
/
+2
2009-03-25
Driver core: Fix device_move() vs. dpm list ordering, v2
Cornelia Huck
1
-0
/
+11
2009-02-22
PM: Split up sysdev_[suspend|resume] from device_power_[down|up]
Rafael J. Wysocki
1
-0
/
+2
2009-01-06
Fix misspellings in pm.h macros
Alan Stern
1
-6
/
+6
2009-01-06
PM: Simplify the new suspend/hibernation framework for devices
Rafael J. Wysocki
1
-51
/
+25
2008-10-16
include: replace __FUNCTION__ with __func__
Harvey Harrison
1
-1
/
+1
2008-07-24
pm: add new PM_EVENT codes for runtime power transitions
Alan Stern
1
-2
/
+35
2008-07-24
pm: drop unnecessary includes from pm.h
Rafael J. Wysocki
1
-2
/
+0
2008-07-24
pm: remove remaining obsolete definitions from pm.h
Rafael J. Wysocki
1
-46
/
+0
2008-07-24
pm: remove definition of struct pm_dev
Rafael J. Wysocki
1
-24
/
+0
2008-06-10
Introduce new top level suspend and hibernation callbacks
Rafael J. Wysocki
1
-28
/
+286
2008-04-30
Remove "#ifdef __KERNEL__" checks from unexported headers
Robert P. J. Day
1
-4
/
+0
2008-04-20
PM: Convert wakeup flag accessors to inline functions
Alan Stern
1
-45
/
+1
2008-04-20
PM: Make wakeup flags available whenever CONFIG_PM is set
Alan Stern
1
-15
/
+21
2008-04-20
PM: Handle device registrations during suspend/resume
Rafael J. Wysocki
1
-0
/
+1
2008-02-23
PM: Introduce PM_EVENT_HIBERNATE callback state
Rafael J. Wysocki
1
-1
/
+8
2008-02-03
include/linux/: Spelling fixes
Joe Perches
1
-1
/
+1
2008-01-11
PM: ACPI and APM must not be enabled at the same time
Len Brown
1
-0
/
+9
2007-10-19
PM: Move definition of struct pm_ops to suspend.h
Rafael J. Wysocki
1
-98
/
+0
2007-07-30
Fallout from "Remove fs.h from mm.h" patch
Alexey Dobriyan
1
-0
/
+1
2007-07-30
Introduce CONFIG_SUSPEND for suspend-to-Ram and standby
Rafael J. Wysocki
1
-4
/
+11
2007-07-19
PM: Introduce pm_power_off_prepare
Rafael J. Wysocki
1
-0
/
+1
2007-07-19
PM: remove deprecated dpm_runtime_* routines
Alan Stern
1
-11
/
+0
2007-07-12
PM: Remove prev_state from struct dev_pm_info
Rafael J. Wysocki
1
-1
/
+0
2007-07-12
PM: Remove saved_state from struct dev_pm_info
Rafael J. Wysocki
1
-1
/
+0
2007-07-12
PM: Remove pm_parent from struct dev_pm_info
Rafael J. Wysocki
1
-3
/
+0
2007-07-01
PM: introduce set_target method in pm_ops
Rafael J. Wysocki
1
-15
/
+47
2007-05-09
PM: Separate hibernation code from suspend code
Rafael J. Wysocki
1
-30
/
+1
2007-05-01
pm: include EIO from errno-base.h
David Rientjes
1
-1
/
+1
2007-05-01
power management: force pm_ops.valid callback to be assigned
Johannes Berg
1
-6
/
+6
2007-05-01
power management: implement pm_ops.valid for everybody
Johannes Berg
1
-0
/
+4
2007-05-01
power management: remove firmware disk mode
Johannes Berg
1
-7
/
+6
2007-05-01
rework pm_ops pm_disk_mode, kill misuse
Johannes Berg
1
-11
/
+12
2007-04-27
s2ram: add arch irq disable/enable hooks
Johannes Berg
1
-0
/
+18
2007-04-27
define platform wakeup hook, use in pci_enable_wake()
David Brownell
1
-0
/
+19
2007-02-24
power management: fix struct layout and docs
Johannes Berg
1
-2
/
+35
2006-11-03
[PATCH] swsusp: debugging
Rafael J. Wysocki
1
-1
/
+3
2006-09-26
PM: define PM_EVENT_PRETHAW
David Brownell
1
-15
/
+47
2006-09-26
Suspend infrastructure cleanup and extension
Linus Torvalds
1
-0
/
+1
[next]