index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
pm.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
PM: Add convenience macro to make switching to dev_pm_ops less error-prone
Albin Tonnerre
2009-09-14
1
-0
/
+14
*
PM: Introduce core framework for run-time PM of I/O devices (rev. 17)
Rafael J. Wysocki
2009-08-23
1
-3
/
+98
*
PM core: rename suspend and resume functions
Alan Stern
2009-06-12
1
-6
/
+5
*
PM: Rename device_power_down/up()
Magnus Damm
2009-06-12
1
-2
/
+2
*
Driver core: Fix device_move() vs. dpm list ordering, v2
Cornelia Huck
2009-03-24
1
-0
/
+11
*
PM: Split up sysdev_[suspend|resume] from device_power_[down|up]
Rafael J. Wysocki
2009-02-22
1
-0
/
+2
*
Fix misspellings in pm.h macros
Alan Stern
2009-01-06
1
-6
/
+6
*
PM: Simplify the new suspend/hibernation framework for devices
Rafael J. Wysocki
2009-01-06
1
-51
/
+25
*
include: replace __FUNCTION__ with __func__
Harvey Harrison
2008-10-16
1
-1
/
+1
*
pm: add new PM_EVENT codes for runtime power transitions
Alan Stern
2008-07-24
1
-2
/
+35
*
pm: drop unnecessary includes from pm.h
Rafael J. Wysocki
2008-07-24
1
-2
/
+0
*
pm: remove remaining obsolete definitions from pm.h
Rafael J. Wysocki
2008-07-24
1
-46
/
+0
*
pm: remove definition of struct pm_dev
Rafael J. Wysocki
2008-07-24
1
-24
/
+0
*
Introduce new top level suspend and hibernation callbacks
Rafael J. Wysocki
2008-06-10
1
-28
/
+286
*
Remove "#ifdef __KERNEL__" checks from unexported headers
Robert P. J. Day
2008-04-30
1
-4
/
+0
*
PM: Convert wakeup flag accessors to inline functions
Alan Stern
2008-04-19
1
-45
/
+1
*
PM: Make wakeup flags available whenever CONFIG_PM is set
Alan Stern
2008-04-19
1
-15
/
+21
*
PM: Handle device registrations during suspend/resume
Rafael J. Wysocki
2008-04-19
1
-0
/
+1
*
PM: Introduce PM_EVENT_HIBERNATE callback state
Rafael J. Wysocki
2008-02-23
1
-1
/
+8
*
include/linux/: Spelling fixes
Joe Perches
2008-02-03
1
-1
/
+1
*
PM: ACPI and APM must not be enabled at the same time
Len Brown
2008-01-11
1
-0
/
+9
*
PM: Move definition of struct pm_ops to suspend.h
Rafael J. Wysocki
2007-10-18
1
-98
/
+0
*
Fallout from "Remove fs.h from mm.h" patch
Alexey Dobriyan
2007-07-30
1
-0
/
+1
*
Introduce CONFIG_SUSPEND for suspend-to-Ram and standby
Rafael J. Wysocki
2007-07-29
1
-4
/
+11
*
PM: Introduce pm_power_off_prepare
Rafael J. Wysocki
2007-07-19
1
-0
/
+1
*
PM: remove deprecated dpm_runtime_* routines
Alan Stern
2007-07-18
1
-11
/
+0
*
PM: Remove prev_state from struct dev_pm_info
Rafael J. Wysocki
2007-07-11
1
-1
/
+0
*
PM: Remove saved_state from struct dev_pm_info
Rafael J. Wysocki
2007-07-11
1
-1
/
+0
*
PM: Remove pm_parent from struct dev_pm_info
Rafael J. Wysocki
2007-07-11
1
-3
/
+0
*
PM: introduce set_target method in pm_ops
Rafael J. Wysocki
2007-07-01
1
-15
/
+47
*
PM: Separate hibernation code from suspend code
Rafael J. Wysocki
2007-05-09
1
-30
/
+1
*
pm: include EIO from errno-base.h
David Rientjes
2007-04-30
1
-1
/
+1
*
power management: force pm_ops.valid callback to be assigned
Johannes Berg
2007-04-30
1
-6
/
+6
*
power management: implement pm_ops.valid for everybody
Johannes Berg
2007-04-30
1
-0
/
+4
*
power management: remove firmware disk mode
Johannes Berg
2007-04-30
1
-7
/
+6
*
rework pm_ops pm_disk_mode, kill misuse
Johannes Berg
2007-04-30
1
-11
/
+12
*
s2ram: add arch irq disable/enable hooks
Johannes Berg
2007-04-27
1
-0
/
+18
*
define platform wakeup hook, use in pci_enable_wake()
David Brownell
2007-04-27
1
-0
/
+19
*
power management: fix struct layout and docs
Johannes Berg
2007-02-23
1
-2
/
+35
*
[PATCH] swsusp: debugging
Rafael J. Wysocki
2006-11-03
1
-1
/
+3
*
PM: define PM_EVENT_PRETHAW
David Brownell
2006-09-25
1
-15
/
+47
*
Suspend infrastructure cleanup and extension
Linus Torvalds
2006-09-25
1
-0
/
+1
*
Don't include linux/config.h from anywhere else in include/
David Woodhouse
2006-04-26
1
-1
/
+0
*
[PATCH] pm: print name of failed suspend function
Andrew Morton
2006-04-14
1
-0
/
+8
*
[PATCH] kernel/power: move externs to header files
Randy Dunlap
2006-03-23
1
-1
/
+2
*
[PATCH] move pm_register/etc. to CONFIG_PM_LEGACY, pm_legacy.h
Jeff Garzik
2005-11-13
1
-49
/
+0
*
[PATCH] introduce .valid callback for pm_ops
Shaohua Li
2005-10-30
1
-0
/
+1
*
[PATCH] USB: fix pm patches with CONFIG_PM off part 2
Andrew Morton
2005-10-28
1
-0
/
+13
*
[PATCH] one less word in struct device
David Brownell
2005-10-28
1
-1
/
+0
*
[PATCH] driver model wakeup flags
David Brownell
2005-10-28
1
-1
/
+25
[next]