aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power
Commit message (Expand)AuthorAgeFilesLines
* PM/Hibernate: Wait for SCSI devices scan to complete during resumeRafael J. Wysocki2009-04-132-0/+17
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-04-031-2/+2
|\
| * trivial: Fix misspelling of firmwareNick Andrew2009-03-301-2/+2
* | pm: rework includes, remove arch ifdefsMagnus Damm2009-04-012-0/+2
* | mm: introduce for_each_populated_zone() macroKOSAKI Motohiro2009-04-012-15/+11
* | PM: Change hibernation code orderingRafael J. Wysocki2009-03-301-48/+61
* | PM: Change suspend code orderingRafael J. Wysocki2009-03-301-16/+22
* | PM: Rework handling of interrupts during suspend-resumeRafael J. Wysocki2009-03-302-16/+40
|/
* PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki2009-02-222-2/+17
* Merge branch 'hibernate'Linus Torvalds2009-02-213-4/+21
|\
| * PM: Wait for console in resumeArve Hjønnevåg2009-02-211-0/+6
| * PM: Fix pm_notifiers during user mode hibernationAndrey Borzenkov2009-02-211-4/+4
| * PM: fix build for CONFIG_PM unsetRafael J. Wysocki2009-02-211-1/+1
| * PM/resume: wait for device probing to finishArjan van de Ven2009-02-211-0/+11
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-02-181-2/+3
|\ \
| * | block: fix bad definition of BIO_RW_SYNCJens Axboe2009-02-181-2/+3
| |/
* | pm: fix build for CONFIG_PM unsetRafael J. Wysocki2009-02-181-1/+1
|/
*-. Merge branches 'release', 'asus', 'bugzilla-12450', 'cpuidle', 'debug', 'ec',...Len Brown2009-02-072-13/+23
|\ \
| | * PM: Fix compilation warning in kernel/power/main.cRafael J. Wysocki2009-01-161-13/+13
| |/ |/|
| * Hibernation: Introduce system_entering_hibernationRafael J. Wysocki2009-01-271-0/+10
|/
* PM: Fix freezer compilation if PM_SLEEP is unsetRafael J. Wysocki2009-01-161-1/+2
* Merge branch 'linus' into releaseLen Brown2009-01-093-18/+8
|\
| * pm: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-3/+3
| * cpumask: convert rest of files in kernel/Rusty Russell2009-01-011-1/+1
| * Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' i...Ingo Molnar2008-12-191-1/+1
| |\
| * | tracing: allow tracing of suspend/resume & hibernation code againIngo Molnar2008-11-232-14/+4
* | | Hibernate: Replace unnecessary evaluation of pfn_to_page()Rafael J. Wysocki2008-12-191-1/+1
* | | Hibernate: Take overlapping zones into account (rev. 2)Rafael J. Wysocki2008-12-191-159/+166
* | | Hibernate: Do not oops on resume if image data are incorrectRafael J. Wysocki2008-12-191-11/+32
* | | ACPI hibernate: Add a mechanism to save/restore ACPI NVS memoryRafael J. Wysocki2008-12-191-0/+122
* | | Hibernate: Call platform_begin before swsusp_shrink_memoryZhang Rui2008-12-191-3/+3
| |/ |/|
* | [PATCH] kill obsolete temporary comment in swsusp_close()Al Viro2008-12-041-1/+1
|/
* suspend: use WARN not WARN_ON to print the messageArjan van de Ven2008-11-181-1/+1
* PM_TEST_SUSPEND should depend on RTC_CLASS, not RTC_LIBAl Viro2008-11-011-1/+1
* [PATCH] sanitize blkdev_get() and friendsAl Viro2008-10-211-1/+1
* [PATCH] propagate mode through swsusp_close()Al Viro2008-10-213-5/+5
* [PATCH] pass fmode_t to blkdev_put()Al Viro2008-10-211-4/+4
* container freezer: skip frozen cgroups during power management resumeMatt Helsley2008-10-201-0/+3
* container freezer: implement freezer cgroup subsystemMatt Helsley2008-10-201-3/+0
* container freezer: make refrigerator always availableMatt Helsley2008-10-202-116/+3
* pm: rework disabling of user mode helpers during suspend/hibernationRafael J. Wysocki2008-10-163-1/+27
* ftrace: disable tracing for hibernationRafael J. Wysocki2008-08-281-3/+10
* ftrace: disable tracing for suspend to ramSteven Rostedt2008-08-271-1/+4
* removed unused #include <linux/version.h>'sAdrian Bunk2008-08-231-1/+0
* kexec jump: save/restore device stateHuang Ying2008-07-261-2/+0
* pm selftest: rtc paranoiaDavid Brownell2008-07-261-0/+7
* pm: fix try_to_freeze_tasks()'s use of do_div()David Howells2008-07-241-1/+1
* pm: schedule sysrq poweroff on boot cpuZhang Rui2008-07-241-1/+3
* pm: hibernation: simplify memory bitmapAkinobu Mita2008-07-241-67/+21
* pm: boot time suspend selftestDavid Brownell2008-07-242-1/+204