index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
pm.h
Age
Commit message (
Expand
)
Author
Files
Lines
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-19
PM: Convert wakeup flag accessors to inline functions
Alan Stern
1
-45
/
+1
2008-04-19
PM: Make wakeup flags available whenever CONFIG_PM is set
Alan Stern
1
-15
/
+21
2008-04-19
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-18
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-29
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-18
PM: remove deprecated dpm_runtime_* routines
Alan Stern
1
-11
/
+0
2007-07-11
PM: Remove prev_state from struct dev_pm_info
Rafael J. Wysocki
1
-1
/
+0
2007-07-11
PM: Remove saved_state from struct dev_pm_info
Rafael J. Wysocki
1
-1
/
+0
2007-07-11
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-04-30
pm: include EIO from errno-base.h
David Rientjes
1
-1
/
+1
2007-04-30
power management: force pm_ops.valid callback to be assigned
Johannes Berg
1
-6
/
+6
2007-04-30
power management: implement pm_ops.valid for everybody
Johannes Berg
1
-0
/
+4
2007-04-30
power management: remove firmware disk mode
Johannes Berg
1
-7
/
+6
2007-04-30
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-23
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-25
PM: define PM_EVENT_PRETHAW
David Brownell
1
-15
/
+47
2006-09-25
Suspend infrastructure cleanup and extension
Linus Torvalds
1
-0
/
+1
2006-04-26
Don't include linux/config.h from anywhere else in include/
David Woodhouse
1
-1
/
+0
2006-04-14
[PATCH] pm: print name of failed suspend function
Andrew Morton
1
-0
/
+8
2006-03-23
[PATCH] kernel/power: move externs to header files
Randy Dunlap
1
-1
/
+2
2005-11-13
[PATCH] move pm_register/etc. to CONFIG_PM_LEGACY, pm_legacy.h
Jeff Garzik
1
-49
/
+0
2005-10-30
[PATCH] introduce .valid callback for pm_ops
Shaohua Li
1
-0
/
+1
2005-10-28
[PATCH] USB: fix pm patches with CONFIG_PM off part 2
Andrew Morton
1
-0
/
+13
2005-10-28
[PATCH] one less word in struct device
David Brownell
1
-1
/
+0
2005-10-28
[PATCH] driver model wakeup flags
David Brownell
1
-1
/
+25
2005-09-05
[PATCH] swsusp: switch pm_message_t to struct
Pavel Machek
1
-4
/
+10
2005-07-12
[ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc...
Len Brown
1
-1
/
+1
2005-07-11
[ACPI] ACPI poweroff fix
Alexey Starikovskiy
1
-1
/
+1
2005-06-25
[PATCH] properly stop devices before poweroff
Pavel Machek
1
-12
/
+21
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+233