summaryrefslogtreecommitdiff
path: root/kernel/power/main.c
AgeCommit message (Expand)Author
2011-07-15PM: Improve error code of pm_notifier_call_chain()Akinobu Mita
2011-05-17PM / Hibernate: Add sysfs knob to control size of memory for driversRafael J. Wysocki
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-15PM: Drop pm_flags that is not necessaryRafael J. Wysocki
2011-03-15PM / ACPI: Remove references to pm_flags from bus.cRafael J. Wysocki
2011-02-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo
2010-10-17PM: Add sysfs attr for rechecking dev hash from PM traceJames Hogan
2010-10-17PM / Wakeup: Introduce wakeup source objects and event statistics (v3)Rafael J. Wysocki
2010-10-17PM / Hibernate: Make default image size depend on total RAM sizeRafael J. Wysocki
2010-10-17PM / Runtime: Use alloc_workqueue() for creating the PM workqueueRafael J. Wysocki
2010-07-19PM: Make it possible to avoid races between wakeup and system sleepRafael J. Wysocki
2010-02-26PM: Add a switch for disabling/enabling asynchronous suspend/resumeRafael J. Wysocki
2009-12-06PM / Runtime: Export the PM runtime workqueueAlan Stern
2009-08-23PM: Introduce core framework for run-time PM of I/O devices (rev. 17)Rafael J. Wysocki
2009-06-12PM: Separate suspend to RAM functionality from coreRafael J. Wysocki
2009-06-12PM/Suspend: Do not shrink memory before suspendRafael J. Wysocki
2009-06-12PM core: rename suspend and resume functionsAlan Stern
2009-06-12PM: Rename device_power_down/up()Magnus Damm
2009-05-24PM: Do not hold dpm_list_mtx while disabling/enabling nonboot CPUsRafael J. Wysocki
2009-04-19PM/Suspend: Introduce two new platform callbacks to avoid breakageRafael J. Wysocki
2009-03-30PM: Change suspend code orderingRafael J. Wysocki
2009-03-30PM: Rework handling of interrupts during suspend-resumeRafael J. Wysocki
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki
2009-01-16PM: Fix compilation warning in kernel/power/main.cRafael J. Wysocki
2009-01-06pm: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-11-23tracing: allow tracing of suspend/resume & hibernation code againIngo Molnar
2008-11-18suspend: use WARN not WARN_ON to print the messageArjan van de Ven
2008-10-16pm: rework disabling of user mode helpers during suspend/hibernationRafael J. Wysocki
2008-08-27ftrace: disable tracing for suspend to ramSteven Rostedt
2008-07-26pm selftest: rtc paranoiaDavid Brownell
2008-07-24pm: boot time suspend selftestDavid Brownell
2008-06-12Suspend-related patches for 2.6.27Rafael J. Wysocki
2008-06-10Introduce new top level suspend and hibernation callbacksRafael J. Wysocki
2008-02-01Suspend: Invoke suspend notifications after console switchJohannes Berg
2008-02-01Suspend: Add config option to disable the freezer if architecture wants thatJohannes Berg
2008-02-01Suspend: Introduce begin() and end() callbacksRafael J. Wysocki
2008-02-01suspend: fix ia64 allmodconfig buildRafael J. Wysocki
2008-02-01Suspend: Use common prefix in messagesRafael J. Wysocki
2008-02-01Suspend: Fix comment in main.cRafael J. Wysocki
2008-02-01Suspend: Fix compilation warning for CONFIG_SUSPEND unsetRafael J. Wysocki
2008-02-01PM: Convert PM notifiers to out-of-line codeAlan Stern
2008-02-01suspend: build fix responding to 2.6.25 kset changeRafael J. Wysocki
2008-02-01Suspend: Testing facility (rev. 2)Rafael J. Wysocki
2008-01-24driver core: make /sys/power a kobjectGreg Kroah-Hartman
2008-01-24Driver Core: switch all dynamic ksets to kobj_sysfs_opsKay Sievers
2008-01-24kset: convert /sys/power to use kset_createGreg Kroah-Hartman
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman
2008-01-11PM: ACPI and APM must not be enabled at the same timeLen Brown
2007-10-18freezer: do not sync filesystems from freeze_processesRafael J. Wysocki
2007-10-18PM: Make suspend_ops staticRafael J. Wysocki