summaryrefslogtreecommitdiff
path: root/kernel/power/main.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-05PM / sleep: Use valid_state() for platform-dependent sleep states onlyRafael J. Wysocki1-4/+5
2014-10-05PM / sleep: Add state field to pm_states[] entriesRafael J. Wysocki1-8/+8
2013-02-09suspend: enable freeze timeout configuration through sysLi Fei1-0/+27
2013-02-09PM: Introduce suspend state PM_SUSPEND_FREEZEZhang Rui1-1/+1
2012-11-15PM / sysfs: replace strict_str* with kstrto*Daniel Walter1-1/+1
2012-07-01PM / Sleep: Separate printing suspend times from initcall_debugRafael J. Wysocki1-32/+44
2012-07-01PM / Sleep: add knob for printing device resume timesSameer Nanda1-0/+33
2012-05-05PM / Sleep: Fix a mistake in a conditional in autosleep_store()Arve Hjønnevåg1-1/+1
2012-05-01PM / Sleep: Add user space interface for manipulating wakeup sources, v3Rafael J. Wysocki1-0/+41
2012-05-01PM / Sleep: Implement opportunistic sleep, v2Rafael J. Wysocki1-19/+100
2012-02-17PM / Sleep: Make enter_state() in kernel/power/suspend.c staticRafael J. Wysocki1-5/+3
2012-02-09PM / Suspend: Avoid code duplication in suspend statistics updateMarcos Paulo de Souza1-5/+1
2012-01-29PM / Sleep: Introduce "late suspend" and "early resume" of devicesRafael J. Wysocki1-2/+6
2011-12-08PM / Sleep: Replace mutex_[un]lock(&pm_mutex) with [un]lock_system_sleep()Srivatsa S. Bhat1-2/+2
2011-11-23PM: Fix indentation and remove extraneous whitespaces in kernel/power/main.cSrivatsa S. Bhat1-3/+3
2011-11-19PM / Suspend: Fix bug in suspend statistics updateSrivatsa S. Bhat1-1/+2
2011-10-31kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker1-0/+1
2011-10-16PM: Fix build issue in main.c for CONFIG_PM_SLEEP unsetRafael J. Wysocki1-2/+2
2011-10-16PM / Suspend: Add statistics debugfs file for suspend to RAMShuoX Liu1-0/+102
2011-07-15PM: Improve error code of pm_notifier_call_chain()Akinobu Mita1-2/+3
2011-05-17PM / Hibernate: Add sysfs knob to control size of memory for driversRafael J. Wysocki1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-15PM: Drop pm_flags that is not necessaryRafael J. Wysocki1-13/+0
2011-03-15PM / ACPI: Remove references to pm_flags from bus.cRafael J. Wysocki1-1/+11
2011-02-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo1-1/+1
2010-10-17PM: Add sysfs attr for rechecking dev hash from PM traceJames Hogan1-0/+18
2010-10-17PM / Wakeup: Introduce wakeup source objects and event statistics (v3)Rafael J. Wysocki1-4/+4
2010-10-17PM / Hibernate: Make default image size depend on total RAM sizeRafael J. Wysocki1-0/+1
2010-10-17PM / Runtime: Use alloc_workqueue() for creating the PM workqueueRafael J. Wysocki1-1/+1
2010-07-19PM: Make it possible to avoid races between wakeup and system sleepRafael J. Wysocki1-0/+55
2010-02-26PM: Add a switch for disabling/enabling asynchronous suspend/resumeRafael J. Wysocki1-1/+30
2009-12-06PM / Runtime: Export the PM runtime workqueueAlan Stern1-0/+1
2009-08-23PM: Introduce core framework for run-time PM of I/O devices (rev. 17)Rafael J. Wysocki1-0/+17
2009-06-12PM: Separate suspend to RAM functionality from coreRafael J. Wysocki1-503/+0
2009-06-12PM/Suspend: Do not shrink memory before suspendRafael J. Wysocki1-19/+1
2009-06-12PM core: rename suspend and resume functionsAlan Stern1-4/+4
2009-06-12PM: Rename device_power_down/up()Magnus Damm1-2/+2
2009-05-24PM: Do not hold dpm_list_mtx while disabling/enabling nonboot CPUsRafael J. Wysocki1-6/+1
2009-04-19PM/Suspend: Introduce two new platform callbacks to avoid breakageRafael J. Wysocki1-7/+17
2009-03-30PM: Change suspend code orderingRafael J. Wysocki1-16/+22
2009-03-30PM: Rework handling of interrupts during suspend-resumeRafael J. Wysocki1-6/+11
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki1-2/+6
2009-01-16PM: Fix compilation warning in kernel/power/main.cRafael J. Wysocki1-13/+13
2009-01-06pm: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-3/+3
2008-11-23tracing: allow tracing of suspend/resume & hibernation code againIngo Molnar1-4/+1
2008-11-18suspend: use WARN not WARN_ON to print the messageArjan van de Ven1-1/+1
2008-10-16pm: rework disabling of user mode helpers during suspend/hibernationRafael J. Wysocki1-0/+7
2008-08-27ftrace: disable tracing for suspend to ramSteven Rostedt1-1/+4
2008-07-26pm selftest: rtc paranoiaDavid Brownell1-0/+7
2008-07-24pm: boot time suspend selftestDavid Brownell1-1/+193